/* ---------------------------------------------------------------------------------------------------------------------------------------
CART
--------------------------------------------------------------------------------------------------------------------------------------- */
#page #content form.cart {
	clear: both;
	width: 688px;
	margin: 0;
	padding: 0;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#page #content form.first {
	background: url(../images/bg/bg-tabletop.png) no-repeat 0 0;
	padding-top: 6px;
}

#page #content form.last {
	background: url(../images/bg/bg-tablebot.png) no-repeat bottom left;
	padding-bottom: 11px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

#page #content form.cart ul.cart, #page #content ul.cartcontrols {
	width: 688px;
	margin: 0;
	padding: 0;
	/*border-top: #a2a1a1 1px solid;*/
}

#page #content form.cart ul.cart li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border-bottom: #a2a1a1 1px solid;
}

#page #content form.cart ul.cart li.productimage {
	width: 64px;
	text-align: center;
	padding-right: 15px;
	border-left: #a2a1a1 1px solid;
}

#page #content form.cart ul.cart li.productimage img {margin-top: -10px;}

#page #content form.cart ul.cart li.productname {
	width: 181px;
	padding-right: 15px;
	/*padding-top: 5px;*/
}

#page #content form.cart ul.cart li.productprice {
	width: 60px;
	padding-right: 15px;
	/*padding-top: 5px;*/
}

#page #content form.cart ul.cart li.productqty {
	width: 60px;
	padding-right: 15px;
	/*padding-top: 5px;*/
}

#page #content form.cart ul.cart li.productcolor {
	width: 100px;
	padding-right: 10px;
	/*padding-top: 5px;*/
}

#page #content form.cart ul.cart li.productadd, ul.cartcontrols li.cartcheckout {
	width: 142px;
	text-align: center;
	padding-right: 9px;
	border-right: #a2a1a1 1px solid;
}

#page #content ul.cartcontrols li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	border-bottom: #a2a1a1 1px solid;

}

#page #content ul.cartcontrols li.cartview {
	width: 520px;
	text-align: right;
	padding-right: 15px;
	border-left: #a2a1a1 1px solid;
}










