table.cartcontent {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
}

table.cartcontent td, table.cartcontent th {
	padding: 1px 10px 1px 5px;
}

table.cartcontent td.price {
	text-align: right;
	padding-right: 0 !important;
	padding-left: 10px;
}

table.cartcontent td.sum {
	font-weight: bold;
}

tr.odd {
	background: #eee;
}

tr.even {
	background: #ccc;
}

h3.productname {
	
}

h3.order {
	margin-top: 20px;
}

h2 span, h2 span a , h3 span, h3 span a {
	font-size: 11px !important;
	text-decoration: none;
}

input.num {
	width: 15px;
}

div#cart {
	border: 1px solid #ccc;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 80px;
	background: #fff;
}
.legal {
 display: none;
}


div#cart p {
	padding: 2px 2px 2px 22px;
}