@charset "UTF-8";


/* Re-define previous styles set by shopping.css */
#intro_box {
	padding-top: 75px;
}
#base_content {
	background: url(none);
}


/* new style */
#prod_description {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
#prod_cart {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	border-left: 1px solid #CCCCCC;
}
#prod_cart .field_labels {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #9C5925;
}
#prod_table {
	border-bottom: 1px solid #CCCCCC;
}
#prod_cart   .product_price {
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #9C5925;
}
#sugg_products {
	border-top: 1px solid #CCCCCC;
}
#sugg_products td {
	margin: 0px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#sugg_products a {
	font-weight: bold;
}
