@charset "UTF-8";
/* CSS Document */

.onePage {
	text-align: left;
}

.checkoutContainer {
	margin: 0;
	padding: 0;
	width: 352px;	
}

/* begin box styles */

.fieldsetLegend {
	height: 18px;
	padding: 2px 5px; 
	font: bold 12px/16px Roboto, Arial, sans-serif; 
	color: #FFF;
	background: #50698c url(../../images/backgrounds/backgroundSprite.gif) repeat-x; 
	background-position: 0 -10px;
	text-align: left;
}

.fieldset {
	padding: 5px; 
	font: 12px/16px Roboto, Arial, sans-serif; 
	color: #32465a;
	background: #e6ebf0 url(../../images/backgrounds/backgroundSprite.gif) repeat-x; 
	background-position: 0 -37px;
	text-align: left;
}

.fieldsetBottom {
	height: 5px;
	margin-bottom: 3px;
	background: url(../../images/backgrounds/backgroundSprite.gif) repeat-x; 
	background-position: 0 -32px;
	font: 1px/1px Roboto, Arial, sans-serif; /* IE6 defaults to larger font-size and line-height that prevents div from displaying correctly (makes it too high) */
}

/* begin form and label styles */

.inputRadio {
	zoom: 1;
	margin: 3px 0 0;
	width: 14px;
	height: 14px;
	padding: 0;
	vertical-align: text-top;
}

.labelRadio {
	zoom: 1;
	display: inline-block;
	padding: 3px 0;
	margin-left: 3px;
	font: 12px/12px Roboto, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
}


.mpo .labelRadio {
	margin-bottom: 3px;
	font: 11px/13px Roboto, Arial, sans-serif;
}

.onePage .col3 .labelRadio {
	width: 93px; /* width is needed to make label wrap and still stay inline with radio button */
}

.onePage .col2 .labelRadio {
	width: 150px; /* width is needed to make label wrap and still stay inline with radio button */
}

.inputText {
	width: 208px;
	margin: 0;
	padding: 0;
}

.inputTextZipPostal {
	width: 80px;	
}

.labelText, .labelSelect {
	display: inline-block;
	height: 12px; 
	padding: 3px 0;
	margin-right: 10px;
	font: 12px/14px Roboto, Arial, sans-serif;
	text-align: right;
}

.onePage .labelText, .onePage .labelSelect {
	width: 113px; /* width of label specific to one-page shopping only */
	vertical-align: top;
}

.select {
	margin-right: 5px;
}

.expressShipping span {
	font-size: 9px;
	line-height: 11px;
}

.inputSubmitGroup {
	text-align: center;
}

.inputSubmit { /* top and right maring offsets dropshadow in graphic to make button appear more centered */ 
	margin: 3px 0 0 3px;
	text-align: center;
}

.labelFieldGroup {
	padding: 3px 0;
	margin: 0;
	width: 100%;
	vertical-align: top;
}

.labelFieldGroup .inputSubmit {

}

.inputCheckbox {
	margin: 0;
}

.labelCheckbox {
	margin-left: 3px;
}



/* begin layout element styles */

.shippingAddress {
	display: none;	
}

.fieldset h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 12px/14px Roboto, Arial, sans-serif;
	color: #32465a;
	text-align: left;
}

.fieldset hr {
	height: 1px;
	border-width: 0;
	color: #FFF;
	background-color: #FFF;
	clear: both;
}

.onePage .fieldset .col3 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 33%;
	margin: 0;
	padding: 0;
}

.onePage .fieldset .col2 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0;
}

.icon-secure {
	margin: 0 -3px 0 0;
	float: right;	
}

.shippingDisclaimer {
	font: 10px/12px Roboto, Arial, sans-serif;
	margin: -3px 0 5px 0;	
	text-align: left;
}

.taxDisclaimer {
	font: 10px/12px Roboto, Arial, sans-serif;
	margin: 3px 0 5px 0;	
}

.regiseteredUsers {
	margin: 0 0 5px 0;	
	text-align: left;
}

.regiseteredUsers a {
	text-decoration: underline;	
}

.shippingSchedule {
	margin: 0; 
	font: 10px/12px Roboto, Arial, sans-serif;
}

.regiseteredUsers {
	font: 10px/12px Roboto, Arial, sans-serif;

}
.shippingSchedule a {
	text-decoration: underline;
}


.onePage .privacyPolicyLink {
	display: block;
	font: 10px/12px Roboto, Arial, sans-serif;
	text-decoration: underline;
	margin-bottom: 3px;
}

.onePage .mpo p {
	margin: 0 0 4px;
	padding: o;
	font: 10px/14px Roboto, Arial, sans-serif;
}

.onePage .mpo p strong {
	font: bold 12px/14px Roboto, Arial, sans-serif;
	text-align: left;
}

.onePage .mpo p a {
	text-decoration: underline;
}


/* button sprites */
.spriteButtonPersonalize {
	width: 90px;
	height: 24px;
	background: url(../images/buttons/spriteButtonsBlueBlue.gif) no-repeat; 
	background-position: -60px -100px;
}

.invalid .spriteButtonPersonalize {
	width: 90;
	height: 24px;
	background: url(../images/buttons/spriteButtonsBlueYellow.gif) no-repeat; 
	background-position: 0px -100px;
}


.spriteButtonSubmit {
	width: 60px;
	height: 24px;
	background: url(../images/buttons/spriteButtonsBlueBlue.gif) no-repeat; 
	background-position: 0px -100px;
}

.onePage .spriteButtonSubmitOrder {
	width: 127px;
	height: 29px;
	background: url(../images/buttons/spriteButtonsRedBlue.gif) no-repeat; 
	background-position: 0px -200px;	
}



/* @group Revised Modal Styles */
.width352 .smtWin {
    background: url("../../images/backgrounds/bg-content-box.png") repeat-x scroll 0 top #FFFFFF;
    border: 1px solid #32465A;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    position: relative;
    text-align: left;
    width: 352px;
}

.width352 .smtWinWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 352px;
}

body.productDetail .width352 .info {
    float: left;
    margin-top: 0;
    width: 352px;
}

.width352 .smtWin p {
    clear: both;
    font-weight: normal;
    padding-bottom: 4px;
    text-align: left;
    width: auto;
} 

#checkoutModalWin div.smtWin .heading2, #peronalizeModalWin div.smtWin .heading2{
    float: left;
    margin-bottom: 7px;
}

.width352 .smtWin p.taxDisclaimer {
	text-align: center;
}

#privacyPolicyModal div.smtWin .heading2 {
    float: left;
    margin-bottom: 10px;
}


#privacyPolicyModal div.smtWin p {
    clear: both;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: left;
    width: auto;
font-size: 12px;
line-height: 20px;
margin: 0;
}

#privacyPolicyModal div.smtWin .sleeve {
    padding: 0 10px 19px 10px;
}

/* @end */




/* @group Base Layout Styles */
.contentWrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

.mainBody {
	width: 970px;
	float: left;
	margin: 5px 0;
}

/* @group Header */

#spriteBackgroundHeader{
	background-image: url(../../images/backgrounds/bg-footer-top.png);
	background-position: 0px 0px;
	width: 970px;
	height: 10px;
	position: absolute;
	bottom: -35px;
	left: 0;
	overflow: hidden;
	z-index: -10;
}

/* @end */

/* @group Right Column */

.rightColumn {
	margin-left: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	width:352px;
}

.callToAction{
	font-size: 12px;
	margin-bottom: 10px;
}

.onePagePromotional .price {
    float: left;
    margin-top: 15px;
    margin-right: 0;
    width: 246px;
}

.onePagePromotional div.smtWin .price {
    margin-top: 0px;
}

.onePage .price .primary {
    font-size: 12px;
    font-weight: bold;
}

.onePage .price dd span.caption {
    font-size: 10px;
    font-weight: normal;
}

.onePage .price dl {
    clear: both;
    float: left;
    margin-bottom: 2px;
}

.onePage .price dt {
    float: left;
    margin-right: 4px;
}

.onePage .price dd {
    float: left;
}

.onePage.onePagePromotional .secondary{
	width: 100px;
         font-size: 10px;
}

.contentSlot {
	height: 25px;
	background-color: red;
	border-bottom: solid 1px #600;
	text-align: left;
	color: white;
}

.onePageStandard .contentSlot {
	clear: both;	
}

p.requiredNote, .width352 div.smtWin p.requiredNote {
	text-align: right;
	margin-bottom: 3px;
}

.secureLogos{
	position: relative;
	height: 110px;
}

.onePageStandard .secureLogos{
	position: relative;
	height: 75px;
}

.secure100Logo{
	position: absolute;
	left: 10px;
	top: 5px;
}

.guaranteeLogo{
	position: absolute;
	left: 115px;
	top: 5px;
}

.vsLogo {
	position: absolute;
	right: 10px;
	top: 8px;
}

/* @end */

/* @group Left Column */

.leftColumn{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width:608px;
	vertical-align: top;
}



/* @end */

/* @group Footer */

#spriteBackgroundFooter{
	background-image: url(../../images/backgrounds/bg-footer-top.png);
	background-position: 0px 0px;
	height: 10px;
	overflow: hidden;
}

.copyright{
  text-align: center;
  font-size: 10px;
}


#footer{
	height: 40px;
	clear: both;
	margin-top: 5px;
}

/* @end */


/* @group onePage Existing Style Revisions */

body.productDetail.onePage #mainColumn .contentBox.tabbed {
	width: 970px;
}

body.productDetail.onePage #mainColumn {
	width: 970px;	
}

.onePage .contentBox ul.column {
	width: 465px;	
}

.onePage #mainColumn .contentBox.alt {
	width: 970px;
}

.onepage #mainColumn .contentBox.alt .sleeve, .onePage #mainColumn .contentBox.alt .sleeve, .productDetail.onePage .priceBlock .priceLine {
	width: 950px;
}

.productDetail.onePage .priceBlock .priceLine dl.itemNo, .productDetail.onePage .priceBlock .price {
	width: 303px;
	margin-right: 20px;
}

.productDetail.onePage .priceBlock .priceLine dl.itemNo {
	width: 475px;
	margin-right: 10px;
}

.productDetail.onePage .priceBlock .price {
	width: 230px;
	margin-right: 10px;
}

.onePage .disclaimer {
	width: 970px;	
}

body.productDetail.onePageStandard a.whatIsSubscriptionPlan{
	margin-right: 280px;
}
	
/* @end */

/* Error Message Styles */

.onePage .contextMessage.error{
	margin: 5px 0;
}

.onePageStandard div.smtWin .contextMessage{
	width: 335px;
}

/*.onePage .invalid, .invalidPersonalize {
	background-color: #FF9;
	color: #600;
}*/

.onePage .invalid .labelText {
	height: auto;
}

.onePage .invalid label,
.onePage .invalid p,
.onePage .invalid p strong {
	/*font-style: italic;*/
	color: #600;
}

.onePage .invalid input {
	border-color: #600;
}

.onePage p.message {
	display: none;
	padding: 0;
	margin-bottom: 0;
}

.onePage .invalid p.message {
	display: block;
	margin: 0;
	font: 11px/16px Roboto, Arial, sans-serif;
}

.onePage .invalidPersonalize p.message {
	display: block;
	margin: 2px 5px;
	font: 11px/16px Roboto, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
	.onePage .invalid p.message,
	.onePage .invalidPersonalize p.message {
		font-size: 11px;
		line-height: 1.5;
	}
	.onePage .invalid label {
		color: #32465A;
	}
}

.mpo.invalid {
	padding: 5px;
	width: 332px;
}

.onePage .invalid .col2 .labelRadio {
	width: 145px; /* width is needed to make label wrap and still stay inline with radio button */
}

.modalWindow{
    display: none;
    background-color: transparent;
    border: none;
    color:  #32465A;
    z-index: 10000;
    text-align: center;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
}
.onePage div.smtWin ol {
    list-style: none outside none;
}
.onePage div.smtWin .heading2 {
    width: 410px;
}
.onePage .width352 div.smtWin .heading2 {
    width: 290px;
}
.onePage div.smtWin .price dl {
    width: 250px;
}

div.contextMessage {
    display:block;
}
  #modal-avetti {
   width:3000px;
   height:3000px;
   position:fixed;
   z-index:50000;
   background-color:#ffffff;
   top:0;
   left:0;
   display:none;
  }
  #modal-msg {
   position: fixed;
   z-index: 50001;
   top: 40%;
   left:40%;
   display:none;
   width:250px;
   height:100px;
   border: 1px solid #32465A;
   margin-bottom:10px;
   padding: 20px 6px 6px;
   width:219px;
  }

  #modal-preloader {
   position: fixed;
   z-index: 50001;
   top: 40%;
   left:40%;
   display:none;
   width:200px;
   height:100px;
   border: 1px solid #32465A;
   margin-bottom:10px;
   padding: 20px 6px 6px;
   width:219px;
  }

.onePagePromotional #options .field label {
    font-weight: normal;
    margin-bottom: 3px; 
    padding: 3px 0;
}

.onePagePromotional .mpo fieldset, .onePagePromotional .mpo .fieldGroup.radio{
    margin-bottom: 0px;
}

body.onePagePromotional .extra {
    position: relative;
    top: -5px;
}

body.onePagePromotional .extra a.help {
    position: relative;
    top: 5px;
}

body.onePageStandard .priceLine .price{
    clear: none;
}

body.onePageStandard .width352 .smtWin p{
    font-size: 10px;
}

.onePage.onePagePromotional div.smtWin td {
	font-size: 12px;
        *padding-right: 0px;
}
    
 .onePage.onePagePromotional .personalization-correct input#personalizeForm-checkbox {
    *margin-left: -4px;
     margin-left: 0px;
    margin-right: 0px;
}

.onePage.onePagePromotional div.smtWin ol {
     padding-bottom: 0px;
}

.onePage.onePagePromotional div.smtWin ol li {
     padding-bottom: 0px;
}

.onePage.onePagePromotional  #errDiv {
     width: auto;
     *width: 96%;
}

body.productDetail.onePage.onePageStandard .info .contentBox.alt .sleeve .column {
     *height: 60px;
}
body.productDetail.onePage.onePageStandard .info .contentBox.alt p {
     font-size: 12px;
}

body.onePage.onePagePromotional DIV.width480 .smtWinWrapper .smtWin .info {
   *overflow: hidden;
}

body.onePage.onePagePromotional div.smtWin p {
   width: 480px;
}

body.onePage.onePagePromotional .choose-free-personalization h2 {

width: 480px
}

#triggerModal{
	    z-index: 999999;
}