html body div#body div.topcontent div.cart
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	clear: right;
	background: white;
	border: 1px solid #294C2F;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

html body div#body div.topcontent div.cart h2
{
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	background: none repeat scroll 0 0 #0BA509;
	border-bottom: 1px solid #294C2F;
	color: #FFFFFF;
	font: bold 1.1em/1.1 arial, sans-serif;
	margin: 0;
	padding: 9px 20px 8px 18px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

html body div#body div.topcontent div.cart table
{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

html body div#body div.topcontent div.cart p
{
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

html body div#body div.topcontent div.cart button
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

html body div#body div.topcontent div.cart button.checkout
{
	float: right;
}

html body div#body div.topcontent div.cart button.emptycart
{
	float: left;
}

a.removelink {
	-moz-border-radius:20px 20px 20px 20px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	background-color:#CCCCCC;
	color:white;
	font-size:10px;
	font-weight:bold;
	padding:0 3px 1px 4px;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.5);
}


