
html, body, td, div {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

body {
    overflow-x: hidden;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    font-size: 14px;
}

a:hover {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    font-size: 14px;
}

a:visited {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    font-size: 14px;
}

@media (max-width: 480px) {
    .col-xxs {
        display: block;
        float: none;
        width: 100%;
    }
}

h1 {
    color: #000000;
    font-size: 26px;
}

h2 {
    color: #000000;
    font-size: 22px;
}

h3 {
    color: #000000;
    font-size: 16px;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 5px;
}

.result-path, .Rank {
    display: none;
}





.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}







div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

div.ContextMenu a {
    display: block;
    background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
    font-weight: normal;
    font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
    color: #00356A;
    text-decoration: none;
    padding: 4px 5px;
}

div.ContextMenu a:hover {
    background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
    font-weight: normal;
    font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
    color: #00509F;
    color: #000000;
    text-decoration: none;
}

div.ContextMenu a.ajax {
    display: block;
    background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
    font-weight: normal;
    font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
    color: #00356A;
    text-decoration: none;
    padding: 4px 5px;
}

div.ContextMenu a.ajax:hover {
    display: block;
    background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
    font-weight: normal;
    font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
    color: #00356A;
    text-decoration: none;
    padding: 4px 5px;
}


.formPane {
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    font-family: Tahoma;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 0px;
}

textarea.formpane {
    height: auto;
    line-height: initial;
    min-height: 80px;
}

textarea {
    height: auto;
    line-height: initial;
    min-height: 80px;
}



.MessagePanelControl {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}


.path-container {
    min-height: 40px;
    background: url(skn/menu2.jpg) repeat;
    line-height: 40px;
    color: #000000;
    border-bottom: 2px solid #ffffff;
}

.path-container .row {
    padding-left: 40px;
}

.path-container a {
    line-height: 40px;
    color: #000000;
}

.path-container a:hover {
    line-height: 40px;
    color: #000000;
}




table td {
    padding: 3px;
}


.form-control {
    border-radius: 0px;
}





.overflow {
    overflow: hidden;
}

.copyright {
    font-family: Helvetica, Century Gothic, Arial;
    font-size: 18px;
    color: #575755;
    font-weight: 300;
}

.about {
    text-align: center;
}

.AboutElsewhere {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.bottom-menu {
    text-align: right;
}



.gallery_title {
    color: #000000;
    font-size: 15px;
    font-family: Helvetica, Century Gothic, Arial;
}

.gallery_description {
    font-size: 13px;
    color: #656464;
    font-family: Helvetica, Century Gothic, Arial;
}




.banners img {
    width: 100%;
    margin-bottom: 20px;
}

.banner1 {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .banners {
        margin-top: 10px;
    }
}

.active-path a {
    color: #3c3c3c;
    font-size: 13px;
}

.active-path a:hover {
    color: #3c3c3c;
    font-size: 13px;
}



.content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}



.btn-primary {
    color: #ffffff;
    background-color: #F06DE1;
    border-color: #F06DE1;
    border-radius: 17px;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    border-radius: 17px;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    border-radius: 17px;
    font-size: 14px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    color: #ffffff;
    background-color: #F06DE1;
    border-color: #F06DE1;
    border-radius: 17px;
    font-size: 14px;
}
#BalloonLayer img {
    display:inline-block;
}


/* -------------------------------------- */




/* -------------------------------------- */

.splitter_active {
    color: #F06810;
    font-size: 18px;
}

.cart-action {
    text-align: center;
    color: #000000;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-title {
    color: #ffffff;
    font-family: 'Trebuchet MS';
    font-size: 32px;
    padding-bottom: 10px;
}




.formPaneOptions option {
    color: #000000;
}

select.formPaneOptions {
    width: 100%;
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    font-family: Tahoma;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 0px;
}

.alt {
    background: #ededed;
}

.alt td, .alt2 td {
    padding: 2px;
}

th {
    background: #cccccc;
    font-weight: 500;
    padding: 2px;
}

th br {
    display: none;
}

th img {
    display: none;
}

.alt {
    background: #ededed;
}

th img {
    display: none;
}

th {
    white-space: nowrap;
}


.box-title {
    font-size: 20px;
    color: #000000;
}




.tile {
    height: 390px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.tile:hover {
    border: 3px solid #F06DE1;
}

.tile_thumbnail {
    display: inline-block;
}

.tile_title {
    color: #000000;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.tile_title a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.tile_title a:hover {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.tile_title a:visited {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.tile_description {
    font-size: 12px;
    color: #7e7979;
    font-weight: 400;
    text-align: center;
	height: 39px;
}

.tile_description p {
    font-size: 12px;
    color: #7e7979;
    font-weight: 400;
    text-align: center;
}

.tile_button {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.tile_button .btn-primary {
    color: #ffffff;
    background-color: #F06DE1;
    border-color: #F06DE1;
    border-radius: 17px;
    font-size: 14px;
}

.tile_button .btn-primary:hover, .tile_button .btn-primary:focus, .tile_button .btn-primary:active, .tile_button .btn-primary.active, .tile_button .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    border-radius: 17px;
    font-size: 14px;
}

.tile_button .btn-primary:hover, .tile_button .btn-primary:focus, .tile_button .btn-primary:active, .tile_button .btn-primary.active, .tile_button .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    border-radius: 17px;
    font-size: 14px;
}

.tile_button .btn-primary.disabled, .tile_button .btn-primary[disabled], .tile_button fieldset[disabled] .btn-primary, .tile_button .btn-primary.disabled:hover, .tile_button .btn-primary[disabled]:hover, .tile_button fieldset[disabled] .btn-primary:hover, .tile_button .btn-primary.disabled:focus, .tile_button .btn-primary[disabled]:focus, .tile_button fieldset[disabled] .btn-primary:focus, .tile_button .btn-primary.disabled:active, .tile_button .btn-primary[disabled]:active, .tile_button fieldset[disabled] .btn-primary:active, .tile_button .btn-primary.disabled.active, .tile_button .btn-primary.active[disabled], .tile_button fieldset[disabled] .btn-primary.active {
    color: #ffffff;
    background-color: #F06DE1;
    border-color: #F06DE1;
    border-radius: 17px;
    font-size: 14px;
}


.form-control {
    border-radius: 0px;
}




#TotalQuantity {
    color: #F06810;
    font-size: 16px;
}

#PriceText {
    font-size: 17px;
    text-decoration: none;
    text-align: left;
}

#InitialPrice {
    color: #000000;
    font-size: 17px;
}

#InitialPrice span.ShopStrike {
    color: #cc0000;
    font-size: 17px;
}

#VatText {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
}

#VatPrice {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 19px;
}

#ProductDiscountPrice {
    color: #000000;
    font-size: 20px;
}

.outofstock {
    color: #cc0000;
    font-size: 14px;
}

.ShopStrike {
    color: #cc0000;
    font-size: 20px;
    text-decoration: line-through;
}

input#AddToCartBtn.formbutton {
    cursor: pointer;
    border: none;
    background: #188218;
    font: bold 11px Century_Gothic;
    color: #ffffff;
    padding: 3px;
    text-align: center;
}

input#AddToCartBtn.formbutton:hover {
    cursor: pointer;
    border: none;
    background: #188218;
    font: bold 11px Century_Gothic;
    color: #ffffff;
    padding: 3px;
}

.tile_addtowishlist a {
    cursor: pointer;
    border: none;
    background: #3B96FC;
    font: bold 11px Century_Gothic;
    color: #ffffff;
    padding: 3px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

.tile_addtowishlist a:hover {
    cursor: pointer;
    border: none;
    background: #3B96FC;
    font: bold 11px Century_Gothic;
    color: #ffffff;
    padding: 3px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

.overflow {
    overflow: hidden;
}



#AddToWishListBtn {
    margin-left: -5px;
}



.NodeTabs div.NodeTabsMenu {
    border: none;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.NodeTabs div.NodeTabsContent {
    background: none;
    margin-bottom: 5px;
    border: none;
}

.NodeTabs div.NodeTabsMenu div {
    border: 1px solid #F06810;
    background: #F06810;
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

.NodeTabs div.NodeTabsMenu div.current, .NodeTabs div.NodeTabsMenu div.Current {
    border: 1px solid #F06810;
    background: #F06810;
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

.NodeTabs div.NodeTabsMenu div b {
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

.NodeTabs div.NodeTabsMenu div.current b, .NodeTabs div.NodeTabsMenu div.Current b {
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

.MinimumQuantity {
    margin-left: 20px;
}

.additional-links-title {
    background: #F06810;
    color: #000000;
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}



.ProductOptions td {
    vertical-align: middle;
}

.footer {
    text-align: center;
}

.footer-1 {
    border-top: 3px solid #a6ce39;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-2 {
    border-top: 3px solid #00abbf;
    padding-top: 10px;
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer-2 h3 {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.footer-2 .btn {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
    height: 24px;
    width: 24px;
    padding: 0px;
}

.footer-2 .formPane {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
    height: 24px;
    padding: 0px;
    line-height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
}

.footer-3 {
    border-top: 3px solid #d9c728;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-4 {
    border-top: 3px solid #d97a92;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.footer-4 img {
    display: inline-block;
}

.footer-1 ul, .footer-3 ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}

.footer-1 ul li, .footer-3 ul li {
    list-style: none;
    padding: 0px;
    width: 100%;
    padding-bottom: 5px;
}

.footer-1 ul li a, .footer-1 ul li a:hover, .footer-3 ul li a, .footer-3 ul li a:hover {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}



.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333%;
    }

    .col-ms-2 {
        width: 16.66667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333%;
    }

    .col-ms-5 {
        width: 41.66667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333%;
    }

    .col-ms-8 {
        width: 66.66667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333%;
    }

    .col-ms-11 {
        width: 91.66667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-1 {
        left: 8.33333%;
    }

    .col-ms-push-2 {
        left: 16.66667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333%;
    }

    .col-ms-push-5 {
        left: 41.66667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333%;
    }

    .col-ms-push-8 {
        left: 66.66667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333%;
    }

    .col-ms-push-11 {
        left: 91.66667%;
    }

    .col-ms-pull-1 {
        right: 8.33333%;
    }

    .col-ms-pull-2 {
        right: 16.66667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333%;
    }

    .col-ms-pull-5 {
        right: 41.66667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333%;
    }

    .col-ms-pull-8 {
        right: 66.66667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333%;
    }

    .col-ms-pull-11 {
        right: 91.66667%;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }
}


#InitialPrice span.ShopStrike {
    color: #C00;
    font-size: 20px;
}

.banners img {
    width: 100%;
}

.nodeview img {
    max-width: 100%;
    height: auto;
}


.container {
}

.logo-area {
    background: url(skn/bg_top.png) 0% 0% repeat-x;
    border-bottom: 5px solid #000000;
}

.logo-area-links {
    text-align: left;
    padding-top: 50px;
}

.logo-area-links a {
    color: #727272;
    font-size: 13px;
}

.logo-area-links a:hover {
    color: #727272;
    font-size: 13px;
}

.logo-area-cart {
    padding-top: 50px;
    text-align: right;
}

.logo-area-cart a {
    color: #727272;
    font-size: 13px;
}

.logo-area-cart a:hover {
    color: #727272;
    font-size: 13px;
}

.logo-area-cart .cart-box {
    display: inline-block;
    width: 49px;
    text-align: right;
    position: relative;
}


.logo-area-cart .TotalCartAmmount {
    color:#7e7e7e;
    font-size:18px;
}

.logo-area-cart .cart-box #InlineCartTotalQuantity {
    position: absolute;
    color: #ffffff;
    top: -30px;
    right: 0px;
    font-size: 8px;
    padding-right: 6px;
    padding-top: 2px;
    height: 49px;
    width: 49px;
    background: url(skn/logo-cart.png) 50% 50% no-repeat;
}

@media (min-width: 768px) AND (max-width: 992px) {
    .logo-area-links {
        padding-top: 20px;
        font-size: 12px;
    }

    .logo-area-links a {
        font-size: 12px;
    }

    .logo-area-links a:hover {
        font-size: 12px;
    }


    .logo-area-cart {
        padding-top: 20px;
        text-align: right;
        font-size: 12px;
    }

    .logo-area-cart a {
        font-size: 12px;
    }

    .logo-area-cart a:hover {
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .menu-area .navbar-default {
        background-color: #F8F8F8;
        border: none;
        border-bottom: 1px solid #E7E7E7;
    }

    .menu-area .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo-area-links {
        padding-top: 10px;
        font-size: 12px;
        text-align:center;
    }
    .logo-area-logo {
        text-align:center;
        display:block;
    }
    .logo-area-logo img{
        
        display:inline-block;
    }

    .logo-area-links a {
        font-size: 12px;
    }

    .logo-area-links a:hover {
        font-size: 12px;
    }


    .logo-area-cart {
        padding-top: 20px;
        text-align: center;
        font-size: 12px;
        padding-bottom: 10px;
    }

    .logo-area-cart a {
        font-size: 12px;
    }

    .logo-area-cart a:hover {
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    .menu-area {
        background: url(skn/menu_bg.png) 0% 0% repeat-x;
        min-height: 55px;
    }

    .menu-area .menu-container {
        position: absolute;
        z-index: 2;
    }

    .menu-area .navbar-default {
        background: none;
        border: none;
    }

    .menu-area .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu-area .navbar {
        position: relative;
        min-height: 55px;
        margin-bottom: 0px;
        border: 1px solid transparent;
    }

    .menu-area .navbar-default .navbar-nav > li > a {
        color: #4b4b4b;
        font-size: 13px;
    }

    .menu-area .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 45px;
        height: 55px;
    }

    .menu-area .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 45px;
        height: 55px;
    }

    .menu-area .nav > li > a {
        position: relative;
        display: block;
        padding: 0px 15px;
        font-weight: 700;
    }

    .menu-area .nav > li > a:hover {
        background: url(skn/menu_active.png) 50% 100% no-repeat;
    }
}

.slider-area {
    background: #f3f4ef;
    border-bottom: 3px solid #eb6dde;
}

.slider-area .carousel.slide {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
}

.slider-area .carousel-inner {
    margin-top: -6px;
    /* For IE 5.5 - 7 */
    /* for IE4 - IE7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #acacac;
    -moz-box-shadow: 0 0 4px #acacac;
    -webkit-box-shadow: 0 0 4px #acacac;
    -o-box-shadow: 0 0 10px 4px #acacac;*/
    margin-bottom: 3px;
}


.slider-area .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid #7E7E7E;
    background-color: #7E7E7E;
    border-radius: 50%;
    cursor: pointer;
}

.slider-area .carousel-indicators .active {
    margin: 2px;
    width: 15px;
    height: 15px;
    background-color: #EB6CDD;
    border: 1px solid #EB6CDD;
}





.slider-area .carousel-control {
    background: #ffffff;
    border-radius: 50%;
    width: 37px;
    height: 120px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    background-image: none;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.slider-area .carousel-control:hover {
    background-image: none;
    opacity: 1;
}

.slider-area .carousel-control.left {
    background: none;
    margin-left: -80px;
    background: url(skn/control-left.png) 50% 50% no-repeat;
}

.slider-area .carousel-control.right {
    background: url(skn/control-right.png) 50% 50% no-repeat;
    margin-right: -80px;
}


.slider-area .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    list-style: outside none none;
    text-align: left;
}


@media (max-width: 1300px) {
    .slider-area .carousel-control.left {
        margin-left: 20px;
    }

    .slider-area .carousel-control.right {
        margin-right: 20px;
    }
}

@media (max-width: 990px) {
    .slider-area .carousel-control.left {
        margin-left: 20px;
        background-size: cover;
        width: 22px;
        height: 70px;
    }

    .slider-area .carousel-control.right {
        margin-right: 20px;
        background-size: cover;
        width: 22px;
        height: 70px;
    }
}


.tabs-area {
    margin-top: 40px;
}

.tabs-area .tab-buttons {
    background: url(skn/menu_bg2.png) 0% 0% repeat-x;
    min-height: 45px;
    margin-bottom: 0px;
    text-align: center;
}

.tabs-area .tab-buttons a {
    color: #8d8d8d;
    font-size: 20px;
    /*line-height: 45px;*/
    height: 55px;
    padding: 0px 15px;
    display: inline-block;
}


.tabs-area .tab-buttons a:hover {
    background: url(skn/menu_active.png) 50% 100% no-repeat;
    color: #3e3e3e;
    text-decoration: none;
    display: inline-block;
}

.tabs-area .tab-buttons a.active {
    background: url(skn/menu_active.png) 50% 100% no-repeat;
    color: #3e3e3e;
    text-decoration: none;
    display: inline-block;
}

.tabs-area .tab-buttons a.active:hover {
    background: url(skn/menu_active.png) 50% 100% no-repeat;
    color: #3e3e3e;
    text-decoration: none;
    display: inline-block;
}

.tab-more {
    background: url(skn/more_line.jpg) 50% 50% repeat-x;
    margin-top: 20px;
    margin-bottom: 20px;
}


.tab-more .btn-primary {
    color: #70726a;
    background-color: #ffffff;
    border-color: #d5d5d5;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.tab-more .btn-primary:hover, .tab-more .btn-primary:focus, .tab-more .btn-primary:active, .tab-more .btn-primary.active, .tab-more .open > .dropdown-toggle.btn-primary {
    color: #565751;
    background-color: #ffffff;
    border-color: #d5d5d5;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.tab-more .btn-primary:hover, .tab-more .btn-primary:focus, .tab-more .btn-primary:active, .tab-more .btn-primary.active, .tab-more .open > .dropdown-toggle.btn-primary {
    color: #565751;
    background-color: #ffffff;
    border-color: #d5d5d5;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.tab-more .btn-primary.disabled, .tab-more .btn-primary[disabled], .tab-more fieldset[disabled] .btn-primary, .tab-more .btn-primary.disabled:hover, .tab-more .btn-primary[disabled]:hover, .tab-more fieldset[disabled] .btn-primary:hover, .tab-more .btn-primary.disabled:focus, .tab-more .btn-primary[disabled]:focus, .tab-more fieldset[disabled] .btn-primary:focus, .tab-more .btn-primary.disabled:active, .tab-more .btn-primary[disabled]:active, .tab-more fieldset[disabled] .btn-primary:active, .tab-more .btn-primary.disabled.active, .tab-more .btn-primary.active[disabled], .tab-more fieldset[disabled] .btn-primary.active {
    color: #70726a;
    background-color: #ffffff;
    border-color: #d5d5d5;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {


    .tab-more .btn-primary {
        font-size: 14px;
        line-height: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tab-more .btn-primary:hover, .tab-more .btn-primary:focus, .tab-more .btn-primary:active, .tab-more .btn-primary.active, .tab-more .open > .dropdown-toggle.btn-primary {
        font-size: 14px;
        line-height: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tab-more .btn-primary:hover, .tab-more .btn-primary:focus, .tab-more .btn-primary:active, .tab-more .btn-primary.active, .tab-more .open > .dropdown-toggle.btn-primary {
        font-size: 14px;
        line-height: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tab-more .btn-primary.disabled, .tab-more .btn-primary[disabled], .tab-more fieldset[disabled] .btn-primary, .tab-more .btn-primary.disabled:hover, .tab-more .btn-primary[disabled]:hover, .tab-more fieldset[disabled] .btn-primary:hover, .tab-more .btn-primary.disabled:focus, .tab-more .btn-primary[disabled]:focus, .tab-more fieldset[disabled] .btn-primary:focus, .tab-more .btn-primary.disabled:active, .tab-more .btn-primary[disabled]:active, .tab-more fieldset[disabled] .btn-primary:active, .tab-more .btn-primary.disabled.active, .tab-more .btn-primary.active[disabled], .tab-more fieldset[disabled] .btn-primary.active {
        font-size: 14px;
        line-height: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.bottom-area {
    background: url(skn/more_line.jpg) 100% 100% repeat-x;
    padding-bottom: 30px;
}

.bottom-area ul {
    margin: 0px;
    padding: 0px;
}

.bottom-area ul li {
    margin: 2px 0px;
    padding: 0px;
    list-style-type: none;
    background: url(skn/bottom_menu.png) 0% 50% no-repeat;
    padding-left: 10px;
}

.bottom-area ul li {
    margin: 5px 0px;
    padding: 0px;
    list-style-type: none;
    background: url(skn/bottom_menu.png) 0% 50% no-repeat;
    padding-left: 10px;
}

.bottom-area h3 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
}



.bottom-area ul li a, .bottom-area ul li a:hover {
    color: #7b7b7b;
    font-size: 13px;
}

@media (min-width: 768px) {
    .bottom-area .container {
        position: relative;
        padding-right: 60px;
    }

    .bottom-area .facebook {
        position: absolute;
        right: 0px;
        top: 45%;
    }
}

@media (max-width: 768px) {


    .bottom-area .facebook {
        position: relative;
        margin-top: 20px;
    }
}

@media (min-width: 997px) {


    .newsletter-area {
        background:url(skn/newsletter_bg.png) 50% 0% repeat-x;
        padding-top:30px;
    }
}


.newsletter-description {
    display: inline-block;
    color: #868686;
    font-size: 20px;
    font-weight: 300;
}

.newsletter-form {
    height: 47px;
    border: 2px solid #e7e9e1;
    border-radius: 22px;
    display: inline-block;
    overflow: hidden;
}

.newsletter-form .newsletter-text, .newsletter-form .newsletter-add, .newsletter-form .newsletter-remove {
    border: none;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}

.newsletter-form {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.newsletter-form .newsletter-text {
    margin: 0px;
    padding: 0px;
    height: 47px;
    border-radius: 22px;
    /*width:100%;*/
    padding-left: 22px;
    padding-right: 40px;
    font-size: 13px;
    color: #717171;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}

.newsletter-form .newsletter-add, .newsletter-form .newsletter-remove {
    
    margin: 0px;
    display: inline-block;
    border-left: none;
    border-left: none;
    padding: 0px;
    font-size: 32px;
    padding-right: 20px;
    padding-left: 35px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(skn/border_add.png) 0% 0% no-repeat;
    z-index: 2;
}

.newsletter-form {
    margin-top: 50px;
}

.newsletter-description {
    margin-top: 40px;
}

@media (max-width: 990px) {

    .newsletter-form {
        margin-top: 0px;
    }

    .newsletter-banner-view img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 450px) {

    .newsletter-description {
        margin-top: 0px;
        font-size: 14px;
    }

    .newsletter-form {
        margin-top: 20px;
    }
}


.path {
    margin-top:10px;
    margin-bottom:20px;
}
.path a,.path a:hover{
    font-size:13px;
}
.tile_price {
    padding-top:5px;
}

.cartactionsdiv img {
    width:auto;
    height:auto;
}

.popover {
    width:100%;
    max-width:300px;
}

.InlineCartDiv div.alt, .InlineCartDiv div.alt2 {
    border-bottom:1px solid #6c6c6c;
}

.inlinecart-line {
    position:relative;
    height:80px;
    border-bottom:1px solid #dcdcdc;
}
.inlinecart-line.alt,.inlinecart-line.alt2{
    background:#ffffff;
}
.inlinecart-thumbnail {
   position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:60px;
}

.inlinecart-thumbnail img{
    max-width:50px;
    max-height:50px;
}
.inlinecart-body {
   position:absolute;
    left:75px;
    top:5px;
}
.inlinecart-caption {
   position:absolute;
    left:75px;
    top:0px;
}
.inlinecart-code {
   position:absolute;
    left:75px;
    top:20px;
}
.inlinecart-price {
    display:none;
}
.inlinecart-totalprice {
    position:absolute;
    left:20px;
    top:50px;
}
.inlinecart-remove {
    position:absolute;
    right:0px;
    top:50px;
}
.inlinecart-quantity {
    position:absolute;
    left:0px;
    top:50px;
    padding-right:10px;
    background:url(skn/quantity.jpg) 100% 50% no-repeat;
}

.inlinecart-button-container {
    text-align:center;
}





.inlinecart-button {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;

    color: #ffffff;
    background-color: #F06DE1;
    border-color: #F06DE1;
    border-radius: 17px;
    font-size: 14px;
}

.inlinecart-button:hover {
     background-color: #6c6c6c;
    border-color: #6c6c6c;
}