﻿/*.cartitems
{	
	width: 708px;	
	padding: 10px;
	list-style: none;
}
	.cartitems li
	{		
		padding: 6px 0 6px 0;
		border-bottom: solid 1px #ccc;
		height: 75px;
	}
	.cartitems h2
	{
		font-size: 16px;
	}
	.cartitems img
	{
		float: left;
		border: solid 1px #ccc;	
	}
	.cartitems div.itemarea
	{
		float: left;
		display: inline-block;
		width: 320px;		
		height: 75px;
		padding-left: 10px;
	}
	.cartitems div.pricearea
	{
		float: left;
		display: inline-block;
		width: 115px;		
		padding: 0 10px;
		height: 75px;
	}
	.cartitems div.qtyarea
	{
		float: left;
		display: inline-block;
		width: 67px;		
		text-align:center;
		height: 75px;
	}
	.cartitems div.right
	{
		float: left;
		text-align: right;
		display: inline-block;
		width: 75px;		
		padding: 0 0 0 12px;
		height: 75px;
	}
	.cartitems .itemsubtotal
	{
		font-size: 120%;
		font-weight: bold;
	}*/

.strike
{
	text-decoration: line-through;
}

.shipping
{
	border-collapse: collapse;
	width: 300px; /*float: left; 	margin: 20px 30px 20px 20px;*/
}
.shipping input[type='text']
{
	width: 80px;
}
.shipping td
{
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.shipping .total td
{
	border-top: #ccc 1px solid;
}
.shipping th
{
	text-align: left;
	padding: 0 3px;
	font-size: 14px;
}
/*.subtotal
{
	width: 287px; float: right; 		margin: 20px 30px 20px 20px;
}*/
.subtotal
{
	width: 300px;
	min-height: 80px;
	border-collapse: collapse; /*margin: 20px 30px 40px 410px;*/
	font: bold 14px/18px 'Lucida Grande' , 'Lucida Sans Unicode' , Lucida, sans-serif;
	text-align: right;
	table-layout: fixed;
}
.subtotal .total
{
	font-size: 18px;
	line-height: 20px;
}
.subtotal .total td, .subtotal .total th
{
	padding-top: 10px;
	border-top: solid 1px #ccc;
	margin-top: 5px;
}
.subtotal th
{
	width: 170px;
}
label.left
{
	float: left;
	clear: left;
	text-align: left;
}
span.right
{
	text-align: right;
	float: right;
	clear: right;
}

.carttable
{
	table-layout: fixed;
	margin: 10px 0;
	width: 708px;
	border-bottom: #ccc solid 1px;
}
.carttable hr
{
	color: #ccc;
	height: 1px;
}
.carttable td
{
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 3px 3px;
}
.carttable .img
{
	width: 77px;
}
.carttable .img img
{
	border: solid 1px #ccc;
}
.carttable .desc
{
	width: 300px;
	padding-left: 10px;
}
.carttable .pricedesc
{
	width: 115px;
}
.carttable .qty
{
	width: 50px;
	text-align: right;
}
.carttable .qty input
{
	text-align: right;
}
.carttable .qtybtn
{
	width: 55px;
	text-align: center;
}
.carttable .total
{
	width: 75px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}

.CartStep1, .CartStep2, .CartStep3
{
	display: block;
	background: url(/images/buttons/bttns-cart-process.png) no-repeat 0 0;		
	width: 200px;
	height: 20px;	
	text-indent: -2000em;
}
.CartStep1 { background-position: 0px -40px; }
.CartStep2 { background-position: 0px -20px; }
.CartStep3 { background-position: 0px 0px; }

.radalert { background-image: url('/images/perf-alert.jpg') !important; }
