@charset "UTF-8";
/* CSS Document */

#topbar, .topbar {
	background-color: #cccccc;
	padding: 5px 9px 3px 10px;
	margin: 10px 0px 0px 0px;
	clear:right;
	height: 20px;
}

*+ html #topbar {
	margin-top: 20px;
}

* html #topbar {
	margin-top: 20px;
}

#container #content #topbar h2, #container #content .topbar h2 {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	float: left;
	width: 400px;
}

#container #content .topbar h2 {
	float: none;
	margin: 0px;
	width: auto;
}

#content #topbar h2 a {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

#content #topbar .cartitems {
	float: right;
	width: 68px;
	padding: 3px 0px 0px 0px;
}

#content #topbar .cartitems img {
	margin-top: 0px;
}

#content #topbar .cartitems a {
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#content #topbar .cartitems a.cart {
	padding: 0px;
	margin: 0px;
	background-image: none;
	color: #B42208
}

#cartcontact {
	float: right;
	padding: 0px 13px 0px 0px;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	line-height: 130%;
	clear:right;
}

#content #cartcontact a {
	color: #999999;
	text-decoration: none;
}

#cartTable {
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 780px;
}

*+ html #cartTable { 
	margin-top: 8px; 
	width: 775px; 
}

* html #cartTable { 
	margin-top: 8px;
	width: 775px;
}

#cartTable thead th {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-transform: none;
	padding: 3px 9px;
}

#cartTable tr td {
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	text-align:center;
	font-weight: bold;
	padding: 8px;
	padding-bottom: 14px;
}
#cartTable tr td.description, #cartTable th.description {
	width: 230px;
	text-align: left;
	line-height: 120%;
}

th.image, td.image {
	width: 70px;
	text-align: left;
	vertical-align: top;
}

/* Remove Checkbox */
#cartTable td.remove {
	width: 45px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align:middle;
	padding-right: 13px;
}
#cartTable tr td.image {
	padding: 0px 5px;
}

td.color {
	width: 66px;
	text-align: center;
}

/* Number Fields */
td .number {
	border: 1px #999999 solid;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	width: 20px;
}

/* Update Button */
#cartTable tr td.update {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
} 

#cartTable tr td.update .updateButton {
	margin: 0px 5px -9px 0px;
	border: 0px;
}

#cartTable tr td.update a, 
#checkoutTable tr td.update a {
	text-transform: uppercase;
	font-size: 10px;
	color: #ff0000;
	text-decoration: underline;
}

#checkoutTable tr td.update a {
	font-weight: bold;
}

/* Cell for total, fine print, and checkout buttons */

#cartTable tr td.checkout {
	padding: 10px 0px 10px 0px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	line-height: 120%;
}

tr td.checkout .button {
	padding: 6px 0px;
}

#cartTable tr td.checkout .updateButton {
	margin: 4px 0px 0px 0px;
	border: 0px;
}


/* Red Total Number */
#total {
	border: 1px #900 solid;
	padding: 4px;
	font-size: 13px;
	color: #900;
	font-weight: bold;
	width: 120px;
	float: right;
}

/* Credit Card Logos */
#cartTable td.checkout .creditcards {
	margin-top: 8px;
}

/* Enter Coupon Code */
.couponTitle {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.coupon {
	width: 110px;
	border: 1px #999 solid;
}

#cartTable .couponDisclaimer {
	height: 79px;
	width: 224px;
	padding: 8px;
	background-color: #DDDDDD;
	text-align: left;
}

* html #cartTable .couponDisclaimer {
	float: left;
}

*+ html #cartTable .couponDisclaimer {
	float: left;
}

#cartTable .couponDisclaimer p {
	color:#666666;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding: 5px 2px;
	line-height: 135%;
}

#container #content #cartTable .couponDisclaimer h3 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px 0px 7px 2px;
	width: auto;
	text-align: left;
}

#tooltip {
	position: absolute; 
	z-index: 3000;
	width: 170px;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.93;
}
#tooltip h3, #tooltip div { margin: 0; }
#footnote, #couponnote { display: none; }


/*** CHECK OUT PAGE ***/
#checkoutTable {
	margin: 5px 0px 0px 0px;
}

#checkoutTable td.blank {
	width: 5px;
}

#checkoutTable td {
	background-color: #ffffff;
}

#checkoutTable td.grey {
	width: 220px;
	background-color: #dddddd;
	padding-bottom: 0px;
	line-height: 130%;
}

td.next {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

td.next .button {
	margin-bottom: 15px;
}

#checkoutTable h1 {
	background: #990000 none;
	padding: 3px 0px 3px 8px;
	margin: 0px 0px 5px 0px;
	text-transform: none;
	text-align: left;
	color: #ffffff;
	font-size: 13px;
	width: auto;
	height: auto;
}
* html #container #content #checkoutTable td h1 {
	background-image: none;
	background-color: #990000;
}

td.information {
	border: 1px #9a9a9a solid;
	width: 200px;
}

td.wide {
	width: 600px;
}

#checkoutTable td p {
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 131%;
	margin: 0px;
	padding: 5px 10px;
}

#checkoutTable td.methods {
	border-left: 1px #999999 solid;
	text-align: left;
	padding: 20px 0px 0px 0px;
	text-align: justify;
	width: 175px;
}

#checkoutTable td .smallgrey {
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#checkoutTable td .question {
	margin: 4px 4px 0px 3px;
}

#checkoutTable td.methods p {
	margin: 4px 3px 4px 7px;
	padding: 0px;
	font-size: 10px;
}

#checkoutTable td.creditcard {
	text-align: center;
	color: #666666;
	width: 187px;
	padding: 20px 0px;
}

/* All Check Box Options */
#checkoutTable td .option {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	padding-bottom: 14px;
	text-align: left;
}

#checkoutTable td.methods .option {
	font-size: 11px;
	width: 127px;
	margin: 0 auto;
	line-height: 100%;
}

#checkoutTable td.methods .option input {
	float: left;
	margin: 5px 10px 10px 0px;
}

#checkoutTable td.creditcard .option {
	font-size: 12px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#checkoutTable td.methods .option .black {
	color: #000000;
}

#content table tr td a.VertMenuItems { 
	color: #666666;
	text-decoration: none;
}

#content table tr td a.VertMenuItems:hover { 
	color: #900;
	text-decoration: underline;
}

#content #checkoutTable .VertMenuBox td {
	color: #666666;
	font-size: 10px;
}

#content #checkoutTable .VertMenuBox td .total {
	font-size: 11px;
	font-weight: bold;
}

#content #checkoutTable .VertMenuBox h2 {
	color: #333333;
	width: 45px;
	font-size: 11px;
	text-transform: uppercase;
	background: url(../_images/icon-cart-grey.jpg) center left no-repeat;
	padding: 3px 0px 2px 25px;
	margin: 0px 0px 15px 0px;
}

#content #checkoutTable .VertMenuBox td h2 .red {
	color: #B42208;
} 


.field {
	border: 1px #666 solid;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}	


td.RegSectionTitle {
	background: #990000 none;
	padding: 3px 0px 3px 8px;
	margin: 0px 0px 5px 0px;
	border-bottom: 0px;
	color: #ffffff;
	text-transform: none;
	font-size: 13px;
}

td.RegSectionTitle .Lbl {
	color: #ffffff;
	text-transform: none;
	font-size: 13px;
}

td.Register {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	background-color: #666666;
}

td.Register .Lbl {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
}

#progressBar {
	margin: 0 auto;
}

#progressBar td {
	background-color: #ffffff;
}

#progressBar td td.LineAfterCart {
	BACKGROUND-COLOR: #999999;
}
#progressBar td td.LineBeforeCart {
	BACKGROUND-COLOR: #990000;
}

#cartTable td .Section { padding: 0px; }


#cartTable tr td .Section, #cartTable tr td .Section span { padding: 0px; }

#personalDetails td { background-color: #ffffff; }

.Section .Text p .Lbl { margin: 10px; }