﻿body {
    background: #FFF;
}

input[type="text"], input[type="password"] {
    padding: 3px;
}

select {
    padding: 2px;
    border: 1px solid gray;
}

a:link {
    text-decoration: none;
    color: #0066b2;
}

a:visited {
    text-decoration: none;
    color: #0066b2;
}

a:hover {
    text-decoration: none;
    color: #0091FB;
}

a:active {
    text-decoration: none;
    color: #0066b2;
}

table {
    font-size: 11px;
}

    table td {
        padding: 5px;
    }

h1, h2, h3, h4, h5, h6 {
    color: #0097f1;
    margin: 5px;
}

h1 {
    font-size: 19px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 17px;
    padding: 0 0 5px 0;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5, h6 {
    font-size: 14px;
}

.body {
    margin-top: 0;
}

.polje {
}

.centralBodyDiv {
    padding-top: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
}

.userBox {
    display: none;
}


#contentMain {
    margin-top: 5px;
    width: 100%;
}

.imgPreloader {
    width: 36px;
    height: 36px;
    background-color: white;
    z-index: 1000;
    position: absolute;
}

    .imgPreloader img {
        display: block;
      //  margin: 121px auto;
        vertical-align: middle;
    }

/* ------------------ MAIN MENU -------------------*/
/* source: http://cssmenumaker.com/builder/557193 */


.cartControl {
    display: block;
}

#cssmenu {
    display: none;
}

.show {
    float: right;
    border-right: solid 1px black;
    padding-right: 10px;
    margin: 10px;
    cursor: pointer;
}

.hide {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.wishlist {
    cursor: pointer;
    color: dodgerblue;
}

.wishlistM {
    cursor: pointer;
    color: dodgerblue;
}

/* ----------------------------------------------- */

/* ---------------- BREADCRUMBS ------------------ */
/* source: http://www.red-team-design.com/wp-content/uploads/2012/01/css3-breadcrumbs-demo.html */
.breadcrumbWrapper {
    display: none;
}
/* ----------------------------------------------- */

#divHeadCartInfo {
    display: none;
}

#divHeadCartInfoMob {
    border: 1px solid rgba(0,0,0,.2);
    padding: 1%;
    background-color: #f5f5f5;
    height: 40px;
    width: 96%;
    font-size: 11px;
    margin: 1%;
}

    #divHeadCartInfoMob .divTableCell-r-b {
        color: #666677;
    }

    #divHeadCartInfoMob .divTableCell-r {
        color: #666677;
    }

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
}

.divTableCell-r-b {
    display: table-cell;
    text-align: right;
    font-weight: bold;
    padding: 3px;
}

.divTableCell-r {
    display: table-cell;
    text-align: right;
}

/* ----------------- Products list --------------- */
/* source: http://www.red-team-design.com/practical-css3-tables-with-rounded-corners */
.bordered {
    font-size: 11px;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    width: 100%;
}

    .bordered th, .bordered td {
        padding: 5px;
    }

    .bordered a {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

    .bordered th {
        text-shadow: 0 1px 1px #095190;
        color: #fff;
        background: #6ba718 url('Image/hdr.gif') repeat-x;
        text-align: left;
    }

    .bordered tfoot td {
        text-shadow: 0 1px 1px #095190;
        color: #fff;
        background: #6ba718 url('Image/hdr.gif') repeat-x;
    }

    .bordered th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }

    .bordered th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }

    .bordered th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bordered tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.highlight {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.alternate {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

#productCategoryList {
    float: left;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
}

#productsList, #helpContent {
    text-align: left;
    float: left;
    width: 100%;
}

#helpContent {
    line-height: normal;
}

    #helpContent ul {
        margin-left: 15px !important;
        padding-left: 15px !important;
        list-style: disc;
    }

    #productsList h3, #helpContent h3 {
        color: #FFF;
        background: #717c88;
        border: 1px solid #8F9BA7;
        padding: 5px 10px;
        margin: 0px;
    }

table input.quantity_list {
    width: 30px;
    float: right;
    margin: 5px 4px 5px 0;
    padding: 4px;
}

td .basketsmall {
    cursor: pointer;
    padding: 0px;
    background: url("Image/cart-trans.png") no-repeat;
    padding-bottom: 8px;
    height: 25px;
    width: 32px;
    float: right;
}

td .basketsmallM {
    cursor: pointer;
    padding: 0px;
    background: url("Image/cart-trans.png") no-repeat;
    padding-bottom: 8px;
    height: 25px;
    width: 32px;
    float: right;
}

.basketsmall .quantityincart {
    position: relative;
    width: 30px;
    top: 8px;
    left: -3px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.basketsmallM .quantityincart {
    position: relative;
    width: 30px;
    top: 8px;
    left: -3px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.clear {
    clear: both;
}

.gridImg {
    position: relative;
}


.actionImg {
    position: absolute;
    top: -5px;
    left: -5px;
}

.tdNewMarker {
    position: relative;
    width: 100%;
    height: 39px;
}

    .tdNewMarker img {
        position: absolute;
        top: -7px;
        right: 0;
        height: 17px;
        width: 64px;
    }

    .tdNewMarker a {
        position: absolute;
        top: 10px;
        left: 0px;
    }

.searchTable {
    width: 100%;
    border-bottom: solid 1px #5A9BDC !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.searchTableM {
    width: 100%;
    border-bottom: solid 1px #5A9BDC !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.productImg {
    margin: 0 auto;
    border: 1px solid #c8d3de;
    width: 200px;
    height: 200px;
}


/* ----------------------------------------------- */

/* ------------PRODUCT CATEGORIES MENU------------ */

#accordion ul, a.filterLink {
    font-size: 11px;
}

a.filterLink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1.2em;
}

    a.filterLink:hover {
        color: #0097F1;
        font-weight: bold;
        text-decoration: none;
        padding-left: 1.2em;
    }

    a.filterLink.selected {
        color: #FF9900;
        font-weight: bold;
        text-decoration: none;
        background: transparent url(Image/arrowright_a.png) no-repeat;
        padding-left: 1.2em;
        background-position: left center;
    }


ul#productcategories {
    padding: 0;
    margin: 0;
    color: #000;
}

    ul#productcategories li {
        list-style: none;
        padding: 5px 15px;
    }

        ul#productcategories li.top {
            background: transparent url(Image/arrowright.png) no-repeat scroll 5px 8px;
            font-weight: bold;
        }


        ul#productcategories li.none {
            background: none !important;
        }

        ul#productcategories li a:hover {
            color: #0097f1;
        }

        ul#productcategories li.selected {
            background: transparent url(Image/arrowdown.png) no-repeat scroll 5px 10px !important;
            color: #FF9900 !important;
        }

#productcategories a.selected {
    color: #FF9900;
}

/* second level */
ul#productcategories li ul {
    padding: 0;
    margin: 0;
}

    ul#productcategories li ul li {
        border: none;
        padding: 4px 10px;
        font-weight: normal;
    }

        ul#productcategories li ul li.middle {
            background: transparent url(Image/arrowright.png) no-repeat scroll 0px 5px;
        }

        ul#productcategories li ul li.selected {
            background: transparent url(Image/arrowdown.png) no-repeat scroll 0px 5px !important;
            color: #FF9900;
        }

        ul#productcategories li ul li.none {
            background: none !important;
        }

        /* third level */
        ul#productcategories li ul li ul {
            padding: 0;
            margin: 0;
            padding: 2px 0;
        }

            ul#productcategories li ul li ul li {
                background: transparent url(Image/arrowrightlight.png) no-repeat scroll 0px 5px;
            }

                ul#productcategories li ul li ul li.selected {
                    background: transparent url(Image/arrowdown.png) no-repeat scroll 0px 5px !important;
                    color: #FF9900;
                }


ul#productcategories a {
    text-decoration: none;
    display: block;
    padding-left: 5px;
}

/* ----------------------------------------------- */
/* --------------------- Pager --------------------*/
div .pager {
    padding-top: 20px;
    float: right;
}

    div .pager ul {
        height: 40px;
        left: 0;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 0;
    }

    div .pager li {
        background: transparent url(Image/paging_back.png) no-repeat scroll 0 0;
        float: left;
        height: 30px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        position: relative;
        width: 32px;
        padding: 0px 2px;
    }

    div .pager span {
        color: #000;
        display: block;
        font-size: 9pt;
        font-weight: bold;
        left: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 5px;
        width: 31px;
        font-size: 11px;
    }

    div .pager a {
        color: #878787;
        display: block;
        font-size: 9pt;
        left: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 5px;
        width: 31px;
        font-family: Tahoma, Verdana, Arial;
        font-size: 11px;
    }

        div .pager a:hover {
            color: #0097f1;
            font-weight: bold;
        }
/* ----------------------------------------------- */
/* -------------------- Dialog --------------------*/
.overflow {
    height: 260px;
    overflow: auto;
}

.dlg {
}

.dialog_head {
    height: 25px;
    border-bottom: solid 1px #5A9BDC;
    padding: 3px 3px;
}

    .dialog_head a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

#prevID, #nextID {
    display: inline;
}

    #prevID img, #nextID img {
        border: 0;
        margin: 3px;
    }

.topBorder {
    border-top: solid 1px #5A9BDC !important;
}

.bottomBorder {
    border-bottom: solid 1px #5A9BDC !important;
    padding: 5px;
}

.leftText {
    text-align: left;
}

.rightText {
    text-align: right;
}

.with100 {
    width: 100%;
}

/* ----------------------------------------------- */

/* ------------------ Item details --------------- */

#finance_table {
    text-align: right;
    margin: 5px 0 15px 0;
    float: left;
    border: 0;
}

    #finance_table .quantity_column {
        text-align: left;
    }

#item_details #order {
    float: right;
    margin-top: -17px;
}

#productQuantity {
    width: 40px;
    margin: 0 5px 0 5px;
}

input.quantity {
    width: 30px;
    margin: 5px 2px;
    text-align: center;
}

.searchResultCount {
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

.imgAddToWishList {
    border: none;
}

#items_prices_table {
    text-align: right;
    margin: 5px 0 15px 0;
    width: 180px;
    float: left;
    border: 0;
}

    #items_prices_table .quantity_column {
        text-align: left;
    }

.stockPlus {
    background: url("Image/tick.png") no-repeat center center;
    height: 16px;
}

.stockMinus {
    background: url("Image/no.png") no-repeat center center;
    height: 16px;
}

.checkOut,
.checkOutRight,
.checkOutTotal,
.checkOutTotalRight {
    border-top: solid 1px #5A9BDC !important;
    vertical-align: top;
}

.checkOutRight {
    text-align: right;
}

.checkOutTotal,
.checkOutTotalRight {
    border-bottom-style: double;
    border-bottom-color: #5A9BDC;
}

.checkOutTotalRight {
    text-align: right;
}

.closeDate {
    font-weight: bold;
    color: Red;
}

.right {
    text-align: right !important;
}

/* ----------------------------------------------- */

.pageBox {
    width: 100%;
    border: 1px solid #4799F7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .pageBox .pageBoxTitle {
        text-align: center;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 1.2em;
        border-bottom: 1px solid #4799F7;
        text-shadow: 0 1px 1px #095190;
        color: #fff;
        background: #6ba718 url('Image/hdr.gif') repeat-x;
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .pageBox .pageBoxBody {
        padding: 5px;
    }

.waitImg {
    display: block;
    margin: auto;
    text-align: center;
}

#hLoaderCached {
    display: none;
}

.blockedCustomer, .blockedCustomer td {
    background: none repeat scroll 0 0 #F75D59 !important;
}


/* ------------------ MOBILE MENU START -------------------*/


.menu-btn {
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 6px;
}


    .menu-btn div {
        position: absolute;
        left: 20px;
        top: 120px;
        padding-right: 8px;
        margin-top: -0.50em;
        line-height: 1.2;
        font-size: 18px;
        vertical-align: middle;
    }

    .menu-btn span {
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: rgb(0,0,0);
    }

.responsive-menu {
    display: none;
    position: absolute;
    top: 83px;
    font-size: 18px;
    border-bottom: #EDEDED solid 1px;
    border-left: #EDEDED solid 1px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    border-top: #EDEDED solid 1px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 99999;
}

    .responsive-menu li {
        background: #fff;
        float: none;
        line-height: 55px;
        text-align: left;
        border-bottom: #EDEDED solid 1px;
        position: relative;
        padding: 0;
        z-index: 99999;
    }

        .responsive-menu li a {
            padding-left: 10px;
        }

.expand {
    display: block !important;
}


.open-menu-link {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
}

li .sub-menu {
    display: none;
}

.sub-menu li {
    border-bottom: none;
    line-height: 35px;
}

    .sub-menu li a {
        color: #5A9BDC;
        font-size: 15px;
        padding-left: 20px;
    }

.visible {
    display: block !important;
}

.header .menu a {
    color: #989DA1;
    text-decoration: none;
    text-transform: uppercase;
}

/*------------ICON MENU ------------------------------------*/

.responsive-menu-user, .responsive-menu-cart, .responsive-menu-lupa {
    display: none;
    position: absolute;
    top: 120px;
    font-size: 18px;
    border-bottom: #EDEDED solid 1px;
    border-left: #EDEDED solid 1px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    box-shadow: 0px 2px 2px 0px rgba(245,245,245,1);
    border-top: #EDEDED solid 1px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 99999;
    padding: 2%;
    font: 15px;
}

    /* --------------- Simple Search Box ICONS-------------- */

    .responsive-menu-lupa input {
        margin-right: 5px;
        float: left;
        width: 96%;
        margin-bottom: 10px;
    }

    .responsive-menu-lupa button {
        border: 0 none;
        background: transparent url('Image/qSearch.png') no-repeat;
        width: 24px;
        height: 24px;
        padding: 0;
        cursor: pointer;
        float: right;
        margin-right: 8px;
    }

/* ----------------------------------------------- */


/* ------------------ MOBILE MENU END -------------------*/
.headerICon {
    position: absolute;
    top: 30px;
    right: 5px;
    height: 22px;
}

    .headerICon div {
        display: inline;
    }

    .headerICon img {
        margin-left: 8px;
        margin-right: 8px;
    }

.languageTop {
    display: block;
    text-align: right;
    padding-right: 10px;
}

    .languageTop img {
        margin-left: 20px;
        vertical-align: middle;
    }

.iconFooter {
    border-top: 1px solid #d5d5d5;
    text-align: right;
    padding: 10px;
    margin-top: 10px;
    background-color: #f6f6f6;
}



.itemDialog {
    width: 100%;
    float: left;
}

.photoDialog {
    width: 100%;
    float: left;
}

    .photoDialog div {
        text-align: center;
    }

.osnovniPodaciUser {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contactPodaciUser {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}


#productsTableMob {
}

#productsTable {
    display: none;
}

#cartlist {
    display: none;
}

#cartlistMob {
}

#quickShopM {
}

#quickShop {
    display: none;
}



#helpContent img {
    width: 99%;
}

.buttonCart {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #2194DC;
    height: 30px;
}

    .buttonCart button {
        width: 100%;
    }

    .buttonCart div {
        width: 100%;
    }

.checkOutLeft a span {
    width: 100%;
    margin-bottom: 5px;
}

.checkOutRight div button {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.blockMsg {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #000;
    border: 3px solid #aaa;
    background-color: #fff;
    left: 364px;
}

.menu-cart {
    position: relative;
}

.menuDrop li {
    font-size: 12px;
    margin: 5px;
}

.salesHeader {
    width: 100%;
    margin-bottom: 10px;
}

.cartCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background: Red;
    color: white;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 30px;
    width: 11px;
    height: 11px;
    padding: 4px;
    font-size: 10px;
}

.dashPie {
    width: 100%;
    float:left;
}

.dashBar {
    width: 100%;
    float:left;
}

@media only screen and (min-width: 769px) {

    .dashPie {
        float: left;
        width: 40%;
    }
    .dashBar {
        width: 60%;
        float: left;
    }
    #helpContent img {
   width: inherit;
}

    .cartControl {
        display: none;
    }

    .centralBodyDiv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .osnovniPodaciUser {
        width: 55%;
        float: left;
    }

    .contactPodaciUser {
        width: 40%;
        float: right;
        margin-left: 2%;
    }

    .itemDialog {
        width: 69%;
        float: left;
        margin-right: 1%;
    }

    .photoDialog {
        width: 30%;
        float: right;
    }

    .languageTop {
        display: none;
    }

    .headerICon {
        display: none;
    }




    /* ------------------ MAIN MENU -------------------*/
    /* source: http://cssmenumaker.com/builder/557193 */
    #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a {
        margin: 0;
        padding: 0;
        position: relative;
    }

    #cssmenu {
        display: block;
        height: 35px;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        background: #141414 url('Image/csMenuBg.png') 100% 100%;
        border-bottom: 2px solid #0fa1e0;
    }

        #cssmenu:after,
        #cssmenu ul:after {
            content: '';
            display: block;
            clear: both;
        }

        #cssmenu a {
            background: #141414;
            background: #141414 url('Image/csMenuBg.png') 100% 100%;
            color: #ffffff;
            display: inline-block;
            font-size: 12px;
            line-height: 35px;
            padding: 0 20px;
            text-decoration: none;
            font-weight: bold;
        }


        #cssmenu ul {
            list-style: none;
        }

        #cssmenu > ul {
            float: left;
        }

            #cssmenu > ul > li {
                float: left;
                border-right: 1px solid #0FA1E0;
            }

                #cssmenu > ul > li:hover:after, #cssmenu .currentNode:after {
                    content: '';
                    display: block;
                    width: 0;
                    height: 0;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 10px solid #0fa1e0;
                    margin-left: -10px;
                }

                #cssmenu > ul > li:first-child > a {
                    border-radius: 5px 0 0 0;
                    -moz-border-radius: 5px 0 0 0;
                    -webkit-border-radius: 5px 0 0 0;
                }

                #cssmenu > ul > li:last-child > a {
                    border-radius: 0 5px 0 0;
                    -moz-border-radius: 0 5px 0 0;
                    -webkit-border-radius: 0 5px 0 0;
                }

                #cssmenu > ul > li.active > a {
                    box-shadow: inset 0 0 3px #000000;
                    -moz-box-shadow: inset 0 0 3px #000000;
                    -webkit-box-shadow: inset 0 0 3px #000000;
                    background: #141414 url('Image/csMenuHover.png') 100% 100%;
                }

                #cssmenu > ul > li:hover > a, #cssmenu .currentNode > a {
                    background: #070707;
                    background: #141414 url('Image/csMenuHover.png') 100% 100%;
                    box-shadow: inset 0 0 3px #000000;
                    -moz-box-shadow: inset 0 0 3px #000000;
                    -webkit-box-shadow: inset 0 0 3px #000000;
                }

        #cssmenu .has-sub {
            z-index: 10;
        }

            #cssmenu .has-sub:hover > ul {
                display: block;
            }

            #cssmenu .has-sub ul {
                display: none;
                position: absolute;
                width: 200px;
                top: 100%;
                left: 0;
            }

                #cssmenu .has-sub ul li {
                    *margin-bottom: -1px;
                }

                    #cssmenu .has-sub ul li a {
                        background: #0fa1e0;
                        border-bottom: 1px dotted #6fc7ec;
                        filter: none;
                        font-size: 11px;
                        display: block;
                        line-height: 120%;
                        padding: 10px;
                    }

                    #cssmenu .has-sub ul li:hover a {
                        background: #0c7fb0;
                    }

            #cssmenu .has-sub .has-sub:hover > ul {
                display: block;
            }

            #cssmenu .has-sub .has-sub ul {
                display: none;
                position: absolute;
                left: 100%;
                top: 0;
            }

                #cssmenu .has-sub .has-sub ul li a {
                    background: #0c7fb0;
                    border-bottom: 1px dotted #6db2d0;
                }

                    #cssmenu .has-sub .has-sub ul li a:hover {
                        background: #095c80;
                    }

    /* ----------------------------------------------- */
    /* ---------------- BREADCRUMBS ------------------ */
    /* source: http://www.red-team-design.com/wp-content/uploads/2012/01/css3-breadcrumbs-demo.html */
    ul {
        margin: 0;
        padding: 0;
    }

    .breadcrumbWrapper {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 5px;
        position: relative;
    }

    .breadcrumb {
        background: #eee;
        border-width: 1px;
        border-style: solid;
        border-color: #f5f5f5 #e5e5e5 #ccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
        overflow: hidden;
    }

        .breadcrumb li {
            float: left;
        }

        .breadcrumb a {
            padding: 10px 13px 10px 20px;
            float: left;
            text-decoration: none;
            color: #444;
            position: relative;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
            background-color: #ddd;
            background-image: linear-gradient(to right, #f5f5f5, #ddd);
        }

        .breadcrumb li:first-child a {
            padding-left: 10px;
            border-radius: 5px 0 0 5px;
        }

        .breadcrumb a:hover {
            background: #fff;
        }

        .breadcrumb a::after, .breadcrumb a::before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -17px;
            border-top: 17px solid transparent;
            border-bottom: 17px solid transparent;
            border-left: 10px solid;
            right: -10px;
        }

        .breadcrumb a::after {
            z-index: 2;
            border-left-color: #ddd;
        }

        .breadcrumb a::before {
            border-left-color: #ccc;
            right: -11px;
            z-index: 1;
        }

        .breadcrumb a:hover::after {
            border-left-color: #fff;
        }

        .breadcrumb .current, .breadcrumb .current:hover {
            font-weight: bold;
        }

    /* ----------------------------------------------- */
    /* --------------- Simple Search Box-------------- */

    .miniSearchWrapper {
        width: 400px;
        text-align: right;
        z-index: 4;
        position: absolute;
        right: 8px;
        top: 4px;
        height: 25px;
    }

        .miniSearchWrapper input {
            margin-right: 5px;
            float: left;
        }

        .miniSearchWrapper button {
            border: 0 none;
            background: transparent url('Image/qSearch.png') no-repeat;
            width: 24px;
            height: 24px;
            padding: 0;
            cursor: pointer;
        }

            .miniSearchWrapper button:hover {
                background: transparent url('Image/qSearchHover.png') no-repeat;
            }


    /* ----------------------------------------------- */



    /* ------------------ MOBILE MENU START -------------------*/


    .menu-btn {
        display: none;
    }

    /* ----------------------------------------------- */

    #divHeadCartInfoMob {
        display: none;
    }


    #divHeadCartInfo {
        display: block;
        /*width: 480px;*/
        height: 55px;
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 11px;
    }

        #divHeadCartInfo .divTableCell-r-b {
            color: #666677;
        }

        #divHeadCartInfo .divTableCell-r {
            color: #666677;
        }

    #productCategoryList {
        width: 190px;
        vertical-align: top;
        float: left;
        width: 18%;
        vertical-align: top;
        padding-right: 2%;
    }

    #productsList, #helpContent {
        text-align: left;
        width: 80%;
        float: left;
    }

    .userBox {
        display: block;
        font-size: 1em;
        text-align: right;
        color: #095794;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

        .userBox a:link {
            color: #095794;
            text-decoration: underline;
        }

        .userBox a:visited {
            color: #095794;
            text-decoration: underline;
        }

        .userBox a:hover {
            color: #095794;
            text-decoration: none;
        }

    #productsTableMob {
        display: none;
    }

    #productsTable {
        display: inline-table;
    }

    #cartlist {
        display: table;
    }

    #cartlistMob {
        display: none;
    }

    #quickShopM {
        display: none;
    }

    #quickShop {
        display: block;
    }

    .cartButton {
        float: right;
        width: 200px;
        margin-top: 25px;
    }

    .cartButtonleft {
        float: left;
        width: 200px;
        margin-top: 25px;
    }

    .cartButtonChc {
        float: right;
        margin-top: 25px;
    }

    .cartButtonleftChc {
        float: left;
        margin-top: 25px;
    }


    .blockMsg {
        left: 50%;
        max-width: 700px;
    }

    .searchTableM {
        width: 50%;
    }

    .salesHeader {
        width: 48%;
        margin: 1%;
    }
}
