

/* --- cart.css --- */
div.cart {
background-color: #ECF3E9 ;
border: 1px solid #436701; 	
}			  
div#content div.cart h3{
background: transparent url(/images/new/bulletr-cart.gif) no-repeat center right;	
color:#B4D0A8;
border:0 none
}	 
/* Shopping cart box */

div.cart table 
{
	margin: 2px;
	padding: 0px;
}

div.cart table td{
font: normal 70% verdana;	
}
div.cart table tr.even {
	background-color:  #D8E7D1
}
div.cart a{
padding: 0px;
margin: 0px;	
}

div.cart a.emptycart
{
	font-size: 80%;
	color: #777;
}

div.cart p.cartmeta
{
	font-size: 95%;
	padding-bottom: 8px;
	
}

div.cart p.cartmeta strong
{
	margin: 0px;
}

div.cart a.checkout 
{
	background: #cccccc;
	display: block;
	width:7em;
	float: right;
	color:#036;	  
	border: 2px outset #999999;	
	font-weight: bold;
	font-size: 11px;
	padding: 0px .7em 0px .7em;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.2em;	
	text-decoration: none;
}
div.cart table#cartcontents {
	margin-top: -7px
}	
div#col3cart td.productposter {
background: transparent url(/images/icons/cart-icons-poster.gif) no-repeat;
}
div#col3cart td.productbook,  div#col3cart td.phpbundle,  div#col3cart td.productkit {
background: transparent url(/images/icons/cart-icons-book.gif) no-repeat;
}
div#col3cart td.productforummemb {
background: transparent url(/images/icons/cart-icons-marketplace.gif) no-repeat;
}
div#col3cart td.productshirt {
background: transparent url(/images/icons/cart-icons-tshirt.gif) no-repeat;
}
div#col3cart table#cartcontents td  {
padding-left:20px; 
background-position:  1px 4px;
}
