﻿body
{
    /*background: #fafafa;*/
}

#globalWrapper
{
    /*  position:relative;*/
    left: 0px;
}

#middleColumn
{
    width: 734px;
    padding-left: 50px;
    /* padding-top:18px;*/
}

.clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    border: 0px;
}

.hiddenContainer
{
    display: none;
}

.flatLine
{
    width: 100%;
    overflow: hidden;
}

a
{
    text-decoration: none;
}


.sectionHeader
{
    font-weight: 300;
    font-size: 26px;
    color: #4D4D4D;
    margin: 0 0 10px 0px;
    float: left;
    width: 100%;
}

.fieldName
{
}

.fieldNote
{
    font-weight: 300;
    color: #6A6A6A;
    line-height:1.1em;
    margin-top:3px;
}

.formField
{
    /*font-size:16px; */
}

.specialNote
{
    font-size: 14px;
    color: #3B3B3B;
}

.columnHeader
{
    color: #3B3B3B;
}

.specialTextSdw
{
    /*font-family:'Lato';*/
    font-size: 16px;
    color: #4A4A4A;
    text-shadow: 2px 2px 2px #FFFFFF;
}

.specialTextBoldSdw
{
    font-weight: 700;
    font-size: 16px;
    color: #4A4A4A;
    text-shadow: 2px 2px 2px #FFFFFF;
}

.fieldRequired
{
    color: Red;
}


/*******************************************select css*******************************/

.select_menu
{
    width: 100%;
    overflow: hidden;
}

    .select_menu .select_hiddenBox
    {
        display: none;
    }

    .select_menu .select_display
    {
        float: left;
        border: 1px solid #BBBBBB;
        width: 313px;
        height: 34px;
        line-height: 34px;
        /*-moz-border-radius: 7px;/*      /* Gecko browsers */
        /*-webkit-border-radius: 7px;*/ /* Webkit browsers */
        /*border-radius:7px;*/ /* W3C syntax */
    }

        .select_menu .select_display .select_label
        {
            float: left;
            width: 273px;
            padding-left: 5px;
            height: 34px;
            line-height: 34px;
            margin-top: 1px;
            margin-bottom: 1px;
            cursor: pointer;
        }

        .select_menu .select_display .select_arrow
        {
            float: left;
            background-image: url(../images/comboBox_but.png);
            background-position: center center;
            background-repeat: no-repeat;
            width: 35px;
            height: 34px;
            margin-top: 1px;
            margin-bottom: 1px;
            text-indent: -9999px;
            cursor: pointer;
        }

    .select_menu .select_list
    {
        position: absolute;
        z-index: 9999;
        float: left;
        width: 99%;
        list-style-type: none;
        border: 1px solid #BBBBBB;
        display: none;
        overflow-x: hidden; /*overflow-y:scroll;   */
        /*padding-bottom:10px;*/
    }

        .select_menu .select_list li
        {
            height: 25px;
            line-height: 25px;
        }

        .select_menu .select_list .groupName
        {
            color: #4D4D4D;
            font-weight: 700;
            padding-left: 7px;
        }

        .select_menu .select_list .splitter
        {
            height: 5px;
            line-height: 5px;
        }

            .select_menu .select_list .splitter .line
            {
                height: 0px;
                line-height: 0px;
                border-top: 1px dotted #087D85;
                margin: 2px 5px;
            }

        .select_menu .select_list li a
        {
            padding-left: 7px;
            text-decoration: none;
            float: left;
            width: 98%;
            color: #4D4D4D;
            font-weight: normal;
        }

            .select_menu .select_list li a:hover, .select_menu .select_list li a.selected
            {
                background: #50c0cd;
            }

/*******************************************end of select css*******************************/

/************************custom radio,checkbox******************************************/
.label_check, .label_radio
{
    cursor: pointer;
}

    .label_check input,
    .label_radio input
    {
        position: absolute;
        left: -9999px;
    }

.label_check
{
    background-image: url(../images/checkbox_normal.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 29px;
    overflow: hidden;
    float: left;
}

label.c_on
{
    background-image: url(../images/checkbox_selected.png);
}

.label_radio
{
    background-image: url(../images/radio_normal.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    overflow: hidden;
}

label.r_on
{
    background-image: url(../images/radio_selected.png);
}
/************************end of custom radio,checkbox******************************************/




.formRow
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .formRow .formField
    {
        float: left;
        width: 300px;
        margin-right: 50px;
    }

    .formRow .formFieldLong
    {
        float: left;
    }

        .formRow .formField .fieldName, .formRow .formFieldLong .fieldName
        {
            overflow: hidden;
        }

        .formRow .formField .filedControl, .formRow .formField .fieldNote,
        .formRow .formFieldLong .filedControl, .formRow .formFieldLong .fieldNote
        {
            float: left;
            margin-top: 8px;
        }

.txt300, .select300
{
    border: 1px solid #BBBBBB;
    width: 300px;
    /*-moz-border-radius: 7px;*/ /* Gecko browsers */
    /*-webkit-border-radius: 7px;*/ /* Webkit browsers */
    /*border-radius:7px;*/ /* W3C syntax */
    text-indent: 10px;
}

.txt315, .select315
{
    border: 1px solid #BBBBBB;
    /*width: 315px;*/
    /*-moz-border-radius: 7px;*/ /* Gecko browsers */
    /*-webkit-border-radius: 7px;*/ /* Webkit browsers */
    /*border-radius:7px;*/ /* W3C syntax */
    /*text-indent: 10px;*/
}

.comment
{
    height: 100px;
    padding: 5px;
    border: 1px solid #BBBBBB;
    /*-moz-border-radius: 7px;     
    -webkit-border-radius: 7px;   
    border-radius:7px;*/
    text-align: left;
    text-indent: 5px;
}

.btnSubmit
{
    width: 110px;
    min-width: 110px;
    float: right;
    /*background-color:#609FAB;*/
    height: 34px;
    padding-left: 8px;
    padding-right: 8px;
    /*-moz-border-radius: 7px;     
    -webkit-border-radius: 7px;   
    border-radius:7px;*/
    border: none;
    cursor: pointer;
}

.splitterLine
{
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 40px;
    float: left;
}

.contactForm
{
    float: left;
    width: 100%;
}

.userInfo
{
    /*position:relative;*/
}

.yourEnquiry
{
    overflow: hidden;
}

/*****************************product/promo ***************************************/
.pdtEnquiry
{
}

    .pdtEnquiry .socialBlock
    {
        margin: 10px 0 30px 0;
        background-color: #F7E6AE;
        width: 660px;
        padding: 15px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

.ie7 .pdtEnquiry .socialBlock
{
    width: 670px;
}

.pdtEnquiry .socialBlock span
{
    float: left;
    height: 26px;
    line-height: 26px;
}

.pdtEnquiry .specialTextSdw
{
    margin-left: 5px;
}

.pdtEnquiry .links
{
    margin-left: 5px;
}

    .pdtEnquiry .links .twitter
    {
        float: left;
        background-image: url(../images/tweet_button.png);
        width: 78px;
        height: 26px;
        overflow: hidden;
    }

    .pdtEnquiry .links .facebook
    {
        float: left;
        margin-left: 5px;
        background-image: url(../images/facebook_but.png);
        width: 79px;
        height: 26px;
    }

.pdtEnquiry .fieldNote
{
    width: 690px;
}

.buttonRow
{
    overflow: hidden;
    clear: both;
}

.hideThis
{
    height: 0px;
    display: none;
}

/********************************************End of product/promo****************/




/******************************CorporateSales**********************/
.CorpSaleEnquiry
{
}

    .CorpSaleEnquiry .descRow
    {
        margin-top: -10px;
        color: #4D4D4D;
        font-family: 'Muli';
    }

        .CorpSaleEnquiry .descRow h2
        {
        }

        .CorpSaleEnquiry .descRow p
        {
            font-size: 12px;
        }

    .CorpSaleEnquiry .threePanels
    {
    }

        .CorpSaleEnquiry .threePanels .buttonRow
        {
            float: left;
            width: 98%;
            margin-top: 10px;
            text-align: right;
            padding-right: 10px;
        }

.LBox1, .LBox2, .LBox3
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #99A7C1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #3D4856;
    font-size: 0.8571em;
    height: 225px;
    margin: 3px 0 3px 0px;
    padding: 4px;
    float: left;
    padding-bottom: 10px;
}

.LBox1
{
    width: 30%; /*206px;*/
}

.LBox2
{
    width: 30%; /*206px;*/
}

.LBox3
{
    width: 40%; /*290px;*/
}

.CorpSaleEnquiry .PanelProductReg
{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: none;
}

.PanelProductReg .productIdCol
{
    display: none;
}

.PanelProductReg .productName
{
    border: medium none;
    font-size: 12px;
    width: 100%;
}

.PanelProductReg .productQuantity
{
    border: 1px solid #BBBBBB;
    height: 21px;
    line-height: 21px;
    width: 40px;
}

.productDelete, .productDelete:visited
{
    text-decoration: none;
    color: #252525;
}

.productDelete:hover
{
    color:#0cbdef;
    text-decoration:none;
}

.productRow
{
}

.pdtDelCol
{
    text-align: center;
}

.CorpSaleEnquiry .comment
{
    width: 700px;
}

.CorpSaleEnquiry .btnSubmit
{
    margin-right: 15px;
}

.btnAddProduct2
{
    float: right;
    min-width: 110px;
}

.CorpSaleEnquiry .label_radio
{
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}
/*************************storeEnquiry*************/
/*.storeEnquiryContainer
{
    position:relative; left:0px;
}*/
.storeEnquiry
{
}

    .storeEnquiry .formRow
    {
        margin-bottom: 50px;
    }

    .storeEnquiry .orderNumber
    {
        margin-left: 367px;
        margin-top: -103px;
    }

        .storeEnquiry .orderNumber .btnSubmit
        {
            float: left;
        }

.orderProducts
{
    width: 690px;
}

    .orderProducts .orderHeader
    {
        background-color: #E2EDEC;
        height: 18px;
        line-height: 18px;
        padding: 16px;
        border-radius: 16px 16px 0px 0px;
        border: 2px solid #E2EDEC;
        border-bottom: 0px;
    }

        .orderProducts .orderHeader .orderNum
        {
            float: left;
            width: 43%;
        }

        .orderProducts .orderHeader .warrDayLeft
        {
            float: left;
            margin-left: 25px;
            width: 25%;
        }

        .orderProducts .orderHeader .orderDate
        {
            float: right;
            width: 25%;
        }

    .orderProducts .orderTable
    {
        border-radius: 0px 0px 16px 16px;
        border: 2px solid #E4E4E4;
        border-top: 0px;
        width: 686px;
        overflow: hidden;
    }

        .orderProducts .orderTable .pdtNameCol, .orderProducts .orderTable .pdtSerialNumCol, .orderProducts .orderTable .pdtPriceCol
        {
            float: left;
            padding: 0 5px;
            margin-right: auto;
        }

        .orderProducts .orderTable .pdtNameCol
        {
            width: 45%;
        }

        .orderProducts .orderTable .pdtSerialNumCol
        {
            width: 30%;
            text-align: center;
        }

        .orderProducts .orderTable .pdtPriceCol
        {
            width: 20%;
        }

        .orderProducts .orderTable .header
        {
            float: left;
            width: 654px;
            padding: 8px 16px;
        }

        .orderProducts .orderTable .row
        {
            float: left;
            width: 654px;
            border-top: 1px solid #E4E4E4;
            padding: 8px 16px;
        }

.storeEnquiry .orderStatus
{
    margin-left: 5px;
}

.storeEnquiry .orderStatusRow
{
    margin-bottom: 10px;
}

.storeEnquiry .orderDescription
{
    float: left;
    width: 690px;
}

.storeEnquiry .youLikeToRow
{
    margin-bottom: 35px;
}

.storeEnquiry .commands
{
    float: left;
    width: 690px;
}

    .storeEnquiry .commands .item
    {
        float: left;
        padding-bottom: 20px;
    }

        .storeEnquiry .commands .item .link
        {
            background-color: #609FAB;
            border: medium none;
            border-radius: 7px 7px 7px 7px;
            cursor: pointer;
            float: left;
            padding-left: 21px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 21px;
            width: 164px;
            text-align: center;
        }

        .storeEnquiry .commands .item .brief
        {
            float: left;
            margin-left: 20px;
            width: 464px;
        }

.noticeWrongMsg
{
    overflow: hidden;
    margin: 20px 0;
    background-color: #F4E3AE;
    border: 1px solid #94650E;
    border-radius: 8px;
    padding: 15px;
    width: 449px;
    padding-left: 0px;
}

.noticeSign
{
    float: left;
    background-image: url(../images/note.png);
    background-repeat: no-repeat;
    background-position: 27px;
    width: 98px;
    height: 55px;
}

.noticeWrongMsg .content
{
    float: left;
    width: 351px;
}

    .noticeWrongMsg .content p
    {
        padding-bottom: 0;
        font-size: 14px;
    }
/**********************End of storeEnquiry*************/

/***************Technical assistance*******************/
/*.filedControl .select2-container
{
    color: red;
}*/

.technicalTab
{
    display: none;
}

.technical .label_radio
{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 24px;
    height: 24px;
    width: auto;
}

.technical .label_check
{
    float: left;
}

.technical #btnStore, .technical #btnStoreLogin
{
    float: left;
    margin-left: 10px;
}

.productsTable
{
    width: 690px;
}

    .productsTable p
    {
        float: left;
        margin-top: 4px;
    }

    .productsTable .header
    {
        float: left;
        padding: 8px 0px;
        width: 690px;
    }

    .productsTable .rows
    {
        float: left;
        height: auto;
        max-height: 410px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .productsTable .row
    {
        float: left;
        border-top: 1px solid #E4E4E4;
        padding: 8px 0px;
        width: 690px;
    }

    .productsTable .pdtNameCol, .productsTable .pdtSerialNumCol, .productsTable .pdtWarrLeft
    {
        float: left;
        padding: 0 0 0 1%;
        margin-right: auto;
    }

    .productsTable .pdtNameCol
    {
        /*width:45%;*/
    }

        .productsTable .pdtNameCol span
        {
            font-size: 0.8em;
        }

        .productsTable .pdtNameCol .pdtNameLC
        {
        }

        .productsTable .pdtNameCol .pdtNameRC
        {
            float: left;
            width: 250px;
            overflow: hidden;
        }

    .productsTable .pdtSerialNumCol
    {
        width: 30%;
    }

    .productsTable .pdtWarrLeft
    {
        width: 20%;
    }

.fileProof
{
    width: 315px;
}
/************Check RMA stautus********************/
.checkRMA
{
}

    .checkRMA .btnSubmit, .pressSample .btnSubmit
    {
        margin-right: 35px;
    }
/************Press sample request*****************/
.pressSample
{
}
/************fancyBox forms**************/
.fancyForm
{
    float: left;
    width: 100%;
    padding: 10px;
}

    .fancyForm .titleBar
    {
        background-color: #D1D1D1;
        height: 44px;
        line-height: 44px;
        padding: 0px 15px;
        border-radius: 7px;
        margin-bottom: 20px;
    }

    .fancyForm .comment
    {
        width: 100%;
    }
/**cancle Order***********/
.cancelOrder
{
    width: 480px;
}

    .cancelOrder .titleBar
    {
        width: 450px;
    }

    .cancelOrder .comment
    {
        width: 468px;
    }
/****refund RMA status***/
.refund
{
    width: 480px;
}

    .refund .titleBar
    {
        width: 450px;
    }

    .refund .comment
    {
        width: 468px;
    }
/*****receive wrong / damaged items*/
.receiveWrong
{
    width: 690px;
}

    .receiveWrong .titleBar
    {
        width: 660px;
    }

    .receiveWrong .comment
    {
        width: 668px;
    }
/********Invoice Request********/

.invoiceReq
{
    width: 690px;
}

    .invoiceReq .titleBar
    {
        width: 660px;
    }

    .invoiceReq .comment
    {
        width: 668px;
    }

    .invoiceReq .formField
    {
        margin-right: 10px;
    }
/******technical assistance online***/

.techOnLine
{
    width: 690px;
}

    .techOnLine .titleBar
    {
        width: 660px;
    }

    .techOnLine .comment
    {
        color: #999;
        font-family: Raleway;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .techOnLine .formField
    {
        margin-right: 10px;
    }

    .techOnLine .pdtNameCol, .techOnLine .pdtSerialNumCol, .techOnLine .pdtWarrLeft
    {
        width: 32.5%;
        padding-right: 0.8%;
        padding-left: 0px;
        margin-right: 0px;
    }

/**contactus***/
.contactus
{
    width: 480px;
}

    .contactus .titleBar
    {
        width: 450px;
    }

    .contactus .comment
    {
        width: 468px;
    }

    .contactus .formField
    {
        margin-right: 10px;
    }



.redAlert
{
    color: Red;
}

.FileInfoSpan
{
    height: 20px;
    line-height: 20px;
}

.disabled
{
    background-color: #CCCCCC;
    color: #969696;
}

/*****override some styles of select2*******************/

/*.select2-container .select2-choice
{
    width: 290px;
}*/

.select2-results
{
    max-height: 500px;
}

/*.select2-container
{
    width:215px;
}
.select2-results .select2-result-label
{
    text-align:left;
}

.select2-container .select2-choice span 
{
    font-size: 16px;
}

.select2-container .select2-choice
{
    background-image:none;
}

.select2-results ul.select2-result-sub > li .select2-result-label 
{
    color: #4D4D4D;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold; color: #4D4D4D;
}

*/

.splitter
{
    height: 5px;
    line-height: 5px;
}

    .splitter .line
    {
        border-top: 1px dotted #087D85;
        height: 0;
        line-height: 0;
        margin: 2px 5px;
    }
/*.select2-results ul.select2-result-sub > li .select2-result-labelForSplitter
{
    padding:0px;margin:0px;
}

.select2-results li
{
    height:auto;
}*/


.ie7 .select2-search /*only for IE7*/
{
    width: 300px;
    padding: 0px;
}

    .ie7 .select2-search INPUT, .ie8 .select2-search INPUT /*for IE7,IE8*/
    {
        padding: 0px;
        height: 20px;
        line-height: 20px;
    }


/*****End overriding some styles of select2*******************/



.threePaneContainer
{
    overflow: hidden;
}


.ProductRegistrationTable td
{
    padding:10px;
}



.select2-result-sub {
    padding-left:0;
}


#win10-message {
    background-color: #00AEEF;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
}
    #win10-message img {
        margin-right: 10px;
    }
    #win10-message a, #win10-message a:visited, #win10-message a:hover {
        color: #fff;
    }    