/*Detail Tab*/

/*Customer Service Page CSS*/
input.watermark {
    color:gray;
}
.bulkText .links {
    padding-bottom: 20px;
}
.visible-on-phone {
    display:none;
}
.bulkText .sections {
    border-top: 1px solid #E3E1E2;
    padding: 20px 0;
}
.bulkText h3 {
    font-size: 18px;
}
.bulkText h4 {
    text-transform: uppercase;
}
.bulkText .sections p {
    padding-bottom: 10px;
}
.vcard .fn {
    font-family: 'Droid Sans',sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.sections .backToTop {
    display: block;
    padding: 20px 0 0;
}
.bulkText .sections {
    border-top: 1px solid #E3E1E2;
    /*margin-top:20px;*/
}
.bulkText h4.colHeader {
    border: 1px solid #E3E1E2;
    padding: 0 0 0 5px;
}
.bulkText h4 {
    text-transform: uppercase;
}
/*End*/
/*Reciept page CSS*/

.topCartLink {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.topCartLink .cartIcon {
    margin: 0 0 -4px;
    padding: 3px 0 0;
}

h2.hub-headline.bookCenter, h2.hub-headline.receipt {
    display: inline-block;
    padding-top: 10px;
}

.steps li.orderNumber {
    font-size: 16px;
    font-weight: 700;
     color: #00385F;
}

.DigitalDownloadLink {
    display: inline-block;
    margin-left: 7px;
    margin-top: 7px;
    vertical-align: top;
    width: 92%;
}



.DigitalDownloadLink a {
   background: none repeat scroll 0 0 #CC9C32;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    height: 33px;
    margin-left: 12px;
    padding: 4px 8px;
    text-align: center;
}

.receiptInfo {
    padding-bottom: 10px;
}
.receiptInfo h2 {
    padding: 0 0 10px;
}
.receiptInfo .instructions {
    font-size: 12px;
    line-height: 22px;
    color: #000000;
}

.receiptInfo h4, .receiptInfo p span {
    font-weight: 700;
    font-size:12px;
}
.receiptInfo p {
    padding: 0 0 10px;
    font-size:12px;
}
.productDownloadBox {
    border: 1px solid #E3E1E2;
    margin: 0 0 20px;
    padding: 10px;
    width: 95%;
}
.productDownloadBox .productInfo {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.productVersion, .productType, .productInstructions, .oneItemPrice {
    color: #333333;
    font-size: 12px;
    line-height: 22px;
}

/*End*/

.tab-content {
    overflow: visible;
}

.tab-content {
    padding: 0 10px 20px;
}


    .tab-content > .tab-pane, .pill-content > .pill-pane {
        display: none;
    }

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

    .fade.in {
        opacity: 1;
    }

.tab-content > .active, .pill-content > .active {
    display: block;
}

.BCDesc {
    color: #57595E !important;
    font-family: 'Cabin',Arial,Helvetica,sans-serif;
    /*font-size: 0.79em;*/
    padding-left: 5px;
}

.authorsName {
    
    font-family: 'BitBold , Arial, Helvetica, sans-serif';
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
     vertical-align: top;
}


/*Added by Nitin for LC Header*/
.BCHeaderHR {
    margin-bottom: 20px;
}


.BCPriceAttrLabel {
    color: #57595E !important;
    font-family: 'Cabin',Arial,Helvetica,Sans-serif !important;
    font-size: 0.79em;
}

.BCErrorMsg {
    font-size: 12px;
    color: red;
    display: inline-block;
}

/*End*/
/* Step process styling */
#steps {
    float: right;
    overflow: hidden;
    width: 300px;
    background: url("../images/bkg/step_border.png") repeat-x 18px 15px;
}

    #steps li {
        width: 75px;
        float: left;
    }

        #steps li a {
            display: block;
            padding: 30px 0 10px 0;
            text-align: center;
            font-size: .75em;
            color: #b8babc;
        }

            #steps li a:hover {
                color: #001337;
                font-weight: bold;
            }

        #steps li .active_step {
            color: #001337;
            font-weight: bold;
        }

        #steps li .account {
            /*background: url("../images/icons/account_step_btn.png") no-repeat center -72px;*/
            background: none repeat scroll 0 0 #EEEEEE;
            background: -moz-linear-gradient(center top, #68A2AF, #467984) repeat scroll 0 0 rgba(0, 0, 0, 0);
            text-align: center;
        }

            #steps li .account:hover {
                background-position: center top;
            }

#step_process li .billing {
    background: url("../images/icons/billing_step_btn.png") no-repeat center -72px;
    text-align: center;
}

    #step_process li .billing:hover {
        background-position: center top;
    }

#step_process li .shipping {
    background: url("../images/icons/shipping_step_btn.png") no-repeat center -72px;
    text-align: center;
}

    #step_process li .shipping:hover {
        background-position: center top;
    }

#step_process li .review {
    background: url("../images/icons/review_step_btn.png") no-repeat center -72px;
    text-align: center;
}

    #step_process li .review:hover {
        background-position: center top;
    }

#step_process li .account.active_step {
    background: url("../images/icons/account_step_btn.png") no-repeat center top;
    text-align: center;
}

    #step_process li .account.active_step:hover {
        background-position: center -72px;
    }

#step_process li .billing.active_step {
    background: url("../images/icons/billing_step_btn.png") no-repeat center top;
    text-align: center;
}

    #step_process li .billing.active_step:hover {
        background-position: center -72px;
    }

#step_process li .shipping.active_step {
    background: url("../images/icons/shipping_step_btn.png") no-repeat center top;
    text-align: center;
}

    #step_process li .shipping.active_step:hover {
        background-position: center -72px;
    }

#step_process li .review.active_step {
    background: url("../images/icons/review_step_btn.png") no-repeat center top;
    text-align: center;
}

    #step_process li .review.active_step:hover {
        background-position: center -72px;
    }



.steps {
    float: right;
    margin: 0;
    padding: 20px 0 0;
}

    .steps li {
        float: left;
        padding-right: 10px;
    }

.stepInactive {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #E9E9E9;
    border-radius: 15px;
    color: #777777;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    text-align: center;
    width: 30px;
}

.stepActive {
    background: -moz-linear-gradient(center top, #68A2AF, #467984) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #E3E1E2;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: 30px;
}

.span8 {
    padding-left: 0.5%;
}

.offset2 {
    margin-left: 230px;
}

.span8 {
    width: 770px;
}

/*Nitin for Shipping Info Fix*/
input.form-control.firstNameField, input.form-control.lastNameField, input.form-control.regionField, input.form-control.zipField, input.form-control.phoneField, input.form-control.emailField, input.form-control.poField, input.form-control.accountField {
    display: inline-block;
    width: 44%;
}

input.form-control.cityField { /*Nitin for shipping info fix*/
    display: inline-block;
    width: 44%;
}

input.form-control.stateField { /*Nitin for shipping info fix*/
    display: inline-block;
    width: 175px;
}

input.form-control.taxField {
    display: inline-block;
    width: 44%;
}


input.form-control.paymentMethodField {
    display: inline-block;
    width: 175px;
}


input.form-control.countryField, .businessField { /*Nitin for shipping info fix*/
    display: inline-block;
    width: 48%;
}

input.form-control.firstNameField, input.form-control.cityField, input.form-control.regionField, .countryField, input.form-control.phoneField, .paymentMethodField, input.form-control.accountField {
    margin-right: 10px;
}

.methodField { /*Nitin for shipping info fix*/
    width: 100%;
}

.reviewInfo {
    display: block;
    float: left;
    width: 110%;
    color:#57595E;
    
}
.reviewInfo ul {
    float: left;
    width: 43%;

}

.reviewInfo .header {
    font-size: 12px;
    text-transform: uppercase;
    margin-left:-40px;
}

.alignEditButton {
    margin-left:-40px;
}
.shippingErrorMessage {
    color:red; font-size:10px;line-height:2em;margin-left:-40px;
}
.reviewInfo .reviewDetails {
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-left:-40px;
}

.reviewInfo ul {
    margin: 0 0 10px;
}
.instructionsField { /*Nitin for shipping info fix*/
    width: 96%;
}

.finePrint {
    /*color: #CCCCCC;*/
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 10px;
}

.mid-green-btn {
    display: inline-block;
    margin-left: 7px;
    margin-top: 7px;
    vertical-align: top;
    width: 70%;
}

    .mid-green-btn a {
        background: none repeat scroll 0 0 #467984;
        color: #FFFFFF;
        display: block;
        font-size: 0.9em;
        height: 33px;
        padding: 4px 8px;
        text-align: center;
    }

input.form-control {
    height: auto;
    width: 96%; /*Nitin for Shipping Info Fix*/
}

.span4 {
    width: 370px;
}

[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

#BCcheckoutFormContainer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 20px;
    width: 960px;
}
