.li1 {
    margin-left: 25px;
}

.li2 {
    margin-left: 50px;
}

.header {
    font-size: 19px;
}

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

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.bg {
    background: url('/themes/images/bg2.jpg') left 77px repeat-x;
}

.header1 {
    background: url('/themes/images/bg1.jpg') center top no-repeat;
}

.indent li {
    margin-left: 25px;
}

.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;
}

#amenu, #amenu .module ul#menu {
    margin: 3px 3px 0px 7px;
    font-size: 14px;
    width: 246px;
    display: block;
    border: 2px solid #BCD2E5;
    padding: 5px 18px 5px 18px;
    z-index: 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    font-weight: bold;
    color: white;
}

.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-size: 12px;
    line-height: 25px;
    font-weight: bold;
    max-height: 70px;
}
.readmore.addcart {
    padding: 0 10px!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-size: 12px;
    line-height: 25px;
    font-weight: bold;
    max-height: 70px;    
}
.readmore2 {
    padding: 0 10px!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-size: 12px;
    line-height: 25px;
    font-weight: bold;
    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 );
}
.readmore.long {
    width: auto!important;
}

.price {
    font-family: sans-serif;
    font-weight: bold;
    /*line-height: 25px;*/
    display: block;
    font-size: 19px;
    /*height: 25px;*/
    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: 13px;
    font-weight: bold;
    position: relative;
    top: -2px;
    /*
    background: url('/themes/images/ruble.png') center left no-repeat;
    margin-left: 5px;
    padding-left: 13px;
    */
}

.product_width,
.product_height {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 0 5px;
    width: 60px;  
}

.cm_width {
    background: url('/themes/images/cm_width.png') bottom left no-repeat;
    z-index: 10001;
    height: 15px;
    width: 155px;
}

.cm_height {
    background: url('/themes/images/cm_height.png') bottom left no-repeat;
    z-index: 1002;
    height: 90px;
    width: 22px;
}

.product_height {
    -moz-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg); 
}

.rblock {
    padding: 15px 15px 15px 15px;
    margin: 10px 0 5px 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: #000000!important;
    -moz-box-shadow: 0px 0px 7px #0076D8;
    -webkit-box-shadow: 0px 0px 7px #0076D8;
    box-shadow: 0px 0px 7px #0076D8;    
}

.rmenu {
    margin: 10px 0 5px 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: #000000!important;
    -moz-box-shadow: 0px 0px 7px #0076D8;
    -webkit-box-shadow: 0px 0px 7px #0076D8;
    box-shadow: 0px 0px 7px #0076D8;    
}

.rmenu .panel-heading {
    padding: 5px 10px;
}
.rmenu .panel-heading h4 {
    color: #0076D8;
    font-size: 14px;
}

.rmenu .panel-body {
    padding: 5px 10px;
}

.rmenu li {
    font-size: 11px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
/*
.container {
    width: 1300px;    
} 
*/
.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;
}

.thumbnail2 {
    margin: 2px 0;
    min-height: 210px;
    border: 1px solid silver;
    border-radius: 6px;
}
/*
.shop.highslide-gallery {
    border: 1px solid silver;
    border-radius: 6px;
    background: white;
}
.shop.highslide-gallery:hover {
    border: 1px solid gray;
    border-radius: 6px;
} 
*/
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;
}    

/* search */
#searchbox input {
    background: white url(/themes/banners/searchbox_magnifier.png) 0 50% no-repeat;
    padding: 0 25px;
}
#searchbox input,
#searchbox button {
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #BCD2E5;
}

/* menus */

#menubar {
    height: 41px;
    border-bottom: 1px solid #DDDDDD;
    background: #3879D9;
    background: -moz-linear-gradient(top, #06326d 0%, #207cca 49%, #2989d8 61%, #1e5799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06326d), color-stop(49%,#207cca), color-stop(61%,#2989d8), color-stop(100%,#1e5799));
    background: -webkit-linear-gradient(top, #06326d 0%,#207cca 49%,#2989d8 61%,#1e5799 100%);
    background: -o-linear-gradient(top, #06326d 0%,#207cca 49%,#2989d8 61%,#1e5799 100%);
    background: -ms-linear-gradient(top, #06326d 0%,#207cca 49%,#2989d8 61%,#1e5799 100%);
    background: linear-gradient(to bottom, #06326d 0%,#207cca 49%,#2989d8 61%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06326d', endColorstr='#1e5799',GradientType=0 );
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 7px #000000;
}
.nav {
    height: 30px;
    
}
.nav > li > a {
    color: #fff;
    font-size: 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.navbar-nav > li > a {
    padding-top:10px !important;
    padding-bottom:10px !important;
}    
.nav > li > a:hover,
.nav > li > a:focus {
    color: #FF8F34!important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0px 0px 7px #ffffff;
    -webkit-box-shadow: inset 0px 7px 3px #ffffff;
    box-shadow: inset 0px 0px 7px #ffffff;
}
.active a {
    color: #FF8F34;
}

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

.dropdown-menu li a {
    text-decoration: none;
}

.dropdown-menu li {
    background-color: #ffffff;
    border: #c2c2c2 solid 1px;
    border-top:0;
    margin: 0 0 0 0;
}

.dropdown-menu {
  padding: 0 0!important;
  margin: 0 0 0!important;
  background-color: transparent !important;
}

.center {
    text-align: center;
}

.states {
    width: 100%;
    margin-bottom: 0px!important;
}

.states td {
    font-size: 11px;
    padding: 2px!important;
}

.prices a {
    color: #ce0c21;
}


.select img {opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);}
.select:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);} 


a {
  color: #0076D8;
}

a:hover {
  color: #FF8F34;
}

.breadcrumb {
  background: none;
}

.panel-title {
  font-weight: bold; 
}

.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;
}

/* Navbar */

.navbar {
  margin-bottom: 20px;
}

.add-classified-btn {
  margin-left: 200px;
}

/* 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;
    
}

.title h4 {
    margin-top: 0!important;
    padding-top: 0!important;
}
.products {
    padding: 10px 0 8px 0;
}
/* bin end */

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

ul.products li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 255px;
    padding: 5px;
    margin: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: #000000!important;
    -moz-box-shadow: 0px 0px 7px #0076D8;
    -webkit-box-shadow: 0px 0px 7px #0076D8;
    box-shadow: 0px 0px 7px #0076D8;       
}

ul.products li:hover {
    -moz-box-shadow: 0px 0px 7px #E6915E;
    -webkit-box-shadow: 0px 0px 7px #E6915E;
    box-shadow: 0px 0px 7px #E6915E;       
}

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


.stands a img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.stands a:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}