div.shopping_cart_box table.productListing td {
	border-bottom:1px solid #ccc;
	padding:10px 3px;
}
	div.shopping_cart_box table.productListing td.productListingName img {
		border:1px solid #ccc;
	}
	div.shopping_cart_box table.productListing tr.productListingRow td {
		background:#f4f4f4;
	}
	div.shopping_cart_box table.productListing tr.productListingRow2 td {
		background:#fff;
	}
div.shopping_cart_box table.productListing td table {
	margin-top:-10px;
}
div.shopping_cart_box table.productListing td td {
	border-bottom:0px;
}

div.shopping_cart_totals {
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;	
} 
	div.shopping_cart_totals strong {
		padding-right:5px;
	} 

ul.shopping_cart_bottom_menu {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:15px;	
}
div.shopping_cart_boxes  {
		float:left;
		width:100%;
		margin-top:20px;
}
	div.shopping_cart_boxes .template_box {
			float:left;
			margin-right:1%;
			height:300px;
			overflow:hidden;
			width:30%;
	}
	
div.stockWarning {
	color:darkred;	
}