table.cart_heading
{
	width: 100%;
	border-collapse: collapse; 
}

table.cart_heading tr
{
	background-color: #aaaaaa;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

table.cart_heading tr td
{
	width: auto;
	color: #ffffff;
	background-color: #aaaaaa;
	border-bottom: 1px dashed #cccccc;
	list-style: none;		
	margin: 0px;
	padding: 5px;
	clear: none;
	text-align: left;
}

table.cart_heading tr td.cartheading_title
{
	width: 30%;
}

table.cart_heading tr td.cartheading_quantity
{
	width: 15%;
	text-align: center;
}

table.cart_heading tr td.cartheading_price
{
	width: 15%;
	text-align: right;
}

table.cart_heading tr td.cartheading_vat
{
	width: 15%;
	text-align: right;
}

table.cart_heading tr td.cartheading_lineprice
{
	width: 15%;
	text-align: right;
}

div.cart_cartitems
{
	padding: 0px; 
	margin: 0px;
}

div.cart_cartitems table
{
	padding: 0px; 
	margin: 0px;
	border-collapse: collapse; 
	width: 100%;
}

div.cart_cartitems table tr
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #eeeeee;
	border-bottom: 1px dashed #cccccc;
}

div.cart_cartitems table tr td
{
	margin: 0px;
	padding: 5px;
	list-style: none;
	clear: both;
	width: 100%;
}

div.cart_cartitems table tr td.cartitem_title
{
	width: 30%;
}

div.cart_cartitems table tr td.cartitem_quantity
{
	width: 15%;
	text-align: center;
}


div.cart_cartitems table tr td.cartitem_quantity input
{
	text-align: center;
}

div.cart_cartitems table tr td.cartitem_price
{
	width: 15%;
	text-align: right;
}

div.cart_cartitems table tr td.cartitem_vat
{
	width: 15%;
	text-align: right;
}

div.cart_cartitems table tr td.cartitem_lineprice
{
	width: 15%;
	text-align: right;
}

div.cart_deliverytype
{
	clear: both;
	text-align: right;
	padding: 5px;
}

div.cart_deliverycountry
{
	clear: both;
	text-align: right;
	padding: 5px;
}

div.cart_totals
{
	clear: both;
	text-align: right;
}

div.cart_totals ul
{
	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.cart_totals ul li
{
	text-align: right;
	padding: 3px;
}

div.cart_totals ul li.cart_totals_total
{
	font-size: 150%;
}

div.cart_totals ul li ul
{
	text-align: right;
	padding-top: 3px;
}

div.cart_totals ul li ul li
{
	border-top: 1px dashed #cccccc;
}

div.cart_totals ul li ul li.label
{
	width: 75%;
}

div.cart_donotdeliver_displaymessage
{
	font-size: 180%;
	text-align: right;
	margin-bottom: 30px;
}

div.cart_links
{
	clear: both;
	text-align: center;
	width: 100%;
}

div.cart_links ul
{
	list-style: none;
	text-align: center;
}

div.cart_links ul li
{
	float: left;
	text-align: center;
	width: 30%;
}

div.cart_links ul li a
{
	text-align: center;
	padding: 5px;
	font-weight: 400;
	text-decoration: none;
	font-size: 130%;	
}

div.cart_links ul li a:hover
{
	text-decoration: underline;
}

div.cart_noitem_displaymessage
{
	padding: 50px;
	vertical-align: middle;
	text-align: center;
}

div.cart_noitem_continueshopping
{
	text-align: center;
}

div.cart_noitem_continueshopping a
{
	text-align: center;
	font-size: 130%;
	text-decoration: none;	
	font-weight: 400;
}

div.cart_voucherdetails
{
	text-align: center;
	padding: 8px;
	font-weight: 400;
}
