


.checkoutbox,
.checkoutbox-cart,
.checkoutbox-totals
{
	border-color:		#b7b5b6;
	border-style:		double;
	margin-bottom:		20px;
	width:				275px;
}

.checkoutbox
{
	padding:			20px;
	margin-right:		10px;
}

.checkoutbox td,
.checkoutbox-cart td,
.checkoutbox-totals td
{
	padding:			10px;
}

.checkoutbox-cart
{
	width:				380px;
	padding:			0px;
	border:				1px solid #b7b5b6;
	padding:			1px;
}

.checkoutbox-totals
{
	width:				285px;
	background-color:	#e3e4e5;
	margin-left:		100px;
}

table.checkoutbox-totals td
{
	padding:			5px;
}


.cart-title
{
	background-color:	#6c7179;
	border:				1px solid #878a8f;
	color:				white;
	text-transform:		uppercase;
	height:				28px;
	line-height:		28px;
	font-family:		arial;
	font-weight:		bold;
	font-size:			12px;
	padding-left:		13px;
	margin-bottom:		1px;
}

table#store-breadcrumb
{
	width:				100%;
	margin-bottom:		30px;
}

table#store-breadcrumb td
{
	text-align:			center;
	color:				#bbbec2;
	text-transform:		uppercase;
	background-image:	url( /images/checkout-crumb-back.gif );
	background-repeat:	repeat-x;
	height:				31px;
}

table#store-breadcrumb td a
{
	color:				black;
	text-transform:		uppercase;
}

.addressbox
{
	padding:			10px;
	border:				1px solid #AAAAAA;
	background-color:	#EEEEEE;
}

/*---------------------------------------------------
//	Product Display Styles
//--------------------------------------------------*/
.productblock
{
	font-family: verdana, arial, sans serif;
	font-size: .7em;
	padding-top: 1em;
	clear: left;
}

.thumbnail
{
	float: left;
	margin-right: 20px;
}

.price
{
	text-align:		right;
	width:			80px;
}

/*---------------------------------------------------
//	Shopping Cart Styles
//--------------------------------------------------*/
tr.cart-item-block-0 td,tr.cart-item-block-1 td
{
	border-top: 1px solid silver;
}

tr.cart-item-block-1 td,
tr.cart-accessory-1 td
{
	background-color: #eee;
}

tr#row1 td
{
	border-top: none;
}

.order-details
{
	width: 100%;
}

.order-details tr th
{
	font-family: verdana, arial, sans serif;
	font-size: .7em;

	background-color: #ccc;
	text-align: left;
	padding: 3px 10px 3px 3px;
}

.order-details tr td
{
	font-family: verdana, arial, sans serif;
	font-size: .7em;
	padding: 3px 10px 3px 3px;
}

tr.toprule td
{
}

.continueCheckout
{
	margin: 10px 0 10px 0;
}

.order-details tr th.col-3,
.order-details tr th.col-4,
.order-details tr td.col-3,
.order-details tr td.col-4
{
	text-align: right;
}

/*---------------------------------------------------
//	Checkout Styles
//--------------------------------------------------*/
table.checkoutform
{
	width: 100%;
	margin: 1em 0 1em 0;
}

table.checkoutform tr th
{
	font-family: verdana, arial, sans serif;
	font-size: .7em;
	background-color: #ccc;
	text-align: left;
	padding: 3px 10px 3px 3px;
}

table.checkoutform tr td
{
	font-family: verdana, arial, sans serif;
/*	font-size: .7em; */
	padding: 3px 10px 3px 3px;
}

div#cart-buttons
{
	margin-top: .75em;
	float:right;
}

input#update
{
	margin-right: 2em;
}