#prodimg{
margin:7px 9px 7px 0;
width:180px;
padding:0;
float:left;
text-align:center;
display:block;
}
#prodimgo{
margin-right:5px;
width:100px;
padding:0;
float:left;
text-align:left;
display:block;
}

#pbody{
width:672px;
padding:0 14px 0 14px;
}

#prodinfo{
width:470px;
}
#prodinfo h2{
width:350px;
font:bold 18px/18px Georgia, "Times New Roman", Times, serif;
color:#333;
margin:3px 14px 0px 0;
padding:3px;
/*border-bottom:1px dashed #CCC;*/
}
#prodinfo hr{
border:0;
border-top: 1px dashed #AAA;
height: 3px;
width:60%;
text-align:left;
margin:1px;
padding:0;
}
#prodinfo input.quant {
width:21px;
height:16px;
font:normal 14px Arial, Helvetica, sans-serif; color:#8b8634;
margin: 1px;
}
#prodinfo span.red {
color:#993333;
font-size:12px;
}


/* CART */
#cart {
	width:193px;
	border:1px solid #DDD;
	padding-left:7px;
	text-align:left;
	margin:7px 0 0 0;
	background-color:#FFFFFF;
	float:right;
}

#cart ul{
	width:190px;
	margin:3px 0 3px 5px;
	padding:0;
	float:left;
}
#cart ul li{
	margin:0;
	float:left;
	display:block;
	width:180px;
	height:20px;
	background:url(images/bullet_white.gif) 0 8px no-repeat;
	padding:0 0 0 10px;
	font:bold 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#BBB;

}
#cart ul li a{

	font:bold 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#BBB;
	text-decoration:none;
}
#cart ul li a:hover{
	color:#AAA;
}
#cart ul li.total{
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:180px;
	height:20px;
	background:none;
	font:bold 13px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555555;
	border-top: 3px double #CCCCCC;
}
#cart h2{
	width:190px;
	background:url(images/shop-cart.gif) 0 4px no-repeat;
	padding:0 0 0 32px;
	font:bold 16px/35px Georgia, "Times New Roman", Times, serif;
	color:#993333;
	float:left;
	margin:0;
	height:36px;
	border:0;
}
/* END CART */

/* BUTTON */
.buttonSubmit, .buttonSubmitHovered {
	width:130px;
	height:26px;
	color:#51370a;
	font:normal 13px/16px Georgia, "Times New Roman", Times, serif;
	padding:0px;
	background:url(images/et_addtocart.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	margin:3px;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.buttonCheckout, .buttonCheckoutHovered {
	width:94px;
	height:24px;
	color:#FFFFFF;
	font:normal 16px/23px Georgia, "Times New Roman", Times, serif;
	padding:0px 0 2px 0;
	background:url(images/et_checkout.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	margin:3px;
}
.buttonCheckoutHovered {
	background-position:left bottom;
}