
/*************************

	Shopping Cart

**************************/

#shoppingcart {
	magin-bottom:20px;
}

#shoppingcart .header {
	background-color:#230E0D;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
}

#shoppingcart .submit {
	background-color:#230E0D;
	border:1px solid #230E0D;
	color:#FFFFFF;
	font-weight:bold;
}

#shoppingcart blockquote {
	margin-left:20px;
}

#shoppingcart .vattxt {
	font-size:9px;
}

#shoppingcart .fields {
	width:50px;
}
