/*
* 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: #F4F4F4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#productdata{
	width: 60%;
	font-size: 10px;
	background-color: #F4F4F4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#price{
	border-bottom: 1px solid #800000;
	width: 20%;
	text-align: right;
	vertical-align: text-top;
	background-color: #F4F4F4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#total{
	background-color: #E9E9E9;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#showcart{
	/*showcart style*/
	text-align: right;
}
