#lightbox{background-color:#ffffff;}
#lbContent{background-color:#ffffff;}

#cart{
	background:#FFFFFF url(/images/top_fdaed_gradiant.jpg) repeat-x scroll center top;
	float:left;
	margin:0;
	min-height:300px;
	padding:0;
	width:500px;
}

#cart img{
	border:none;
}

#cart #carttitle{
	margin:0;
	padding-left:40px;
}

#cart #carttitle h3{
	background:transparent url(/images/shoppingcart_icon.png) no-repeat scroll left center;
	color:#555555;
	font-size:169%;
	height:40px;
	padding-left:70px;
}

#cartitems{
	width:100%;
	height:200px;
}

#cartitems .cart_summary{
	border-top:solid 1px #999999;
	font-size:65%;
	color:#999999;
}

#cartitems #cart_total{
	background-color:#FAF7B6;
	color:#101010;
	float:right;
  font-size:115%;
  margin-top:15px !important;
	padding:3px;
	text-align:right;
	width:285px;
}

#cartitems table{
  border-collapse:collapse;
	width:100%;
	border-bottom:solid 1px #101010;
}

#cartitems table th{
	font-size:70%;
  background-color:#010101;
  color:#ffffff;
  text-align:center;
}

#cartitems table tr{
  border-top:solid 1px #999999;
}

#cartitems table tr.odd{background-color:#ffffff;}
#cartitems table tr.even{background-color:#F0F4F7;}

#cartitems table td{
	padding:3px;
	font-size:80%;
  background-color:transparent;
  text-align:center;
}

#cartitems table .cart_amount{
	text-align:right;
	padding-right:5px;
}