
.wraper dd.search{
	margin: 0;
	padding: 0;
}
.search input,
.search .but{
	width: 100px;
}
.search .inp{
	padding: 0 10px;
}

	.search .inp input{
		width:200px;
		margin: 1px 0 0 -10px;
		padding: 0 5px;
		border: 1px solid transparent;
		height:18px;

	}
	.search .but{
		padding: 0 20px 0 0;
	}
	.search .but input{
		display: block;
		margin: 0;
		padding: 0 0;
		font-size:130%;
	}



/* ==== end Search ========== */

.subscribe { 
 	display:-moz-inline-block; 
 	display:inline-block; 
 	*display:inline; padding:8px 13px; 
 	*padding-top:5px; 
 	font-size:1.2em; 
 	border:1px solid #e0e0e0; 
 	background:#3199e1; 
 	zoom:1; 
 	color:#fff;
	text-shadow:0 -0.1em #1a6ed6;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -khtml-border-radius:5px;
	box-shadow:rgba(0,0,0,0.2) 0 1px 2px; -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 2px; -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	text-decoration: none;
	cursor: pointer; cursor: hand;
	font-size:80%;
}
.subscribe small{
	color:#fff;
	font-size:80%;
	font-weight:normal;
}
.subscribe:nth-child(1n) { border:none; border-top:1px solid #a6d8f5; border-bottom:1px solid #aaa;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4bb0eb), to(#1e89d9)); background-image:-moz-linear-gradient(90deg, #1e89d9, #4bb0eb);
}
.subscribe:hover { text-decoration:none; background:#3a87d7;
	color:#fff;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(42,106,184)),color-stop(1, rgb(71,149,204)));
	background-image:-moz-linear-gradient(center bottom,rgb(42,106,184) 0%,rgb(71,149,204) 100%);
}
.subscribe:active { border-bottom:1px solid #ececec; box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px; -webkit-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px; -moz-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px; }

.disabled{
	padding:8px 13px;
	text-decoration: none;
	font-size:1.2em;
	cursor: pointer;
	color:#fff;
	zoom:1; 
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	text-shadow:0 -0.1em #fff;
	border:1px solid #e0e0e0; 
	background: #E5E5E5; /* Old browsers */
	background: -moz-linear-gradient(top, #E5E5E5 0%, #B2B2B2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#B2B2B2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* IE10+ */
	background: linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#B2B2B2',GradientType=0 ); /* IE6-9 */
}
.disabled:hover{
	background: #E5E5E5; /* Old browsers */
	background: -moz-linear-gradient(top, #E5E5E5 0%, #B2B2B2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#B2B2B2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* IE10+ */
	background: linear-gradient(top, #E5E5E5 0%,#B2B2B2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#B2B2B2',GradientType=0 ); /* IE6-9 */
}
.disabled:active{
	border-bottom:1px solid #ececec;
	box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
	-webkit-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
	-moz-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
}


/* GENERAL --> */
a{color:#0087FF;}
a:hover{color:#0087FF;text-decoration:none;}

.itemPrice{
	font-size:1.7em;
	float: left;
	/*margin: 0 300px 0 0;*/
	margin:0;
	width: auto;
	padding:3px 20px;
	background:#E3011B;
	/* margin-left:10px; */
	position:relative;
	color:#fff;
	margin-bottom:1em;
}

.itemPrice .currency{
	margin:0 0 0 .5em;
	font-size: .7em;
}
.itemPrice span{ color: #fff; }

.itemPrice i{
	top:50%;
	margin-top:-5px;
	position:absolute;
	width:10px;
	height:10px;
	border-radius:10px;
	background: #fff;
	/*background-image:url('/i/round.gif');*/
}

.itemPrice r{
	top:50%;
	margin-top:-5px;
	position:absolute;
	width:10px;
	height:10px;
	border-radius:10px;
	background: #fff;
	/*background-image:url('/i/round.gif');*/
}

.itemPrice i.l{
	left:-5px;
}

.itemPrice i.r{
	right:-5px;
}


.itemPrice .rur{
	margin-left:0.2em;
}

.p_good_col_show,
.n_good_col_show {
	padding-top:7px;
	padding-bottom:7px;
	line-height:1em;
	width:28%;
}

.p_good_col_show {
	text-align:right;
	padding-right:20px;
	background:url('/i/diap_table/delimiter.gif') repeat-y right top;
	right:0;
	top:0;
}

.n_good_col_show {
	text-align:left;
	padding-left:20px;
	background:url('/i/diap_table/delimiter.gif') repeat-y left top;
	left:0;
	top:0;
}

.p_good_col_hide,
.n_good_col_hide {
	background:#fff;
}

.p_good_col_show div strong,
.p_good_col_show a,
.p_good_col_show .good_price,
.n_good_col_show div strong,
.n_good_col_show a,
.n_good_col_show .good_price {
	font-size:75%;
}

.col_all_goods {
	font-size:100%;
	text-align:center;
	padding:0 10px;
}

.col_all_goods span {
	color:#666;
	font-size:80%;
}

.good_price .rur {
	font-size:110%;
}

.diap_price_block {
	position:relative;
	height:100%;
	margin-top:30px;
	background:url('../i/diap_table/bg.png') repeat-x left center;
	left:0;
}

.diap_price_block .currency{
	margin:0 0 0 .5em;
	font-size: 1em;
}

.left_mask,
.right_mask {
	position:relative;
	width:22px;
	height:100%;
}

.left_mask {
	background:url('../i/diap_table/left_mask.png') no-repeat left center;
	left:0;
	
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/diap_table/left_mask.png', sizingMethod='scale');
}

.right_mask {
	background:url('../i/diap_table/right_mask.png') no-repeat right center;
	right:0;
	
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/diap_table/right_mask.png', sizingMethod='scale');
}

.diap_price_table tr td {
	vertical-align:middle !important;
}



.wraper{
	margin:20px auto;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	width:expression(
		document.body.clientWidth < 1000? "1000px" : 
		document.body.clientWidth > 1300? "1300px" : "auto" 
	);
}
.shadow{
	background:#fff;
	-moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);

}
.wraper dd{overflow:hidden;padding:20px;margin:0;}

.familiar_goods{
	clear: both;
	/*float: left;*/
	margin: 1em 0;
	padding: 0.5em 0px;
}

/* GENERAL <-- */


.homWrap{
	overflow: hidden;
}
.homLeft{
	float:left;
	width: 70%;
}
.homRight{
	float: right;
	width: 27%;
}
.hAnons{
	width: 210px;
	padding: 20px;
	margin: 0 0 1em 0;
	background: #d1e0ed;
}
	.hAnons img{
		display: block;
		margin: 0 auto;
		border: 5px solid #f3f3f3 !important;
		-moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
		box-shadow: 0 2px 7px 0 rgba(0,0,0,0.5);
	}
	.hAnons .price{ font-weight: bold; }



/* pagecounting */

.pagecounting
{
	margin: 2em 0 0 0;
	padding: 0 20px 1.5em 10px;
}

.pagecounting .pageslink span
{
	color:#999999;
	margin-right:10px;
	font-size:80%;
}

.pagecounting .pages
{
	padding-bottom: 0.8em;
}

.pagecounting .pages span
{
	margin-right:2px;
	padding: 0.2em 0.6em 0.3em 0.5em;
	font-size:90%;
}

.pagecounting .pages .selected
{
	background-color: #efefef;
	color:#333;
}

/* -- pagecounting end -- */

/* header --> */
.header{
	margin:0 auto;
	background:#fff;	
}
.header dd{
	width:100%;
	min-width:1000px;
	max-width:1300px;
	width:expression(
		document.body.clientWidth < 1000? "1000px" : 
		document.body.clientWidth > 1300? "1300px" : "auto" 
	);
	margin:0 auto;
}
.header dd .dub{
	padding:20px 20px;
	overflow:hidden;
}
.header .logo{float:left; margin: 0 0 0 0; }

.header ul.menu{
	float:left;
	margin:0em 0 0 0;
	padding:0;
	overflow:hidden;
}
	.header ul.menu li{
		margin:0 25px 0 0;
		/*float:left;*/
		list-style-type:none;
		text-indent:0;
	}
		.header ul.menu li a{
			/*color:#222222;*/
		}

.header div.phone{
	margin: 0;
	float:right;
	font-size:140%;
}
.header div.phone * {text-align:right;}
.header div.phone b{}
.header div.phone a,
.header div.phone span{
	display:block;
	font-size:60%;
}

.header div.time{
	float:right;
	margin: 0 0 0 20px;
	width: 78px;
	height: 52px;
	background: url('/i/time.gif') no-repeat left top;
}
.twLogoHead{
	float: right;
	margin: 0 0 0 15px;
}

/* header <-- */


div.menu{
	float:left;
	width:20%;
	padding-bottom:3em;
}
	div.menu h4{padding:0 0 0.4em 0;margin:0;}
	div.menu ul{
		margin: 0 0 2em 0;
		padding:0;
	}
		div.menu ul li{
			list-style-type:none;
			text-indent:0;
			margin:0;
		}
			div.menu ul li span,
			div.menu ul li a{
				display:block;
				padding:0.3em 0 0.3em 10px;
			}
			div.menu ul li span {
				position:relative;
				overflow:hidden;
				margin: 0 0 0 -20px;
				padding-left: 30px;
				z-index:0;
				background: #e3011b; /* Old browsers */
				color:#fff;
				font-weight: bold
			}
			div.menu ul li span:after{
				position:absolute;
				z-index:1;
				content:'';
				right:0;top:0;
				border:1.03em solid #fff;
				border-left-color:transparent;
			}
				div.menu ul li span a{padding:0; color:#fff;}

.HOB,
div.content{
	float:right;
	width:75%;
}
.homeAnonsBlock{//overflow:hidden;margin:0 0 1em 0;}
.homeAnons{
	position:relative;
	width:26%;
	padding:2em 20px;
	margin-bottom:20px;
	//float:left;
	display:inline-block;
	vertical-align:top;
	font-size:85%;
	background:#EFF4F7;
}
	.homeAnons a h4{
		color:#0087FF;
	}
	.homeAnons h4{
		margin-bottom:0;
	}
	.homeAnons .price{
		position:absolute;
		display:block;
		bottom:0;
		left:0;
		right:0;
		padding:0.5em 20px;
		font-weight:bold;
		background:#d4e1e9;
	}
.homeParagraph{
	font-size:90%;
	padding:20px 30px;
	margin: 4em -20px -20px -35.4%;
	overflow:hidden;
	background:#EFF4F7;
}
.homeParagraph .bL{
	width:30%;
	margin:0 3% 0 0;
	//float:left;
	display:inline-block;
	vertical-align:top;
}

.catalogueTable{}
	.catalogueTable th{
		padding:1em 15px;
		font-weight: normal;
		text-align: left;
		font-size: 85%;
		color: #9b9b9b;
		border-bottom: 1px solid #DEDEDE;
	}
	.catalogueTable td{
		vertical-align: middle;
		padding:1em 15px;
		font-size:90%;
		cursor: pointer;
		border-bottom: 1px solid #DEDEDE;
	}
	.catalogueTable div{ color: #3B790D; }

	.catalogueTable tr:hover td{ background: #f3f7fa; }
	

.modPBlock{margin:0 0 3em 0;}
.modPBlock h2{
	margin:0;
	padding:0 0 0.5em 0;
	font-size:120%;
	font-weight:normal;
	background:#fff;
}
.modBlock{
	background:#EFF4F7;
	padding:0 0 5px 0;
	margin-bottom:10px;
}
	.modBlock .head{
		overflow:hidden;
		margin:0;
		padding:0.5em;
		background:#d4e1e9;
	}
		.modBlock .head span{
			display:block;
			float:right;
			color:#FE4D09;
		}
	.modBlock .text{margin:0 0 0 0.5em;font-size:90%;margin-top:0;}
.carForm{
	background:#D4E1E9;
	padding:20px;
	margin:0 0 -20px 0;
}
	.carForm table{width:auto;}
		.carForm table td{
			vertical-align:middle;
			padding:0.2em 10px;
			font-size:85%;
		}
		.carForm table td textarea,
		.carForm table td input{
			padding:0.2em 5px;
			border:1px solid #ccc;
			width:100%;
		}
		.carForm table td textarea{height:6em;}
.vendorsList{padding:1em 0 0 0;}
.vendorsList .vendorBlock{
	margin: 0 0 1em 0;
	padding:1em;
	background:#d7ebf7;
}
	.vendorsList .vendorBlock h4{margin-top:0;}
.vendorsList .catText{
	padding:1em;
	border:1px solid #ddd;
}
.textFoto {float:right;}
.textFoto img{margin-bottom:1em;float:right;}
.textFoto p{margin:-1em 0 1.5em 0;clear:both;}

.modeList{
	overflow: hidden;
	margin: 0 0 2em 0;
}
	.modeList .flLeft{
		float: left;
		width: 30%;
	}
	.modeList .flLeft h4{
		margin: 0 0 0.5em 0;
	}
	.modeList .flLeft ul{
		margin: 0 0 2em 0;
	}
	.modeList ul li {
		text-indent: 0;
		margin: 0;
		padding: 0;
	}

	.modeList ul li span,
	.modeList ul li a{
		display:block;
		padding:0.3em 0 0.3em 15px;
	}
	.modeList ul li span {
		position:relative;
		overflow:hidden;
		margin: 0 0 0 0;
		padding-left: 15px;
		z-index:0;
		background:#e3011b; /* Old browsers */
		color:#fff;
		font-weight: bold

	}
	/*.modeList ul li span:after{
		position:absolute;
		z-index:1;
		content:'';
		right:0;top:0;
		border:1.03em solid #fff;
		border-left-color:transparent;
	}*/


.homeModeList{
	background:#EFF4F7;
	margin:0 -20px 20px -20px;
	padding:40px 5% 40px 5%;
}
	.homeModeList li{
		margin: 0;
		padding: 0;
		text-indent: 0;
	}
	.homeModeList .flLeft { width:25%; }

.linkAlphavit{
	margin: 1em 0;
}

.homeCar{
	width: 1000px;
	margin: 0 auto
}
.homeCarBlock{
	overflow: hidden;
}
	.homeCarBlock .car{
		float: left;
		height: 150px;		
		text-align: center;
	}
	.homeCarBlock .car img{
		display: block;
		border: none;
	}
	.homeCarBlock .car small{
		color:#999;
		font-size:70%;
	}


.alpha{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
}
.bubForm{
	display: none;
	position: absolute;
	left: 50%;
	top:20px;
	width:500px;
	margin: 0 0 0 -250px;
	padding:20px;
	border:1px solid #ccc;
	background: #fff;
}
.formProduct{}
	.formProduct .close{
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 28px;
		height: 28px;
		cursor: pointer;
		background: url('/i/close.png');
	}
		.formProduct .close:hover{ opacity: 0.6; }
	.formProduct h3{ margin: 0 0 1em 0; }
	.formProduct table{ width: auto; }
	.formProduct td{ vertical-align: middle; padding: 0.3em 0; font-size: 85%; }
	.formProduct .name{ padding-right:25px; }
	.formProduct .inp{
		width: 250px;
		padding: 0.3em 5px;
		border:1px solid #ccc;
	}
	.formProduct .inp.err{
		-moz-box-shadow: 0 0 2px 0px red;
		-webkit-box-shadow: 0 0 2px 0px red;
		box-shadow: 0 0 2px 0px red;
	}
	.formProduct textarea.inp{ height:100px; }

/* footer --> */
#wraper .footer{
	overflow:hidden;
	padding:1em 25px;
}
.footer .left{width:20%;float:left;}
.footer #footerCounter{float:left;}
.footer .HOB{float:right;width:75%;}
.footer .phone{float:right;text-align:right;font-size:140%;}
.footer .phone a,
.footer .phone span{display:block;font-size:60%;}
/* footer <-- */



/* other --> */
.imgShadow{
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.5);
}
.catParagrpah{
	float:left;
	font-size:85%;
	background:#EFF4F7;
	margin:0 -20px -20px -20px;
	padding:20px 15% 40px 15%;
	
}
.catParagrpah h3{font-weight:bold;}
/* other <-- */




a.button1{
	padding:8px 13px;
	text-decoration: none;
	font-size:1.2em;
	cursor: pointer;
	color:#fff;
	zoom:1; 
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
	text-shadow:0 -0.1em #01518c;
	border:1px solid #e0e0e0; 
	background: #22AEFF; /* Old browsers */
	background: -moz-linear-gradient(top, #22AEFF 0%, #0063AC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22AEFF), color-stop(100%,#0063AC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #22AEFF 0%,#0063AC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #22AEFF 0%,#0063AC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #22AEFF 0%,#0063AC 100%); /* IE10+ */
	background: linear-gradient(top, #22AEFF 0%,#0063AC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22AEFF', endColorstr='#0063AC',GradientType=0 ); /* IE6-9 */
}
a.button1:hover{
	background: #0081D6; /* Old browsers */
	background: -moz-linear-gradient(top, #0081D6 0%, #00327F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081D6), color-stop(100%,#00327F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0081D6 0%,#00327F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0081D6 0%,#00327F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0081D6 0%,#00327F 100%); /* IE10+ */
	background: linear-gradient(top, #0081D6 0%,#00327F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081D6', endColorstr='#00327F',GradientType=0 ); /* IE6-9 */
}
a.button1:active{
	border-bottom:1px solid #ececec;
	box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
	-webkit-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
	-moz-box-shadow:inset rgba(0,0,0,0.3) 0 1px 2px;
}

.pgroup{
	background: #EAEFDA;
}

.homWrap .pgroup > div {
	display: inline-block;
	float: left;
}
.homWrap .pgroup .heading2 {
	display: block;
	float: none;
}
.homWrap .pgroup a {
	display: inline-block;
	line-height: 19.040000915527344px;
	list-style-type: none;
	padding-bottom: 4.079999923706055px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 4.079999923706055px;
	font-size: 14px;
}

.homWrap .pgroup .col{
	width:33.3%;
}


.pgroupTable{
	vertical-align: top;
	width:48%;
	float: left;
}

.pgroupTable.leftTable{
	margin:0 4% 0 0;
}



.pgroupTable .parent_name{
	color:#666;
	display: block;
}


.pgroupTable td{
	font-size: .9em;
	padding: 0em .5em;
	border-bottom:1px dotted #ccc;
	vertical-align: middle;
	height: 70px;
}

.pgroupTable td a{
	text-decoration: none;
}

.pgroupTable tr:nth-child(odd){

}
.pgroupTable tr:nth-child(even){
	
}
.pgroupTable .price{
	text-align: right;
	font-size:1em;
}
.pgroupTable .currency{
	font-size:smaller;
}

.delivery_info{
	clear: both;
	position: relative;
	top:-1em;
	font-size: .8em;
	background: url(/i/delivery_icon.png) left center no-repeat;
	padding:0 0 0 3em;
	height: 20px;
}

.strongtext{
	font-weight: bold;
}

.in_sight_info{
	font-size: .5em;
	font-style: italic;
	color:#666;
	padding: .5em 1em;
	position: absolute;
	left: 100%;
	top:-.3em;
	line-height: 110%;
	width: 600px;
/*	border-radius: 13px;*/

/*	-webkit-box-shadow: 1px 1px 2px -1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px -1px rgba(0,0,0,.5);*/
}

.itemRightSide .in_sight_info{
	width: 490px;
}

.in_sight_info:before{
/*	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top:30%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 0;
	border-color: transparent #FED7A3 transparent transparent;*/

}


@media (min-width: 0px) and (max-width: 1024px) {
	.in_sight_info{
		width: 460px;
	}
	.itemRightSide .in_sight_info{
		width: 250px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.in_sight_info{
		width: 660px;
	}
	.itemRightSide .in_sight_info{
		width: 460px;
	}
}

@media (min-width: 1281px) {
	.in_sight_info{
		width: 660px;
	}
	.itemRightSide .in_sight_info{
		width: 490px;
	}
}

/* говорящая голова старт */
.talking_head{
	width: 95%;
	clear: both;
	background: #EFF4F7;
	position: relative;
	border:1px solid #B4D7F1;
	border-left-width: 5px;
	padding: 1em 1em .5em 1em;
	float: left;
	margin-top: 2em;
	text-align: right;	
}

.itemRightSide .talking_head{
	width: auto;
}

table + .talking_head.afterImage{
	margin:2em 0;
}

.talking_head.afterImage{
	float: none;
	margin: 4em 0 2em 0;
}

.talking_head .t_head{
	background: url(/i/talking_head.png) no-repeat;
	width: 154px;
	height: 133px;
	position: absolute;
	bottom:-11px;
	right: 0;
}

.talking_head.afterImage .t_head{
	background: url(/i/talking_head.png) no-repeat;
	width: 154px;
	height: 133px;
	position: absolute;
	bottom:-11px;
	left: 0;
}

.talking_head.afterImage .description{
	padding: 0 0 0 150px;
	text-align: left;
}

.talking_head .description{
	font-size: 1em;
	padding: 0 100px 0 0;	
	text-align: left;

}

.talking_head .phone{
	font-size: 1.5em;
	margin:.2em 0 0 0;
}

.talking_head.afterImage .phone{

}
/* говорящая голова енд */

.tagtext{
	font-size: 1em;
	font-style: italic;
	color:#666;
	line-height: 110%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	
}

html[xmlns] .clearfix {
	
}

* html .clearfix {
	height: 1%;
	overflow: visible;
}

.itemPhoto{
	float: left;
	width: 200px;
	margin: 0 2em 0 0;
}

.itemPhoto img{
	max-width: 100%;
	display: block;
	height: auto;
}

.itemRightSide{
	overflow: hidden;
}

.wholesale{
	color:#E3011B;
	text-transform: uppercase;
	margin: .5em 0 0 0;
}