.precharts{
height: 155px;
overflow: hidden;
}
/* tabs */
.tabs_names a{
	display:block;
	float:left;
	margin:5px 10px 4px 10px;
	margin-bottom:5px;
	border-bottom:1px dashed #BDBDBD;
	text-decoration:none;
        font-size:20px;
}

.tabs_names a:hover {
	display:block;
	float:left;
	margin:5px 10px 4px 10px;
	margin-bottom:5px;
	border-bottom:3px solid #ff5200 !important;
	text-decoration:none;
}

.label-into-shop{
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #FF5200;
	font-family: Arial;
	text-decoration: none;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.label-into-shop:hover{
	background:#FF5200;
	color:#fff;
}

.label-left .rating_block{
	margin-bottom:30px;
}
.label-left{
	float:left;
	margin:10px 0 0 75px;
}
.label-right{
	float:right;
	text-align:center;
}
.label-right img{
	margin-bottom:10px;
}

.price_no_discount{
	text-decoration: line-through;
	color: #fff;
	display: block;
	text-align: right;
	margin: 20px 0 -15px;
	font-size: 22px;
	padding: 0 30px 0px 0px;
}

.catalog_element_table td{
	vertical-align:top;
}

.collumn_1{
	width:355px;
}
.collumn_2{
	min-width:360px;
}
.collumn_3{
	width:250px;
}
.collumn_3 .access_small{
	width:245px;
}

#YTV-overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:1000;
	background:#FFF !important;
	opacity:1 !important;
}

#YTV-frame{
	display: none;
	position: fixed;
	z-index: 1500;
	top: 50% !important;
	left: 50% !important;
	margin-left: -400px;
	margin-top: -243px;
}

.video_container{
	position: relative;
	min-width: 800px;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}

.video-close{
	position: absolute;
	display: block;
	bottom: 450px;
	right: -75px;
	width: 40px;
	height: 40px;
	background: url(img/close.png) no-repeat;
	background-size: 40px;
	cursor: pointer;
}

.YTV-trigger{
	position: absolute;
	height: 180px;
	width: 320px;
	left: 0;
	top: 0;
	background:url(img/play.png) center no-repeat;
}
.YTV-trigger:hover{
	background:url(img/play.png) center no-repeat, rgba(255,255,255,0.1);
}

.video-label{
	position: absolute;
	display: block;
	bottom: 450px;
	padding: 5px;
	right: -120px;
	border: 2px dashed rgba(255, 82, 0, 0.7);
	border-radius: 10px;
	color:#FF5200;
}

.video{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.accessories-block{
	position:relative;
	margin:2px 0;
}

.accessories-block:hover .accessor-hover{
	display:block;
	border:1px solid #FF5200;
	background:#FFF;
}

div.price-new{
	font-weight: bold;
	font-size: 12pt;
	margin: 5px 0;
	color: #121212;
}

.accessories-block .accessor-hover{
	position:absolute;
	top:0px;
	z-index:100;
	display:none;
	left:-1px;
	top:-1px;
}

.tabs_names a.first_tab{
	margin-left:0px;
}
.tabs_names{
	margin-bottom:20px;
}
.tabs_name-active{
	color:#ff5200;
border-bottom:3px solid #ff5200 !important;
cursor: default;
}



.tabs_names span{
	display:block;
	float:left;
	padding:5px 10px;
}

.elem_table{
	width:100%;
	margin-bottom:20px;
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px; 
	-khtml-border-radius:0px 0px 4px 4px;
}

.general_image_a{
	text-align:center;
}
.general_image{
	max-width:360px;
	max-height:360px;
}


/* scroll images */
.catalog-element-scollimages{
	position:relative;
	width:70px;
	height:210px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:30px;
}
.scollimages-lr{
	position:absolute;
}
.scollimages-left{
	width:20px;
	height:13px;
	top:0px;
	left:35px;
	background:url('img/sc_l.png') 0 0 no-repeat;
}
.scollimages-left:hover{
	background:url('img/sc_l_a.png') 0 0 no-repeat;
}
.scollimages-right{
	width:20px;
	height:13px;
	bottom:0px;
	left:35px;
	background:url('img/sc_r.png') 0 0 no-repeat;
}
.scollimages-right:hover{
	background:url('img/sc_r_a.png') 0 0 no-repeat;
}
.scollimages-body{
	width:70px;
	height:210px;
	overflow:hidden;
	margin-left:10px;
}
.scollimages-a{
	width:50px;
	height:50px;
	padding:9px;
	vertical-align:middle;
	border:1px solid white;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px;
}
.scollimages-a a{
	margin:0;
	padding:0;
}
.max-width-height{
	max-width:50px;
	max-height:50px;
}
.zoomThumbActive img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
}

/* rating and other block */
.other_block{
	float:left;
	margin-right:15px;
	margin-left:15px;
}
.rating_block{
	float:left;
}
.rating_name{
	float:left;
	margin-right:5px;
}
.soc_seti_like{
	margin-top:13px;
	margin-left:-3px;
	margin-bottom:10px;
}

/* pricetools */
.catalog-element-image,
.catalog-element-pricetools{
	float:left;
}
.catalog-element-pricetools{
	float:right;
}
.pricetools{
	float:left;
	width:250px;
	background-color:#ff5200;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px;
}
.pricetools .pricetools-price,
.pricetools .pricetools-new_price{
	width:250px;
	padding:7px 0px;
}
.pricetools .pricetools-add2basket,
.pricetools .pricetools-buy1click{
	border-top:0px dashed #a17f64;
	background:url('img/bg_bottons.png') 0 0 repeat-x;
}
.pricetools .pricetools-buy1click{
	border-bottom:0px dashed #a17f64;
}
.pricetools .pricetools-add2basket:hover,
.pricetools .pricetools-buy1click:hover{
	background:url('img/bg_btn_hov.png') 0 0 repeat-x;
}
.pricetools .pricetools-add2basket a,
.pricetools .pricetools-buy1click a{
	display:block;
	width:250px;
	padding:7px 0px;
	font-size:20px;
	text-decoration:none;
	color:white;
}
.pricetools .pricetools-add2basket a:hover,
.pricetools .pricetools-buy1click a:hover{
	text-decoration:none;
}
.pricetools .pricetools-add2basket a{
	background:url('img/add2basket_big.png') 170px 7px no-repeat;
}
.pricetools .pricetools-buy1click{
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px; 
	-khtml-border-radius:0 0 5px 5px;
}
.pricetools-skladi{
	margin-top:10px;
}
.pricetools-skladi a:hover{
	text-decoration:none;
}
.pricetools .pricetools-price{
	padding-top:20px;
	font-size:15px;
}
.pricetools .pricetools-new_price{
	margin-top:20px;
	font-size:40px;
	font-weight:normal;
	color:white;
	margin-bottom:15px;
}

/* not popup - sstore */
.open_store{
	width:200px;
}
.open_store td.f{
	text-align:left;
}
.open_store td.s{
	text-align:right;
}

/* popup - store */
.store_popup_title{
	font-size:23px;
	font-weight:normal;
	margin-top:5px;
}
.store_quantity{
	padding-left:25px;
}
.store_quantity:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-left: -25px;
	background: url(img/check_ff5200_32.png) no-repeat;
	background-size: 100%;
	position: absolute;
}
.store_quantity_active{
	height:10px;
	overflow:hidden;
	background:url('img/store.gif') 0 -10px no-repeat;
}
.fancy_store{
	display:block;
	float:left;
	border-bottom:1px dashed black;
	text-decoration:none;
}

/* grouped properties */
.prp-goupped{
	width:340px;
}

/* little opisanie */
.ce-prev_text{
	margin-right:20px;
}
.ce-prev_text-title{
	padding:7px 16px 6px 0px;
	font-size:23px;
}
.ce-prev_text-body{
	margin:9px 15px 9px 0px;
}

/* properties -> small */
.prp_goupped_small{
	width:340px;
	margin-top:20px;
	margin-bottom:20px;
}
.prp_goupped_small-title{
	padding:7px 16px 6px 0px;
	font-size:23px;
}
.prp_goupped_small_body{
	margin:9px 15px 9px 0px;
}
.prp_goupped_small_table{
	width:100%;
}
.prp_goupped_small_table .prop2{
	background-color:#F4F4F4;
}
.prp_goupped_small_table td{
	padding:5px 0px;
}

/* extensions */
.gradient_line{
	width:240px;
	height:1px;
	background:url('img/scr_gr_l.png') 0 0 no-repeat;
}

/* instructions */
.sam_element{
	padding: 4px 10px 4px 43px;
}
.sam_element-icon_doc{
	background: url('img/icon_doc.png') 14px 5px no-repeat;
}
.sam_element-icon_excel{
	background: url('img/icon_excel.png') 14px 5px no-repeat;
}
.sam_element-icon_pdf{
	background: url('img/icon_pdf.png') 14px 5px no-repeat;
}

/* quickbuy */
.catalog_list-item-quickbuy{
	width:221px;
	height:26px;
	background:url('img/bg_quickbuy.png') 0 0 no-repeat;
	color:white;
	margin-bottom:10px;
	padding:9px 5px 2px 14px;
	font-size:11px;
	font-weight:bold;
}
.quickbuy-title{
	margin-right:42px;
	width:74px;
	height:14px;
}

/* accessories-small */
.access_small-title{
	padding:7px 16px 6px 0px;
	font-size:23px;
}
.access_small-body{
	margin:9px 15px 9px 0px;
}
.access_small-item{
	width:228px;
	float:left;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
}
.access_small-item-pic{
	text-align:center;
}
.access_small-item-name a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:220px;
	overflow:hidden;
}
.props-prev_text-body{
	line-height:26px;
}
.tabs_names.my_tabs a{
	font-size: 11pt;
    padding: 0;
    margin: 10px 0 15px;
	line-height:11pt;
	display:block;
}
.tabs_names.my_tabs a:hover{
	border-bottom:1px dashed #FF5200 !important;
}

