/* SHOPPING CART  */
#product_shop1{
	margin-top: 14px;
	width: 270px;
	height: 250px;
	background-image: url('img/product_bg.gif');
	background-repeat: no-repeat;
	float: left;
}
#product_shop2{
	margin-top: 14px;
	width: 270px;
	height: 250px;
	background-image: url('img/product_bg.gif');
	background-repeat: no-repeat;
	float: right;
}
.prod_desc{
	height:170px;
	overflow: hidden;
}
#cart_head{
	width: 500px;
	height: 40px;
	margin-top: 14px;
	background-image: url('img/cart_head.gif');
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #248ac5;
}
#shoptable{
	margin-top:14px;
	border-collapse:collapse;
	border: 1px dotted #2084c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#shoptable th{
	background-color: #ffec8b;	
}
.cartdivide{
	border-bottom: 1px dotted #2084c0;
	height: 3px;
}
form{
	margin: 0;
	padding: 0;
}
.goleft1{
	width:108px;
	float: left;
}
.goleft2{
	float: left;
	width: 108px;
}
.carttitle{
	font-weight: bold;
	color: #79b5d9;
	display:block;
}
.cartqty{
	font-weight: bold;
	color: red;
}