/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	color: #000000;
}

body#popupBody {
	padding: 20px;
}

img {  border: none; margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
input { margin: 0; padding: 0; }
textarea { margin: 0; padding: 0; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }

a {
	text-decoration: none;
	color: #0197be;/*std = #203386 */
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}


h1 {
	color: #656565;
	font-size: 18px;
}

h2 {
	color: #111111;
	font-size: 16px;
}

h3 {
	color: #111111;
	font-size: 14px;	
}

h3.spacing {
	padding: 0 0 8px 0;
}

h4 {
	color: #111111;
	font-size: 14px;
	font-weight: 100;
}

hr {
	height: 0px;
	border-top: 0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	margin-top: 15px;
}

input.formInput, input.formQtyInput, input.formShortInput, select, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	
	vertical-align:middle;
	border: 1px solid #aaaaaa;
	
	padding: 4px 7px;
	width: 151px; 
}

select.formInput {
	padding: 3px 5px;
	width: 167px;
}

select.formCreditInput {
	padding: 3px 5px;
	width: 155px;
}

select.shortFormInput {
	padding: 3px 5px;
	width: 68px;
	margin-right: 10px;
}

input.formInput, input.formShortInput, input.formQtyInput {
	height: 15px;
}

input.formShortInput {
	width: 140px;
}

input.formMiniInput {
	width: 50px;
}

input.formQtyInput {
	width: 22px;
}

textarea.formInput {
	height: 46px;
}

a.reverseArrow {
	background: url(../images/checkout/icons/ico_reverse_arrow.gif) top left no-repeat;
	color: #333333;
	text-decoration: underline;
	padding: 0px 0 0 10px;
}

/****** GENERIC ******/

.clear { clear: both; height: 0; margin: 0; padding: 0; font-size: 0; }
.clearLeft { clear: left; font-size: 0; height: 0px; }

.topFullLengthContain {
	background: url(../images/checkout/bg/bg_full_top_border.gif) top left no-repeat;
	width:670px;
	color: #333333;
}

.botFullLengthContain {
	background: url(../images/checkout/bg/bg_full_bot_border.gif) bottom left no-repeat #edf6fb;/*std = #dddddd */
	padding: 25px 20px;
	width:670px;
}

.topHalfLengthContain {
	background: url(../images/checkout/bg/bg_half_top_border.gif) top left no-repeat #edf6fb;/*std = #dddddd */
	width: 345px;
	float: left;
	color: #333333;
}

.topHalfLengthContainRight {
	background: url(../images/checkout/bg/bg_half_top_border.gif) top left no-repeat #edf6fb;/*std = #dddddd */
	width: 345px;
	float: right;
}

.botHalfLengthContain {
	background: url(../images/checkout/bg/bg_half_bot_border.gif) bottom left no-repeat;
	padding: 25px 20px;
	width: 300px;
}

.halfLengthContainClear {
	width: 345px;
	padding: 25px 0px;
	float: right;
	color: #333333;
	font-size: 11px;
}


.error {
	color: #c30b0b !important;
}

.success {
	color: #327d00;
}

.clickable {
	cursor: pointer;
}

.radioInputList, .inputMethodList {
	padding: 10px 0 0 0 ;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

.radioInputList li {
	padding: 0 0 7px 0;
	margin: 0;
}

.radioInputList li input {
	position: relative;
	top: 1px;
	margin: 0 3px 0 0;
}

.inputMethodList li {
	padding: 0 0 7px 0;
	margin: 0;
	height: 27px;
	clear: left;
}

.inputMethodList li label {
	width: 135px;
	padding: 5px 0 0 0;
	height: 20px;
	float: left;
}

.inputMethodList li input, .inputMethodList li select {
	float: left;
}

.inputMethodList li span {
	padding: 5px 5px;
	float: left;
}

/****** CONTAINERS *******/

div#checkoutPageContainer {
	background: url(../images/checkout/bg/bg_page_repeat.jpg) top center repeat-x;
	width: 100%;
	min-width: 940px;
} 

div#checkoutFooterContainer {
	/*background: url(../images/checkout/bg/bg_footer_repeat.jpg) top center repeat-x;*/
	background: #3A1D51;
	width: 100%;
	min-width: 940px;

}

/****** HEADER ******/
div#checkoutPage {
	width: 940px;
	margin: 0 auto;
}

div#checkoutHeader {
	background: url(../images/checkout/bg/bg_header.jpg) top left no-repeat;
}

/****** CONTENT ******/
div#checkoutContent {
	background: url(../images/checkout/bg/bg_content_repeat.gif) top left repeat-y;
	padding: 25px 0;
	min-height: 500px;
}

div#checkoutContentLeft {
	width: 710px;
	float: left;
}

div#checkoutContentRight {
	width: 140px;
	float: right;
	padding: 15px 25px;
	color: #333333;
	line-height: 17px;
	font-size: 11px;
}

div#checkoutContentRight h3 {
	color: #111111;
	padding: 0 0 10px 0;
}

div#checkoutTitle {
	float: left;
	padding: 0px 0 0 0;
	width: 280px;
}

div#checkoutProcessStage {
	float: left;
	height: 45px;
	padding: 0 0 20px 0;
	width: 430px;	
}

div.chkStep1 { background: url(../images/checkout/step_1_checkout.gif) top left no-repeat !important; }
div.chkStep2 { background: url(../images/checkout/step_2_checkout.gif) top left no-repeat !important; }
div.chkStep3 { background: url(../images/checkout/step_3_checkout.gif) top left no-repeat !important; }
div.chkStep4 { background: url(../images/checkout/step_4_checkout.gif) top left no-repeat !important; }

div#checkoutProcessStage img {
	display: block;
	float: left;
}

div#checkoutContentBody {
	clear: left;
}

.bottomNextSection {
	padding: 20px 0px 20px 0;
	/*margin: 0 0 18px 0px;*/
}

/**** SHOPPING CART ****/
div#shoppingcart div.cartRow {
	border-bottom: 1px dotted #aaaaaa;
	padding: 20px 0;
	color: #333333;
	font-size: 12px;
}

div#shoppingcart .item, div#shoppingcart .options, div#shoppingcart .unitPrice, div#shoppingcart .quantity, div#shoppingcart .total, div#shoppingcart .remove {
	border-bottom: 1px dotted #aaaaaa;
	padding: 20px 0;
	color: #333333;
	font-size: 12px;
}

div#shoppingcart #cartHeader .item, div#shoppingcart #cartHeader .options, div#shoppingcart #cartHeader .unitPrice, div#shoppingcart #cartHeader .quantity, div#shoppingcart #cartHeader .total, div#shoppingcart #cartHeader .remove {
	color: #666666;
	padding: 20px 0 15px 0;
}

div#shoppingcart #cartRowTotal {
	color: #111111;
	padding: 20px 0;
}

div#shoppingcart .item { width: 294px; }

div#shoppingcart .item img.productThumb {
	display: block;
	float: left;
	border: 1px solid #cccccc;
	margin: 0 20px 0 0;
}

div#shoppingcart .item div.itemDetails {
	padding: 3px 0 0 0;
	width: 150px;
	float: left;
	color: #666666;
}

div#shoppingcart .item div.itemDetails a {
	color: #111111;
	font-size: 14px;
}

div#shoppingcart .item div.itemDetails span {
	font-size: 11px;
}

div#shoppingcart .options { width: 126px; }

div#shoppingcart .unitPrice { width: 94px; }

div#shoppingcart .quantity { width: 70px; }

div#shoppingcart .total { width: 76px; }

div#shoppingcart .remove { width: 50px; }

div#shoppingcart .remove {
	text-align: center;
}

div#shoppingcart div#redeemCouponRow {
	font-size: 12px;
}

div#shoppingcart div#redeemCouponRow div#redeemLeft {
	width: 450px;
	float: left;
}

div#shoppingcart div#redeemCouponRow div#redeemRight {
	padding: 13px 0 0 0;
	width: 220px;
	float: left;
}

div#shoppingcart div#redeemCouponRow div#redeemRight input.formShortInput {
	float: left;
	margin-right: 10px;
}

div#shoppingcart #cartRowTotal div#rowTotalLeft, div#shoppingcart #cartRowTotal div#rowTotalMid, div#shoppingcart #cartRowTotal div#rowTotalRight { 
	float: right;
	text-align: right
}

div#shoppingcart #cartRowTotal div#rowTotalLeft { width: 410px; }

div#shoppingcart #cartRowTotal div#rowTotalMid {
	width: 150px;
}

div#shoppingcart #cartRowTotal div#rowTotalRight {
	width: 170px;
}


div#shoppingcart #cartRowTotal div#rowTotalRight div, div#shoppingcart #cartRowTotal div#rowTotalMid div {
	padding-bottom: 5px;
}

div#shoppingcart div.couponTotalArea {
	height: 15px;
	font-size: 12px;
}


div#shoppingcart #cartRowTotal div#rowTotalBottom {
	clear: right;
}

div#shoppingcart #cartRowTotal .subTotalText {
	font-size: 14px;
	padding: 5px 0 0 0;
	font-weight: 600;
}	

div#shoppingcart #cartRowTotal #rowTotalMid .subTotalText {
	padding: 8px 0 0 0;
}	

div#shoppingcart #cartRowTotal .subTotalPrice {
	font-size: 22px;
	font-weight: 600;
}	

div#shoppingcart #cartRowTotal p {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	margin-bottom: 0px;
}

/** CHECKOUT Billing and Delivery CSS **/
div.loginDetails {
	padding: 10px 20px;
}

div.loginDetails div#loginLeft {
	width: 60px;
	float: left;
	font-size: 14px;
	font-weight: 600;
}

div.loginDetails div#loginRight {
	width: 570px;
	float: left;
}

div.loginDetails ul {
	list-style-image: none;
	list-style: none;
	color: #333333;
	margin: 0;
	padding: 0;
	display: block;
}

div.loginDetails ul li {
	height: 23px;
	margin: 0;
	padding: 0;
	display: block;
}

div.loginDetails ul li span {
	position: relative;
	top: -2px;
}

div.loginDetails ul li input.radioOption {
	margin: 2px 9px 0 0;
}

div.loginDetails ul li#loginHideArea {
	width: 305px;
	margin: 0;
	padding: 5px 25px 0px 25px;
	height: 115px;
	display: none;
}

div.loginDetails ul li#loginHideArea a {
	color: #666666;
	text-decoration: underline;
}

div.loginDetails div.labelField {
	clear: left;
	width: 138px;
	float: left;
	
	padding: 5px 0 3px 0;
	height: 23px;
}

div.loginDetails input.formInput {
	float: left;
}

div.loginDetails div.loginButtonArea {
	clear: left;
	text-align: right;
}

div.loginDetails div.loginButtonArea div {
	padding: 5px 0 0 0;
}

div#loginDetails div.loginButtonArea div a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

div.loginDetails div.inputLabelReplace {
	float: left;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	height: 15px;
	padding: 4px 0px;
	width: 240px;
}

div.loginDetails div.termsCondAndAddInfo {
	clear: left;
	padding: 10px 0px 0px 140px;
}

div.loginDetails div.termsCondAndAddInfo div {
	padding-bottom: 7px;
}

div.loginDetails div.termsCondAndAddInfo div input {
	position: relative;
	top: 2px;
}

div.loginDetails div#createAccountSect {
	padding: 10px 60px;
	display: none;
}

.borderBottomDottedTop {
	padding: 0px 0px 20px 0;
	border-bottom: 1px dotted #AAAAAA;
	/*margin: 0 0 18px 0px;*/
}

.borderBottomDotted {
	padding: 20px 0;
	border-bottom: 1px dotted #AAAAAA;
	/*margin: 0 0 18px 0px;*/
}

div#customerFormContain .formInput {
	float: left;
	margin-bottom: 7px;
}

div#customerBillingDetails, div#customerDeliveryDetails {
	width: 345px;
}

div#customerBillingDetails {
	float: left;
}

div#customerDeliveryDetails {
	float: right;
}

.customerLabel {
	padding-top: 5px;
	clear: left;
	width: 130px;
	float: left;
}

.customerData {
	padding-top: 5px;
	width: 150px;
	float: left;
}

.smallCustomerInfo {
	font-size: 11px;
}

div.customerHeading {
	font-size: 14px;
	font-weight: 600;
	height: 28px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 0 12px 0;
}

div#customerFormContain div.customerHeading em {
	font-size: 11px;
	font-weight: 100;
}

div#customerFormContain div.customerHeading span.left {
	float: left;
}

div#customerFormContain div.customerHeading span.right {
	float: right;
	font-size: 11px;
	font-weight: 100;
}

div#customerFormContain div.customerHeading span.right input {
	position: relative;
	top: 2px;
	margin-left: 4px;
}

div#redeemCouponHalf div#redeemRight input {
	float: left;
	margin: 10px 15px 0 0;
}

/** PAY ONLINE **/

.halfLengthContainClear table #cartHeader {
	display: none;
}

.halfLengthContainClear table {
	width: 100%;
}

.halfLengthContainClear table h3 a, .halfLengthContainClear table h3, .halfLengthContainClear table strong {
	color: #333333;
	font-size: 11px;
	font-weight: 100;
}

.halfLengthContainClear table .itemDetails span {
	color: #666666;
}

.halfLengthContainClear #cartSummTable {
	margin-top: 10px;
}

.halfLengthContainClear #cartSummTable table {
	border-top: 1px dotted #aaaaaa;
}

.halfLengthContainClear table .total {
	text-align: right;
	width: 55px;
}

.halfLengthContainClear table .summaryTotal {
	text-align: right;
}

.halfLengthContainClear table tr td {
	padding: 7px 3px;
}

.halfLengthContainClear table tr.cartRow td {
	border-bottom: 1px dotted #aaaaaa;
}




/** ADDITIONAL CSS **/
/******************************* FOOTER *********************************/

div#footer a {
	color: #ffffff;
}

div#footer {
	min-height: 175px;
	color: #ffffff;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
}

div#footerArea {
	padding: 20px 12px;
}

div#footermap {
	float: left;
}

div#footercopy {
	float: right;
	text-align: right;
	line-height: 20px;
}

div#footermap h5 {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 11px;
}

div#footermap li.double h5 {
	width: 175px;
	float: left;	
}

div#footermap li.double a {
	width: 150px;
	font-size: 11px;
}
div#footermap li.double li {
	width: 175px;
	float: left;
	display: block;	
	padding: 0 0 6px 0;
	font-size: 11px;
}

div#footermap li.double ul li ul {
	display: none;
}

div#footermap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footermap ul li {
	margin: 0;
	padding: 0 20px 0 0;
	width: 100px;
	float: left;
	display: block;
}

div#footermap ul li.wide {
	width: 120px;
}

div#footermap ul li.double {
	width: 350px;
}


div#footermap ul li ul li {
	width: 100%;
	margin: 0;
	padding: 4px 0;
	float: none;
	display: block;
}

div#footermap ul.main li ul {
	display: none;
}
















