body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin-bottom: 40px;
    background: #f9f9f9;
}

h1 {
    font-family: PT Sans Narrow;
    font-size: 28px;
}

h1 span,
h2 span {
    color: #999999;
}

h2 {
    font-family: PT Sans Narrow;
    font-size: 22px;
}

h3 {
    font-family: PT Sans Narrow;
    font-size: 18px;
}

a {
  color: #777;
}

a:hover {
  color: #FF8F34;
}

.product_price_format {
    position: relative;
    top: -4px;
    left: -1px;
    font-size: 14px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff!important;
}

.eblock {
    padding: 15px 15px 15px 15px;
    margin: 10px 0 5px 0;
    color: #000000!important;
    border: 1px solid #eaeaea;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;    
    border-radius: 7px;
    background: #fff;      
}

.upmenu {
    padding: 15px 15px 15px 15px;
    margin: 0 0 5px 0;
    color: #000000!important;
    border: 1px solid #eaeaea;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;    
    border-radius: 0 0 20px 20px;
    background: #fff;      
}

.nav > li {
    color: #FF8F34!important;
    width: 160px;
    padding-top:10px !important;
    padding-bottom:10px !important;        
}
.nav > li,
.nav > li > a {
    color: #777777;
    text-align: center;
    font: 19px PT Sans Narrow;
}
.navbar-nav > li > a {
    padding:0!important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: #FF8F34!important;
}

.nav > li img {
    width: 120px;
    display: block;
    margin: 0px auto;
    margin-bottom: 7px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    border-radius: 80px;
}

.shop_product_title {
    font: 17px PT Sans Narrow;
    text-align: center;
    padding: 0 0 7px;
}

.products {
    padding: 10px 10px 8px 4px;
}
/* bin end */

ul.products {
    list-style-type: none;
    overflow: auto;
}

ul.products li a {
  color: #777777;
}

ul.products li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 170px;
    padding: 5px;
    margin: 5px;
    color: #000000!important;
    border: 1px solid #eaeaea;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;     
    border-radius: 7px;
    background: #fff; 
}

ul.products li:hover {
    border: 1px solid #ffdcbc;
    background: #fff9f4;
}

li.header_products {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;    
    font: 24px PT Sans Narrow;
    color: white;
    background: #a9a8a8;    
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0px 15px;
    margin: 0 0 0 10px;    
}

.readmore {
    color: white;
    text-align: center;
    background: #FDB660;
    background: -moz-linear-gradient(top, #FDB660 0%, #E57842 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDB660), color-stop(100%,#E57842));
    background: -webkit-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: -o-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: -ms-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: linear-gradient(to bottom, #FDB660 0%,#E57842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDB660', endColorstr='#E57842',GradientType=0 );
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:0!important;
    overflow: hidden;
    font: 14px PT Sans Narrow;
    line-height: 25px;
    font-weight: bold;
    max-height: 70px;
}
.readmore.addcart {
    padding: 0 15px!important;
    color: white;
    height: 25px;
    text-align: center;
    background: #FDB660;
    background: -moz-linear-gradient(top, #FDB660 0%, #E57842 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDB660), color-stop(100%,#E57842));
    background: -webkit-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: -o-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: -ms-linear-gradient(top, #FDB660 0%,#E57842 100%);
    background: linear-gradient(to bottom, #FDB660 0%,#E57842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDB660', endColorstr='#E57842',GradientType=0 );
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:0!important;
    overflow: hidden;
    font: 17px PT Sans Narrow;
    line-height: 25px;
    max-height: 70px;    
}

.readmore:hover {
    background: #E57842;
    background: -moz-linear-gradient(top, #E57842 0%, #ff8143 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#ff8143));
    background: -webkit-linear-gradient(top, #E57842 0%, #ff8143 100%);
    background: -o-linear-gradient(top, #E57842 0%, #ff8143 100%);
    background: -ms-linear-gradient(top, #E57842 0%, #ff8143 100%);
    background: linear-gradient(to bottom, #E57842 0%, #ff8143 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E57842', endColorstr='#ff8143',GradientType=0 );
}

.readmore2 { 
    padding: 0 15px!important;
    color: white;
    height: 25px;
    text-align: center;
    background: #d9534f;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:0!important;
    overflow: hidden;
    font: 17px PT Sans Narrow;
    line-height: 25px;
    max-height: 70px;
}


.price {
    font: 20px PT Sans Narrow;
    display: block;
    background: #d9534f;
    background: -moz-linear-gradient(top, #e87d7d 0%, #d82929 50%, #d82929 56%, #991e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87d7d), color-stop(50%,#d82929), color-stop(56%,#d82929), color-stop(100%,#991e1e));
    background: -webkit-linear-gradient(top, #e87d7d 0%,#d82929 50%,#d82929 56%,#991e1e 100%);
    background: -o-linear-gradient(top, #e87d7d 0%,#d82929 50%,#d82929 56%,#991e1e 100%);
    background: -ms-linear-gradient(top, #e87d7d 0%,#d82929 50%,#d82929 56%,#991e1e 100%);
    background: linear-gradient(to bottom, #e87d7d 0%,#d82929 50%,#d82929 56%,#991e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87d7d', endColorstr='#991e1e',GradientType=0 );
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    color: #FFFFFF!important;
    margin-top: 5px;
    padding: 0 7px;
}
.price .ruble {
    font-size: 17px;
    position: relative;
    top: -1px;
    /*
    background: url('/themes/images/ruble.png') center left no-repeat;
    margin-left: 5px;
    padding-left: 13px;
    */
}

.title {
     padding-bottom: 10px;
}

.none {
    display: none;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.list_order {
     font-size: 10px;
     font-weight: bold;
}

h4 .list_order {
     font-size: 12px;
}

.infocontacts {
     float: right;
     padding-right: 15px;
}

.infocontacts a {
    color: white;
}

p {
    line-height: 18px!important;
}

.breadcrumb {
    padding: 3px 10px 5px 20px;
    background: white;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}

.breadcrumb li {
    font-size: 11px;
    color: #FF8F34;
    font-weight: bold;
}

.breadcrumb a {
    color: #0B3F7D;
    text-decoration: underline;
    font-weight: normal;
}

.breadcrumb a:hover {
    text-decoration: none;
}

a.highslide img, a.highslide2 img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
a.highslide:hover img, a.highslide2:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.active a {
    color: #FF8F34!important;
    /*text-decoration: underline;*/
}

.dropdown:hover > .dropdown-menu
{
    display: block;
}

.center {
    text-align: center;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* bin */
.basketpanel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;    
    border-top: 1px solid #92969b;
    background: #4e5258;
    color: #fff;
    background: linear-gradient(top,#4e5258 0,#32363a 100%);
    background: -o-linear-gradient(top,#4e5258 0,#32363a 100%);
    background: -moz-linear-gradient(top,#4e5258 0,#32363a 100%);
    background: -webkit-linear-gradient(top,#4e5258 0,#32363a 100%);
    background: -ms-linear-gradient(top,#4e5258 0,#32363a 100%);
    -pie-background: linear-gradient(top,#4e5258 0,#32363a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4e5258),color-stop(1,#32363a));
    line-height: 40px;
}

.basketpanel div div {
    font-size: 16px;
    float: right;
    padding: 0 10px;
}

.basketpanel .badge {
    background-color: #d9534f;
    font-size: 18px;
}

.basketpanel button {
    font-weight: bold;
}

.basketsum a {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.binremove {
    cursor: pointer;
    background-color: #d9534f;
}

.kolplus {
    float: right;
    cursor: pointer;
    position: relative;
    top: 9px;
    right: 15px;
}
.kolplus span, .kolminus span {
    font-size: 17px;
    color: gray;
    background: white;
}
.kolminus {
    float: left;
    cursor: pointer;
    position: relative;
    top: 9px;
    left: 10px;
}
.kolsum {
    text-align: center;
    
}

thead.bin th {
    font-size: 11px;
    text-align: center;
}

/* others */

.fix10000i {
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    color: red;
}

.shop_product_desc,
.shop_product_desc p {
    font-size: 11px;
    margin: 3px 0;
}

.table_array_view {
    font-size: 11px;
}