@import url("reset.css"); 
@import url("aow.css"); 

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* GLOBAL STYLES */
body{
	font-family: Times New Roman;
	font-size: 100.01%;
	font-size: 16px;
	line-height: 120%;
	 
 	background: #181818 url(../img/bg.gif) repeat;
	color: #231f20;
}
a:link,
a:visited,
a:hover,
a:active{
	text-decoration: underline;
}
a:hover,
a:active{
	color:#0099ff;
	text-decoration: none;
}
h1,h2{
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 16px;
	color: #414142; 
	line-height: 150%;
	text-align: center;
}
h2{
	font-family: Verdana, sans-serif;
	font-size:14px;
	font-weight: normal;
}
ol,ul{
	line-height: 140%;
	text-align: justify;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: square; 
}
li{
	margin-left: 0px;
}
img{
	border: none;
}
p{
	text-align: left;
	line-height: 120%;
	margin-bottom: 18px;
}
hr{
	background: url(../img/black_vert_mini.jpg) center 100% no-repeat;
	font-size: 1px;
	line-height: 1px;
	margin: 9px 0px 19px 0px;
	height: 1px;
}

hr.big {
	background: url(../img/black_vert.jpg) center 100% no-repeat;
}

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* used by main-tmpl - разметка главного шаблона */
a.dashed{
	text-decoration:none; 
	border-bottom: 1px dashed #f00;	
}
#auth-block{
	position:absolute;
	right:0px;
	top:85px;
	width:360px;
	text-align:right;
}
	
	#auth-block a{
		font-size:10px !important;
		font-family: Verdana;
		line-height:100%;
		margin-right:5px;
	}

#container
{
	background: url(../img/bg-in.jpg) repeat-x;
}
#container-in{
	width: 906px;
	margin: 0 auto;
}
	#header{
		position: relative;
		height: 204px;
	}		
		.logo{
			display: block;
			position: absolute;
			top: 55px;
			left: 12px;
			width: 154px;
			height: 117px;
			background: url(../img/logo.jpg) no-repeat;
		}
			.logo span{
				display: none;
			}
			.h-vl{
				position: absolute;
				top: 36px;
				left: 184px;
				width: 2px;
				height: 143px;
				background: url(../img/h-vl.jpg) no-repeat;
			}
			.phones{
				position: absolute;
				top: 76px;
				left: 199px;
				height: 88px;
			}
				.phones div{
					background: url(../img/romb.gif) 0% 50% no-repeat;
					padding-left: 18px;
					color: #a7a9ac;
				}
					.phones div a{
						color: #a7a9ac;
						font-size: 16px;
						text-decoration: none !important;
					}
					.f{
						margin-bottom: 32px;
					}
				#right-block{
					position: absolute;
					top: 75px;
					right: 16px;
					color: #a7a9ac;
				}
					#right-block a{
						color: #a7a9ac;
						font-size: 16px;
						text-decoration: none !important;
					}
					.basket{		
						float:right;
						display: block;
						width:39px;
						height:19px;
						margin-left: 10px;
					}
					.reg-l{
						padding: 0 7px;
					}
		#menu{
			height: 55px;
			position: relative;
		}
			#menu-l{
				position: absolute;
				top: 0px;
				left: 25px;
				display: block;
			}
				#menu-l a{
					float: left;
					display: inline;
					font-family: "Palatino Linotype";
					font-size: 27px;
					height: 26px;
					padding: 6px 7px;
					color: white;
					text-decoration: none;
				}

			#menu-s{
				position: absolute;
				top: 4px;
				right: 33px;
			}
				.s-t, .s-s{
					border: none;
					margin: 0;
					padding: 0;
					vertical-align: top;
				}
				.s-t{
					background: url(../img/s-t-bg.gif) no-repeat;
					width: 155px;
					padding: 4px 5px;
					font-size: 16px;
					font-family: Times;
				}
				.s-t{
					_background-attachment: fixed;
				}
				.s-s{
					background: url(../img/s-s-bg.gif) no-repeat;
					height: 26px;
					width: 27px;
					cursor: pointer;
				}
				.s-s {
					_margin-top: 1px;
				}
	#top-container{
		background:#ffffff !important;
		margin:0 12px;
	}
		
		.top-container-title{
			font-size:18px;
			font-family:Verdana;
			text-align:center;
			color:#ffffff;
			margin:25px;
		}
		
	#content-container{
			background: url(../img/c-bg.gif) repeat;			
			margin-bottom: 23px;
			padding: 14px 13px;
	}
		#content{
			background:#FDFDFD;
		/*	background: white url(../img/gradient.gif) 0 100% no-repeat; */
			padding: 13px 19px 44px 19px;
		}
			#category{
				float: left;
				width: 110px;
				height: 235px;
				background: url(../img/menu-l-line.jpg) 100% 0% no-repeat;
			}
				#category ul{
					text-align: right;
					margin: 25px 20px 0 0;
					list-style-type: none;
					line-height: 160%;
				}
					#category ul li a{
						font-weight:bold;
						color: #231f20;
						text-decoration: none;						
					}
						#category ul li a:hover{
							text-decoration: underline;						
						}
					
					#category ul li ul{
						margin: 0;
					}
					
					.cat_selected a{
						font-weight:bold !important;
						color:#23FFFF !important;
						text-decoration: none !important;
					}
					
					.cat_selected a:hover{
						text-decoration: underline !important;	
					}
					
			#c-text{
				float:right;
				width: 621px;
				padding-top: 25px;
			}

			#c-text h1 a{
				color:#231F20;
				font-size:20px;
				font-family:Verdana;
				text-decoration:none;
			}
			
				.item{
					text-align: center;
					float: left;
					padding: 0 10px 0 0;
					width: 145px;
					margin-bottom: 25px;
					height: 205px;
					font-family: Verdana;
					font-size:14px;
				}
					.item img{
						margin-bottom: 16px;
					}
				.rubl{
					text-decoration: line-through;
				}
				
	.product_img{
		width: 320px;
		height: 190px;
		float: left;
		display: inline;
		margin-left: 20px;
		margin-top: 13px;
	}
	
	.product_title{
		font-size:		2.3em;
		line-height:	1em;
		padding-left:	30px;
		padding-bottom:	20px;
	}
	
	.full_name {
		font-size: 1.2em;
	}
	
	.first_name {
		font-size: 1.5em;
	}
	
	.products_title{
		font-size:	1.5em;
		text-align:center;
	}
	
	.product-table {
		width: 600px;
	}
	.product-table table {
		width: 100%;
	}
	.product-table td {
		border: 0px solid #abc;
		padding: 4px;
	}
	
	.product_desc{
		font-family:Verdana;
		font-size:11px;
		line-height:120%;
		float:left;
		display:inline;
		width:190px;
		/*height:190px;*/
		margin:10px;
	}
	.product_box_one{
		float:left;
		width:155px;
		font-family:Times New Roman;	
	}

		.product_box_one_title{
			margin:10px 0;
			text-align:center;
			font-size:38px;
			line-height:30px;
		}	
		
		.product_box_one_cart{
			text-align:center;
			font-family:Verdana;				
			font-size:11px;
		}

	.product_box_snx{
		float:left;
		display:inline;
		border:3px solid #898989;
		width:155px;
		height:150px;
		font-size:11px;
		font-family:Verdana;
	}
	
		.product_box_snx_title{
			margin:10px 0;
			font-weight:bold;
			text-align:center;
		}	
	
		.product_box_text1{
			text-align:center;
			font-size:9px;
			line-height:110%;
			margin-bottom:25px;
		}

		.product_box_text2{
			text-align:center;
			font-size:9px;
			line-height:130%;
			margin-bottom:25px;
		}
		
		.product_box_text2 a{
			color:#000000;
			text-decoration:none;
		}
		
		.product_box_text2 span{
			border-bottom:#959595 1px dashed;
		}
		
	.product_box{
		float:left;
		display:inline;
		border:3px solid #898989;
		width:155px;
		height:auto;
		font-size:11px;
		font-family:Verdana;
	}
		.product_box_title{
			margin:10px 0;
			font-weight:bold;
			text-align:center;
		}

		.product_box_count{
			padding:0 15px 5px 15px;
			width:125px;
			height:15px;
			position:relative;
			display:block;
		}
			.product_box_count_text{
				width:80px;				
			}
			
			.product_box_count_num{
				width:37px;
				height:15px;
				position:absolute;
				top:0;
				right:5px;
				height:15px;	
				display:inline;
			}
			
			.product_box_count_input{
				width:15px;
				height:10px;
				font-size:10px;
				text-align:center;
				border:1px solid #555555;
				margin:1px 3px 0 3px;
				vertical-align:top;
			}
			
		.product_box_cost{
			width:125px;
			padding:0 15px;
			margin-bottom:15px;
			float:left;
		}
			
			.product_box_cost_text{
				text-align:left;
				float:left;
				width:60px;
			}
			
			.product_box_cost_num{
				text-align:right;
				float:left;
				width:65px;				
			}
			
		.product_box_cart{
			margin:0 15px;
			text-align:center;
			line-height:25px;
		}
			.product_box_cart input{
				cursor: pointer;
			}
		
	.product_other{
		font-family:Verdana;
		font-size:11px;
		line-height:120%;
		margin:30px 10px 10px 20px;
		padding-right:10px;
	}
	.pole_products {
		float: left;
		width: 170px;
		height: 200px;
		margin:0 5px;
		text-align: center;
	}

	.selected {
		color:#0099FF !important;
	}
	
	.selected a{
		color:#0099FF !important;
		}

	#hidden-box {
		top: 150px;
		left: 350px;
		background-color: #FFFFFF;
		position: absolute;
		margin: 0 auto;
		border: 1px solid #000;
		display: none;
		width:500px;
		height: auto;
		position: fixed;
		overflow:hidden;
	}	
	
	.st_prod_all{
		font-family:Times New Roman;
		font-size:14px;
		text-align:center;
	}
	
	.cn_prod_all{
		font-family:Times New Roman;	
		font-size:16px;		
		text-align:center;	
		font-weight:bold;		
	}
	#map_canvas {
		width: 400px; 
		height: 300px; 
		margin: 10px;
		background: transparent;
		float: left;
	}
	#map_canvas_up {
		width: 420px; 
		height: 265px; 
		background: url("../img/c-bg.gif") repeat scroll 0 0 transparent;
	}
	#contact_left_div {
		float: left;
		width: 450px;
		background: url("../img/menu-l-line.jpg") no-repeat scroll 100% 15px transparent
	}
	#contact_right_div {
		float: left;
		width: 350px;
		margin-left: 30px;
		font-family: Times New Roman;
	}

	body#tinymce {
		background: #FFFFFF;
	}

ul#big_memu {
	list-style:none;
	overflow:auto;
}
ul#big_memu li{
	position:relative;
	z-index:5;
	margin-right: 10px;	
	float:left;

}
ul#big_memu li.backLava {
	background-color:#000000 !important;
}

.cart-table td {
	font-weight:bold;
	font-family:Palatino Linotype;
	font-size: 15px;
}

.color_rass,
.color_rasn,
.color_otpr,
.color_kur,
.color_ok
{
	padding:0 3px;
}


.color_rass{
	background:#cd5c5c;
}

.color_rasn{
	background:#ffa500;
}

.color_otpr{
	background:#e4d376;
}

.color_kur{
	background:#ace1af;
}

.color_ok{
	background:#03c03c;
}

.news_link_lft{
	color:#000000;
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
}

.blue_a{
	list-style-type: circle;
	margin-left:50px;
}

.blue_a a:link,
.blue_a:visited,
.blue_a:hover,
.blue_a:active{
	color:#0099FF;
}

.search_product{
	list-style-type: circle;
	margin-left:16px;
}

.search_product a:link,
.search_product a:visited,
.search_product a:hover,
.search_product a:active{
	color:#0099FF;
}

.infovideoClass {
	float: left;
	width: 260px;
}

.playerClass {
	float: right;
}

.category_content{
	padding-left:40px;
}
