﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,100,300,400,500,700,900&subset=latin,latin-ext);
/************Tag Style****************************************/



article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
}

a:focus {
    outline: none;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

body {
    FONT-SIZE: 14px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif; /*Helvetica,Arial,sans-serif;*/
    margin: 0;
    background: rgb(41,41,41); /* Old browsers */


    position: relative;
}

.fb_iframe_widget iframe {
    left: 0;
}


a {
    color: #494949;
    text-decoration: none;
}

    a:hover {
        color: #FF4400;
        text-decoration: none;
    }

    a img {
        border: 0;
    }

    a[href="#moreItems"] {
        text-decoration: underline;
    }

    a.Underline {
        text-decoration: underline;
        color: blue;
    }

        a.Underline:hover {
            text-decoration: underline;
            color: orangered;
        }

    a.WhiteLink {
        color: white;
    }

        a.WhiteLink:hover {
            color: #FF4400;
        }

legend {
    color: white;
    font-weight: bold;
}

table.CenterAlign td * {
    text-align: center;
}


table.TwoCells td {
    width: 49%;
}

table.ThreeCells td {
    width: 33%;
}

table.FourCells td {
    width: 25%;
}


/*************ID style***************************************/




#a_requestQuote {
    background-color: #4d82b1;
    display: block;
    width: 120px;
    float: right;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    color: white;
    line-height: 36px;
    height: 108px;
    border: 1px dotted #494949;
}

    #a_requestQuote:hover {
        background-color: #191970;
    }

#tabs .ui-widget-header {
    background: white;
    border: none;
    border-bottom: 1pt solid #494949;
}




#back2Top {
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
    cursor: pointer;
}

    #back2Top > img {
        width: 75px;
    }


@media screen and (max-width:1350px) {
    #back2Top {
        position: fixed;
        bottom: 100px;
        right: 25px;
        display: none;
        cursor: pointer;
    }

        #back2Top > img {
            width: 50px;
        }
}


#servingDiv {
    background: #EE0000;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: white;
}

    #servingDiv span {
        font-weight: 700;
    }

#div_logo {
    margin-top: 5px;
    margin-left: 2px;
}

    #div_logo a img {
        vertical-align: top;
    }

#sinDiv {
    font-weight: 300;
    display: inline-block;
    font-size: 60px;
    color: #696969;
    line-height: 60px;
    margin-top: 6px;
    margin-left: 140px;
}

    #sinDiv span {
        color: #EE0000;
        font-weight: 700;
    }

#newsloganDiv {
    font-size: 30px;
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 7px 0 0 0;
}

#div_header {
    width: 1170px;
    margin: 0 auto;
    font-weight: bold;
    color: white;
    background: white url("/css/images/header_bar.png") repeat-x 0 40px;
    height: 158px;
    position: relative;
}


#div_moreItems > h3 {
    text-align: center;
    color: white;
    margin: 10px 0;
    background: red;
    display: table-cell;
    width: 1170px;
    height: 75px;
    vertical-align: middle;
}

#div_memberPlatform {
    width: 1170px;
    padding: 10px;
    margin: 0 auto;
    background: white;
    min-height: 1080px;
}

#div_footerBuffer {
    height: 30px;
    position: relative;
    bottom: 0;
}

#div_footer {
    position: relative;
    top: -30px;
    color: white;
    background-origin: content-box;
    margin: auto;
    width: 1170px;
    height: 30px;
    background-color: #494949;
    border-top: 3px solid #494949;
    border-left: 3px solid #494949;
    border-right: 3px solid #494949;
    -moz-box-shadow: 0 -6px 6px 0 #888888;
    -webkit-box-shadow: 0 -6px 6px 0 #888888;
    box-shadow: 0 -6px 6px 0 #888888;
}

    #div_footer .td_vdivider, #div_footer span {
        /*margin: 0 5px;*/
    }

    #div_footer .div_navigator {
        height: 22px;
        line-height: 22px;
        text-align: center;
    }

        #div_footer .div_navigator:hover {
            background-color: white;
        }

        #div_footer .div_navigator a {
            padding: 0 5px;
            display: inline-block;
        }

        #div_footer .div_navigator:hover a {
            color: #494949;
        }

    #div_footer a:hover {
        color: #494949;
    }


    #div_footer * {
        color: white;
    }




#div_body {
    width: 1170px;
    margin: 0 auto 25px;
    background-color: white;
}

@media (max-width: 768px) {

    #div_body {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    #div_body {
        width: auto;
    }
}


#div_search {
    position: absolute;
    right: 0;
    top: 22px;
    margin: 0 5px;
    width: 275px;
    clear: right;
}



#div_search_bg {
    width: 150px;
    height: 30px;
    margin-top: 15px;
    background: white;
    float: right;
    box-sizing: content-box;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid;
    /*margin-right:7px;*/
}

#txt_search {
    width: 100px;
    height: 20px;
    margin: 4px 0 6px 8px;
    border: none;
    float: left;
    color: #696969;
    font-weight: 300
}




#btn_search {
    float: right;
    text-indent: -1000em;
    background: transparent url("/css/images/magnifier_grey.png") no-repeat;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    height: 30px;
    width: 30px;
    border: 2px solid white;
    border-left: 1px solid #494949;
    /*margin-right:-7px;*/
}

    #btn_search:hover {
        background: #ffffff url("/css/images/magnifier_blue.png") no-repeat;
        cursor: pointer;
    }

#menu {
    z-index: 100;
    position: absolute /*relative*/;
    width: 180px;
    box-shadow: 0 6px 6px #888888;
    -moz-box-shadow: 0 6px 6px #888888;
    -webkit-box-shadow: 0 6px 6px #888888;
}

#div_shoppingCart {
    width: 100%;
    margin: auto;
}

#div_topLinks {
    height: 30px;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: right;
}

#viewCartLink {
    width: 150px;
    display: block;
    height: 30px;
    line-height: 45px;
    background: transparent url(/images/wishlist_icon_blk.png) bottom left no-repeat;
    float: right;
}

    #viewCartLink:hover {
        background: url(/images/wishlist_icon_red.png) bottom left no-repeat;
    }






#div_BBB {
    margin: 700px 0 0 0;
    padding: 0;
    text-align: center;
    width: 180px;
    float: left;
}

a#bbblink img {
    width: 160px;
}




#img_logo {
}

#div_main {
    position: relative;
}


#div_fullContent {
    width: 1170px;
    min-height: 580px;
    z-index: 100;
}

#div_mainBox {
    width: 965px;
    min-height: 580px;
    margin: 15px 15px 0 0;
    /*border:1pt solid black;*/
    float: right;
    position: relative;
}



#div_shareWishList {
    width: 50%;
    height: 120px;
    margin: 20px auto;
}



#div_adsBox {
    width: 168px;
    margin: 20px 0 0 15px;
    min-height: 580px;
    /*border:1pt solid black;*/
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
}


#div_share {
    display: block;
    left: -85px;
    position: absolute;
    top: 200px;
    background-clip: padding-box;
    background-color: white;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2);
    line-height: 16px;
    width: 60px;
    padding: 5px;
    text-align: center;
    min-height: 200px;
    font-size: 12px;
    z-index: 900;
}

    #div_share div {
        width: 50px;
        margin: auto;
    }


#UpdateProgress_AJAX {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
}

#div_coverLayer {
    background: #494949;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    /*margin: 200px auto;*/
    /*position:relative;*/

    position: absolute;
    text-align: center;
    /*
    width: 300px;
    height: 300px;
    */

    width: 100%;
    height: 100%;
    -moz-opacity: 0.9 !important;
    -webkit-opacity: 0.9 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.9 !important;
}



#div_loading {
    position: relative;
    top: 480px;
}

#div_ajaxCover {
    background: #494949;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    position: fixed;
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-opacity: 0.9 !important;
    -webkit-opacity: 0.9 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.9 !important;
}


#img_main {
    max-height: 200px;
    max-width: 220px;
}



#div_imgBox {
    width: 250px;
    min-height: 305px;
    height: auto;
    float: left;
    /*border: 1pt dotted #494949;*/
}

    #div_imgBox div:first-of-type {
        overflow: hidden;
        width: 220px;
        height: 220px;
        padding: 0;
        margin: 10px auto;
        text-align: center;
    }

#div_share_cart {
    width: 200px;
    min-height: 305px;
    height: auto;
    float: right;
}

#div_individualShare {
    background-color: #EAF3FE;
    border: 1pt solid #6DAEE1;
    height: auto;
    padding-left: 10px;
}

#sitemaps {
    display: none;
}

.div_sideBox h4 {
    display: block;
    background: #FF2C2C;
    color: white;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.div_sideBox hr {
    margin: 0 0 10px 0;
}

.NoteBtn, .linkBtn {
    color: red;
    border: 1pt solid #494949;
    padding: 5px;
    display: inline-block;
    margin: 5px;
}

.NoteBox {
    width: 800px;
    height: 150px;
    margin-top: 15px;
}

.red_icon {
    position: absolute;
    top: 0;
    right: 18px;
}


.blue_icon {
    position: absolute;
    top: 0;
    left: 18px;
}

.ConversationBoxLeft {
    display: inline-block;
    border: 2px solid blue;
    padding: 20px;
    border-radius: 15px;
    margin-top: 18px;
}

.ConversationBoxRight {
    display: inline-block;
    border: 2px solid red;
    padding: 20px;
    border-radius: 15px;
    margin-top: 18px;
}

.RecommendBox {
    width: 145px;
    height: 175px;
    margin: 0 0 0 20px;
    float: left;
    text-align: center;
}

    .RecommendBox:first-of-type {
        margin: 0 0 0 0;
    }

    .RecommendBox .ImgInRecommend {
        width: 145px;
        height: 120px;
        overflow: hidden;
    }

    .RecommendBox .DesInRecommend {
        width: 124px;
        height: 55px;
        overflow: hidden
    }

    .RecommendBox img {
        width: 124px;
    }

.floatUp {
    -webkit-animation: floatupAnimation;
    -webkit-transform: translate(0);
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation: floatupAnimation;
    -moz-transform: translateY(0);
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: 1;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: 1;
    -o-animation: floatupAnimation;
    -o-transform: translateY(0);
    animation: floatupAnimation;
    animation-duration: 1.5s;
    transform: translateY(0);
    animation-iteration-count: 1;
}

@keyframes floatupAnimation {
    from {
        transform: translateY(100px);
    }

    to {
        transform: translateY(0px);
    }
}

@-webkit-keyframes floatupAnimation {
    from {
        -webkit-transform: translateY(100px);
    }

    to {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes floatupAnimation {
    from {
        -moz-transform: translateY(100px);
    }

    to {
        -moz-transform: translateY(0px);
    }
}

@-o-keyframes floatupAnimation {
    from {
        -o-transform: translateY(100px);
    }

    to {
        -o-transform: translateY(0px);
    }
}

.selectedItem {
    background: url(/images/checked-icon.png) #EAF3FE right bottom no-repeat;
    width: 152px;
    margin: 2px 5px;
    border: 1px solid #00bdf6;
    color: white;
    height: 40px;
    text-align: center;
    vertical-align: central;
    display: table;
}

.notSelectedItem {
    color: #494949;
    border: 1px solid #494949;
    height: 40px;
    text-align: center;
    width: 152px;
    margin: 2px 5px;
    vertical-align: central;
    display: table;
}

    .selectedItem > a, .notSelectedItem > a {
        display: table-cell;
        vertical-align: middle;
    }

#div_cart {
    /*border:1pt dotted #494949 ;*/
    vertical-align: middle;
    height: auto;
}

#div_infoBox {
    width: 650px;
    min-height: 305px;
    height: auto;
    float: right;
    margin-right: 15px;
    /*border: 1pt dotted #494949;*/
}

#div_stockInfo {
    border: 1pt dotted #494949;
}

#div_relatedProducts {
    border: 1pt dotted #494949;
}

#LinkButton_wishlist {
    height: 52px;
    width: 200px;
    background: url(/images/add2favorite.jpg) no-repeat top left;
    display: block;
    margin-top: 20px;
}

#Link_ECC {
    height: 50px;
    width: 200px;
    font-size: 1.6em;
    margin-top: 5px;
}



#LinkButton_wishlist:hover {
    background: url(/images/add2favorite.jpg) no-repeat bottom left;
}





/*********Class Style**********************************************/


.pkg4_box {
    width: 180px;
    height: 200px;
}

    .pkg4_box img {
        border: 1px dotted #494949;
        width: 178px;
        max-height: 178px;
        margin-bottom: -4px;
    }

.pkg3 {
    width: 140px;
    height: 20px;
    background-color: #494949;
    line-height: 20px;
    color: white;
    float: left;
}

.pkg3_price {
    width: 120px;
    height: 20px;
    background-color: #ED1C24;
    line-height: 20px;
    color: white;
    float: right;
}

    .pkg3_price.specialOrder {
        background-color: #25408f;
    }

.pkg4 {
    width: 100px;
    height: 20px;
    background-color: #494949;
    line-height: 20px;
    color: white;
    float: left;
}

.pkg4_price {
    width: 80px;
    height: 20px;
    background-color: #ED1C24;
    line-height: 20px;
    color: white;
    float: right;
}


.tab_indent {
    margin-left: 25px;
}


.img_ShoppingCart {
    height: 100px;
    width: auto;
    max-width: 100px;
}

.DecorLink {
    color: blue;
    text-decoration: underline;
}

.span_stockInfo {
    width: 20%;
    vertical-align: central;
    text-align: center;
    height: 30px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}

.GrayTxt {
    color: #cecccd;
}

.BlackTxt {
    color: #494949;
}




.HRDivider {
    text-align: center;
    /*background:transparent url(/images/hrdivider.png); */ /*#494949;*/

    background: #4d82b1;
    color: white;
    height: 30px;
    line-height: 30px;
}

    .HRDivider a {
        color: white !important;
        text-decoration: underline;
    }

        .HRDivider a:hover {
            color: orangered !important;
        }


.div_sideBox {
    width: 178px;
    margin: 15px 0 0 5px;
    /*border:1pt solid black;*/
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
}

    .div_sideBox fieldset {
        text-align: left !important;
        margin-bottom: 20px;
    }

        .div_sideBox fieldset legend {
            color: #494949;
        }

.ShareBtns {
    margin: 5px auto 15px;
    width: 180px;
}

.AlertText {
    color: red;
}

.PageBtn {
    color: blue !important;
    background: white;
    width: 24px;
    border: 1pt solid #666;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
}

.ViewAllBtn {
    border: 1pt solid #666;
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
}

.CurPageBtn {
    color: Red;
    background: white;
    width: 24px;
    border: 1pt solid #666;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
}

.StockItemTemplate {
    background: transparent url(/images/StockBar.png) top left no-repeat;
}

.NonStockItemTemplate {
    background: transparent url(/images/SpecialOrderBar.png) top left no-repeat;
}

.TemplateGroupBox {
    /*width:786px;*/
    /*border-bottom:1px #595959 dotted;*/
    margin-bottom: 10px;
}

    .TemplateGroupBox:last-of-type {
        border-bottom: none !important;
        margin-bottom: 2px;
    }

.TemplateItemEIDSpan {
    color: midnightblue;
}

.TemplateItemBox {
    width: 190px;
    height: 300px;
    margin: 0;
    padding-top: 30px;
    display: inline-block;
    /*float:left;*/
    /*border-left:1px #595959 dotted;*/
    border: 1px #595959 solid;
    border-radius: 5px;
}
/*
    .TemplateItemBox:first-of-type
    {
        border-left:none!important;
    }
*/
.TemplateItemImgBox {
    margin: 10px 0 0 10px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    padding: 0;
}

.TemplateItemImage {
    margin: 0;
    max-width: 100px;
    max-height: 100px;
}

.ListViewItemDescriptionBox hr {
    margin: 0 !important;
}

.TemplateItemDetailLink {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    /*background-color: #494949;*/
    top: 30px;
    margin: auto;
    color: #2A6497; /*white;*/
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-top: 1pt solid #bbb;
}

.TemplateItemDescriptionHeader {
}

.TemplateItemDescriptionBox {
    overflow: hidden;
    width: 90%;
    margin: auto;
    height: 100px;
}

.td_vdivider {
    width: 10px;
    text-align: center;
    color: white;
}

.ClearFloat {
    clear: both;
    visibility: hidden;
}

.NoHeight {
    height: 0;
}

.img_followus {
    height: 35px;
}

.td_trigger_on {
    background: url("/css/skins/images/arrow_up.png") no-repeat 150px 12px;
}

.td_trigger_off {
    background: url("/css/skins/images/arrow_down.png") no-repeat 150px 12px;
}

.div_accordion {
    width: auto !important;
    position: relative;
}


.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}


.td_mainNavigateHeader {
    width: 125px;
    height: 50px;
}

.td_mainNavigate {
    width: 125px;
    height: 100px;
}

.CenterAlign {
    text-align: center;
}

.LeftAlign {
    text-align: left;
}

.RightAlign {
    text-align: right;
}

.ShowFloatingNote {
    display: block;
    position: fixed;
    width: 450px;
    top: 120px;
    padding: 10px 0;
    left: -420px;
    background-color: #ED1C24;
    background: linear-gradient(#ED1C24,#CD0000);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cd0000), to(#ED1c24));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ED1c24, #cd0000);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ED1c24, #cd0000);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ED1c24, #cd0000);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ED1c24, #cd0000);
    border: 1px dotted #494949;
}

    .ShowFloatingNote div {
        position: relative;
        width: 400px;
        margin: 10px auto;
        text-align: center;
    }

    .ShowFloatingNote #noteContent {
        background: white url(/images/menu/lined-white-paper.jpg) repeat-y top left;
        font-size: 17px !important;
    }


.DisplayNone {
    display: none;
}

.OneThird {
    width: 31.25% !important;
    margin: 0 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.OneHalf {
    width: 49.5% !important;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Spacing15px {
    height: 15px;
    visibility: hidden;
}

.Spacing30px {
    height: 30px;
    visibility: hidden;
}

.blackBox {
    background: rgb(89,89,89); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(89,89,89,1) 0, rgba(73,73,73,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0,rgba(89,89,89,1)), color-stop(100%,rgba(73,73,73,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(89,89,89,1) 0,rgba(73,73,73,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(89,89,89,1) 0,rgba(73,73,73,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(89,89,89,1) 0,rgba(73,73,73,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(89,89,89,1) 0,rgba(73,73,73,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#494949',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}


.BottomBar {
    background-color: #FBFBFB;
    padding: 0;
}

.GCard {
    background-color: #FAFAFA;
    margin-bottom: 15px;
    color: #494949;
    box-shadow: 0 5px 5px 1.5px #888888;
}



.BottomBar:hover {
    box-shadow: 0 10px 10px 3px #888888;
}

.BottomBar div {
    width: 90%;
    height: 100%;
    border: none;
    text-align: center;
    margin: 10px auto;
    color: #494949;
}

.BottomBar h3 {
    position: relative;
    margin-top: -30px;
    height: 30px;
    background: midnightblue;
    color: white;
    line-height: 30px;
}


#ProfileImg {
    height: 90px;
    width: 90px;
}

.Padding15px {
    padding: 15px;
}

.Padding1030px {
    padding: 10px 30px;
}

.Margin10px {
    margin: 0 10px;
}

.Margin15px {
    margin: 0 15px;
}

.Margin20px {
    margin: 0 20px;
}

.Margin40px {
    margin: 0 40px;
}

.Margin60px {
    margin: 0 60px;
}

.Shadow {
    box-shadow: 0 4px 4px 1.5px rgba(136,136,136,1);
    /*#888888*/

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.FloatBox {
    position: relative;
    float: left;
    width: 135px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.TextOverImgWht {
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 5px;
    text-align: left;
    position: absolute;
    background-image: url(/images/white-opacity-60.png);
}

.popup, .pop_iframe {
    /*for easy access only*/
}

.ThumbImg {
    width: 225px;
    height: 169px;
}

.ThumbImg_4 {
    width: 180px;
    height: 144px;
}

.BorderBox {
    border: 1px dotted #494949;
    margin-bottom: 5px;
}

.BrandBox {
    border: 1px dotted #494949;
    padding: 20px;
}

.WhiteWideBorder {
    border: 5px white solid;
    max-width: 275px;
}

.BrandBox a {
    color: inherit;
}

    .BrandBox a:hover {
        color: #ff4500;
    }

.FullWidth {
    width: 100%;
}

.vertical-text {
    border: 0 solid red;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
    font-size: 24px;
    text-shadow: 0 0 1px #333;
    color: White;
    font-weight: bold;
}

.div_outLink {
    background: #494949;
    background: rgba(49, 49, 49, 0.75);
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    transition: all 1.5s;
}

    .div_outLink a {
        color: white;
        transition: all 1.5s;
    }


    .div_outLink:hover {
        background: rgba(49, 49,49, 1);
        color: white;
    }

    .div_outLink a:hover {
        color: #ff0000;
    }

.div_partners {
    width: 150px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-align: center;
}


    .div_partners a img {
        max-height: 100px;
        max-width: 150px;
        margin-bottom: 15px;
    }

.TextIndent {
    text-indent: 25px;
}




.LogoBox {
    width: 133px;
    height: 75px;
    line-height: 75px;
    background-color: inherit;
    color: inherit;
    font-size: 21px !important;
    text-align: center;
}

.Float3Boxes {
    float: left;
    text-align: center;
    width: 33%;
    margin: 0;
    display: block;
}

.Float4Boxes {
    float: left;
    text-align: center;
    width: 25%;
    margin: 0 0 10px 0;
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}




.ListViewItemEIDSpan {
    color: midnightblue;
}

.ListViewItemBox {
    margin: 10px 0 0 0;
    height: 240px;
    display: inline-block;
}

.ListViewBorderBox {
    width: 227px;
    height: 240px;
    border: 1px #494949 solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ListViewItemImgBox {
    margin: 8px 0 0 8px;
    height: 100px;
    width: 200px;
    overflow: hidden;
    padding: 0;
}

    .ListViewItemImgBox > a {
        display: inline-block;
        height: 100px;
        max-width: 180px;
        overflow: hidden;
    }

.ListViewItemImage {
    margin: 0 5px;
    max-height: 100px;
    max-width: 180px;
}

.ListViewItemDetailLink {
    display: block;
    position: relative;
    width: 186px;
    height: 30px;
    /*background-color: #3F60B1;*/
    top: -30px;
    margin: auto;
    color: #3F60B1 !important; /*white;*/
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-top: 1px #595959 dashed;
}

.ListViewItemDescriptionHeader {
    font-weight: lighter;
    font-size: 0.9em;
}

.ListViewItemDescriptionBox {
    overflow: hidden;
    width: 96%;
    margin: auto;
    height: 98px;
}



#div_bar table {
    width: 1170px;
    text-align: center;
}

    #div_bar table td {
        vertical-align: central;
    }

        #div_bar table td:nth-child(2n+1) {
            width: 12.5%;
        }

#div_bar_box {
    width: 100%;
}




nav#div_bar {
    color: white;
    margin: 0 auto 0 auto;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    background: #494949;
    padding: 0 15px;
}

    nav#div_bar > ul > li:not(:last-child)::after {
    }

#fgblinker {
    color: red;
    animation: blinker 4s linear infinite;
}



ul[role="menubar"] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    line-height: 30px;
}

    ul[role="menubar"] > li > a {
        display: block;
        text-align: center;
        padding: 0 5px;
    }

    ul[role="menubar"] [role="menuitem"],
    ul[role="menubar"] [role="separator"] {
        background: #494949;
        color: white;
    }

    ul[role="menubar"] [role="separator"] {
        background-image: url('/images/separator.png');
        background-position: center;
        background-repeat: repeat-x;
    }

        ul[role="menubar"] [role="menuitem"]:focus,
        ul[role="menubar"] [role="menuitem"]:hover,
        ul[role="menubar"] [role="separator"]:focus,
        ul[role="menubar"] [role="separator"]:hover {
            background-color: #eee;
            color: #333;
        }

    ul[role="menubar"] a[role="menuitem"] {
        text-decoration: none;
        color: white;
    }

    ul[role="menubar"] li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ul[role="menubar"] > li {
        display: inline;
        position: relative;
    }

        ul[role="menubar"] > li > a::after {
            /*content: url('/images/down-arrow.png');*/
            /*padding-left: 2em;*/
        }


    ul[role="menubar"] ul[role="menu"] {
        display: none;
        position: absolute;
        top: 0;
        left: -25px;
        margin-left: -1px;
        padding: 0;
        text-align: left;
        min-width: 190px;
    }

        ul[role="menubar"] ul[role="menu"] li a {
            display: block;
            padding: 5px 0 5px 10px;
        }

            ul[role="menubar"] ul[role="menu"] li a i,
            ul[role="menubar"] ul[role="menu"] li a span {
                float: right;
                margin-right: 3px;
            }


        ul[role="menubar"] ul[role="menu"] a[aria-haspopup="true"]::after {
            /*content: url('../images/right-arrow-brown.png');*/
            /*padding-left: 2em;*/
        }



/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    nav#div_bar {
        width: 1190px;
        height: 30px;
        background: url('/css/skins/images/nav-bg-1170.png') top left no-repeat;
    }

    .dropdown-menu li {
        position: relative;
    }

    li.dropdown-submenu {
        position: relative;
    }






    .navbar {
        min-height: 30px;
        border: none;
    }
}
/* ============ end desktop view ============ */



#requestsList {
    border: 1pt dotted #494949;
}

    #requestsList h3 {
        margin: 0;
    }

    #requestsList table {
        padding: 0;
        border-collapse: collapse;
    }

        #requestsList table tr td {
            border-bottom: 1pt solid #494949;
            margin: 0;
        }

        #requestsList table tr:nth-child(2n) td {
            background: #f0f0f0;
        }

.noDock {
    position: relative;
}

.dock {
    position: fixed;
}


.noDock #div_bar {
    background: url('/css/skins/images/nav-bg-1170.png') top right no-repeat;
}

.dock #div_bar {
    background: url('/css/skins/images/nav-bg-clearbg-1170.png') top left no-repeat;
}




/*fbx*/

#fbx-content {
    padding: 0;
    outline: none;
    position: relative;
    border: 0 solid #fff;
}

#fbx-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fbx-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
}

#fbx-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/css/images/fancybox/fancybox-x.png');
}

#fbx-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/css/images/fancybox/fancybox.png');
    background-position: -40px -162px;
}

#fbx-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/css/images/fancybox/fancybox-y.png');
    background-position: -20px 0;
}

#fbx-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/css/images/fancybox/fancybox.png');
    background-position: -40px -182px;
}

#fbx-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/css/images/fancybox/fancybox-x.png');
    background-position: 0 -20px;
}

#fbx-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/css/images/fancybox/fancybox.png');
    background-position: -40px -142px;
}

#fbx-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/css/images/fancybox/fancybox-y.png');
}

#fbx-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/css/images/fancybox/fancybox.png');
    background-position: -40px -122px;
}

#fbx-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('/css/images/fancybox/fancy_close_r.png');
    cursor: pointer;
    /*z-index: 1103;*/
    display: none;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0;
        padding: 10px 12px;
        pointer-events: none;
    }

/*fbx*/
@-webkit-keyframes argh-my-eyes {
    0% {
        background-color: #fff;
    }

    49% {
        background-color: #fff;
    }

    50% {
        background-color: #ffff99;
    }

    99% {
        background-color: #ffff99;
    }

    100% {
        background-color: #fff;
    }
}

@-moz-keyframes argh-my-eyes {
    0% {
        background-color: #fff;
    }

    49% {
        background-color: #fff;
    }

    50% {
        background-color: #ffff99;
    }

    99% {
        background-color: #ffff99;
    }

    100% {
        background-color: #fff;
    }
}

@keyframes argh-my-eyes {
    0% {
        background-color: #fff;
    }

    49% {
        background-color: #fff;
    }

    50% {
        background-color: #ffff99;
    }

    99% {
        background-color: #ffff99;
    }

    100% {
        background-color: #fff;
    }
}

.blink {
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}



.fgblink {
    color: red !important;
    animation: blinker 3s linear infinite;
}

a.blink {
    color: blue;
    animation: blinker 1.5s linear infinite;
}


.bgBlink {
    animation: bgblinker 6s linear infinite;
}



    .bgBlink:nth-child(even) {
        animation-delay: 3s;
    }

@keyframes bgblinker {
    50% {
        background-color: #777;
    }
}


@keyframes blinker {
    50% {
        color: #fff;
    }
}


.responsive-text {
    font-size: 1em;
}

@media screen and (min-width: 601px) {
    .responsive-text {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 600px) {
    .responsive-text {
        font-size: 0.7em;
    }
}


.disabled-link {
    pointer-events: none;
    color: #999;
    text-decoration: none;
    cursor: default;
}
