/* Accept License Agreement Form */
.purchaseLicenseAgreement
{
    margin: 20px 0 20px;
    width: 100%;
    height: 355px;
    overflow: auto;
}
.purchaseAcceptLicenseAgreement
{
    border: 0;
}
.purchaseAcceptLicenseAgreement a.fSubmitBtn:link, .purchaseAcceptLicenseAgreement a.fSubmitBtn:visited, .purchaseAcceptLicenseAgreement a.fSubmitBtn:hover, .purchaseAcceptLicenseAgreement a.fSubmitBtn:active
{
    float: none;
    width: 87px;
    background: transparent url("/CSS/Forms/buttons.gif") no-repeat 0 -300px;   
    color:#FFFFFF;
    display:block;    
    height:24px;
    padding:3px 0 0 28px;
    text-align:left;
    font-family:Arial;
    font-size:13px;
    text-decoration:none;
}
.purchaseAcceptLicenseAgreement a.fSubmitBtn:hover
{
    background-position: -200px -300px;
}
/* Purchase Home */
.pBuyNowWrapper
{
    padding: 15px 23px 0;
    background: transparent url("/CSS/Purchase/bg-purchase.jpg") no-repeat 0 0;
}
.pBuyNowWrapperBottom
{
    background: transparent url("/CSS/Purchase/bg-purchase.jpg") no-repeat -600px 0;
    height: 4px;
}
.sContentWrap .pBuyNowWrapper h2
{
    margin-top: 0;
}
.pBuyNowWrapper .pAddToCartBtn
{
    float: left;
    padding:170px 0 0 17px;
}
.pBuyNowWrapper .pAddToCartBtn .btnStretch
{
   margin-left: 2px;
}
.pBuyNow .pAddToCartBtn strong
{
    display: block;
    padding: 3px 10px 0 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    float: left;
}
.pBuyNowWhatsIn
{
    padding-left: 34px;
    float: left;
}
.pBuyNow .pAddToCartBtn
{
    float: left;
}
.pWhatsIn
{
   background: transparent url("/CSS/Purchase/bg-gradient.gif") repeat-x 0 0;
   padding: 10px 17px 0;
   float: left;
   width: 421px;
}
.pBuyNowWhatsIn p.pDesc
{
    margin-bottom: 10px;
}
.pWhiteSeparator
{
    margin: 0 -17px -17px;
    border-top: 17px solid #fff;
}

/* 20% Discount */
.p20Off
{
    padding: 15px 0 15px 105px;
    background: #ffe29a url("/CSS/Purchase/bg-discount.jpg") no-repeat 0 0;
}
.sContentWrap .p20Off h2
{
    margin-top: 0;
}
.sContentWrap .p20Off p
{
    margin-bottom: 0;
}
.p20Off h2 span
{
    position: absolute;
    left: -1000px;
    top: -1000px;
}
/* Shopping steps */
.scSteps
{
    margin: 0 0 17px;
    padding: 0;
    width: 100%;
    height: 34px;
    float: left;
    background: transparent url("/CSS/Purchase/purchaseSteps.gif") no-repeat 0 0;
}
.scStepsTwo
{
    background-position: 0 -100px;
}
.scStepsThree
{
    background-position: 0 -200px;
}
.scStepsFour
{
    background-position: 0 -300px;
}
.scSteps li
{
    padding: 6px 0 0 27px;
    width: 198px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
}
.scSteps li.first
{
    padding-left: 17px;
    width: 208px;
}
/* ---- Shopping Cart Step 1 ----- */
/* Shopping table */
.spWrapper
{
    width: 100%;
    float: left;
    clear: both;
}
.scCart
{
    margin: 34px 0 0;
    padding: 0;
    width: 100%;
    outline: 0;
}
.scCart th, .scCart td
{
    text-align: left;
    vertical-align: top;
}
.scCart th
{
    padding: 0 0 8px 17px;
    border-bottom: 2px solid #666;
    font-size: 12px;
    font-weight: bold;
}
.scCart td
{
    padding: 0px;
    border-bottom: 1px solid #ccc;    
}

.scCart td.scProducts
{
    padding-left: 0;
}
.scCart td.scProducts strong
{
    padding: 10px 13px 10px 0;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-left: 44px;
    width: 440px;
    height:40px;
}
.scCart td.scProducts em
{
    font-style: normal;
    display: block;
    margin-left: 60px;
}
.scCart .scLA
{   
   padding:10px 13px 10px 1px;
   height: 40px;
}
.scCart .scLA a
{
   font-size: 11px;   
}
.scCart .scCouponItemRow td.scProducts strong, .scCart .scVolumeDiscountItemRow td.scProducts strong, .scCart .scVAT td.scProducts strong
{
    padding-bottom: 0;
    font-size: 12px;
}
.scCart td.scProducts img
{
    float: left;
    padding-right: 10px;
}
.scCart .scPrice, .scCart .scQuantity, .scCart .scTotalPrice
{
    text-align: right;
    padding: 0;
}
.scCart th.scPrice, .scCart th.scQuantity, .scCart th.scTotalPrice
{    
    padding: 0 10px 0 0;
}
.scCart td.scPrice
{
    color: #666;
    font-size: 14px;
}
.scCart td.scTotalPrice
{
    color: #000;
    font-size: 14px;
}
.scCart .scDelete
{
    width: 21px;     
    padding: 0;
}
.ProductItemRow .scDelete 
{
    border: none;
}
.scCart td.scDelete a, a.scDelete
{
    display: block;
    width: 11px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url("/CSS/Purchase/pIcons.gif") no-repeat -130px 0;
}

.scPnlDiscount {
    clear:both;
    padding: 12px 10px 12px 44px;
}

.scPnlDiscount a.scDelete {
    float:right;
}

.scCart .scVolumeDiscount
{
    padding: 6px 0 6px 44px;
    border-top: 1px dotted #ddd;   
    height: 20px;    
}
.scCart .scVolumeDiscountPrice
{
    padding: 6px 0 6px 10px;
    border-top: 1px dotted #ddd;   
    height: 20px; 
    color: #060;
    font-size: 14px;       
}

.spWrapper .scVolumeDiscountPrice
{
    color: #060;
    white-space: nowrap;
}

/* Promo Code Form */
#scPromoCodeForm
{
    margin-bottom: 0;   
    margin-top: 10px; 
}
.scPromoCode
{
    padding: 10px 0 13px 44px;
    border-bottom: 1px solid #ccc;
    background: #ffffed;
}
.scPromoCode label, .scPromoCode .txt, .scPromoCode .fSubmitBtn
{
    float: left;
    margin-right: 10px;
}
.scPromoCode label
{
    padding-top: 3px;
}
.scPromoCode .txt
{
    padding: 4px 5px 2px 5px;
    width: 177px;
    height: 20px;
    border: 1px solid #afd1ff;
    font-size: 1.1em;
}
.scPromoCode .fFieldErrorMsg strong
{
    display: block;
    padding: 5px 8px 9px 100px;
    font-weight: normal;
    color: #f60;
    clear: both;
}
/* Total Price */
.sContentWrap .scTotal
{
    margin-top: 0;
    padding: 17px 36px 17px 0;
    text-align: right;
    font-size: 14px;
    background: #eaebeb;
    margin-bottom: 0;
}

.sContentWrap .scTotalDiscount
{
    text-align:right; 
    padding:17px 13px 17px 44px;
    border-bottom: 1px solid #ccc;
    font-size:14px;
}

.sContentWrap .scTotalDiscount em
{
    float:left;
    color:#222;
    font-style:normal;
}

.sContentWrap .scTotalThirdStep
{
    margin-top: 0;
    padding: 10px 13px 10px 0;
    text-align: right;
    font-size: 14px;
    background: #eaebeb;
    margin-bottom: 0;
    font-size:14px;
}

.sContentWrap .scConfirmPrice
{
    padding-right: 25px;
}
.scTotal strong
{
    font-size: 14px;
}
/* Checkout and Proceed Btns */
.pIAgree
{
    padding-bottom: 17px;   
}
.pIAgree .scIAgree
{
    padding-right:34px; 
    float:right;
}
.pIAgree .scIAgree input
{
    position: relative;
    top: 2px;
}
.pIAgree .scIAgree label
{
    padding-left:5px;     
}
.scCheckOut a.btnStretch
{
    float: right;
}
.sContentWrap .scCheckOut
{
    padding-right: 34px;
}
.scConfirm a.btnStretch
{
    float: right;
    position: relative;
    top: -5px;
}
.sContentWrap .scConfirm
{
    clear: both;
    float: left;
    margin: 22px 0 0;
    padding: 0;
    width: 100%;
}
/* Shopping Cart loading panel */
.shoppingCartLoadingPanel
{
    padding-top: 100px;
    text-align: center;
}
/* ---- Billing Info - Shopping Cart Step 2 ----- */
.scBillingInfoMsg
{
    width: 100%;
    float: left;
    clear: both;
}
.scBillingInfoForm
{
    margin-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    float: left;
    clear: both;
    background: transparent url("/CSS/Purchase/billingInfoBG.gif") repeat-y scroll 0 0;
}
.scBillingInfoForm h2
{
    padding-left: 18px;
}
.scTooltipInTitle
{
    font-size: 12px;
}
.scBillingInfoForm .sFormFieldsList .tFormShorterText input.txt
{
    width: 125px;
}
.scBillingInfoForm .sFormFieldsList .tFormGroupSeparator
{
    margin-top: 36px;
}
.scBillingInfoForm .sFormFieldsList .scReditCatds
{
    background: transparent url("/CSS/Purchase/pIcons.gif") no-repeat scroll -204px 100%;
    margin-bottom: 18px;
    padding-bottom: 26px;
}

.scBillingInfoForm .sFormFieldsList .creditCardToolTip
{
    left: 300px;
    position: absolute;
    top: 2px;
}

.scBillingInfoForm .sFormFieldsList .scTooltipLink
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; 
    *display:inline;
    min-height:20px;
    _height:20px;
    line-height:20px;
    width:18px;
    background:transparent url("/CSS/Purchase/pIcons.gif") no-repeat scroll -60px 0;
    overflow:hidden;
    text-indent:-9999px;
    position:relative;
    margin-bottom:-5px;
}
/* # Confirmation */
.scConfirmInfo
{
    padding: 14px 14px 0;
    clear:both;
}
.scBillingInfoColumn
{
    margin-right: 17px;
    padding: 0 0 0 25px;
    width: 425px;
    float: left;
}
.scBillingInfoEndUserColumn
{
    margin-right: 0;
}
.scBillingInfoColumn h2
{
    margin: 21px 0 45px;
}
.scConfirmInfo .scBillingInfoColumn h2
{
    margin-bottom: 20px;
}
.scBillingInfoForm .scBillingInfoEndUserColumn h2
{
    margin-bottom: 5px;
}
.scConfirmInfo .scBillingInfoColumn li
{
    list-style-type: none;
    float: left;
    width: 100%;
}
.scConfirmInfo .scConfirmedFieldLabel
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; 
    *display:inline;
    width:100px;
    color:#666;
}
.scTooltipInTitle
{
    font-size: 12px;
}
.scBillingInfoForm .sFormFieldsList
{
    padding: 0;
    color: #666;
}
.scBillingInfoForm .sFormFieldsList li, .scConfirmForm .scBillingInfoForm ol.sFormFieldsList li
{
    padding: 0 0 6px;
}
.tForm .scBillingInfoColumn .sFormFieldsList li.tFormCheckbox
{
    width: auto;
}
.scBillingInfoForm .sFormFieldsList .tFormGroupSeparator
{
    margin-top: 34px;
}
.scBillingInfoForm .sFormFieldsList .scReditCatds
{
    padding-bottom: 26px;
    margin-bottom: 17px;    
    background: transparent url('/CSS/Purchase/creditCards.gif') no-repeat 110px 100%;
}
.scConfirmForm .scBillingInfoForm ol.sFormFieldsList li.scReditCatds
{
    padding-bottom: 26px;
    margin: 17px 0;    
    background: transparent url('/CSS/Purchase/creditCards.gif') no-repeat 110px 100%;
    position:relative;
}

/* Wire Transfer or Credit Card tabs */
fieldset.sForm ol.wireTransfer 
{
    padding: 0 0 0 110px;
}

fieldset.sForm ol.wireTransfer li input
{
    float: left;
    padding-bottom: 3px;
}
fieldset.sForm ol.wireTransfer li label
{
    float: left;
    text-align: left;
    padding: 2px 0 3px 3px;
}
    fieldset.sForm ol.wireFileUpload .txtWrapper 
    {
        width: 200px !important;
        padding: 5px 0 0 0;
    }
    
    fieldset.sForm ol.wireFileUpload label 
    {
        line-height: 20px;
    }

.scBillingInfoForm .sFormFieldsList .creditCardToolTip
{
    left: 300px;
    position: absolute;
    top: 2px;
}

.scBillingInfoForm .sFormFieldsList label
{
    width: 100px;
}
.scBillingInfoForm .sFormFieldsList input.txt
{
    width: 238px;
    float: left;
}
.scBillingInfoForm .sFormFieldsList .tFormShorterText input.txt
{
    width: 125px;
}
.scBillingInfoForm .sFormFieldsList .scTooltipLink
{
    display: block;
    margin: 5px 0 0 7px;
    text-indent: -9999px;
    overflow: hidden;
    width: 18px;
    height: 20px;
    background: transparent url('/CSS/Purchase/pIcons.gif') no-repeat -60px 0;
    float: left;
}
.scBillingInfoForm .sFormFieldsList .fFieldErrorMsg strong
{
    margin-left: 110px;
    float: left;
    clear: both;
    width: 260px;
}
.scBillingInfoForm .sFormFieldsList .sFormNote
{
    margin: 0 0 0 100px;
    padding: 5px 7px 0 15px;
    width: 260px;
    font-size: 11px;
}
.scBillingInfoForm .sFormFieldsList .fError .sFormNote 
{
	padding: 0 0 10px 20px;
}

/* Contact sales */

.sPurchaseBox {
    background: url("/CSS/Purchase/box.jpg") no-repeat 38px 0;
    padding:0 0 80px 180px;
    margin-top: 25px;
}

p.sPurchaseTxtRight {
    padding-top: 19px;
}

*+html p.sPurchaseTxtRight {
    padding-top: 24px;
}

/* expand, collapse */
.pCollapsed, .pExpanded
{
    display: block;
    padding-left: 15px;
    background: transparent url("/CSS/Purchase/checklistBG.gif") no-repeat;
}
.pCollapsed
{
    background-position: 0 6px;
}
.pExpanded
{
    background-position: -1040px 6px;
}

.scConfirmFormAndInfo
{
    background: transparent url('/CSS/Purchase/billingInfoBG.gif') repeat-y scroll 512px 0;
    clear: both;
    float: left;    
    width: 100%;
    margin: 34px 0 17px 0;    
}
.scConfirmFormAndInfo .scConfirmInfoWrap
{
    border: solid #eaebeb 2px; 
    width:498px; 
    float: left; 
    margin-right: 20px;  
    min-height: 320px;  
}
.scConfirmFormAndInfo .scConfirmInfo
{
   padding: 14px 14px 0;
    clear:both;
}

.scConfirmFormAndInfo .scConfirmInfo li
{
    padding-left: 0;
    background: 0;
    padding-bottom: 6px;
}

.scConfirmFormAndInfo .scConfirmInfo h2 {
    margin-top: 0;
}

.scConfirmFormAndInfo .scBillingInfoForm 
{
    background: none;
    border: 0;
    margin-top: 0;
}

.scConfirmFormAndInfo .scConfirmForm 
{
    width: 385px; 
    float: left;
}

.scConfirmFormAndInfo .scConfirmForm h2 
{
    margin-top: 14px;   
}

/*purchase/download tabstrip*/
.RadTabStrip_PurchaseTabs .rtsLI
{
    background: none !important;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.RadTabStrip .rtsLink
{
    text-align: center;
    padding-left: 0px !important;
    width: 186px;
}
.RadTabStrip .rtsLink
{
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink
{
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.RadTabStrip .rtsTxt
{
    display: inline-block;
}

.RadTabStrip .rtsLevel .rtsSelected .rtsOut, .RadTabStrip .rtsLevel .rtsSelected .rtsIn, .RadTabStrip .rtsLevel .rtsSelected .rtsTxt
{
    text-decoration: inherit;
}

.RadTabStrip_PurchaseTabs
{
    height:34px;
    margin:34px 0 0 0 !important;
    width: 936px
}

.RadTabStrip_PurchaseTabs .rtsLink
{  
     background: url('/CSS/Purchase/purchaseTab.gif') repeat-x 0 0 !important;
     border-left: 1px #d9d9d9 solid;
     border-bottom: 1px #d9d9d9 solid;
}

.RadTabStrip_PurchaseTabs .rtsSelected
{
    background: none !important;
    border-top: 1px solid #d9d9d9;
    border-bottom: 0px;
}

.RadTabStrip_PurchaseTabs .rtsIn
{
    font-size: 12px;
    line-height: 28px !important;
    padding: 2px 0 !important;
    border-right: 1px #fff solid;
}

.RadTabStrip_PurchaseTabs .rtsBefore .rtsIn
{
    border-right: 0
}

.RadTabStrip_PurchaseTabs .rtsSelected .rtsIn
{   
    background: #fff !important;
    border-left: 1px #fff solid;
    color: #333;
}

.RadTabStrip_PurchaseTabs .rtsFirst .rtsLink
{
    border-left: 0px !important;
}
.RadTabStrip_PurchaseTabs .rtsLast .rtsLink .rtsIn
{
    border-right: 0px !important;
}
.RadTabStrip_PurchaseTabs .rtsFirst .rtsSelected
{
    border-left: 1px solid #d9d9d9 !important;
}


.RadTabStrip_PurchaseTabs .rtsFirst .rtsIn
{
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.RadTabStrip_PurchaseTabs .rtsSelected:hover
{
    padding-left: 0 !important;
}

.RadTabStrip_PurchaseTabs .rtsSelected:hover .rtsTxt
{
    background: none !important;
    padding: 0 19px 0 16px;
    color: #333;
    text-decoration: none !important;
}

.RadTabStrip_PurchaseTabs .rtsLink:hover
{
    padding-left: 3px;
}

.RadTabStrip_PurchaseTabs .rtsLink:hover .rtsTxt
{
    text-decoration: none;
}

.RadTabStrip_PurchaseTabs .rtsOut
{
    display: block;
    padding-right: 0 !important;
}


.RadTabStrip .rtsTxt
{
    background: none;
    padding: 0 8px 0 6px;
}
.RadTabStrip_PurchaseTabs .rtsLevel1 .rtsTxt
{
padding:0 !important;
}
h2.purchaseHeading 
{
    border-bottom:1px solid #d9d9d9;
    font-size:24px;
    font-weight:normal;
    margin:17px 0 7px;
}
/*telerik styles */
.poRightNavAccordion .accordionButton {
	cursor: pointer;    
    color: #376AAC;    
    padding: 0 0;   
    position: relative;
    padding: 7px 15px 7px 34px;    
    font-size: 12px;
    font-weight:bold;
}	
.poRightNavAccordion .accordionContent {		
	display: none;  
    font-size: 11px;
    line-height:16px;  
    padding: 3px 15px 17px 34px;    
    overflow:hidden;
}

.poRightNavAccordion .selected {    
    color: #393c45;    
}

.poRightNavAccordion .accordionButtonArrow 
{
    background: transparent url("/CSS/Purchase/arrows.png?x=457") -191px 4px no-repeat;    
    display:inline-block;
    position: absolute;
    left: 17px;
    top: 8px;
    width: 13px;
    height: 13px;
    
}
.poRightNavAccordion .selected .accordionButtonArrow {
    background-position: 3px 4px;
    top: 10px;
    left: 12px;
}

.poRightNavAccordion .tRightBoxMid {
    padding: 0;
}
.poPageRightIn 
{
    background:none repeat scroll 0 0 #ededed;
    border: 17px solid #ededed;
    border-top: 1px solid #ededed;
    width:306px !important;
    margin-top: 34px;
    padding-top: 0 !important;
}

.tRightBoxTop {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #D9D9D9;
    clear:both;
    font:14px/32px arial,sans-serif;
    margin:17px 0 0;
    padding:0 15px;
}
.tRightBoxTop h2
{
    margin: 7px 2px !important;
}
.tRightBoxMid
{
    border: 1px solid #d9d9d9;
    border-top: 0;
    margin: 0;
    padding: 15px;
    background: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #333;
}

/* sitefinity 4.0 beta promo */
.purchaseCMSPromo {
    margin: 0 0 0 44px;
    padding-bottom: 22px;
    clear:both;
    width:428px;
    border-top: 1px solid #b8d1b4
}
.purchaseCMSPromo h4 {
    color: #599334;
    font-size: 20px;
    font-weight: normal;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.purchaseCMSPromo p {
    margin: 8px 0 0 0;  
    line-height: 15px;  
}
.purchasePromoRibbon {
    border: solid #4494d6 1px;
    padding: 26px 26px 26px 70px;
    background: #fff url("/CSS/Purchase/ribbon.png") no-repeat 4px 0;
}

.purchasePromoRibbon h2 {
    margin-top: 0;
}

/*check list*/
.sContentWrap .sRTF .sPaddingBox ul li
{
     background: transparent url("/CSS/Global/images/yes-no.gif") no-repeat 0 3px;
}


/* Free Services */
.preHeading
{
    color: #666666;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 24px;
    display: block;
}
.scAdditionItems
{
    background: #fff url('/CSS/Purchase/sc-gradient-bottom.gif') repeat-x;
    border-top:1px solid #ccc;
    font-size: 11px;
    padding-top: 7px;
    text-align: center;
}
.scAdditionItems ul
{
    border-top: 1px solid #d9d9d9;
    margin: 7px 17px 17px 17px;
    clear: both;
}
.sContentWrap .scAdditionItems li
{
    background: #fff;
    border:1px solid #d9d9d9;
    border-top: 0;
    min-height: 18px;
    padding: 7px 82px 7px 12px;
    position: relative;
    text-align: left;
}
*html .sContentWrap .scAdditionItems li
{
    height: 18px;
}
.sContentWrap .scAdditionItems li p
{
    position: absolute;
    right: 12px;
    top: 7px;
    margin: 0;
}

/* Promo Box */
.scPromoBox
{  
    background-color: #fff;
    position: relative;
    border: 0 !important;
    empty-cells: hide;
    height: 0px;
    margin: -1px 0 0 -20px;
    height: 1px;
    width:940px !important;
    z-index: 200;
}
.scPromoBox td
{
    border: 0 !important;
    padding:0 !important;
}
.scPromoBox td a
{
    background:url('/CSS/Purchase/sc-gradient-promo.gif') repeat-x;
    display: inline-block;
    float: left;
    height: 50px;    
}
.scPromoBox td a .badge
{
    display: inline-block;
    float: left;
    background: url('/CSS/Purchase/promo-badge.gif') no-repeat 17px 0;
    border: 0 !important;
    height: 50px;
    width: 96px !important;
    
}
.scPromoBox td a .text
{
    display: inline-block;
    float: left;   
    font-size: 11px;
    color: #333;
    padding-top: 7px;
    width: 827px;
    padding-right: 17px;
}
.scPromoBox td a:hover
{
    background: #f0ffd9;
}
.scPromoBox td a:hover .badge
{
    background-position: 17px -50px;
}

/* Combobox in billing info */
.scBillingInfoForm .sFormFieldsList .RadComboBox
{
    float: left;
}
.scBillingInfoForm .sFormFieldsList .RadComboBox .rcbInputCell input
{
    width: 210px;
}
.scBillingInfoForm .sFormFieldsList .scExpirationMonth
{
    padding-right: 8px;
    width: 70px !important;
}

*+html .scBillingInfoForm .sFormFieldsList .scExpirationMonth
{
    width: 92px !important;
}
.scBillingInfoForm .sFormFieldsList .scExpirationMonth .rcbInputCell
{
    width: 40px !important;
}
.scBillingInfoForm .sFormFieldsList .scExpirationMonth .rcbInputCell input
{
    width: 20px !important;
}
.scBillingInfoForm .sFormFieldsList .scExpirationYear .rcbInputCell
{
    width: 66px !important;
}
.scBillingInfoForm .sFormFieldsList .scExpirationYear .rcbInputCell input
{
    width: 50px !important;
}
