body {
    background: url(../images/main-container.gif) repeat-x 0 0;
    padding-top: 20px;
    padding-bottom: 60px;
}
/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}
.container > hr {
    margin: 60px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
    margin: 80px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 100px;
    line-height: 1;
}
.jumbotron .lead {
    font-size: 24px;
    line-height: 1.25;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
    padding: 0;
}
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
}
.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.75);
    border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}
.well {
    padding: 10px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin: 0 -12px;
}
.nav-header {
    padding: 3px 7px;
}
.nav-list {
    border-bottom: 1px solid #ddd;
}
.nav-list li {
    margin-top: 5px;
}
.nav-list li:last-child {
    margin-bottom: 5px;
}
.nav-list > li > a {
    padding: 3px 7px;
    font-size: 16px;
}
.nav-list .nav-header {
    font-size: 18px;
    font-weight: bold;
    color: #999;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    font-weight: bold;
    padding: 3px 7px;
}
ul.one {
    border-bottom: none;
}
ul.two:last-child {
    border-bottom: none;
}
ul.two > li > a {
    font-size: 16px;
}
ul.three > li > a {
    font-size: 12px;
}

.product-image img {
    max-height: 140px;
        overflow: hidden;
}
.products-grid {text-align: center;}
.products-grid a.img-Product { 
    display:block; 
    max-width:140px; 
    max-height: 140px;
    height:auto; 
    margin:0 auto 15px; 
    text-align: center; 
    padding: 10px; 
    overflow: hidden;
    height: 140px;
}
.products-grid h4{text-align: center; font-weight: normal; font-size: 14px;}

.sidebar_img_widget {
    margin-bottom: 20px;
    text-align: center;
}
.breadcrumbs {
    margin-bottom: 10px;
    font-weight: bold;
}
.block-cart-header {
    background: none repeat scroll 0 0 #A7C6F7;
    border-bottom: 1px solid #064FF3;
    border-radius: 6px;
    clear: right;
    color: #292929;
    float: right;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 0;
    position: relative;
}
.block-cart-header h3 {
    color: #292929;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 5px 0 0;
    padding-left: 17px;
}
.block-cart-header .block-content {
    float: left;
    padding-right: 17px;
}
.qty {
    width: 30px;
    text-align: center;
}
.a-center {
    text-align: center !important;
}
.masthead .col1 {
    float: left;
}
.masthead .col2 {
    float: right;
}
/* Product Images */
.product-view {
    position: relative;
}
.product-image-view {
    display: inline-block;
}
.product-view .product-img-box {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 280px;
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-view .product-img-box .product-image-view {
    position: relative;
    height: 278px;
    width: 278px;
    border: 1px solid #ececec;
    overflow: hidden;
    /*background: url(../images/opc-ajax-loader.gif) no-repeat center center;*/
}
.product-view .product-img-box .product-image-view #wrap {
    position: absolute !important;
    left: 172px;
    top: 172px !important;
    height: 106px;
    width: 106px;
}
.product-view .product-img-box .product-image-view .mousetrap {
    background: url(../images/mousetrap.png) 0 0 no-repeat !important;
    height: 106px !important;
    width: 106px !important;
    z-index: 999 !important;
    opacity: 0.6;
}
.product-view .product-img-box .product-image-view .cloud-zoom img {
    max-width: none !important;
}
.product-view .product-img-box .product-image-view .cloud-zoom {
    height: 106px;
    width: 106px;
}
.product-view .product-img-box .product-image-view .cloud-zoom img.small {
    height: 106px;
    width: 106px;
    opacity: 0;
}
.product-view .product-img-box .product-image-view .cloud-zoom img.big {
    position: absolute;
    top: -172px !important;
    left: -172px !important;
    background-color: #fff;
}
.product-view .product-img-box .product-image-view .cloud-zoom-big {
    left: -176px !important;
    top: -176px !important;
}
.product-view .product-img-box .product-image-view span {
    display: block;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px!important;
    height: 280px!important;
}
.product-view .product-img-box .zoom-notice {
    display: none;
    text-align: center;
}
.product-view .product-img-box .zoom {
    display: none;
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
    opacity: .3;
}
.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}
.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}
.product-view .product-img-box .more-views li a {
    display: block;
}
.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}
.product-image-popup .image {
    display: block;
}
.product-image-popup .image-label {
}
.container-slider ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tumbSlider {
    width: 100%;
}
.tumbSlider li, .container-slider li {
    float: left;
    height: auto;
    width: 77px !important;
    height: 77px !important;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container-slider li a {
    display: block;
    width: 75px;
    height: 75px;
}
.container-slider li img {
    max-width: 100%;
}
.higlight{
    background: none repeat scroll 0 0 #3A3A3A;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 3px 10px;
    position: relative;
}
/* Page Heading */
.page-title,
.category-title { margin:20px 0 20px; background: #f2f2f2; padding: 13px 20px; border-radius: 6px; border-bottom: 1px solid #d9d9d9; }

.page-title h1,
.page-title h2, .page-title h3 {
    font-size:18px;
    line-height:22px;
    color:#292929;
    text-transform:capitalize;
    margin: 0;
}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }
/*@media only screen and (max-width: 767px) {
    .masthead .col1, .masthead .col2 {
        float: none;
    }
}*/
.select-menu {
    display: none !important;
}
@media only screen and (max-width: 400px) {
    .masthead .col1, .masthead .col2 {
        float: none;
    }
    .masthead .col1 {
        text-align: center;
    }
    .block-cart-header {
        width: 100%!important;
        margin-top: 10px;
    }
    .select-menu {
        display: inline !important;
        width: 100%;
        margin: 10px 0;
        background: #ECEAE9;
        border: 1px solid #bbb;
        cursor: pointer;
        height: 30px;
        padding: 5px;
    }
    .navbar {
        display: none;
    }
}
#myCarousel{ background:url(../images/opc-ajax-loader.gif) 50% 40% no-repeat;}

    /* Large desktop */
    @media (min-width: 1200px) { 
    #myCarousel{min-height: 237px;}
    }

    /* desktop */
    @media (min-width: 980px) and (max-width: 1199px) {  
        #myCarousel{min-height: 222px;}
     }
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {  
    #myCarousel{min-height: 172px;}
     }
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {  
    #myCarousel{min-height: 133px;}
     }
     
    /* Landscape phones and down */
    @media (max-width: 480px) {  
        #myCarousel{min-height: 104px;}
     }

     /* phones and down */
    @media (max-width: 320px) {  
        #myCarousel{min-height: 66px;}
     }