html, body{
	height:100%;
	margin:0;
}
* html body{
	height:auto;
}
body{
	font:10pt Arial, sans-serif;
	background:#fff;
	color:#343434;
	padding:0 26px;
}
h1, h2, h3, h4, h5, h6, p, ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}

.clear:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
img{
	border:none;
}
form{
	margin:0;
	display:inline;
}
a{
	color:#ed1c24;
}
a:hover{
	text-decoration:none;
}
#mainholder{
	margin:0 auto;
	min-width:948px;
	max-width:1280px;
	min-height:100%;
}
* html #mainholder{
	height:100%;
}
#main{
	width:100%;
	overflow:hidden;
	min-height:100%;
	position:relative;
}
* html #main{
	height:100%;
`
}
#header{
	width:100%;
	background:url(../i/header-bg.jpg) no-repeat 294px 0;
	position:relative;
	padding-top:1px;
}
.logo{
	position:absolute;
	left:0;
	top:45px;
	z-index:20;
}
.logo a{
	display:block;
	background:url(../i/logo.png) no-repeat;
	width:180px;
	height:64px;
	overflow:hidden;
	text-indent:-9999px;
}
.phone{
	position:absolute;
	right:0;
	top:40px;
	text-align:right;
	font-size:9pt;
	color:#242424;
}

.tel{
	margin:0 0 5px 0;
	display:block;
	clear:both;
	float:right;
}
* html .tel{
	float:none;
}
*+html .tel{
	float:none;
}
.phone p{
	margin:5px;
	clear:both;
	white-space:nowrap;
}
.phone2{
	float:right;
}
div.phone2{
	clear:both;
	float:right;
}
div.phone2 p{
}
div.phone2 img{
	margin:0 0 0 5px;
	float:none;
	display:inline;
}
img.phone2{
	margin:13px 10px 10px 0;
	float:right;
	clear:none;
}
.help{
	float:left;
	background:url(../i/help.png) no-repeat 0 2px;
	padding:1px 0 1px 23px;
	color:#242424;
	line-height:18px;
	margin:10px 0 0 25px;
}
.help:hover{
	color:#ED1C24;
}
.menuholder{
	margin:156px 0 0 0!important;
	overflow:hidden;
	height:1%;
}
#menu{
	float:left;
	height:37px;
}
#menu li{
	float:left;
	margin:0 2px 0 0;
	color:#fff;
	height:37px;
	position:relative;
}
#menu li a{
	float:left;
	display:block;
	color:#fff;
	font-size:10pt;
	line-height:37px;
	text-decoration:none;
	padding:0 9px;
	background:#4e4e4e;
	border-right:1px solid #fff;
}
#menu li em{
	position:absolute;
	display:block;
	width:9px;
	height:37px;
	font-size:1px;
	line-height:1px;
	margin:0;
	font-style:normal;
}
#menu li em.left{
	background:url(../i/menu-left.png) no-repeat;
	left:0;
	top:0;
	height:50px!important;
}
#menu li em.right{
	background:url(../i/menu-right.png) no-repeat;
	right:0;
	top:0;
}
#menu li.eshop{
}
#menu li.eshop a{
	background:#ed1c24;
}
#menu li.eshop em.left{
	background:url(../i/eshop-left.png);
}
#menu li.eshop em.right{
	background:url(../i/eshop-right.png);
}
#menu li.active, #menu li.hover, #menu li:hover{
	z-index:2;
}
#menu li.active a, #menu li.hover a, #menu li:hover a{
	background:#242424;
}
#menu li.active em.left, #menu li.hover em.left, #menu li:hover em.left{
	background:url(../i/menu-active-left.png) no-repeat;
	left:-9px;
	width:19px;
	height:45px;
}
#menu li.active em.right, #menu li.hover em.right, #menu li:hover em.right{
	background:url(../i/menu-active-right.png) no-repeat;
	right:-9px;
	width:19px;
}
.tabsholder{
	background:#242424;
	height:50px;
	clear:both;
	position:relative;
	width:100.1%;
}
.tabsholder span.def{
	display:block;
	width:9px;
	height:11px;
	position:absolute;
	font-size:1px;
	line-height:1px;
}
.tabsholder span.tl{
	top:0;
	left:0;
	background:url(../i/tabs-t-l.png) no-repeat;
}
.tabsholder span.tr{
	top:0;
	right:0;
	background:url(../i/tabs-t-r.png) no-repeat;
}
.tabsholder span.bl{
	bottom:0;
	left:0;
	background:url(../i/tabs-b-l.png) no-repeat;
}
.tabsholder span.br{
	bottom:0;
	right:0;
	background:url(../i/tabs-b-r.png) no-repeat;
}
.tabsholder ul{
	padding:15px 0 0 15px;
	display:none;
}
.tabsholder ul li{
	display:inline;
	background:url(../i/devider1.png) no-repeat 0 2px;
	padding:0 5px 0 7px
}
.tabsholder ul li:first-child{
	background:none;
}
.tabsholder ul li a{
	color:#fff;
	text-decoration:none;
}
.tabsholder ul li a:hover{
	text-decoration:underline;
}
.tabsholder ul li span{
	color:#fff;
	font-weight:bold;
}
.brendsnav{
	margin:25px 0;
	float:left;
	width:100%;
}
#content .brendsnav{
	float:none;
}
.brends{
	overflow:hidden;
	padding:10px 15px;
}
.brends li{
	display:inline;
	padding:3px 10px 3px 0;
	line-height:24px;
}
.brends li a{
	color:#242424;
	font-size:10pt;
	text-decoration:none;
}
.brends li a:hover{
	text-decoration:underline;
}
.brends li em{
	color:#545454;
	padding:0 0 0 3px;
}
.brends li .active{
	font-weight:bold;
}
.block{
	background:#f7f7f7;
	position:relative;
}
* html .opros{
	height:1%;
}
.block:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.block .blockcontent{
}
.block .blockcontent:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.block span.default{
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.block span.tl{
	top:0;
	left:0;
	background:url(../i/block-t-l.png) no-repeat;
}
.block span.tr{
	top:0;
	right:0;
	background:url(../i/block-t-r.png) no-repeat;
}
.block span.bl{
	top:auto;
	left:0;
	background:url(../i/block-b-l.png) no-repeat;
	margin-top:-12px!important;
}
.block span.br{
	top:auto;
	margin-left:100%;
	margin-top:-12px!important;
	left:-12px;
	background:url(../i/block-b-r.png) no-repeat;
}
* html .block span.br{
	margin-top:0;
}
* html .block span.bl{
	margin-top:0;
}
*:first-child+html .block span.br{
	margin-top:0;
}
*:first-child+html .block span.bl{
	margin-top:0;
}
.nav .blockcontent{
	padding:5px 0;
}
.nav ul{
	margin:10px 10px 10px 20px;
}
.nav ul li{
	color:#343434;
	font-size:10pt;
	line-height:18px;
}
.nav ul li a{
	color:#343434;
	background:url(../i/bulet1.png) no-repeat 2px -9px;
	padding:0 0 0 10px;
}
.nav ul li.active{
	background:url(../i/bulet9.png) repeat-y 3px 0;
	zoom:1;
	margin-bottom:0;
}
.nav ul li.active a{
	margin-top:-1px;
	display:block;
}
.nav ul li.active ul{
	margin:0 0 0 1px;
	padding-top:4px;
}
* html .nav ul li.active ul{
	padding-top:5px;
}
.nav ul li.active ul li a{
	background:url(../i/bulet8.png) no-repeat 2px 8px;
	padding-left:30px;
	margin:0;
	display:inline;
}
.nav ul li.active ul li.last a{
	background:url(../i/bulet10.png) no-repeat 2px 8px;
}
.search{
	float:right;
	padding:16px 10px 0 0;
}
.searchinput{
	float:left;
	height:18px;
	padding:0 0 0 10px;
	background:#fff url(../i/search-left.png) no-repeat;
	border:none;
}
.sendsearch{
	float:left;
}
h3{
	color:#b9b9b9;
	margin:20px 0 20px 0;
	padding-left:35px;
	font-size:18pt;
	clear:both;
}
h3.red{
}
h3 a{
	color:#b9b9b9;
	text-decoration:none;
}
.hotsale{
}
.hotsale li{
	overflow:hidden;
	height:1%;
	padding-bottom:8px;
}
.hotsale li a{
	font-size:8pt;
	color:#fff;
	line-height:19px;
	cursor:pointer;
	display:block;
	height:19px;
	text-decoration:none;
}
.hotsale li strong{
	background:url(../i/hotsale1.png) no-repeat;
	width:180px;
	height:19px;
	float:left;
	font-weight:normal;
	padding-left:7px;
	margin-right:10px;
}
.hotsale li a:hover strong{
	text-decoration:underline;
}
.hotsale li span{
	width:93px;
	height:19px;
	float:left;
	background:url(../i/hotsale2.png) no-repeat;
	padding:0 4px;
	text-align:center;
}
.hotsale li span em{
	font-style:normal;
	text-decoration:line-through;
	padding-right:5px;
}
.opros .blockcontent{
	padding:10px 25px;
	overflow:hidden;
	height:1%;
}
.vote{
	float:right;
	background:url(../i/bulet2.png) no-repeat 100% 5px;
	padding-right:7px;
}
.opros strong{
	font-size:10pt;
}
.opros div div{
	margin:10px 0;
	font-size:8pt;
	clear:both;
}
.opros .blockcontent div:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.opros input{
	float:left;
}
.opros label{
	float:right;
	text-align:left;
	width:220px;
	padding-top:3px;
}
#column1{
	width:300px;
	float:left;
	padding-bottom:120px;
	overflow:hidden;
}
.content-holder{
	margin:0 0 0 345px;
}
#content{
	width:100%;
	float:left;
	padding-bottom:120px;
}
.spez{
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}

.spez td{
	border-collapse:collapse;
	margin:0;
	padding:0;
	vertical-align:top;
	width:50%;
}
.spez .descrip-text{
    padding:5px 20px 5px 5px;
}
.tovar{
	padding:25px;
	font-size:10pt;
}
.tovar:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.tovar .img{
	float:left;
	width:120px;
}
.tovar .describeh{
	margin-left:125px;
}
.tovar .describe{
	float:left;
	width:100%;
}
.tovar h2{
	font-size:10pt;
	margin:0 0 10px 0;
}
.tovar .describe{
	font-size:9pt;
}
.tovar .price{
	color:#ed1c24;
	font-size:15pt;
	margin:10px 0 0 0;
	display:block;
}
.tovar .price-holder .price{
	display:inline;
}
.tovar .price-holder .start-price{
	font-size:13pt;
	padding:0 10px 0 0;
}
.tovar .price-holder .start-price em{
	text-decoration:line-through;
}
.cardtovar{
	padding:15px 0 0 0;
}
.cardtovar:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cardtovar .img{
	float:left;
	width:300px;
	text-align:center;
}
.cardtovar .describeh{
	margin:0 30px 0 300px;
}
.cardtovar .describe{
	float:left;
	width:100%;
	padding:0 0 0 10px;
}
.cardtovar .price{
	color:#ed1c24;
	font-size:15pt;
	margin:10px 0 0 0;
	display:block;
}
.opisanie{
	border-collapse:collapse;
	width:100%;
}
.opisanie td{
	padding:3px 0 3px 20px;
	border-collapse:collapse;
	vertical-align:top;
}
.opisanie td.first{
	width:160px;
}
.opisanie .odd td{
	background:#f7f7f7;
}
ul.text li{
	padding:2px 0 2px 8px;
	background:url(../i/bulet7.png) no-repeat 0 8px;
}
.link1{
	display:block;
	margin:15px 0 15px 20px;
}
.zoom{
	display:block;
	background:url(../i/zoom.png) no-repeat 0 3px;
	padding-left:15px;
	font-size:8pt;
	width:60px;
	color:#000000;
	text-decoration:none;
	margin:0 auto;
}
.zoom:hover{
	text-decoration:underline;
}
.cardop{
	clear:both;
}
.cardop .blockcontent{
	padding:10px;
}
.minimage{
	text-align:left;
}
.minimage li{
	display:inline;
	padding: 0 5px;
}
.newsitem{
	margin:20px 0;
	font-size:10pt;
}
.newsitem .blockcontent{
	padding:5px 21px 15px 21px;
}
.newsitem:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.newsitem h4{
	font-size:14pt;
	color:#ed1c24;
	margin:10px 0;
}
.newsitem h4 span{
	color:#4e4e4e;
	padding-left:5px;
}
.newsitem img{
	float:left;
	margin:0 10px 10px 0;
}
.newsitem .vote{
	font-size:8pt;
}
.breadcrumbs{
}
.breadcrumbs ul{
	padding: 10px 0 10px 10px;
	overflow:hidden;
	height:1%;
}
.breadcrumbs ul li{
	float:left;
	color:#4e4e4e;
	padding-right:3px;
}
.breadcrumbs ul li a{
	color:#4e4e4e;
	float:left;
	padding-right:7px;
	background:url(../i/bulet3.png) no-repeat 100% 7px;
}
.selects .blockcontent{
	padding:10px;
}
.selects label{
	font-weight:bold;
	padding:0 5px 0 15px;
}
.selects select{
	width:20%;
}
.attrznach{
	margin:10px;
}
.attrznach li{
	padding-left:15px;
	background:url(../i/bulet4.png) no-repeat 0 7px;
	margin:3px 0;
}
.attrznach li:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.attrznach li span{
	margin:0 5px;
}
.attrznach li .attr{
	font-weight:bold;
}
.del{
	display:inline-block;
	background:url(../i/del.png) no-repeat 0 0;
	width:10px;
	height:10px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 0;
	font-size:10px;
	line-height:10px;
}
a.del:hover{
	background:url(../i/del.png) no-repeat 0 -10px;
}
.options{
	overflow:hidden;
	height:1%;
	padding:10px;
	margin:10px;
}
.sort{
}
.sort span{
	font-weight:bold;
	float:left;
}
.sort a{
	background:#f7f8f9 url(../i/sort-bg.png) no-repeat -2px 100%;
	height:24px;
	float:left;
	position:relative;
	color:#8c8c8c;
	font-weight:normal;
	text-decoration:none;
	margin:0 5px;
	line-height:24px;
}
.sort a:hover{
	text-decoration:underline;
}
.sort a span{
	font-weight:normal;
	padding:0 10px 0 13px;
	background:url(../i/bulet5.png) no-repeat;
}
.sort a span.t{
	background-position: 5px -47px;
}
.sort a span.b{
	background-position: 5px -71px;
}
.sort a.active span.t{
	background-position: 5px 3px;
}
.sort a.active span.b{
	background-position: 5px -22px;
}
.sort a em{
	position:absolute;
	right:0;
	top:0;
	background:url(../i/sort-bg.png) no-repeat 0 100%;
	display:block;
	width:2px;
	height:24px;
}
.sort a.active{
	background:#f0f0f0 url(../i/sort-bg.png) no-repeat -2px 0;
}
.sort a.active span{
	font-weight:bold;
	background:url(../i/bulet5.png) no-repeat 5px 3px;
}
.sort a.active em{
	background:url(../i/sort-bg.png) no-repeat 0 0;
}
.pages{
	float:right;
}
.pages li{
	float:left;
	padding:0 3px;
	height:24px;
	line-height:24px;
	font-size:10pt;
	color:#8C8C8C;
	text-align:center;
}
.pages li a{
	color:#8C8C8C;
	text-decoration:none;
	float:left;
	width:20px;
	background:#f7f8f9 url(../i/sort-bg.png) no-repeat -2px 100%;
	position:relative;
	padding:0 2px;
}
.pages li a em{
	position:absolute;
	right:0;
	top:0;
	background:url(../i/sort-bg.png) no-repeat 0 100%;
	display:block;
	width:2px;
	height:24px;
}
.pages li a:hover{
	background:#f0f0f0 url(../i/sort-bg.png) no-repeat -2px 0;
}
.pages li a:hover em{
	background:#f0f0f0 url(../i/sort-bg.png) no-repeat 0px 0;
}
.pages li span{
	font-weight:bold;
	float:left;
	width:20px;
	background:#f0f0f0 url(../i/sort-bg.png) no-repeat -2px 0;
	position:relative;
	padding:0 2px;
}
.pages li span em{
	position:absolute;
	right:0;
	top:0;
	background:#f0f0f0 url(../i/sort-bg.png) no-repeat 0px 0;
	display:block;
	width:2px;
	height:24px;
}
.pages li.prev, .pages li.next{
	padding:7px 3px 0 3px;
	height:17px;
}
.pages li.prev a, .pages li.prev span, .pages li.next a, .pages li.next span{
	display:block;
	float:left;
	width:14px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../i/bulet6.png) no-repeat;
	padding:0;
}
.pages li.prev a{
	background-position: 0 -9px;
}
.pages li.prev a:hover{
	background-position:0 0;
}
.pages li.prev span{
	background-position: 0 0;
}
.pages li.next a{
	background-position:-14px -9px;
}
.pages li.next a:hover{
	background-position: -14px 0;
}
.pages li.next span{
	background-position:-14px 0;
}
.param{
}
.param li{
	color:#242424;
}
.param span{
	color:#b8b8b8;
}
.more{
	display:block;
	height:23px;
	color:#fff;
	float:left;
	background:url(../i/zakaz.png) repeat-x 0 -23px;
	position:relative;
	text-decoration:none;
	margin-top:15px;
}
.more:hover{
	text-decoration:underline;
}
.more span{
	padding:0 15px 0 23px;
	line-height:23px;
	display:block;
	position:relative;
	z-index:1;
}
.more em{
	display:block;
	width:23px;
	height:23px;
	position:absolute;
	top:0;
	background:url(../i/zakaz.png) no-repeat;
}
.more .left{
	background-position:0 0;
	left:0;
}
.more .right{
	margin-left:100%;
	left:-23px;
	background-position:0 -46px;
}
.send{
	float:right!important;
	margin-right:40px;
}
.zakazat em{
	background:url(../i/send.png) no-repeat;
}
.zakaz{
	float:left;
	margin:15px 0 0 0;
	clear:both;
}
.zakaz .blockcontent{
	padding:10px;
}
.zakaz h4{
	padding:0 10px 0 20px;
	background:url(../i/zakaz2.png) no-repeat;
	color:#ee2b32;
	font-weight:bold;
	cursor:pointer;
	clear:both;
}
.zakaz h4.open{
	background-position:0 -22px;
}
.zakazoformit{
	clear:both;
	overflow:hidden;
}
* html .zakazoformit{
	height:1%;
}
.zakazoformit .blockcontent{
	padding:10px;
}
.zakazoformit label{
	font-weight:bold;
	float:left;
	width:15%;
	padding-left:2%;
}
.zakazoformit p{
	margin:20px 10px 30px;
}
.zakazoformit input{
	width:30%;
	float:left;
	border:1px solid #dadada;
	padding:0 3px;
}
.zakazoformit textarea{
	width:77.25%;
	float:left;
	border:1px solid #dadada;
}
.zakazoformit input.addres{
	width:77.25%;
	float:left;
}
.zakazoformit .capcha{
	padding:15px 0 0 0;
}
.zakazoformit .capcha *{
	float:left;
}
.zakazoformit .capcha input{
	margin:10px 10px 0 10px;
}
.zakazoformit .capcha .more{
	margin-top:10px;
}
.zakazoformit div{
	padding:5px 0;
}
.zakazoformit div:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.1zakazoformit .blockcontent:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.zakazoformit .blockcontent{
}
.blockcomment{
	border-bottom:1px solid #f7f7f7;
	padding:0 0 16px 0;
	margin-top:16px;
}
.blockcomment .head{
	overflow:hidden;
	height:1%;
	clear:both;
}
.blockcomment .head span{
	display:block;
	float:left;
}
.blockcomment .head span.model{
	float:right;
	color:#808080;
	font-style:italic;
}
.blockcomment .head span.date{
	color:#808080;
	background:url(../i/date.png) no-repeat 0 3px;
	padding-left:12px;
}
.blockcomment .head span.name{
	color:#343434;
	font-weight:bold;
	padding:0 3px;
}
.blockcomment .head span.city{
	color:#343434;
}
#mainfooter{
	min-width:948px;
	max-width:1280px;
	margin:-120px auto 0 auto;
	height:120px;
	clear:both;
	position:relative;
}
#footer{
	width:100%;
	padding:20px 0;
}
.footnav{
}
.footnav li{
	display:inline;
	padding-right:5px;
	color:#343434;
	font-size:9pt;
}
.footnav li a{
	color:#343434;
	font-size:9pt;
}
#footer p{
	color:#828282;
	font-size:8pt;
	margin:7px 0;
}
.copy{
	padding-top:10px;
}
.dev{
	position:absolute;
	right:0;
	bottom:12px;
}
.dev a{
	color:#828282;
}
div.text p{
	margin:10px 0;
}
div.text table{
	width:100%;
	margin:10px 0;
	font-size:9pt;
	border-collapse:collapse;
}
div.text table th, div.text table td{
	vertical-align:top;
	border:1px solid #e6e6e6;
	padding:2px 10px;
	border-collapse:collapse;
}
div.text table .img td{
	text-align:center;
}
div.text h2{
	margin:10px 0;
}
div.text a{
	color:#4e4e4e;
}
.image{
	float:left;
	width:200px;
	text-align:center;
	padding:5px 0;
}
.image span{
	display:block;
	padding: 5px 20px 0 20px;
	font-size:8pt;
}
.image a{
	color:#4e4e4e;
}
.margintop{
	margin:10px 0;
}
.addr .blockcontent{
	padding:20px;
}
#err404{
}
#err404 .logo{
	width:180px;
	margin:0 auto;
}
h3.err404{
	margin:0 auto 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	width:500px;
	padding:30px 0;
}
ul.err404{
	clear:both;
	width:700px;
	margin:0 auto;
}
ul.err404 li{
	display:inline;
	padding:0 15px;
}
#err404footer{
	position:relative;
	color:#828282;
	padding-top:100px;
}
img.err404{
	display:block;
	margin:0 auto;
}
.logo404{
	width:180px;
	margin:0 auto 0 auto;
	display:block;
	padding-top:40px;
}
.logo404 a{
	display:block;
	background:url(../i/logo.png) no-repeat;
	width:180px;
	height:64px;
	overflow:hidden;
	text-indent:-9999px;
}
/**************************/
.arhopr{
	margin:20px 0;
	font-size:10pt;
}
.arhopr .blockcontent{
	padding:5px 21px 15px 21px;
}
.arhopr:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.arhopr h4{
	font-size:14pt;
	color:#ed1c24;
	margin:10px 0;
}
.arhopr h4 span{
	color:#4e4e4e;
	padding-left:5px;
	font-size:10pt;
	font-weight:bold;
}
.arhopr .variant{
	margin:10px 0;
}
.arhopr strong{
	line-height:20px;
}
.arhopr .visio{
	font-size:10pt;
	line-height:14px;
}
.arhopr .visio img{
	margin:0 0 3px 0;
}
.arhopr .visio span{
	padding-left:10px;
}
.opros .variant{
	margin:10px 0;
}
.opros p{
	line-height:16px;
}
.opros p.kolvo{
	line-height:20px;
	margin:15px 0;
	font-size:9pt;
}
.opros p.kolvo em{
	font-weight:bold;
	font-size:10pt;
	font-style:normal;
}
.opros .visio{
	font-size:10pt;
	line-height:12px;
	margin:0;
}
.opros .visio img{
	margin:0 0 3px 0;
}
.opros .visio span{
	padding-left:10px;
	font-size:9pt;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine{
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_overlay{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#666;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	height:100%;
	width:100%;
}
* html #TB_overlay{ /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window{
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #666;
	background:#fff;
}
* html #TB_window{ /* ie6 hack */
	position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image{
	display:block;
	padding: 15px 15px 0 15px;
}
#TB_caption{
	display:none;
}
#TB_closeWindow{
	height:25px;
	padding:11px 0 10px 0;
	background:#fff;
	display:block;
	text-align:center;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:7px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load{ /* ie6 hack */
	position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect{ /* ie6 hack */
	position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.priceattr{
	clear:both;
	margin-top:10px;
	float:none;
}
.priceattr label{
	width:43px;
	display:block;
	float:left;
	margin-left:80px;
}
.form{
	overflow:hidden;
	height:1%;
}
.bannerLeft{
	margin: 23px 0;
}
.thanks{
	float: left;
	margin:25px 0 0 30px;
	color:#EE2B32;
}
.errholder{
	width:30%;
	margin:10px 10px 0 10px;
	padding:0!important;
}
.errholder input{
	width:100%;
	margin:0!important;
}
#err{
	display:block;
	clear:both;
	width:100%;
}
#err span{
	color:#ED1C24;
	font-size:12pt;
	text-align:center;
	display:block;
	width:100%;
}
#dle-captcha a{
	display:block;
	float:none;
	width:120px;
	text-align:center;
}
.brend-detail{
	margin:15px 0;
}
.brend-detail .blockcontent{
	padding:10px;
	text-align:center;
}
.brend-detail a{
	font-weight:bold;
}
.podbor{
	overflow:hidden;
	height:1%;
	position:relative;
}
.podbor .blockcontent{
	padding:10px;
}
.podbor .search{
	overflow:hidden;
	float:none;
	clear:both;
	height:1%;
	padding:0;
}
.podbor .searchinput{
	float:left;
	height:22px;
	padding:1px 0 0 10px;
	font-size:12pt;
	background:#fff url(../i/search-left2.png) no-repeat;
	border:none;
	width:80%;
}
.podbor .sendsearch{
	float:left;
}
.podbor p{
	margin:5px 0 10px 10px ;
}
.podbor .results{
	margin:10px;
}
.podbor .results li{
	margin:5px 0;
}
.podbor .ajaxloader{
	background:url(../i/ajax-loader.gif) no-repeat 50% 0;
	width:32px;
	height:32px;
	position:absolute;
	bottom:20px;
	left:120px;
	z-index:5;
}
.exemple{
	margin: 0 0 0 10px;
	color:#aaa;
	font-size:9pt;
}
.exemple a{
	text-decoration:none;
	border-bottom:1px dashed #ED1C24;
}
.exemple a:hover{
	border-bottom:none;
}
.star{
	color:#ED1C24;
	padding:0 3px;
	float:none!important;
}
.star2{
	color:#ff8f74;
	padding:0 3px;
	text-decoration:blink;
}
.absent{
	font-weight: bold;
	color: red;
}
