
/* cart elements */
#TB_ajaxContent	{
	height: 200px;
	width: 600px;
}

.cart	{
	background-color: #fff;
	color: #666;
	margin-bottom: 10px;
	padding: 0.4375em 0.4375em 0.6em;
}

.disclaimer, 
.notification	{
	background-color: #eee;
	font-size: 0.6875em;
	line-height: 1.3em;
	margin-bottom: 1.2em;
	padding: 0.75em;
}

.noscript	{
	background-color: #f5e5e5;
	border: 1em solid #fff;
	padding: 1em;
}

	.noscript	h4	{
		color: #AF2B2B;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 0.25em;
	}
	
	.noscript	p	{
		color: #d25c5c;
		font-size: 0.75em;
		line-height: 1.3em;
		margin-bottom: 1.3em;
	}
	
		.noscript	p	a:link, 
		.noscript	p	a:visited	{
			color: #AF2B2B;
			text-decoration: underline;
		}
		
		.noscript	p	a:hover, 
		.noscript	p	a:visited	{
			text-decoration: none;
		}

/* cart navigation */
.cart-nav	{
	background-color: #384664/*21496f*/;
	display: block;
	height: 33px;
}

	.cart-nav	li	{
		float: left;
	}

		.cart-nav	a, 
		.cart-nav	span	{
			background-image: url(../../images/cart/cart-nav2.png);
			display: block;
			height: 33px;
			overflow: hidden;
			text-indent: -9999px;
		}

	li#shopping-cart			a, 
	li#shopping-cart			span	{ width:60px; }
	li#shopping-cart			span	{ background-position:0 0; }
	li#shopping-cart			a		{ background-position:0 -33px; }
	li#shopping-cart			a:hover	{ background-position:0 -66px; }
	li#shopping-cart.active		a, 
	li#shopping-cart.active		span	{ background-position:0 -99px; }
	li#shopping-cart.active		a:hover	{ background-position:0 -132px; }

	li#billing-address			a, 
	li#billing-address			span	{ width:72px; }
	li#billing-address			span	{ background-position:-60px 0; }
	li#billing-address			a		{ background-position:-60px -33px; }
	li#billing-address			a:hover	{ background-position:-60px -66px; }
	li#billing-address.active	a, 
	li#billing-address.active	span	{ background-position:-60px -99px; }
	li#billing-address.active	a:hover	{ background-position:-60px -132px; }

	/*li#shipping-address			{ display:none; }*/
	li#shipping-address			a, 
	li#shipping-address			span	{ width:114px; }
	li#shipping-address			span	{ background-position:-441px 0; }
	li#shipping-address			a		{ background-position:-441px -33px; }
	li#shipping-address			a:hover	{ background-position:-441px -66px; }
	li#shipping-address.active	a, 
	li#shipping-address.active	span	{ background-position:-441px -99px; }
	li#shipping-address.active	a:hover	{ background-position:-441px -132px; }

	li#shipping-method2			a, 
	li#shipping-method2			span	{ width:82px; }
	li#shipping-method2			span	{ background-position:-132px 0; }
	li#shipping-method2			a		{ background-position:-132px -33px; }
	li#shipping-method2			a:hover	{ background-position:-132px -66px; }
	li#shipping-method2.active	a, 
	li#shipping-method2.active	span	{ background-position:-132px -99px; }
	li#shipping-method2.active	a:hover	{ background-position:-132px -132px; }

	li#payment					a, 
	li#payment					span	{ width:84px; }
	li#payment					span	{ background-position:-214px 0; }
	li#payment					a		{ background-position:-214px -33px; }
	li#payment					a:hover	{ background-position:-214px -66px; }
	li#payment.active			a, 
	li#payment.active			span	{ background-position:-214px -99px; }
	li#payment.active			a:hover	{ background-position:-214px -132px; }

	li#review					a, 
	li#review					span	{ width:71px; }
	li#review					span	{ background-position:-298px 0; }
	li#review					a		{ background-position:-298px -33px; }
	li#review					a:hover	{ background-position:-298px -66px; }
	li#review.active			a, 
	li#review.active			span	{ background-position:-298px -99px; }
	li#review.active			a:hover	{ background-position:-298px -132px; }

	li#receipt					a, 
	li#receipt					span	{ width:72px; }
	li#receipt					span	{ background-position:-369px 0; }
	li#receipt					a		{ background-position:-369px -33px; }
	li#receipt					a:hover	{ background-position:-369px -66px; }
	li#receipt.active			a, 
	li#receipt.active			span	{ background-position:-369px -99px; }
	li#receipt.active			a:hover	{ background-position:-369px -132px; }

/* cart options */
.cart-options	{
	float: right;
	padding-top: 0.3625em;
	width: 153px;
}

.cart-options.receipt-page	{
	width: 50px;
}

	.cart-options	li	{
		float: left;
		margin-right: 0.3em;
	}

		.cart-options	a	{
			background-position: top left;
			background-repeat: no-repeat;
			color: #276099;
			display: block;
			font-size: 0.625em;
			line-height: 1.7em;
			padding-left: 18px;
			text-decoration: underline;
		}

		.cart-options	a:hover	{
			text-decoration: none;
		}

		.cart-options	.save	{ background-image:url(../../images/cart/cart-option-email.gif); }
		.cart-options	.print	{ background-image:url(../../images/cart/cart-option-print.gif); }
		.cart-options	.email	{ background-image:url(../../images/cart/cart-option-email.gif); }

/* cart elements */
.cart	h3	{
	color: #5e75a7;
	font-size: 1.125em;
	font-weight: normal;
	margin: 0.5em 0 0.75em;
	width: 390px;
}

.cart	caption	{
	display: none;
}

.cart	p	{
	font-size: 0.6875em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

.cart	a:link, 
.cart	a:visited	{
	color: #5e75a7;
	text-decoration: underline;
}

.cart	a:hover, 
.cart	a:active	{ text-decoration:none; }

.proceed-to-checkout-bottom, 
.proceed-to-checkout-top	{ float:right; }


.cart	.continue-shopping	{
	color: #6f6f6f;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
}

.cart	.continue-shopping:hover	{ text-decoration:underline; }

.cart	.center	{ text-align:center; }

/* cart contents table */
#cart-contents	{
	margin: 0 0 1.2em;
	width: 555px;
}

	#cart-contents	#product-description, 
	#cart-contents	#product-description	td	{
		text-align: left;
	}

	#cart-contents	th, 
	#cart-contents	td	{
		font-size: 0.6875em;
		vertical-align: top;
	}

		#cart-contents	thead	th	{
			background: url(../../images/cart/cart-contents-thead-th-bg.png) top left repeat-x #99a6bf;
			color: #384664;
			font-weight: normal;
			text-align: center;
			padding: 0.7em 1em;
			white-space: nowrap;
		}

		#cart-contents	thead	th.shaded	{
			background: url(../../images/cart/cart-contents-thead-th-bg2.png) top left repeat-x #B3BCCF;
		}

		#cart-contents	tbody	td	{
			border-bottom: 1px solid #E4E0E2;
			padding: 0.9em 0.4em;
			text-align: center;
		}

			#cart-contents	tbody	td	input	{
				border: 1px solid #a3afcc;
				color: #666;
				text-align: right;
				width: 1.5em;
			}
			
			#cart-contents	tbody	td	select	{
				border: 1px solid #9A988E;
				color: #666;
				font-size: 0.9em;
				margin-top: 1px;
				width: 60px;
			}

				#cart-contents	tbody	td	select	option	{
					color: #333;
					font-size: 1.1em;
				}

		#cart-contents	tbody	td.shaded	{
			background-color: #f4f2f3;
		}

			#cart-contents	tbody	td	.list-price	{
				text-decoration: line-through;
			}
			
			#cart-contents	tbody	td	.discounted-price	{
				color: #f00;
			}

		#cart-contents	tfoot	td	{
			color: #384664;
			padding: 0.8em;
			text-align: right;
			text-transform: uppercase;
		}

		#cart-contents	tfoot	td#update-quantities	{
			text-align: left;
		}

		#cart-contents	tfoot	td.edit	{
			text-align: left;
		}

		#cart-contents	tfoot	.lborder	{
			padding: 0 0.8em 0.8em;
		}

			#cart-contents	tfoot	td	strong	{
				font-size: 1.64em;
			}
			
			#cart-contents	tfoot	span	{
				color: #999;
				text-transform: none;
			}

		#cart-contents	tfoot	.total	td	{
			border-top: 1px solid #E4E0E2;
			font-size: 1.2em;
			padding: 0.4em 0.2em 0;
		}

/* cart login table */
.billing-options	{
	float: left;
	width: 198px;
}

		.billing-options	th, 
		.billing-options	td	{
			font-size: 0.6875em;
			line-height: 1.25em;
			padding: 0.4em;
		}

		.billing-options	thead	th	{
			background-color: #666;
			border-left: 1px solid #fff;
			color: #fff;
			font-weight: bold;
			text-align: center;
		}
		
		.billing-options	tbody	th	{
			text-align: right;
		}

			.billing-options	tbody	td	input	{
				border: 1px solid #ccc;
				border-bottom: 1px solid #eee;
				border-top: 1px solid #333;
				width: 70px;
			}

		.billing-options	tfoot	td	{
			text-align: center;
		}

	.error	{
		background-color: #faeaea;
		border: 1em solid #fff;
		color: #af2b2b;
		line-height: 1.3em;
	}
	
	.billing-options	.error	{
		border: 0;
	}
	
	.billing-options	a:link, 
	.billing-options	a:visited	{
		color: #5E75A7;
		text-decoration: underline;
	}
	
	.billing-options	a:hover, 
	.billing-options	a:active	{
		text-decoration: none;
	}

/* billing-information table */
#billing-information	{
	width: 375px;
}

	#billing-information	th, 
	#billing-information	td	{
		font-size: 0.6875em;
		line-height: 1.2em;
		padding: 0.75em 0.4em;
		vertical-align: top;
	}

	#billing-information	th	{
		font-weight: normal;
		text-align: left;
		width: 100px;
	}

		#billing-information	td	input, 
		#billing-information	td	select, 
		#billing-information	td	textarea	{
			border: 1px solid #ccc;
			border-bottom: 1px solid #eee;
			border-top: 1px solid #333;
			color: #333;
		}

		#billing-information	td	select	{
			width: 175px;
		}
		
		#billing-information	td	select.state	{
			width: 4em;
		}
		
		#billing-information	td	input.radio	{
			border: 0;
		}

	#billing-information	.shaded	th, 
	#billing-information	.shaded	td	{
		background-color: #f4f2f3;
	}

	#billing-information	tfoot	td	{
		border-top: 1px solid #ccc;
	}

/* cart summary */
#shipping-cart-summary	{
	float: right;
	position: relative;
	width: 175px;
}

	#shipping-cart-summary	th, 
	#shipping-cart-summary	td	{
		font-size: 0.6875em;
		padding: 0.3em;
		vertical-align: top;
	}

		#shipping-cart-summary	thead	th	{
			background-color: #666;
			color: #fff;
			font-weight: bold;
			text-align: left;
		}
		
		#shipping-cart-summary	tbody	th, 
		#shipping-cart-summary	tbody	td	{
			border-bottom: 1px solid #ccc;
			padding: 0.7em 0.2em;
			text-align: right;
		}

		#shipping-cart-summary	tbody	th	{
			text-align: left;
		}

		#shipping-cart-summary	tbody	.minus	td	{
			color: #f00;
		}

		#shipping-cart-summary	tfoot	th, 
		#shipping-cart-summary	tfoot	td	{
			font-size: 1.1em;
			text-align: right;
		}
		
		#shipping-cart-summary	tfoot	th	{
			font-size: 0.8em;
			text-align: left;
		}

/* shipping method */
#shipping-method	{
	margin-bottom: 1.2em;
	width: 375px;
}

		#shipping-method	tbody	td	{
			font-size: 1.1em;
			padding: 0.6em 0.3em;
		}

.shipping-messages	{
	clear: both;
	color: #666;
	font-size: 0.6875em;
	line-height: 1.5em;
	margin-bottom: 2em;
	background-color: #eee;
	padding: 0.5em;
}

.ship-notify	{
	position: relative;
}

	.ship-notify	.special-handling	{
		background-color: #fff;
		border: 5px solid #ccc;
		font-size: 0.6875em;
		left: 0;
		line-height: 1.4em;
		margin-top: 2em;
		padding: 1em;
		position: absolute;
		top: 0;
		z-index: 88;
	}

		.ship-notify	.special-handling	ul	{
			list-style-type: disc;
			padding: 1em 2em;
		}

/* promotional code */
#promo-code-optional	{
	background-color: #eee;
	clear: right;
	font-size: 0.6875em;
	line-height: 1.3em;
	margin-bottom: 1.2em;
	padding: 0.5em;
}

	#promo-code-optional	h5	{
		border-bottom: 1px solid #666;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 0.5em;
	}

	#promo-code-optional	#promo-code-input	{
		padding: 1em;
		text-align: center;
	}
	
	#promo-code-optional	#prioritycode	{
		border: 1px solid #ccc;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #333;
	}

/* payment method */
.payment-method	{
	border-bottom: 1px solid #C7C2BA;
	margin: 0 1em 1em;
	padding: 0.5em;
	text-align: center;
}

	.payment-method	li	{
		display: inline;
		font-size: 0.6875em;
		padding: 0 0.4em;
	}

/* credit card information */
#cc	{
	margin: 0 auto 1.2em;
	width: 500px;
}

	#cc	th, 
	#cc	td	{
		font-size: 0.6875em;
		padding: 0.6em 0.3em;
	}

	#cc	th	{
		font-weight: normal;
		text-align: left;
		width: 175px;
	}

		#cc	td	input, 
		#cc	td	select	{
			border: 1px solid #ccc;
			border-bottom: 1px solid #eee;
			border-top: 1px solid #333;
		}

	#cc	.shaded	th, 
	#cc	.shaded	td	{
		background-color: #f4f2f3;
	}

/* checking information */
#ch	#checking-info	{
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto 1.2em;
	width: 497px;
}

#ch	td	input	{
	margin-top: 0.4em;
}

#ch	input	{
	border: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #333;
}

/* purchase order/COD */
#po, 
#co	{
	padding: 0 2em;
	text-align: center;
}

	#po	input, 
	#co	input	{
		border: 1px solid #ccc;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #333;
	}

/* phone order */
#cp	{
	margin: 0 auto 1.2em;
	width: 500px;
}

	#cp	th, 
	#cp	td	{
		font-size: 0.6875em;
		padding: 0.7em 0.3em;
	}

	#cp	th	{
		font-weight: normal;
		text-align: left;
		width: 175px;
	}

		#cp	td	input	{
			border: 1px solid #ccc;
			border-bottom: 1px solid #eee;
			border-top: 1px solid #333;
		}
		
		#cp	td	p	{
			font-size: 1em;
		}

	#cp	.shaded	th, 
	#cp	.shaded	td	{
		background-color: #f4f2f3;
	}

/* review information */
#review-information	{
	margin: 0 1em 1.2em;
}

	#review-information	th, 
	#review-information	td	{
		font-size: 0.6875em;
		line-height: 1.3em;
		padding: 0.3em 0.6em;
	}

		#review-information	thead	th	{
			background-color: #666;
			color: #fff;
			font-weight: bold;
			text-align: left;
		}
		
		#review-information	tfoot	td	{
			border-top: 1px solid #ccc;
		}

/* comments area */
.comments	{
	font-size: 0.6875em;
	padding: 0.5em;
}

	.comments	textarea	{
		border: 1px solid #ccc;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #333;
		width: 540px;
	}

/* receipt page */
#confirmation	{
	margin: 0 1em 1.2em;
}

	#confirmation	td	{
		background-color: #F4F2F3;
		font-size: 0.6875em;
		line-height: 1.2em;
		padding: 0.8em;
	}

	#confirmation	h5	{
		font-size: 1.1em;
		font-weight: normal;
		border-bottom: 1px solid #666;
		margin-bottom: 0.4em;
		white-space: nowrap;
	}

	#confirmation	.end	{
		text-align: center;
	}

		#confirmation	.end	h5	{
			text-align: left;
		}

/* international orders page */
.international	#billing-information	{
	width: 550px;
}

	.international	#billing-information	th	{
		width: 175px;
	}

.international	ul	{
	font-size: 0.6875em;
	line-height: 1.3em;
	list-style-type: disc;
	margin: 1.2em 2em;
}

/* related products	*/
.cart-related-products	{
	background-color: #fff;
	color: #666;
	margin-bottom: 10px;
	padding: 0.4375em 0.4375em 0.6em;
}

	.cart-related-products	h5	{
		color: #aa3535;
		font-size: 0.9em;
		font-weight: normal;
		margin-bottom: 0.5em;
		text-transform: uppercase;
	}

	.cart-related-products	li	{
		border-right: 1px solid #e0d9d5;
		float: left;
		font-size: 0.75em;
		line-height: 1.2em;
		padding: 1em;
		text-align: center;
		width: 111px;
	}

		.cart-related-products	li	.price	{
			color: #f00;
			font-size: 1.3em;
			font-weight: bold;
			line-height: 1.5em;
		}

		.cart-related-products	li	.action	{
			height: 23px;
			margin: 0 auto;
			width: 66px;
		}

			.cart-related-products	li	.action	img, 
			.cart-related-products	li	.action	input	{
				float: left;
			}

		.cart-related-products	li	input	{
			background-image: url(../../images/cart/related-products-input.gif);
			background-repeat: no-repeat;
			background-position: fixed;
			border: 0;
			color: #666;
			font-size: 11px;
			height: 13px;
			margin-right: 4px;
			padding: 5px 4px;
			text-align: right;
			width: 12px;
		}

			.cart-related-products	li	a:link, 
			.cart-related-products	li	a:visited	{
				color: #5e75a7;
				text-decoration: none;
			}
			
			.cart-related-products	li	a:hover, 
			.cart-related-products	li	a:active	{
				text-decoration: underline;
			}

	.cart-related-products	li.end	{
		border-right: 0;
	}

/* cart FAQs */
.cart-questions	h4	{
	color: #aa3535;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1em;
	margin: 0.28em 0.28em 0.5625em;
}

.cart-questions	li	{
	background-color: #ebf0f9;
	display: block;
	margin-bottom: 0.5em;
	padding: 0.4em;
}

	.cart-questions	li	div	{
		color: #666;
		font-size: 0.75em;
		line-height: 1.25em;
		padding: 0.5em;
	}

	.cart-questions	li	a:link, 
	.cart-questions	li	a:visited	{
		color: #384664;
		font-size: 0.75em;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.cart-questions	li	a:hover, 
	.cart-questions	li	a:active	{
		text-decoration: none;
	}

/* cart survey */
#cart-survey	{
	background-color: #fff;
	padding: 12px;
}

	#cart-survey	h3	{
		color: #333;
		font-size: 1.25em;
		font-weight: normal;
		line-height: 1.25em;
		margin-bottom: 12px;
	}
	
	#cart-survey	p	{
		color: #666;
		font-size: 0.6875em;
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	
	#cart-survey	a:link, 
	#cart-survey	a:visited	{
		color: #5E75A7;
		text-decoration: underline;
	}
	
	#cart-survey	a:hover, 
	#cart-survey	a:active, 
	#cart-survey	a:focus	{ text-decoration:none; }
	
	#cart-survey	ol	{
		list-style-type: decimal;
		margin: 0 1em 1em;
	}
	
		#cart-survey	ol	li	{ margin-bottom:1em; }
		
			#cart-survey	ol	li	label	{
				color: #333;
				display: block;
				font-size: 0.75em;
				font-weight: bold;
				line-height: 1.4em;
				margin-bottom: 0.25em;
			}
			
				#cart-survey	ol	li	ul	{ margin:0; }
				
					#cart-survey	ol	li	ul	li	{
						color: #666;
						font-size: 0.6875em;
						line-height: 1.4em;
						margin-bottom: 0.25em;
					}

