/* CSS Document */


#Cart{
	
}

#Cart th{
	text-indent: 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #9C7C7F;
	height:15px;
}
#Cart hr{
	height:1px;
	color:#9C7C7F;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width:1px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width:1px;
}
.checkbox{
	background-color: #103718;
}
.MerchandiseTD{
	border-top:1px solid #9C7C7F;
	border-bottom:1px solid #9C7C7F;
	background-color:#9C7C7F;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	padding-right:2px;
	text-align:right;
}
.SubtotalTD{
	border-top:1px solid #9C7C7F;
	font-weight:bold;
	text-align:right;
}
-->
