﻿/* Shopping Cart */

div.cart {
	padding: 20px 0 150px;
	border-top: 10px solid #141d22;
}

div.cart h2 {
	margin: 0 0 23px;
	font-size: 20px;
}

div.cart table.cart {width: 900px;}

div.cart table.cart th {
	padding: 0 0 4px;
	font-size: 11px;
	font-weight: bold;
	color: #6b6b6b;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

div.cart table.cart th.remove {width: 96px;}
div.cart table.cart th.image {width: 93px;}
div.cart table.cart th.name {width: 507px;}
div.cart table.cart th.qty {width: 66px;}
div.cart table.cart th.price {width: 69px; text-align: right;}
div.cart table.cart th.ext {width: 69px; text-align: right;}

div.cart table.cart td {
	padding: 11px 0 0;
	vertical-align: top;
}


div.cart table.cart td input.qty {
	width: 29px;
	height: 20px;
	border: 1px solid #7f9db9;
}

div.cart table.cart a:link,
div.cart table.cart a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div.cart div.info {
	width: 900px;
	height: 114px;
	font-size: 11px;
	background: url(images/bg-cart.gif) repeat-x 0 0;
}

div.cart div.info div.coupon {
	float: left;
	padding: 20px 0 0;
	width: 275px;
}

div.cart div.info div.coupon span {
	font-weight: normal;
	font-size: 10px;
}

div.cart div.info div.coupon label {
	float: left;
	margin: 15px 0 0;
	width: 74px;
	height: 22px;
	line-height: 22px;
}

div.cart div.info div.coupon input.text,
div.cart div.info div.zip-information input.text {
	float: left;
	margin: 15px 0 0 0;
	width: 102px;
	height: 20px;
	border: 1px solid #7f9db9;
}

div.cart div.info input.submit {float: left; margin: 14px 0 0 6px;}
	
div.cart div.info div.zip-information {
	float: right;
	padding: 20px 0 0;
	width: 300px;
	text-align: right;
}

div.cart div.info div.zip-information input.text {margin: 15px 0 15px 83px;}

div.cart div.info a:link,
div.cart div.info a:visited {color: #141d22;}
div.cart div.info a:hover {text-decoration: none;}

div.cart div.total {
	float: right;
	font-size: 20px;
	line-height: 47px;
	font-weight: bold;
	text-align: right;
}

div.cart div.total span {color: #b00;}

div.cart div.total input {
	float: left;
	margin: -1px 0 0 6px;
}

div.cart input.continueshopping {
	float: left;
	margin: 37px 0 0;
}


/* Checkout Pages */

div.checkout {
	padding: 0 0 150px;
	border-top: 10px solid #141d22;
	overflow: auto;
}

div.checkout h2 {
	padding: 20px 0 4px;
	font-size: 20px;
	color: #141d22;
	border-bottom: 1px solid #ddd;
}

div.checkout a:link,
div.checkout a:visited {color: #141d22;}
div.checkout a:hover {text-decoration: none;}


/* Progress Bar */

div#progress,
div#progress div {
	width: 615px;
	height: 30px;
	background: url(images/bg-progress.gif) no-repeat 0 0;
}
div#progress div {background: url(images/bg-progress.gif) no-repeat 0 -40px;}


/* Checkout Login */

div.begincheckout {
	height: 310px;
	font-size: 11px;
	line-height: 16px;
	background: #ddd;
}

div.begincheckout div.newcustomers,
div.begincheckout div.customerlogin {
	float: left;
	width: 449px;
	height: 310px;
	background: #fff;
}	
div.begincheckout div.newcustomers {margin-right: 1px;}
div.begincheckout div.customerlogin {
	padding: 0 0 0 20px;
	width: 430px;
}

div.begincheckout h3 {
	font-size: 11px;
	line-height: 44px;
}

div.begincheckout div.customerlogin label {
	float: left;
	margin: 0 0 10px;
	width: 123px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}

div.begincheckout div.customerlogin input.text {
	float: left;
	margin: 0 80px 10px 0;
	width: 202px;
	height: 20px;
	border: 1px solid #7f9db9;
}

div.begincheckout div.customerlogin input.submit {
	float: left;
	margin: 0 0 0 123px;
}

div.begincheckout div.customerlogin span {
	float: left;
	margin: 0 0 10px -75px;
	height: 22px;
	cursor: help;
}


/* Billing, Shipping, Method, & Verify */

div.checkoutform {
	float: left;
	width: 450px;
}

div.internalcheckout h3 {
	font-size: 13px;
	line-height: 50px;
	color: #2d4d68;
}

div.internalcheckout label {
	float: left;
	margin: 0 3px 0 0;
	padding: 0 11px 0 0;
	width: 95px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}
div.internalcheckout label.required {border-right: 3px solid #c20000;}

div.internalcheckout input.text,
div.internalcheckout span.usa {
	float: left;
	margin: 0 0 6px;
	padding: 0 0 0 2px;
	width: 150px;
	height: 19px;
	border: 1px solid #7f9db9;
}

div.internalcheckout input.email {width: 200px;}

div.internalcheckout select {
	float: left;
	margin: 1px 0 6px;
	width: 154px;
	height: 19px;
	font-size: 12px;
}

div.internalcheckout span {font-weight: bold;}

div.internalcheckout span.usa {
	border: 0;
	line-height: 19px;
}

div.internalcheckout span.createaccount {
	float: left;
	margin: 5px 0 4px 111px;
}

div.internalcheckout span.sameas {
	float: left;
	margin: -15px 0 0;
	padding: 0 0 20px;
	width: 400px;
	clear: both;
}

div.internalcheckout input.submit {
	float: left;
	margin: 10px 0 0 111px;
}

div.checkoutinfo {
	float: left;
	margin: -45px 0 0;
	padding: 15px 0 0 20px;
	width: 425px;
	height: 295px;
	font-size: 11px;
	color: #141d22;
	border-left: 1px solid #ddd;
}

div.shippingmethod {
	float: left;
	width: 450px;
	border-right: 1px solid #ddd;
}

div.shippingmethod table.maintable {
	margin: 0 0 19px;
	width: 400px;
}

div.shippingmethod table.maintable th {
	padding: 0 0 0 5px;
	height: 26px;
}

div.shippingmethod tablemaintable th.options {width: 300px;}

div.shippingmethod table.maintable td {
	padding: 0 0 0 5px;
	height: 26px;
	font-weight: bold;
}
	
div.shippingmethod table.maintable tr.alt td {background: #eee;}

div.shippingmethod table.maintable tr.address th {height: 36px;}

div.shippinglinks {
	float: left;
	padding: 5px 0 0 20px;
	line-height: 20px;
}

span.submitorder {
	display: block;
	padding: 0 0 0 8px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	color: #000;
	background: #f9dcdc;
	border: 1px solid #bab8b8;
}

div.paymentsummary {
	float: left;
	margin: 0 0 40px;
	padding: 20px 0 0 7px;
	width: 240px;
}

div.paymentsummary strong {
	float: left;
	margin: 0 6px 40px 0;
}

div.internalcheckout table.ordersummary {width: 900px;}

div.internalcheckout table.ordersummary th {
	padding: 0 0 4px;
	font-size: 11px;
	font-weight: bold;
	color: #6b6b6b;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

div.internalcheckout table.ordersummary th.image {width: 96px;}
div.internalcheckout table.ordersummary th.name {width: 585px;}
div.internalcheckout table.ordersummary th.qty {width: 45px;}
div.internalcheckout table.ordersummary th.price {width: 64px; text-align: right;}
div.internalcheckout table.ordersummary th.ext {width: 110px; text-align: right;}

div.internalcheckout table.ordersummary td {
	padding: 11px 0 0;
	vertical-align: top;
}

div.internalcheckout table.ordersummary td.footer {
	padding: 30px 0 0;
	text-align: right;
	background: url(images/bg-cart.gif) repeat-x 0 18px;
}

div.internalcheckout table.ordersummary a:link,
div.internalcheckout table.ordersummary a:visited {
	font-weight: bold;
	color: #000;
}
div.internalcheckout table.ordersummary a:hover {text-decoration: none;}

div.paymentinfo {
	float: left;
	padding: 10px 0;
	width: 360px;
	background: #efefef;
	border: 1px solid #ccc;
}

div.paymentinfo label {
	float: left;
	border: 0;
}

div.paymentinfo span.name {
	float: left;
	padding: 4px 0 0;
	width: 200px;
	height: 26px;
}

div.paymentinfo input.cc {
	float: left;
	margin: 0 0 5px;
	width: 157px;
	height: 20px;
	border: 1px solid #7f9db9;
}

div.paymentinfo img {float: left;}

div.paymentinfo select.month {
	float: left;
	width: 119px !important;
}

div.paymentinfo select.year {
	float: left;
	margin-right: 40px;
	width: 57px;
}

div.paymentinfo input.ccv {width: 48px;}

div.paymentinfo a.ccv:link,
div.paymentinfo a.ccv:visited {
}

div.internalcheckout div.ordertotal {
	float: right;
	padding: 20px 20px 0 25px;
	width: 320px;
	height: 154px;
	background: #fff;
}

div.ordertotal table td {
	background: #eee;
	border-bottom: 1px solid #cecece;
	font-size: 10px;
	text-align: right;
	width: 131px;
	height: 28px;
	padding-right: 11px;
}

div.ordertotal table td:first-child {width: 178px; font-weight: bold;}

div.ordertotal table tr.ordertotal td {
	padding-top: 7px;
	background: #fff;
	border: 0;
}

div.ordertotal table tr.ordertotal td.total {
	font-size: 12px;
	color: #003099;
}

div.ordertotal table tr.ordertotal td.price {
	font-size: 12px;
	font-weight: bold;
	color: #ce040c;
}

div.hasorder strong {margin-bottom: 0;}

*html div.cart a,
*html div.cart input,
*html div.checkout a,
*html div.checkout input,
*html div.receipt a,
*html div.receipt input {position: relative !important;}





























