/* CSS layout */
* {
	margin:0;
	padding:0;
}

body{
	font-size:11px;
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Arial, sans-serif;
}
#wrapper{
	width:798px;
	margin:0 auto;
}
img{
	border:none;
}
h1,h2{
	font-size:12px;
	text-transform:uppercase;
	line-height:120%;
}
h1 span{
	color:#fff;
}
h2 span{
	color:#666;
}
a{
	color:#000;
}
a:hover{
	color:#464444;
}
a.red:hover{
	color:#e70000;
}

a.white{
	color:#FFFFFF;
}

a.blue{
	color:#00417a;
}

/*Header*/
#header_container{
	width:100%;
	height:137px;
	overflow:hidden;
	position:relative;
}
#logo_st{
	width:200px;
	height:150px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:5;
	float:left;
	}
	
	
#logo_pl{
	width:201px;
	height:137px;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:0;
	background:#FFF url('../img/logo_bg.jpg') repeat-x bottom;
}
#logo_pl_bg{
	left:0px;
	top:16px;
	width:29px;
	height:121px;
	position:absolute;
	background:url('../img/logo_left_bg.jpg') no-repeat;
	z-index:3;
}
#logo{
	width:176px;
	height:39px;
	left:15px;
	top:67px;
	position:absolute;
	z-index:5;
}
#top_logo{
	width:78px;
	height:46px;
	left:65px;
	top:18px;
	position:absolute;
	z-index:6;
	}
#header{
	width:420px;
	height:137px;
	float:left;
	position:relative;
	background:#d2d2d2 url('../img/header.jpg') no-repeat bottom;
}
#header p{
	top:35px;
	left:60px;
	font-size:11px;
	color:#fff;
	position:absolute;
	z-index:6;
}

#contacts{
	width:177px;
	height:121px;
	float:left;
	border-top:0px #e0e0e0 solid;
	background:#ffcb08;
}
#contacts ul{
	padding:2px 0 4px 7px;
}
#contacts li{
	padding:0 6px;
	display:inline;
	list-style:none;
}
#contacts a{
	font-size:10px;
	color:#000;
	padding-right:2px;
}
#contacts a:hover{
	color:#352f2f;
}
#contacts span{
	font-size:10px;
	color:#ff290c;
}
#phone{
	font-size:21px;
	margin-left:1px;
	height:30px;
	padding-left:48px;
	padding-top:25px;
	background:#ffcb08 url('../img/phone3.gif') no-repeat 5% 80%;
}
#phone span{
	font-size:14px;
	color:#838383;
}

#mail{
	font-size:18px;
	margin-left:1px;
	height:60px;
	padding-left:45px;
	padding-top:20px;
	background:#ffcb08 url('../img/mail2.gif') no-repeat 5% 30%;;
}
#mail span{
	font-size:13px;
	color:#000000;
}

}


#icq{
	width:90px;
	height:46px;
	font-size:10px;
	padding:2px 0 0 55px;
	margin:10px 0 0 15px;
	background:#ffd12a /*url('../img/icq.jpg') no-repeat*/;
}
#icq b{
	font-size:11px;
	position:relative;
	top:-4px;
}
#icq_status{
	position:absolute;
	padding-left: 36px;
	padding-top: 83px;
	margin: 0px;
}

/*Header*/
/*Navigation*/
#main_nav{
	height:28px;
	margin-top:1px;
	margin-bottom:1px;
	position:relative;
	background:#d2d2d2 url('../img/nav_bg.jpg') repeat-x;
}
#main_nav ul{
	padding:2px 0 0 23px;
}
#main_nav li{
	float:left;
	list-style:none;
	background: url('../img/tab_right.jpg') no-repeat right top;
}
#main_nav a{
	color:#000;
	font-weight:bold;
	display:block;
	font-size:12px;
	text-decoration:none;
	padding:4px 16px;
	background:url('../img/tab_left.jpg') no-repeat top left;
}
#main_nav a:hover{
	color:#656565;
}
#stripe{
	height:10px;
	margin-bottom:1px;
	overflow:hidden;
	background:url('../img/stripe.jpg');
}
/*Navigation*/
/*Search*/
#search{
	width:177px;
	height:21px;
	right:0;
	top:0;
	padding-top:7px;
	position:absolute;
	background:#e7e7e7;
}
input.text{
	width:102px;
	height:14px;
	font-size:10px;
	padding:0 4px;
	margin-right:10px;
	margin-left:20px;
	border:1px #000 solid;
	background:#e7e7e7;
}
#search input.icon{
	margin-bottom:-1px;
}

#sertificat{
	font-size:13px;
	color:#000000;
}


#sertificat a{
	color:#000000;
	font-size:16px;
	
}
/*Search*/
/*Left Nav*/
#left_nav_hd{
	width:190px;
	height:33px;
	padding-top:7px;
	padding-left:10px;
	background:#dadada url('../img/left_nav_hd.jpg') no-repeat;
}
#left_nav{
	width:195px;
	padding:12px 0 20px;
	border-left:5px #ebbb07 solid;
	background:#ffcb08;
	position:relative;
	z-index: 50;
}
/*
#left_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#left_nav ul li {
	position: relative;
	padding-left:19px;
	background:url('../img/arrow.jpg') no-repeat 2% 50%;
	}
#left_nav ul li a {
	color:#333333;
	font-weight:bold;
}
#left_nav ul li a:hover {
	color:#4e4c4c;
}
*/
/*
#left_nav ul { margin: 0; padding: 0; list-style: none; z-index: 50;}
#left_nav ul li { position: relative; padding-left:19px; background:url('../img/arrow.jpg') no-repeat 2% 50%; z-index: 50; white-space: nowarp;}
#left_nav li ul { position: absolute; left: 195px; top: 0; display: none; border: 1px solid #ffffff; background: #cccccc; padding: 5px 15px 5px 5px; z-index: 50;}
/*#left_nav ul li a { display: block; text-decoration: none; color: #333333; font-weight:bold; z-index: 50;} */
/*#left_nav ul li a:hover { color:#4e4c4c; z-index: 50;}*/
/*#left_nav li:hover ul { display: block; z-index: 6000;}
#left_nav li:hover ul, #left_nav li.over ul { display: block; z-index: 6000;}
*/



#nav_con{
	width:23px;
	height:20px;
	position:absolute;
	bottom:0;
	left:177px;
	background:url('../img/yellow_corner.jpg') no-repeat;
}
/*Left Nav*/
/*Login*/
#login_hd,.left_hd{
	border-top:1px #fff solid;
	width:195px;
	height:33px;
	padding-top:7px;
	padding-left:10px;
	background:#dadada url('../img/login_hd.jpg') no-repeat;
}
form.login {
	width:165px;
	padding:18px 20px;
	position:relative;
	border-bottom:5px #fff solid;
}
form.login label{
	display:block;
	width:45px;
	float:left;
}
form.login input{
	width:102px;
	height:14px;
	font-size:10px;
	padding:0 4px;
	margin:2px 0;
	border:1px #000 solid;
	background:#e7e7e7;
}
form.login input.but{
	width:50px;
	height:17px;
	border:none;
	font-weight:bold;
	color:#fff;
	padding-bottom:5px;
	position:absolute;
	left:120px;
	top:65px;
	background:url('../img/button_login.jpg') no-repeat;
}
.but{
	height:17px;
	border:none;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding-bottom:5px;
	background:url('../img/button_login.jpg');

}
form.login p{
	padding-top:5px;
}
/*Login*/
/*Banners*/
.banner1{
	width:205px;
	height:142px;
	border-bottom:1px #fff solid;
}
.banner2{
	width:205px;
	height:160px;
}
/*Banners*/
/*Right Col News*/
#news_hd{
	width:167px;
	height:33px;
	padding-top:7px;
	padding-left:10px;
	background:#dadada url('../img/news_hd.jpg') no-repeat;
}
.news{
	border-bottom:1px #fff solid;
	padding-bottom:15px;
	background: url('../img/news_corn.jpg') no-repeat left bottom;
}
.news p{
	margin:10px 20px 10px 15px;
	padding-bottom:9px;
	position:relative;
	background: url('../img/news_bg.jpg') repeat-x bottom;
}
.news p.last{
	background:none;
}
.news img{
	position:relative;
	left:2px;
	bottom:-7px;
}
.news span{
	color:#666;
}
#vote_hd,.right_hd{
	width:167px;
	height:33px;
	padding-top:7px;
	padding-left:10px;
	background:#dadada url('../img/vote.jpg') no-repeat;
}
.right_hd{
	border-top:1px #fff solid;

}
#vote p{
	padding-top:5px;
	padding-left:15px;
}
#vote ul{
	list-style:none;
	padding-left:15px;
}
#vote input.radio{
	margin-left:5px;
	margin-right:3px;
	margin-bottom:-3px;
}
#vote input.but{
	width:80px;
	margin:5px 0 10px 40px;
}
/*Right Col News*/
#left_col {
	width:205px;
	float:left;
}
#right_col {
	width: 177px;
	float:right;
}
#page_content {
	width:415px;
	float:left;
	position:relative;
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
}
#page_content p {
	padding-top: 10px;
}
#page_content ul {
	padding-left: 20px;
	list-style-type: disk;
}
#page_content ul li {
	list-style-type: disk;
}


#content_wrapp{
	padding:0 8px;
}

#prod_desc ul {
	padding-left: 20px;
}

#container {
	position: relative;
	width: 100%;
	overflow:hidden;
	background:url('../img/bg.jpg') repeat-y;
}
#footer{
	height:57px;
	clear:both;
	margin-top:25px;
	border-bottom:2px #e7e7e7 solid;
}
#content_bot_line{
	width:396px;
	height:1px;
	position:absolute;
	top:-27px;
	left:9px;
	border-top:1px #c3c3c3 solid;
	z-index:20;
}
#copyright,#right_bot{
	color:#666;
	height:40px;
	float:left;
	text-align:center;
	border-top:1px #9c9c9c solid;
	background:#f3f3f3;
}
#copyright{
	width:205px;
}
#bottom_nav{
	width:415px;
	height:40px;
	text-align:center;
	float:left;
	border-top:1px #c2c2c2 solid;
	background:#f8f8f8;
	margin-bottom:1px;
	position:relative;
}
#bottom_nav p,#copyright p{
	padding-top:12px;
}
#bottom_nav a{
	color:#ff290c;
	padding-right:20px;
}
#right_bot{
	width:178px;
}
#bottom{
	height:16px;
	clear:both;
	background-color:#ffcb08;
}
/*Table*/
table {
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
}
td{
	padding:2px 5px;
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
}
td.empty{
	border:none;
}
td.center{
	text-align:center;
}
td.first_col{
	text-align:left;
	padding-left:10px;
}
.content_block{
	padding:9px 0 24px 0;
	width:399px;
	overflow:hidden;
	position:relative;
	background:url('../img/block_bg.jpg') repeat-x bottom;
}
.content_block.last{
	background:none;
	padding-bottom:10px;
}
.content_block p{
	padding-bottom:7px;
}
.tab{
	padding-left:103px;
}
.red{
	color:#ff0000;
}
.under{
	text-decoration:underline;
}
.arrow{
	margin-bottom:-7px;
}
.left{
	float:left;
}
.figure{
	border:1px #9a9a9a solid;
	margin-right:20px;
}
.clear{
	clear:both;
}
.product{
	float:left;
	padding-right: 10px;
}
.description{
	width:100%;
	margin-top:30px;
}

.noborder{
	border-collapse: collapse;
	border: 0px solid #C3C3C3;
}

.description ul { list-style-type: disk; padding-left:20px; }
.description_ul ul { list-style-type: disk; padding-left:40px; }

.more,.buy{
	display:block;
	height:15px;
	font-size:9px;
	text-align:center;
	text-decoration:none;
	padding-top:3px;
	text-transform:uppercase;
}
.more{
	width:79px;
	color:#fff;
	background:#f26008 url('../img/more.jpg') no-repeat;
}
.more:hover{
	color:#fcfcfc;
}
.buy{
	width:70px;
	color:#000;
	background:#f26008 url('../img/buy.jpg') no-repeat;
}
.info{
	float:left;
	padding-top:5px;
	font-weight:bold;
}
.info li{
	float:left;
	list-style:none;
	padding-right:7px;
}
.info li span{
	padding:1px 3px;
	margin-bottom:-3px;
	background:#e1e1e1;
}
.info li.button{
	padding-left:22px;
}
.links_nav{
	text-align:center;
	padding:7px 0 15px 0;
}
.links_nav ul,.links_nav li{
	display:inline;
	color:#000;
}
.links_nav li{
	border-left:1px #000 solid;
	padding:0 4px 0 6px;
}
.links_nav li.first{
	border:none;
}
/*Filter*/
.filter table, .filter table td{
	border: 0px;
}
.filter select{ 
	border:1px #000 solid;
	width:130px;
	font-size:10px;
}
.filter p{
	padding:3px;
	position:relative;
}
.filter input{
	border:1px #000 solid;
	width:55px;
}
.filter .choose{
	width:79px;
	height:19px;
	border:none;
	padding-bottom:5px;
	margin-left:25px;
	color:#fff;
	font-weight:bold;
	background:#f26008 url('../img/more.jpg') no-repeat;
}
/*Filter*/
.top{
	padding-top:10px;
}
.top a{
	text-decoration:none;
}
.top a.current{
	text-decoration:underline;
}
.top a.main{
	font-size:10px;
	position:absolute;
	right:8px;
	top:106px;
	text-decoration:underline;
	padding-left:30px;
	background: url('../img/main.jpg') no-repeat 0% 65%; 
}

#basket{
	width:175px;
	padding:12px 0 20px 20px;
	border-left:5px #ebbb07 solid;
	background:#ffcb08;
	position:relative;
	z-index: 50;
}

.cleaner{ height:0; width:100%; clear:both;}

#page {padding: 10px;}
#page ul {list-style: disk; padding-left: 20px;}
#page ul li {}

