/* item_detail */
div.detailElement{
	margin-top:30px;
}
div.detailElement .elementInfo{
	width:840px;
	float:left;
	margin-left: 40px;
}
div.detailElement .elementInfo .elementCol1{
	width:380px;
	float:right;
}
div.detailElement .elementLeft
{
  width: 300px;
  float:left;
  position:relative;
}
div.detailElement .elementLeft div.img
{
  margin-bottom:10px;
  max-width:288px;
  border:1px solid #F3EFF0;
  text-align:center;
  padding:5px;
  background-color:#fff;
}

div.detailElement .elementLeft div.img a
{
  display:block;
  text-align: center;
}
div.detailElement .elementLeft div.nophoto
{
  background:url('/images/no_photo.png') 50% 50% no-repeat;
}
div.detailElement .elementLeft div.labels
{
  position:absolute;

  width:120px;
  left:0;
  top:-3px;
}
div.detailElement .elementLeft div.labels div.label
{
  height:30px;
  background:url('/images/labels5ws.png') 0 0 no-repeat;
}
div.detailElement .elementLeft div.labels div.newLabel
{
  background-position:0 -30px;
}
div.detailElement .elementLeft div.labels div.saleLabel
{
  background-position:0 -60px;
}
div.detailElement .elementLeft div.labels div.ecoLabel
{
  background-position:0 -90px;
}

div.detailElement .elementLeft div.labels div.bestLabel
{
  background-position:0 -120px;
}

div.detailElement .elementLeft a.favoriteLabel
{
  position:absolute;
  width:80px;
  height:80px;
  border:0;
  right:0;
  top:0;
  background:url('images/favoritesBig.png') -160px 0 no-repeat;
}
div.detailElement .elementLeft a.favoriteLabel:hover
{
  background-position:-60px 0;
}
div.detailElement .elementLeft a.activeFav
{
  background-position:-160px -100px;
  display:block;
}
div.detailElement .elementLeft a.activeFav:hover
{
  background-position:-60px -100px;
}


	div.detailElement .elementLeft div.addPhoto{
		margin-top:10px;
		overflow: hidden;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
	}

div.detailElement .elementLeft div.addPhoto div.img
{
  width:53px;
  height:53px;
  float:left;
  margin:0 5px 10px;
  padding:5px;
}
div.detailElement .elementLeft div.addPhoto div.video
{
  overflow:hidden;
  background: #000;
  position:relative;
}

div.detailElement .elementLeft div.addPhoto div.video span.youtube
{
  display:block;
  width: 32px;
  height: 32px;
  bottom: 2px;
  right:2px;
  position: absolute;
  background:url('images/youtube.png') 0 0 no-repeat;
}





div.detailElement .elementLeft div.addPhoto div.img a
{
  width:53px;
  height:53px;
  display:block;
  text-align: center;
}
div.detailElement .elementLeft div.recomend
{
  width:240px;
  margin:10px auto;
}





div.detailElement .elementRight
{
  float: left;
  width: 375px;
}
div.detailElement #elementRightTop div.price
{
  padding: 8px 15px;
  font-size: 24px;
  text-align: right;
  border-radius:5px;
  border: 1px solid #bdbdbd;
  line-height:26px;
  text-align:center;
}
div.detailElement .elementPriceBlock div.price
{
  padding: 8px 15px;
  font-size: 24px;
  text-align: right;
  border-radius:5px;
  border: 1px solid #bdbdbd;
  line-height:26px;
  text-align:center;
}
div.detailElement .elementPropBlock
{
	padding:20px; 
	margin-top:20px; 
	border-radius:5px; 
	border: 1px solid #bdbdbd;
}

div.detailElement .listoffers{
	width:840px;
	margin-top:10px;
}

div.detailElement .elementPriceBlock div.price .old
{
    color: #979797;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 6px;
    text-decoration: line-through;
    margin-left:10px;
}
div.elementPriceBlock div.price .new
{
    width:140px;
    text-align:center;
	color:#e35353;
	font-size: 28px;
    display: inline-block;
	margin-bottom: 15px;
}
div.detailElement  div.price .rubl
{
    /*color: #e35353;*/
}
div.detailElement div.price .mess
{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
div.detailElement div.price .mess span
{
	color:#3f6b33;
}
div.detailElement div.price .messright
{
    float: right;
}
div.detailElement div.buttonsAct
{
  text-align: left;
  margin:20px 0 10px 0;
  font-size:14px;
}
div.detailElement div.buttonsAct .item
{
  width: 100%;
  overflow: hidden;
}
div.detailElement div.buttonsAct .item .img
{
  position:absolute;
  width:50px;
  text-align:center;
}
div.detailElement div.buttonsAct .item .img img{
  padding:5px;	
}

div.detailElement div.buttonsAct .hquantity
{
  position:relative;
}
div.detailElement div.buttonsAct .quantityinput
{
  float:left;
}
div.detailElement div.buttonsAct .item .quantityinput
{
  float:left;
  position:absolute;
  bottom:10px;
  right:5px;
  backgrou
}
div.detailElement div.buttonsAct .divcatalogAdd
{
  float:right;
}

div.detailElement div.buttonsAct div
{
  /*margin:15px 0 5px;*/
}
div.detailElement div.buttonsAct a.mark
{
    height: 10px;
    text-decoration: none;
    width: 10px;
	position:absolute;
	top:-3px;
	right:10px;
}

div.detailElement div.buttonsAct a.minus
{
	width:7px;
	height:7px;
  background:url('images/arr_left.png') 0 0 no-repeat;
  top:12px;
      z-index: 1;
}
div.detailElement div.buttonsAct a.minus:hover
{
  background-position: right top;
}
div.detailElement div.buttonsAct a.plus
{
  width:7px;
  height:7px;
  background:url('images/arr_right.png') 0 0 no-repeat;
  top:-1px;
}
div.detailElement div.buttonsAct a.plus:hover
{
  background-position: right top;
}
 div.detailElement div.buttonsAct input.quantity
{
  text-align:left;
}
 div.detailElement div.buttonsAct div.name
{
  text-align:left;
  float:left;
  margin-left:60px;
}

 div.detailElement div.buttonsAct div.name span
 {
    padding-right: 5px;
 }

 div.detailElement div.buttonsAct div.name small
 {
    color:#666;
    font-size:11px;
 }
  div.detailElement .listoffers{
	
  }
 div.detailElement .listoffers::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
	}

div.detailElement .listoffers::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

div.detailElement .listoffers::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e35353;
}  


div.detailElement .tableoffers{
	width:100%;
}
div.detailElement .tableoffers tr{
	height:50px;
}
div.detailElement .tableoffers tr:nth-child(2n+1) {
    background: #fff1f1;
}
div.detailElement .tableoffers div.buttonsAct .quantityinput{
	float:none;  
}
div.detailElement .tableoffers div.buttonsAct {
    text-align: right;
    margin: 0 5px 0 0 ;
    font-size: 14px;
}
div.detailElement .tableoffers .price {
	color: #e35353;
    font-weight: 600;
}
div.detailElement .tableoffers .tdbuy {
	text-align:right; 
	width:200px;
}
	
  div.detailElement div.buttonsAct div.item{
	  position:relative;
	  /*margin-bottom:10px;*/
	  height:50px;
  }

  
  div.detailElement div.buttonsAct div.item:nth-child(2n){
	  background:white;
  }
  div.detailElement div.buttonsAct div.item:nth-child(2n+1){
	  background: #fff1f1;
  }
  div.detailElement div.buttonsAct div.item .name{
	  line-height:50px;
	  
  }
 div.detailElement .elementRight .share42init
 {
   text-align:right;
 }
 div.detailElement .elementRight .description
{
  border:1px solid #F3EFF0;
  border-width: 1px 0;
  padding:10px;
  margin: 0 0 10px;
  position:relative;
  overflow:hidden;
}
div.detailElement   dl {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 5px 0 20px;
}
div.detailElement   dl dt {
    float: left;
    margin: 0 5px 12px 0;
    padding: 0;
    width: 100px;
    font-weight:bold;
}

div.detailElement   dl dd {
    margin: 0 0 12px;
    overflow: hidden;
    padding: 0;
}
div.detailElement .elementRight .description .subDesription
{
  margin-bottom: 15px;
}
div.detailElement .elementRight .description .bg
{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  height:15px;
  background: url('/images/bott.png') 0 100% repeat-x;
}
div.detailElement .elementRight .description .hideShow
{
      background: none repeat scroll 0 0 #F3EFF0;
    border-color: #F3EFF0 #F3EFF0;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    bottom: 0;
    height: 15px;
    padding: 10px 15px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    display:none;
}
div.detailElement .elementRight .description .hideShow:hover
{
      background: none repeat scroll 0 0 #FFF;
}
a.relatedLink
{
    color: #2B8AB2;
    float: right;
    font-size: 12px;
        line-height: 30px;
}
div.detailElement .elementRight .shareName
{   
	color: #666666;
    margin-left: 130px;
    margin-top: -40px;
    padding: 10px;
}

div.detailElement div.description{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted grey;
}





div.detailElement .elementRight div.raiting
{
  position:absolute;
  top:28px;
  z-index:1;
}
div.detailElement .elementRight .tovote{
	float:right;
}
{
  position:absolute;
  top:28px;
  z-index:1;
}
div.detailElement .elementRight div.raiting div.title
{
	margin-top:10px;
}
div.detailElement .elementRight div.drop
{
	position:absolute;
	width:350px;
	bottom: 0px;
	text-align:center;
}
div.detailElement .elementRight div.drop:before
{
	float:right;
	content:' ';
	width:20px;
	height:20px;
	display:block;
	margin-top:-5px;
	background:url(images/dropdown.png) no-repeat center bottom;
}
div.detailElement .elementRight div.drop:after
{
	float:left;
	content:' ';
	width:20px;
	height:20px;
	display:block;
	margin-top:-5px;
	background:url(images/dropdown.png) no-repeat center bottom;
}

div.detailElement .elementRight div.raiting div.label
{
  height:30px;
  width:30px;
  margin:10px 0 5px 5px;
  color: #fff;
  line-height:30px;
  text-align:center;
  vertical-align:middle;
  float:left;
}
div.detailElement .elementRight div.raiting div.userprop{
	background: #38ad6b;
}
div.detailElement .elementRight div.raiting div.userprop1{
	background: #38ad6b;
}
div.detailElement .elementRight div.raiting div.userprop2{
	background: #46bd7a;
}
div.detailElement .elementRight div.raiting div.userprop3{
	background: #55ce8a;
}
div.detailElement .elementRight div.raiting div.userprop4{
	background: #68dc9b;
}

div.detailElement .elementRight div.raiting.prof
{
  right:10px;
}

div.detailElement .elementRight div.raiting div.profprop{
	background: #9277c7;
}
div.detailElement .elementRight div.raiting div.profprop1{
	background: #9277c7;
}
div.detailElement .elementRight div.raiting div.profprop2{
	background: #a791d4;
}
div.detailElement .elementRight div.raiting div.profprop3{
	background: #b9a7de;
}
div.detailElement .elementRight div.raiting div.profprop4{
	background: #c6b8e2;
}

div.detailElement .elementRight div.raitingfull
{
  top:28px;
  z-index:1;
}
div.detailElement .elementRight div.raitingfull div.label
{
  height:20px;
  width:50px;
  color: #fff;
  line-height:20px;
  text-align:center;
  vertical-align:middle;
}
div.detailElement .elementRight div.raitingfull div.title
{
	margin-top:10px;
	color: #38ad6b;
	font-weight:600;
}
div.detailElement .elementRight div.raitingfull.prof div.title
{
	color: #9277c7;
}
div.detailElement .elementRight div.raitingfull div.userprop{
	background: #38ad6b;
}
div.detailElement .elementRight div.raitingfull div.profprop{
	background: #9277c7;
}
div.detailElement .elementRight div.raitingfull ul{
	padding:0;
	margin:0;
}
div.detailElement .elementRight div.raitingfull ul li{
	display:block;
	height:25px;
	line-height:25px;
	position: relative;
}
div.detailElement #elementRightTop2 div.userraiting{
	position:relative;
}
div.detailElement #elementRightTop2 ul li div{
	float:right;
	position: absolute;
    top: 0;
    right: 0;
}

.tdimg{
	position: relative;
}
.newvar{
	position:absolute;
	width:30px;
	height:30px;
	top:-5px;
	left:-5px;
	background: url(images/newvar.png) no-repeat;
}
.salevar{
	position:absolute;
	width:30px;
	height:30px;
	top:-5px;
	left:-5px;
	background: url(images/salevar.png) no-repeat;
}

div.detailElement #elementRightTop2 .window{
	    position: absolute;
    top: 100px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: #e35353;
    z-index: 100;
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    opacity: 0.95;
    display: none;
    color: white;
    line-height: 36px;
}
div.detailElement #elementRightTop2 .window #closeWindow{
	position:absolute;
}



.dropdownimages{
	display:none;
    position: absolute;
    /* top: 0; */
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.dropdownimages a{
	border: 1px solid #ececec;
    font-size: 20px;
    padding: 0 10px 0 10px;
    background: white;
	text-decoration:none;
}


div.detailElement .minisearch{
	width:199px;
	padding:0;
	margin:0;
}
div.detailElement .minisearchbutton{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
    width: 50px;
    border: none;
    background: #e35353 url(images/search.png) no-repeat center center;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
}



.tabset{
	margin-top:20px;
}
.tabset .tab-control{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.tabset .tab-control li{
	float:left;
	font-size:15px;
	line-height:18px;
	margin:0 1px 0 0;
	position:relative;
} 
.tabset .tab-control li a:before{
	content: ' ';
	background-image:url(images/listico1.png);
	background-repeat:no-repeat;
	width:20px;
	height:23px;
	position:absolute;
	display:block;
	left:5px;
	top:5px;
}
.tabset .tab-control li:nth-child(1) a:before{
	background-position: -20px -24px;
}
.tabset .tab-control li.active:nth-child(1) a:before, .tabset .tab-control li:hover:nth-child(1) a:before{
	background-position: -20px -48px;
}
.tabset .tab-control li:nth-child(2) a:before{
	background-position: -60px -24px;
}
.tabset .tab-control li.active:nth-child(2) a:before, .tabset .tab-control li:hover:nth-child(2) a:before{
	background-position:-60px -48px;
}
.tabset .tab-control li:nth-child(3) a:before{
	background-position: -40px -24px;
}
.tabset .tab-control li.active:nth-child(3) a:before, .tabset .tab-control li:hover:nth-child(3) a:before{
	background-position:-40px -48px;
}
.tabset .tab-control li:nth-child(4) a:before{
	background-position: 0px -24px;
}
.tabset .tab-control li.active:nth-child(4) a:before, .tabset .tab-control li:hover:nth-child(4) a:before{
	background-position:0px -48px;
}
.tabset .tab-control a{
	background:#e35353;
	/*border:1px solid transparent;*/
	float:left;
	/*min-width:75px;*/
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:27px;
	padding:6px 11px 0 31px;

}
.tabset .tab-control a:hover,
.tabset .tab-control .active a{
	border:1px solid #bcbcbc;
	border-bottom:0;
	background:#fff;
	color:#384953;
	padding: 5px 10px 0px 30px;
}
.tabset .tab{
	display:none;
	border:1px solid #bcbcbc;
	/*padding:23px 21px 25px;*/
	margin:-1px 0 0;
	background:#fff;
}
.tabset .tab-info{
	padding:23px 21px 25px;
}
.tabset .tab p{
	/*margin:0;*/
}
.tabset .tab-name{
	position: relative;
	background: #e35353;
	padding:10px;
	display:none;
	cursor:pointer;
	color: white;
}
.tabset .tab-name:after {
    background: url(/local/templates/100kraiting/images/arrcatdown.png) no-repeat center;
    content: ' ';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
}
.hint{
	font-size: 18px;
    color: red;
}

@media (max-width: 960px) {
	.tabset .tab-info{
		display:none;
	}
	.tabset .tab-info img{
		width: 100% !important;
		height:auto !important;
	}
	.tabset .tab{
		display:block !important;
	}
	.tabset .tab-name{
		display:block;
	}
	.tabset .tab-control{
		display:none;
	}
	
	
	div.detailElement{
		/*margin:20px;*/
	}
	div.detailElement .elementInfo h1{
		font-size:20px;
		text-align:center;
	}
	div.detailElement .elementLeft{
		width:100%;
		float: none;
	}
	div.detailElement .elementInfo{
		width:100%;
		float:none;
		margin-left: 0px;
	}
	div.detailElement .elementInfo .elementCol1{
		width:100%;
		float:none;;
	}
	div.detailElement .elementInfo .elementCol2{
		margin-top:20px;
		width:100%;
		float:none;;
	}
	div.detailElement .elementRight{
		width:100%;
		float:none;
		display:none;
	}
	div.detailElement .listoffers{
		width:100%;
	}
	div.detailElement .elementLeft div.img{
		margin:0 auto;
	}
	div.detailElement .tableoffers .tdbuy {
	text-align:right; 
	width:50px;
	}
	
	div.detailElement .mainimg img{
		max-width: 288px;
		height:auto;
	}
	
	div.detailElement .elementLeft div.addPhoto{
		max-height: 150px;
		overflow: hidden;
	}
	
	#vote-form .slider-rang{
		width:100%;
	}
	#vote-form .item{
		width:95%;
	}
}