﻿td.CartCover 
{
	border: dashed 1px #eeeeee;
	padding: 2px;
	width: 70px;
	text-align: center;
}

td.CartTitle
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: left;
	width: 100px;
}

th.CartTitle
{
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;
	width: 100px;
}

td.CartMedia 
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: center;
	width: 100px;
}

th.CartMedia 
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	width: 100px;
}

td.CartPrice
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: center;
	width: 100px;
}

th.CartPrice 
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	width: 100px;
}

td.CartQuantity
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: center;
	width: 100px;
}

input[type='text'].CartQuantity 
{
	width: 30px;	
	font-family: Calibri, Sans-Serif;
	font-size: 10pt;
}

input[type='text'].CartPrice 
{
	width: 40px;	
	font-family: Calibri, Sans-Serif;
	font-size: 10pt;
}

span.CartMinPrice 
{
	font-size: smaller;
	font-style: italic;
}

th.CartQuantity 
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	width: 100px;
}

td.CartTotal
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: right;
	width: 100px;
}

th.CartTotal
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	width: 100px;
}

td.CartButtons 
{
	border: dashed 1px #eeeeee;
	padding: 4px;
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

td.CartTotalSummary 
{
	width: 200px;
	padding: 2px 0px 2px 0px;
	text-align: left;
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	font-size: larger;
	vertical-align: middle;
}

td.CartTotalData 
{
	padding: 2px 0px 2px 0px;
	border-style: none;
	border-width: 0px;
	font-weight: normal;
	font-size: larger;
	text-align: right;
	vertical-align: middle;
}

td.CartGrossTotal 
{
	width: 200px;
	padding: 2px 0px 2px 0px;
	border-style: dashed none none none;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;
	font-weight: bold;
	font-size: larger;
	text-align: right;
	vertical-align: middle;
}

td.CartGrossTotalSummary
{
	width: 200px;
	padding: 2px 0px 2px 0px;
	border-style: dashed none none none;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;
	text-align: left;
	font-weight: bold;
	font-size: larger;
	vertical-align: middle;
}

td.CartGrossTotalCheckout 
{
	vertical-align:middle;
}

a.BuyNow 
{
	vertical-align: middle;
	background-image: url(Images/cart_put.png);
	padding: 2px 0px 2px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.CartItemEdit 
{
	vertical-align: middle;
	background-image: url(Images/cart_edit.png);
	padding: 2px 0px 2px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.CartItemDelete 
{
	vertical-align: middle;
	background-image: url(Images/cart_remove.png);
	padding: 2px 0px 2px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.CartItemUpdate 
{
	vertical-align: middle;
	background-image: url(Images/arrow_refresh.png);
	padding: 2px 0px 2px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.CartItemCancel
{
	vertical-align: middle;
	background-image: url(Images/cancel.png);
	padding: 2px 0px 2px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.CartCheckout 
{
	vertical-align: middle;
	background-image: url(Images/cart_go.png);
	padding: 2px 20px 2px 0px;
	background-position: top right;
	background-repeat: no-repeat;
}

a.CartCheckoutBack 
{
	vertical-align: middle;
	background-image: url(Images/cart.png);
	padding: 2px 20px 2px 0px;
	background-position: top right;
	background-repeat: no-repeat;
}