@charset "utf-8";
/* CSS Document */

/* DEV STYLES */

#clear, .clear {
	clear: both;
}

.row {
    clear: both;
}
.row label span {
	font-size: 9px;
	color: #FF0000;
	margin-left: 10px;
}
.row label {
    float: left;
    font-size: 12px;
    font-weight: normal;
}
.row input {
    float: left;
}
#divDifferentShippingAddress input {
    width: 32px;
}

#divDifferentShippingAddress label {
	
}
#shippingAddress .row {
    float: left;
    clear:none;
}

h3 {
    font-size: 16px;    
}

#divDifferentShippingAddress {

}
#divDifferentShippingAddress label {
    font-weight: normal;
}
#divDifferentShippingAddress input:checkbox {
    
}

.cartButton {
    display: block;
	width: 42px;
	float: left;
	margin-top: 8px;
	margin-left: 0;
}

#blockSponsorInformation {
/*width: 200px;
float: left;*/
font-size: 10px;
}
#blockSponsorInformation span {
	font-size: 10px;
	font-weight: bold;
}

#blockAccountInformation {
/*width: 200px;
float: left;*/
}

#blockContactInformation {
/*width: 200px;
float: left;*/
}

#blockAccountProfileAddress {
/*width: 200px;
float: left;*/
}

#shippingAddress {
margin-bottom: 15px;
}

#divCart {
    clear: both;
}


#welcomeMessage {
	
}

#signupForm {
	
}

#accountType { }
#divAccountType { font-size: 10px; }

#username { }
#divUsername { }

#firstname { }
#divFirstname { }

#lastname { }
#divLastname { }

#divProfileStreetAddress { }
#divProfileCity { }
#divProfileState { }
#divProfileZip { }
#divProfileCountry { }


#divShipStreetAddress { }
#divShipCity { }
#divShipState { }
#divShipZip { }
#divShipCountry { }

/* GHANA / KOREA ONLY */
#divWithdrawAccount { }

#divCart { }
#divCartTotals { }
#cartSubTotal { }

#cartEstimatedTotal { }
#cartAutoshipEstimatedTotal { }

.productContainer .odd {
	
}
.productContainer .even {
	
}

#divAgreeTermsContainer { }
#divAgreeTerms { }
#divAgreeTerms input {
    float: left;
    width: 25px;
}
#divAgreeTerms label {
    float: left;
    width: 840px;
	font-weight: normal;
}
#divAgreeBilling { }
#divAgreeBilling input {
    float: left;
    width: 25px;
}
#divAgreeBilling label {
    float: left;
    width: 840px;
	font-weight: normal;
}

#divSignupButton { }
#divSecureCards { }

.rowError {
	background-color: #ffffcc;
}


/* END DEV STYLES */

#productAddRemoveContainer,#autoshipAddRemoveContainer {
	width: 95px;
	height: 75px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 5px 5px;
	border-width: thin;
	border-style: solid;
	border-color: #cccccc;
	background-color: #F6F6F6;
}
#productAddRemoveContainer a img,#autoshipAddRemoveContainer a img{
	margin-top: -8px;
}

#productAddRemoveContainer h3,#autoshipAddRemoveContainer h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	color: #666;
    margin: -4px 0 0 0;
}
#productAddRemoveContainer input,#autoshipAddRemoveContainer input {
    float: right;
}
.cartButton {
    margin-left: 5px;
    float: left;
}




.productContainer {
	width: 860px;
	height: auto;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px #cccccc solid;
}
.productContainer_1 {
	width: 240px;
	float: left;
}
.productContainer_1 img.thumb {
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 30px;
	border-color: #efefef;
	border-style: solid;
	border-width: thin;
	float: left;
}
.productContainer_1 .hdr {
	font-size: 18px;
	color: #090;
	margin: 0 0 0 0;
	width: 860px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.productContainer_2 {
	width: 600px;
	margin-left: 10px;
	margin-top: 40px;
	float: left;
	font-size: 12px;
}
.productContainer_3 {
	width: 620px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
}

#steps {
	
}

#steps .step {
	max-height: 50px; 
	height: 50px; 
	
	/* BORDER */
	border-style: solid; 
	border-color: #ccc; 
	border-width: thin;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	
	/* GRADIENT */
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	
	
	
	/* MISC STYLES */
	color: #555;
	float: left;
	text-align: center;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
}

#steps .completed {
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

	color: #fff;
}

#steps .current {
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	
	color: #fff;
}

#steps .step span {
	font-weight: bold;
}

#steps .stepDivider {
	max-height: 50px; height: 25px; border-bottom-style: dashed; border-bottom-color: #ccc; border-bottom-width: thin;float: left;
}

.productCartThumb {
	width: 50%;
	margin: 5px 5px 5px 5px;
}

#orderCart table {
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: #ccc;
	margin: 10px 10px 10px 10px;
}
#orderCart table thead tr td {
	background-color: #333;
	color: #ffffff;
	vertical-align:middle;
}
#orderCart table tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #efefef;
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}



#autoshipCart table {
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: #ccc;
	margin: 10px 10px 10px 10px;
}
#autoshipCart table thead tr td {
	background-color: #333;
	color: #ffffff;
	vertical-align:middle;
}
#autoshipCart table tr td {
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #efefef;
	vertical-align:middle;
}


#blockSponsorInformation h3 {
	font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}
#blockAccountInformation h3 {
	font-size: 14px;
	font-weight: normal;
}
#blockContactInformation h3 {
	font-size: 14px;
	font-weight: normal;
}
#blockAccountProfileAddress h3 {
	font-size: 14px;
	font-weight: normal;
}

#blockSponsorInformation {
    /*width: 250px;*/
    font-size: 12px;
    float: right;
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */


}


#blockAccountInformation h3 {
	font-size: 14px;
	font-weight: normal;
}
#blockContactInformation h3 {
	font-size: 14px;
	font-weight: normal;
}
#blockAccountProfileAddress h3 {
	font-size: 14px;
	font-weight: normal;
}