#cart {
	margin: 0;/*0px 5px 0px 0px;*/
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

#cart h2 {
	margin: 0px 0px 10px 0px;
	/*padding: 33px 0px 15px 0px;*/
	font-size: 1.2em;
	color: #555;
	font-weight: normal;
	text-transform: lowercase;
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: 4px;
}

#cart h2 .cartactive {
	border: 1px solid #666;
	padding: 0px 12px 2px 15px;
	margin: 0px;
	color: #333;
	background: #FFF;
}

#cart h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #0099FF;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

#cartheader {
	background-image: url(/images/cart_background.gif);
	background-repeat: repeat-x;
	height: 66px;
	width: 116px;
	margin: 0px 15px 25px 0px;
	/*border-top: 1px solid #CCC;*/
}

#cart div.tl{
	background-image: url(/images/nav/corner_tl_grn.jpg);
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px;
}

#cart div.tr{
	background-image: url(/images/nav/corner_tr_grn.jpg);
	width: 27px;
	height: 27px;
	float: left;
	margin: 0px;
}

#cart div.tmid {
	/*background-image: url(/images/cart_header_bg_blue.gif);
	background-repeat: no-repeat;
	background-position: top right;
	*/
	background-color: #00A651;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	/*padding: 8px 0px 0px 15px;*/
	/*padding: 8px 1em 0 1em;*/
	/*border-left: 1px solid #333;*/
	padding-top: 7px;
	letter-spacing: normal;
	height: 20px;
	width: 116px;
	float: left;
}

#cartcontent {
	clear: left;
	border: 1px solid #00A651;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: left;
	background-color:#BEE6D2;
}

#cartcontent hr{
	color: #00A651;
	background-color: #00A651;
	border: none;
}

#cartcontent a {
	color: #000099;
}

.cartprice {
	color: #0000CC;
	float: right;
}

#cart form{
	margin:5px 0 0 0;
	padding:0;
}
