/*********************
 * 
 *  COMMON STYLES
 * 
 *********************/

/* MESSAGE BOX STYLES */

p.success {
	width: 440px;
	margin: 10px auto 20px auto;
	padding: 5px;
	background-color: #d5eed7;
	border: 2px solid #43af2e;
	font-size: 14px;
	text-align: center;
	color: #003e05;
}

p.failure {
	width: 440px;
	margin: 10px auto 20px auto;
	padding: 5px;
	background-color: #eccccc;
	border: 2px solid #c55757;
	font-size: 14px;
	text-align: center;
	color: #630b0b;
}


/* HEADER AREA */

#content #cartStatus {
	width: 432px;
	height: 53px;
	position: absolute;
	top: 240px;
	right: 46px;
}

#content h2 {
	font-family: Georgia, serif;
	color: #000;
	font-size: 28px;
	margin: 10px 0 45px 20px;
}


/*********************
 * 
 *  SHOPPING CART
 * 
 *********************/

#content .cart h1 {
	background: url(/data-bin/images/cart_header.jpg) no-repeat;
}

#content .cart #cartStatus {
	background: url(/data-bin/images/cart_status_1.jpg) no-repeat;
}

#content .cart button.update {
	width: 80px;
	height: 27px;
	border: none;
	background: url(/data-bin/images/update_cart_but.png) no-repeat;
}

#content .cart button.update span {
	display: none;
}

#content .cart button.update:hover {
	cursor: pointer;
	background: url(/data-bin/images/update_cart_but.png) 0 -27px no-repeat;
}

#content .cart button.checkout {
	width: 72px;
	height: 27px;
	border: none;
	background: url(/data-bin/images/checkout_cart_but.png) no-repeat;
}

#content .cart button.checkout span {
	display: none;
}

#content .cart button.checkout:hover {
	cursor: pointer;
	background: url(/data-bin/images/checkout_cart_but.png) 0 -27px no-repeat;
}

#content .cart p.empty {
	padding: 50px;
	text-align: center;
}


/* TABLE STYLES */

#content .cart table {
	width: 855px;
	margin: 0 0 50px 0;
	border-collapse: collapse;
}

#content .cart tbody tr {
	height: 76px;
	background: url(/data-bin/images/cart_row_bg.png) no-repeat;
}

#content .cart tbody td {
	height: 44px;
	padding: 0 0 32px 0;
}

#content .cart tbody .prodName {
	padding: 0 0 32px 150px;
}

#content .cart thead .prodName {
	padding: 0 0 0 150px;
}

#content .cart tbody img {
	position: absolute;
	margin: -20px 0 0 -140px;
}

#content .cart tbody input {
	width: 50px;
}

#content .cart tbody a {
	color: #660000;
	text-decoration: none;
}

#content .cart tbody a:hover {
	text-decoration: underline;
}

#content .cart thead th {
	height: 50px;
	text-align: left;
	font-family: Georgia, serif;
}

#content .cart tfoot td {
	height: 44px;
	font-weight: bold;
}

#content .cart tfoot td.left {
	background: url(/data-bin/images/cart_total_bg_left.png) no-repeat;
	padding-left: 10px;
}

#content .cart tfoot td.mid {
	background: url(/data-bin/images/cart_total_bg_mid.png) repeat-x;
}

#content .cart tfoot td.right {
	background: url(/data-bin/images/cart_total_bg_right.png) top right no-repeat;
}

#content .cart .notext, #content .cart .remove {
	text-align: center;
}


/***********************
 * 
 *  SHIPPING & BILLING
 * 
 ***********************/

#content .checkout h1 {
	background: url(/data-bin/images/shipping_header.jpg) no-repeat;
}

#content .checkout #cartStatus {
	background: url(/data-bin/images/cart_status_2.jpg) no-repeat;
}

#content .checkout h3 {
	margin: 0 0 10px 60px;
	font-family: Georgia, serif;
	color: #000;
	font-size: 18px;
}

#content .checkout .customerInfo {
	width: 720px;
	margin: 0 0 40px 60px;
	padding: 20px 0 10px 0;
	background: #f7f5f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content .checkout label {
	display: block;
	width: 165px;
	float: left;
	font-family: Georgia, serif;
	text-align: right;
	clear: left;
	font-weight: bold;
}

#content .checkout .required label {
	color: #660000;
}

#content .checkout input, #content .checkout select {
	height: 18px;
	margin: 0 0 10px 10px;
	background: #efeeea;
	border: 1px solid #ccc;
}

#content .checkout input {
	height: 18px;
	width: 496px;
	padding: 4px 0 0 4px;
}

#content .checkout select {
	height: 21px;
	padding: 1px 0 0 2px;
}

#content .checkout .continue {
	width: 80px;
	margin: 0 auto 20px auto;
}

#content .checkout input.submit {
	width: 80px;
	height: 27px;
	border: none;
	background: url(/data-bin/images/continue_but.png) no-repeat;
}

#content .checkout input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/continue_but.png) 0 -27px no-repeat;
}

#content .checkout p.option, #content .checkout p.logLink {
	font-family: Georgia, serif;
	color: #666;
	margin: 0 0 0 60px;
}

#content .checkout p.logLink a {
	color: #660000;
}

#content .checkout p.option input {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	background: none;
	border: none;
}

/* ERRORS */

#content .checkout p.error {
	color: #990000;
	font-style: italic;
	font-size: 11px;
	margin: 0 0 0 175px;
}


/***********************
 * 
 *  PURCHASE
 * 
 ***********************/

#content .purchase h1 {
	background: url(/data-bin/images/payment_header.jpg) no-repeat;
}

#content .purchase #cartStatus {
	background: url(/data-bin/images/cart_status_3.jpg) no-repeat;
}

/* TABLE STYLES */

#content .purchase table {
	width: 855px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

#content .purchase tbody tr {
	height: 76px;
	background: url(/data-bin/images/cart_row_bg.png) no-repeat;
}

#content .purchase tbody td {
	height: 44px;
	padding: 0 0 32px 0;
}

#content .purchase tbody .prodName {
	padding: 0 0 32px 150px;
}

#content .purchase thead .prodName {
	padding: 0 0 0 150px;
}

#content .purchase tbody img {
	position: absolute;
	margin: -20px 0 0 -140px;
}

#content .purchase thead th {
	height: 50px;
	text-align: left;
	font-family: Georgia, serif;
}

#content .purchase tfoot td {
	height: 27px;
	padding: 0 0 3px 0;
}

#content .purchase tfoot td.left {
	background: url(/data-bin/images/subtotal_bg_left.png) no-repeat;
	padding-left: 10px;
}

#content .purchase tfoot td.mid {
	background: url(/data-bin/images/subtotal_bg_mid.png) repeat-x;
}

#content .purchase tfoot td.right {
	background: url(/data-bin/images/subtotal_bg_right.png) top right no-repeat;
}

#content .purchase tfoot tr.ship td {
	height: 27px;
	padding-bottom: 33px;
}

#content .purchase tfoot tr.total td {
	height: 44px;
}

#content .purchase tfoot td.totalLeft {
	background: url(/data-bin/images/cart_total_bg_left.png) no-repeat;
	padding-left: 10px;
	font-weight: bold;
}

#content .purchase tfoot td.totalMid {
	background: url(/data-bin/images/cart_total_bg_mid.png) repeat-x;
}

#content .purchase tfoot td.totalRight {
	background: url(/data-bin/images/cart_total_bg_right.png) top right no-repeat;
	font-weight: bold;
}


/* BILLING & SHIPPING */

#content .purchase #reviewInfo {
	margin: -180px 0 0 0;
}

#content .purchase #reviewInfo h3 {
	font-family: Georgia, serif;
	font-size: 16px;
}

#content .purchase #billingInfo, #content .purchase #shippingInfo {
	width: 200px;
	margin: 0 0 0 50px;
	float: left;
}

#content .purchase #reviewInfo ul {
	list-style: none;
	margin: 0;
	padding: 15px;
	border: 1px solid #e6e3de;
	background: url(/data-bin/images/order_info_bg.png);
}


/* CREDIT CARD */

#content .purchase #creditInfo {
	margin: 182px 0 0 50px;
	padding: 40px 0 50px 0;
	clear: both;
	position: relative;
}

#content .purchase #creditInfo h3 {
	margin: 0 0 30px 0;
	font-family: Georgia, serif;
	font-size: 16px;
}

#content .purchase #creditInfo .cards {
	width: 224px;
	height: 35px;
	position: absolute;
	top: 35px;
	left: 195px;
	background: url(/data-bin/images/credit_cards.jpg) no-repeat;
}

#content .purchase #creditInfo .creditCol {
	width: 280px;
	float: left;
}

#content .purchase #creditInfo label {
	display: block;
	width: 120px;
	text-align: right;
	padding: 0 5px 0 0;
	float: left;
	clear: left;
}

#content .purchase #creditInfo input, #content .purchase #creditInfo select {
	margin: 0 0 15px 0;
}

#content .purchase #creditInfo input {
	width: 145px;
}

#content .purchase #creditInfo .creditLast {
	margin: 0 0 0 590px;
	font-size: 12px;
}

#content .purchase #creditInfo .creditLast a {
	color: #571305;
}

#content .purchase #creditInfo .check input {
	width: auto;
	margin: 5px 5px 0 0;
	float: left;
}

#content .purchase #creditInfo .check strong {
	display: block;
	margin: 0 30px 0 20px;
}

#content .purchase #creditInfo .exp {
	display: inline;
}

#content .purchase #creditInfo p.instructions {
	font-size: 10px;
	font-style: italic;
	margin: -11px 0 0 0;
	text-align: right;
}

#content .purchase #creditInfo input.submit {
	width: 72px;
	height: 27px;
	margin: 20px 0 0 70px;
	border: none;
	background: url(/data-bin/images/purchase_but.png) no-repeat;
}

#content .purchase #creditInfo input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/purchase_but.png) 0 -27px no-repeat;
}

/* ERRORS */

#content .purchase #creditInfo p.error {
	color: #990000;
	font-style: italic;
	font-size: 11px;
	margin: 0;
	text-align: right
}


/***********************
 * 
 *  RECEIPT
 * 
 ***********************/

#content .receipt h1 {
	background: url(/data-bin/images/receipt_header.jpg) no-repeat;
}

#content .receipt #cartStatus {
	background: url(/data-bin/images/cart_status_4.jpg) no-repeat;
}

#content #innerReceipt {
	width: 590px;
	margin: 60px auto 0 auto;
}

#content #innerReceipt a {
	color: #571305;
}


/* TABLE STYLES */

#content #innerReceipt table {
	width: 100%;
	margin: 0 0 50px 0;
	border-collapse: collapse;
}

#content #innerReceipt tbody tr {
	height: 76px;
	background: url(/data-bin/images/cart_row_short_bg.png) no-repeat;
}

#content #innerReceipt tbody td {
	height: 44px;
	padding: 0 0 32px 10px;
}

#content #innerReceipt thead th {
	height: 50px;
	text-align: left;
	font-family: Georgia, serif;
	padding-left: 10px;
}

#content #innerReceipt tfoot td {
	height: 27px;
	padding: 0 0 3px 0;
}

#content #innerReceipt tfoot td.left {
	background: url(/data-bin/images/subtotal_bg_left.png) no-repeat;
	padding-left: 10px;
}

#content #innerReceipt tfoot td.mid {
	background: url(/data-bin/images/subtotal_bg_mid.png) repeat-x;
}

#content #innerReceipt tfoot td.right {
	background: url(/data-bin/images/subtotal_bg_right.png) top right no-repeat;
}

#content #innerReceipt tfoot tr.ship td {
	height: 27px;
	padding-bottom: 33px;
}

#content #innerReceipt tfoot tr.total td {
	height: 44px;
}

#content #innerReceipt tfoot tr.total td.left {
	background: url(/data-bin/images/cart_total_bg_left.png) no-repeat;
	padding-left: 10px;
	font-weight: bold;
}

#content #innerReceipt tfoot tr.total td.mid {
	background: url(/data-bin/images/cart_total_bg_mid.png) repeat-x;
}

#content #innerReceipt tfoot tr.total td.right {
	background: url(/data-bin/images/cart_total_bg_right.png) top right no-repeat;
	font-weight: bold;
}


/* BILLING & SHIPPING */

#content #innerReceipt #reviewInfo {
	margin: 10px 0 0 0;
	height: 250px;
}

#content #innerReceipt #reviewInfo h3 {
	font-family: Georgia, serif;
	font-size: 16px;
}

#content #innerReceipt #billingInfo, #content #innerReceipt #shippingInfo {
	width: 250px;
	margin: 0;
	float: left;
}

#content #innerReceipt #shippingInfo {
	margin: 0 0 0 90px;
}

#content #innerReceipt #reviewInfo ul {
	list-style: none;
	margin: 0;
	padding: 15px;
	border: 1px solid #e6e3de;
	background: url(/data-bin/images/order_info_bg.png);
}


/* IE HACKS */

#breadcrumb {
	#display: none;
}



