/* CSS Document */

body { font-family: "Lucida Grande", "trebuchet ms", verdana, sans-serif; margin-top: 0; margin-left: 0; margin-right: 0; }

body {
	background-color: #565f74;
	font-size: 12px;
}

.body_padding {
	width: 475px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

/*  << Main Copy >> */


.mainCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}


/*  << Headlines >> */

.blueHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #167cdd;
}
.newpricepoint { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; }
.whiteHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.pricepoint { color: #ffffff; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; }
.orangeHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ff9a00;
}


/*  << Subheads >> */

.blueSubhead {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #167cdd;
}

.whiteSubhead {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.orangeSubhead {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ff9a00;
}


/*  << Latest News Page >> */




/*  << News Copy >> */

.grayNewsDate_Copy {
	color: #999999;
	font-size: 9px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.whiteNews_Copy {
	color: #ffffff;
	font-size: 9px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.redNews_Copy {
	color: #c81d3a;
	font-size: 9px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.blueNews_Copy {
	color: #167cdd;
	font-size: 9px;
	padding-right: 20px;
	padding-bottom: 10px;
}


/* << Main Links >> */

.main a:link {
	color: white;
	text-decoration: underline;
}

.main a:visited {
	color: white;
	text-decoration: underline;
}

.main a:hover {
	color: white;
	text-decoration: none;
}

.main a:active {
	color: white;
	text-decoration: underline;
}
.grayNewsDate_lg {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.detailLink {
	font-size: 9px;
}
.dottedlinerightinside { margin-right: 12pt; padding: 12pt; border-right: 1pt dotted #fff; }

.CartTable {
	color: white;
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	clear: both;
}

.CartTable th {
	background-color: #F5A836;
}

.CartTable td{
	background-color: #000;
}

#BillingInfo {
	color: white;
	
}

#ShippingInfo {
	color: white;
	
}

label {
	display: block;
	/* text-align: right; 
	padding-right: 10px;
	*/
}
#ReviewBilling, #ReviewShipping {
	color: white;
}


#ReviewBilling label, #ReviewShipping label {
	float: left;
	width: 110px;
	text-align: right; 
	padding-right: 10px;
	
}
#AdminMenu {
	color: white;
}

#AdminMenu a {
	color: #FFE233
}

.error-message {
	color: #F00;
	padding-left: 50px;
}

#CouponContainer {
	color: white;
}