/* LAYOUT */
#column-1
{
	width: 179px;
	padding-left: 2px;
	position: relative;
	margin-left: -797px;
}
#column-2
{
	width: 980px;
	margin: 0px;
}
#column-3
{
	width: 177px;
	padding-right: 4px;
}

.cartTotalsDisplay
{
	font-size: 14px;
	line-height: 19px;
	color: #666;
}
.cartTotalsDisplay strong
{
	color: #000;
}
.item-in-cart td
{
	padding: 10px 5px 0 0;
	line-height: 14px;
	vertical-align: top;
	font-size: 12px;
}
.item-in-cart a
{
	color: #666;
	font-weight: normal;
}
.cart_h th
{
	background-color: #DFDFDF;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 3px;
	border-right: 1px solid #FFF;
}
.itemImg
{
	border: 1px solid #CACACA;
	margin-bottom: 10px;
}
.item-in-cart .item-description
{
	width: 360px;
	border-width: 0;
	font-weight: normal;
	color: #333;
}
.cart-total
{
	text-align: right;
	border-top: 1px solid #CACACA;
	padding: 5px 5px 0 0;
	font-size: 14px;
}
.cart-total-amt
{
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #CACACA;
}
.cart-buttons td
{
	padding-top: 20px;
}
.cart-buttons td.checkout
{
	text-align: right;
}
#column-2 input[type=text]
{
	width: 30px;
}
.item-image
{
	float: left;
	width: 50px;
}
div.no-border
{
	border-width: 0;
}
table
{
	width: 980px;
}
td, th
{
	font-size: 14px;
}
th.item-data
{
	width: 400px;
	text-align: center;
	border-right: 1px solid #EAEAEA;
}
th.item-qty
{
	width: 100px;
	text-align: center;
	border-right: 1px solid #EAEAEA;
}
th.item-price
{
	width: 88px;
	text-align: center;
	font-size:14px;
	color:#000;
}
th.item-delete
{
	width: 88px;
	text-align: center;
	border-right: 1px solid #EAEAEA;
}
td.item-delete
{
	text-align: center;
}
tbody tr
{
	border-bottom: 1px dotted #CACACA;
}
td.item-qty
{
	text-align: center;
}
td.rtp_total
{
	text-align: right;
}
#proceed
{
	text-align: right;
	padding: 20px 0 10px 0;
}
#proceed .cssButton, #proceed .cssButtonHover
{
	display: inline;
}
.buttonRow.back
{
	width: 956px;
}
