#cartcontainer {
	padding:1px;
	margin:0;
	overflow:auto;
	min-height:110px;
	height:110px;	
}


table#cart, table#clearance {  
	border-collapse: collapse;  
	margin-bottom: 1em;
	border:1px solid #999;  
	width: 100%;  
}  

table#clearance input.text, table#cart input.text { padding:0; margin:0; }
table#clearance .cartbutton { 
	padding:0; margin:0;
	
	background:#efefef url(/images/cartbutton_white.gif) no-repeat top right; 
}

table#clearance { margin-bottom:2em; }

table#cart th, table#clearance th {  
	background: #9DBED0;  
	color: #fff;  
	text-align: left;  
	white-space: nowrap;  
}  

table#cart th, table#clearance th,  
table#cart td, table#clearance td {  
	padding: 5px 10px;  
}  

table#cart .item_name {  
	width: 100%;  
}  

table#cart .quantity input {  
	text-align: center;  
}  

table#cart tr td, table#clearance tr td {  
	background: #fff;  
}  

table#cart tr.odd td, table#clearance tr.odd td {  
	background: #eee;  
}



