/*
* Advanced cart module stylesheet
* mod_sm_virtuemart_cart
*/

#emptycart{
	/*empty cart style*/
	width: 100%;
}

#productthumb{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background-color: #EAFFD7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF99;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top:1px solid #ffffff;
}

#productdata{
	width: 60%;
	font-size: 10px;
	background-color: #EAFFD7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF99;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:5px 2px;
	border-top:1px solid #ffffff;
}

#price{
	border-bottom: 1px solid #800000;
	width: 20%;
	text-align: right;
	vertical-align: text-top;
	background-color: #EAFFD7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF99;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top:1px solid #ffffff;
	
}

#total{
	background-color: #CCFF99;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EAFFD7;
	border-top:1px solid #ffffff;
	padding:7px 2px;
}

#showcart{
	/*showcart style*/
	text-align: right;
}
