body {
<!-- background: url(../img/backgrnd.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
        -->
}
.navbar .popover {
    width: 800px;
    max-width: 800px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}
body {
/*background: #f0f0f0;*/
}
a {
color: #555555;
text-decoration: none;
}
a:hover, a:focus {
    color: #005500;
}
#body .container .row{
background: #fff;
}

.navbar .popover-content img {
    height: 212px;
    max-width: 250px;
}
.navbar .popover-content .final{
    font-size:12px;
    color:#000;
}

.navbar .dropdown-menu {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar .dropdown-menu > li > a:hover {
    background-image: none;
    color: white;
    background-color: rgb(0, 129, 194);
    background-color: rgba(0, 129, 194, 0.5);
}

.navbar .dropdown-menu > li > a.maintainHover {
    color: white;
    background-color: #0081C2;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.blockborder {
box-shadow: inset 0 0 0 1px #e5e5e5;
border-radius: 5px;
padding: 10px;
background-color: #fff;
}

.categoryheader{
padding-top: 10px;
overflow: hidden;
}
.category_img{
margin-left: 10px;
margin-right: 10px;
}
.borderbottom{
border-bottom: 1px solid #e5e5e5;
}
.categoryheader > a{
margin-left: 12px;
color:#000;
text-decoration: underline;
font-size: 11px;
}
.product{
margin: 0;
overflow: hidden;
background: white;
padding-bottom: 20px;
margin-bottom: 20px;
}
.product_big{
margin: 0;
overflow: hidden;
background: white;
width: 444px;
float: left;
height: 540px;
position: relative;
padding: 0;
padding-bottom: 32px;
border: 1px dotted #CCC;
margin-bottom: 32px;
}
.productblock{
overflow: hidden;
width: 188px;
float: left;
height: 340px;
position: relative;
padding: 0;
padding-bottom: 32px;
border-bottom: 1px dotted #CCC;
margin-bottom: 32px;
border-left: 1px dotted #c1c0c1;
}
.productblock.first{
border-left:none;
}
.productblock.tprice{
float: left;
}
.tprice{
margin: 20px 0;
color: #b40000;
font-weight: bold;
font-size: 16px;
}
.pricebox{
font-weight: bold;
margin: 8px;
padding: 12px 25px;
color: #8d4f14;
float: left;
border-right: 1px dotted #C1C0C1;
}
a.buybtn{
width: 147px;
height: 24px;
color: #fff;
border: none;
background: #045000 -webkit-gradient(linear, left top, left bottom, from(#005500), to(#0B6800)) no-repeat
background-color: #045000;
background-image: -moz-linear-gradient(top, #005500, #0B6800);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045000), to(#0B6800));
background-image: -webkit-linear-gradient(top, #005500, #0B6800);
background-image: -o-linear-gradient(top, #005500, #0B6800);
background-image: linear-gradient(to bottom, #005500, #0B6800);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005500', endColorstr='#ff0B6800', GradientType=0);
margin: 0 0 0 18px;
padding: 0;
clear: both;
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #045000 -webkit-gradient(linear, left top, left bottom, from(#005500), to(#0B6800)) no-repeat
background-color: #045000;
background-image: -moz-linear-gradient(top, #005500, #0B6800);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045000), to(#0B6800));
background-image: -webkit-linear-gradient(top, #005500, #0B6800);
background-image: -o-linear-gradient(top, #005500, #0B6800);
background-image: linear-gradient(to bottom, #005500, #0B6800);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005500', endColorstr='#ff0B6800', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.buybtn:hover {
background: #2d1900;
text-decoration: none;
color: #fff;
}
.tovar_img {
width: 188px;
height: 170px;
text-align: center;
line-height: 170px;
}
.product_big .tovar_img {
width: 444px;
height: 320px;
text-align: center;
line-height: 320px;
}

.tovar_img_med {
width:460px;
height:460px;
text-align: center;
line-height: 460px;
}
.desc{
overflow: hidden;
min-height:150px;
}
.categoryheader ul{
list-style: none;
}
#sortblock a{
font-weight: bold; 
text-decoration: underline;
margin-left: 20px;
color:#000;
}
.tooltip{
display: none;
position:absolute;
z-index:999;
left:-9999px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
}
.tooltip p{
margin:0;
padding:0;
}
.productblock_title{
display:block;
text-align: center;
height: 77px;
overflow: hidden;
font-size:12px;
background: url(../img/tovar_divider.png) no-repeat 50% 100%;
}
.productblock_title a{
color:#555555;
}
.productblock_title a:hover, .productblock_title a:focus{
color:#545454;
text-decoration: none;
}
.productbig_title{
display:block;
text-align: center;
height: 77px;
overflow: hidden;
font-size:18px;
background: url(../img/tovar_divider.png) no-repeat 50% 100%;
}
.productbig_title a{
color:#555555;
}
.productbig_title a:hover, .productbig_title a:focus{
color:#545454;
text-decoration: none;
}
.attributes ul{
font-size:12px;
margin-left: 60px;
}
.attributes {
overflow: hidden;
width: 800px;
}
.atributes{
margin-top: 14px;
}

.tovarimage {
width:100px;
height:100px;
text-align: center;
margin: 8px;
}
.brands ul, .atributes ul, .filters ul{
font-size:12px;
list-style: none;
margin: 0;
}
.brands > p, .atributes > p, .filters > p{
font-size:12px;
font-weight: bold;
}

		ul.akkordeon{
			list-style: none;
		}
	ul.akkordeon li > p{
			cursor: pointer;
			padding: 10px 10px;
			margin: 0;
			font-size: 12px;
			color: black;
			font-family: sans-serif;
			 border-top: 1px solid #e5e5e5; 
		}
		ul.akkordeon li > p:hover{
		  background: #0C0C0C -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#B8B8B8)) no-repeat;
		}
		ul.akkordeon li > p.active{
			background: #369 -webkit-gradient(linear, left top, left bottom, from(#86B8E9), to(#5682AE)) no-repeat;
			color:white;
		}
		ul.akkordeon li > div{
			display: none;
			padding: 10px;
			font-size: 11px;
			line-height: 15px;
		}
.large-3 .blockborder {
margin: 5px;
}
.tovar_desc{
min-height: 100px;
}
#nav-footer {
background-color: #2d1900;
color: #ffffff;
height: 60px;
}
.carousel .item {
height: 400px;
text-align: center;
margin: 8px;
}
.carousel .item img {
max-width: 790px;
max-height: 390px;
}
.clear{
float:none;
clear:both;
}
.parentcat{
margin: 8px 0;
}
.tooltip p img{
max-width: 350px;
max-height: 350px;
}
.tooltip p{
max-width: 350px;
max-height: 350px;
}
.rootcateg{
margin: 0;
width: 50%;
float: left;
height: 341px;
position: relative;
}

.news, .fulletxt{
margin: 0;
padding: 10px;
overflow: hidden;
}


.leftads{
margin-top: 14px;
padding: 5px 0;
}


.leftcategories{
  margin-bottom: 6px;
  padding: 1px;
}
.leftcategories > ul{
  list-style: none;
  margin: 0;
}
.leftcategories > ul li p{
  cursor: pointer;
  padding: 10px 10px;
  margin: 0;
  font-size: 12px;
  color: black;
  font-family: sans-serif;
   border-bottom: 1px solid #e5e5e5; 
}
.leftcategories > ul li p:hover{
  background: #045000 -webkit-gradient(linear, left top, left bottom, from(#005500), to(#0B6800)) no-repeat
  background-color: #045000;
  background-image: -moz-linear-gradient(top, #005500, #0B6800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045000), to(#0B6800));
  background-image: -webkit-linear-gradient(top, #005500, #0B6800);
  background-image: -o-linear-gradient(top, #005500, #0B6800);
  background-image: linear-gradient(to bottom, #005500, #0B6800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005500', endColorstr='#ff0B6800', GradientType=0);
  color:white;
}
.leftcategories > ul li p.active{
  background: #045780 -webkit-gradient(linear, left top, left bottom, from(#005500), to(#0B6800)) no-repeat;
  background-color: #045000;
  background-image: -moz-linear-gradient(top, #005500, #0B6800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045000), to(#0B6800));
  background-image: -webkit-linear-gradient(top, #005500, #0B6800);
  background-image: -o-linear-gradient(top, #005500, #0B6800);
  background-image: linear-gradient(to bottom, #005500, #0B6800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005500', endColorstr='#ff0B6800', GradientType=0);
  color:white;
}
.leftcategories > ul li p >i{margin-right: -10px;margin-top: 4px;}
span.price{
color:red;
font-size:14px;
font-weight: bold;
}
span.hot{
color:red;
font-size:20px;
font-weight: bold;
}
#buyblock{
position: relative;
float: right;
z-index: 999;
padding-top: 10px;
}
.similarblock{
margin: 0;
overflow: hidden;
width: 176px;
float: left;
height: 265px;
position: relative;
text-align: center;
border-left: 1px dotted #c1c0c1;
border-bottom: 1px dotted #CCC;
}
.similarblock.first{
border-left:none;
}
.similarimg {
width:176px;
height:140px;
text-align: center;
line-height: 140px;
}
#similar{
overflow: hidden;
padding: 4px;
}
.buybtn{
min-width:100px;
}
.big{
font-size: 1.5em;
}
.nav-right {
float: right !important;
margin-right: 30px;
}
.topads{
text-align: right;
background-color: rgba(144,147,124, 0.3);
height: 80px;
position: relative;
bottom:100px;
padding-left: 4px;
padding-right: 4px;
}
.topads_name{
font-size: 20px;
font-weight: bold;
text-align: center;
padding:8px;
background-color: rgba(144,147,124, 0.3);
}
.topads_price{
padding-top: 10px;
}
.topads_image {
width: 437px;
height: 324px;
}
.topadsblock{
box-shadow: inset 0 0 0 1px #e5e5e5;
}
.topads_image img{
margin:10px;
}

.leftcategories {
/*background: #B5B5B5 -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#A0A0A0)) no-repeat;*/
}
.aboutblock {
position: absolute;
top: 70px;
width: 180px;
height: 140px;
right: 10px;
background-color: rgba(195, 195, 195, 0.3);
padding: 8px;
box-shadow: inset 0 0 0 1px #e5e5e5;
border-radius: 5px;
}
.big_tov{
font-size: 36px;
text-align: center;
font-weight: bold;
}
.textcenter {
text-align: center;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.aboutblock p > a{
font-size: 14px;
color:#01ABFF;
}
.nav-search .input-group{
width: 350px;
margin-left:20px;
}
.nav-search {
padding-right: 30px;
}
footer dl {
float: left;
width: 22%;
padding: 20px 20px 40px;
border-top: 1px solid #e2e5e8;
}
.footer_bottom {
}
.copyright {
	padding: 0;
text-align: right;
margin-top: 30px;
margin-right: 40px;
}
.copyright a{
color:#fff;
}

.footer_bottom .socials {
	text-align:center;
	padding-bottom:5px;
  padding-top: 5px;
  float: left;
}
.footer_bottom .socials li {
    display: inline-block;
    margin: 0 -1px 0 2px;
}
.footer_bottom .socials li a {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
	-webkit-border-radius:50%;
    box-shadow: 0 1px 1px #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.15) inset;
    display: block;
    height: 40px;
    position: relative;
    transition: background 250ms ease 0s;
    width: 40px;
}
.footer_bottom .socials li a:before {
    content: "";
    display: block;
    height: 24px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 24px;
}
.socials_list li:hover a { background: rgba(0, 0, 0, 0.3);
}
.socials_list li a.ico_social-facebook:before,
.socials_list li a.ico_social-twitter:before,
.socials_list li a.ico_social-linked:before,
.socials_list li a.ico_social-delicious:before,
.socials_list li a.ico_social-vimeo:before,
.socials_list li a.ico_social-flickr:before,
.socials_list li a.ico_social-flickr:before,
.socials_list li a.ico_social-pinterest:before,
.socials_list li a.ico_social-tumblr:before,
.socials_list li a.ico_social-youtube:before,
.socials_list li a.ico_social-instagram:before,
.socials_list li a.ico_social-gplus:before,
.socials_list li a.ico_social-dribbble:before {
	background-image: url("../img/icons.png");
	background-repeat:no-repeat;
}
.socials_list li a.ico_social-facebook:before {background-position: 0 0;
}
.socials_list li a.ico_social-twitter:before {background-position: -24px 0;
}
.socials_list li a.ico_social-linked:before {background-position: -48px 0;
}
.socials_list li a.ico_social-delicious:before {background-position: -72px 0;
}
.socials_list li a.ico_social-vimeo:before {background-position: -96px 0;
}
.socials_list li a.ico_social-flickr:before {background-position: -120px 0;
}
.socials_list li a.ico_social-pinterest:before {background-position: 0 -24px;
}
.socials_list li a.ico_social-tumblr:before {background-position: -24px -24px;
}
.socials_list li a.ico_social-youtube:before {background-position: -48px -24px;
}
.socials_list li a.ico_social-instagram:before {background-position: -72px -24px;
}
.socials_list li a.ico_social-gplus:before {background-position: -96px -24px;
}
.socials_list li a.ico_social-dribbble:before {background-position: -120px -24px;
}
.loginform{
width: 500px;
float:left;
margin: 40px;
padding: 20px;
}


.icon14{
    font-size: 14px;
    vertical-align: top;
    margin: 8px;
}
table tr td {
padding: 6px;
word-wrap: break-word;
}
.breadcrumb{
font-size: 12px;
margin-left: -10px;
}
.topsbar h2{
margin: 0 36px;
font-size: 14px;
line-height: 1; 
}
p.flip {
line-height: 30px;
margin: auto;
font-size: 16px;
padding: 5px;
text-align: center;
background: #555;
border: solid 1px #666;
color: #ffffff;
border-radius: 3px;
}
.container > #content > .message{
margin-left: -30px;
margin-right: 30px;
}
.navbar .nav-right > span > a {
color: #E5E5E5;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
margin-right: 10px;
line-height: 34px;
}
a.dropdown-toggle > .glyphicon{font-size: 0.8em;}
.ads{text-align: center;}
@media (min-width: 1240px) {
  .row {margin-left: -30px;}
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .row {margin-left: -20px;}
}
@media (min-width: 788px) and (max-width: 979px) {
  .row {margin-left: -20px;}
}
.centro{margin:auto;}
.adsimages {max-width: 250px;max-height: 250px;}