p.p{padding:10px 0px;}
p{padding:5px;}
/* TABS */
.tabs .tab{
	background: #2f4f9a !important;
	box-shadow:0px -2px 2px rgba(0,0,0,0.3) inset;
}
.tabs .tab:hover{
background: #4160a8 !important;
}
.tabs .tab_open,.tabs .tab_open:hover{
	border:1px solid #002989 !important;
	border-bottom:none !important;
	background:#fff !important;
	color:#222 !important;
	box-shadow:none;
}
/* TABS */


#result{
    color:#222;
    padding:20px;

}
*+html{
  height:100%;
}
body{
	background-color:#ececec;
	background-image:url('../images/body_bg_small.png');
	background-repeat:repeat-x;
	background-position:0px 6px;
	margin:0px;
	color:#222;
	font-family:tahoma;
	font-size:11pt;
}
a{
	text-decoration:none;
	color:#039;
}
/**/

.note{
	padding:15px;
	margin:8px;
	background:rgb(230,230,250);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	box-shadow:			rgba(0,0,0,0.4) 1px 1px 2px;
	-moz-box-shadow:	rgba(0,0,0,0.4) 1px 1px 2px;
	-webkit-box-shadow:	rgba(0,0,0,0.4) 1px 1px 2px;
	text-shadow:1px 1px 0px #fff;
}
.note:hover{
	background:rgb(220,220,250);
}
.note strong{
	font-size:16pt;
}
#body{
	background:url('../images/page_bg.png');
	width:932px;
	position:relative;
	margin-left:auto;margin-right:auto;
	
}
#body_btm{
	background:url('../images/page_bg.png');
	width:932px;
	position:relative;top:0px;z-index:0;
	height:40px;
	padding-top:35px;
	margin-left:auto;margin-right:auto;
	
}
	#head{
		height:180px;width:928px;
		background:url('../images/head_bg.png');
		margin-left:auto;margin-right:auto;
	}
		#road{
			width:356px;height:180px;
			background:url('../images/road.png');
			position:absolute;top:0px;left:200px;
		}
		#slogan{
			position:absolute;top:10px;left:150px;
			background:url('../images/slogan.png');
			width:445px;height:33px;
		}
		#top_btn{
			position:absolute;top:10px;right:12px;
			width:100px;height:33px;
			font-size:11pt;
		}
		#top_panel{
			width:928px;height:86px;
			background:url('../images/top_panel_bg.png');
			position:absolute;top:57px;left:2px;
		}
			#logo{
				display:block;
				width:133px;height:133px;
				background:url('../images/logo_small.png');
				position:absolute;top:-18px;left:10px;
			}
			#phone{
				display:block;
				width:290px;height:100px;
				background:url('../images/tel.gif');
				background-repeat:no-repeat;
				position:absolute;top:-5px;left:170px;
			}
			#ras4et{
				display:block;
				width:290px;height:100px;
				background:url('../images/ras4et.gif');
				background-repeat:no-repeat;
				position:absolute;top:-5px;left:430px;
			}
			#auto{
				display:block;
				width:230px;height:145px;
				background:url('../images/auto_small.png');
				background-repeat:no-repeat;
				position:absolute;top:-15px;right:-20px;
			}
	#menu{
		background:url('../images/menu_bg.png');
		height:53px;
		padding-left:60px;
		position:relative;top:-5px;
	}
		.menu_btn{
			display:block;
			padding-left:25px;padding-right:0;padding-top:3px;
			height:26px;
			background:url('../images/menu_btn_bg.png');
			background-position:0px 0px;
			float:left;
			text-align:right;
			font-size:13pt;
			color:#fff;
			text-shadow:#222 1px 1px 1px;
			position:relative;top:10px;
			margin-right:50px;
		}
			.menu_btn .r{
				height:29px;width:10px;
				background:url('../images/menu_btn_bg.png');
				background-position:0px -29px;
				position:absolute;right:-10px;top:0;
				display:block;
			}
			.menu_btn .sign{
				height:48px;width:49px;
				background:url('../images/sign.png');
				position:absolute;left:-36px;top:-9px;
			}
			.menu_btn .menu_pic{
				height:48px;width:49px;
				position:relative;top:-7px;left:-8px;
				background:url('../images/menu_pic.png');
				background-position:0px 0px;
			}
	#content{
		position:relative;
		width:900px;
		margin-left:auto;margin-right:auto;
		margin-top:20px;
		color:#222;
		word-spacing: -0.3ex;
	}
	#block_r{
		width:300px;
		float:right;
	}
	#block_l{
		width:600px;
		float:left;
	}
#block_l {
  width:590px\0/;
}
	.dbl_block{
		position:relative;
		width:600px;
		margin-bottom:15px;
	}
		.dbl_block .l{
			float:left;
			border-bottom:1px solid #b7b7b7;
			width:290px;
			position:relative;
		}
		.dbl_block .r{
			float:right;
			width:290px;
			border-bottom:1px solid #b7b7b7;
			position:relative;
		}
			/**/
			.b_sh_l{
				position:absolute;left:-6px;bottom:-6px;
				background:url('../images/block_shadow_lr.png');
				background-position:0px 0px;
				width:6px;height:73px;
			}
			.b_sh_r{
				position:absolute;right:-6px;bottom:-6px;
				background:url('../images/block_shadow_lr.png');
				background-position:0px -73px;
				width:6px;height:73px;
			}
			.b_sh_bl{
				position:absolute;left:0px;bottom:-6px;
				background:url('../images/block_shadow_blr.png');
				background-position:0px 0px;
				width:76px;height:5px;
			}
			.b_sh_br{
				position:absolute;right:0px;bottom:-6px;
				background:url('../images/block_shadow_blr.png');
				background-position:0px -5px;
				width:76px;height:5px;
			}
			/**/
	.sngl_block{
		width:598px;
		margin-bottom:15px;
		border-bottom:1px solid #b7b7b7;
		position:relative;left:0px;
	}
*+html .dbl_block {
	height:100%;
}
*+html .sngl_block {
  width:500px;
}
	.r_block{
		width:280px;
		margin-bottom:15px;
		float:right;
		clear:both;
		border-bottom:1px solid #b7b7b7;
		position:relative;
	}
	.banner{
		width:280px;
		margin-bottom:15px;
		float:right;
		clear:both;
		position:relative;
	}
	
	.block_head{
		background:url('../images/block_head_bg.png');
		height:31px;
		position:relative;
		margin-bottom:10px;
		text-align:right;
		font-size:16pt !important;
		color:#fff;
		text-shadow:#222 1px 1px 1px;
		padding-right:10px;
	}
		.block_head .shadow{
			background:url('../images/block_head_shadow.png');
			height:5px;width:100px;
			position:absolute;bottom:0px;right:0px;
			font-size:11pt;
		}
		.block_pic{
			width:47px;height:48px;
			background:url('../images/block_pic.png');
			background-position:0px 0px;
			position:absolute;top:-9px;left:-5px;z-index:10;
			font-size:11pt;
		}
	.more{
		width:85px;height:24px;
		display:block;
		background:url('../images/more.gif');
		background-position:0px 0px;
		background-repeat:no-repeat;
		float:right;
		margin:5px;
	}
	.more:hover{
		background:url('../images/more.png');
		background-position:0px -24px;
	}
#font_zoom{
	width:29px;height:17px;
	background:url('../images/font.png');
	position:absolute;right:-10px;top:16px;
}
	#font_zoom .down{
		position:absolute;top:13px;right:-1px;
		width:10px;height:15px;
		cursor:pointer;
	}
	#font_zoom .up{
		position:absolute;top:-9px;right:-1px;
		width:10px;height:15px;
		cursor:pointer;
	}
.text{
	padding:5px;
	padding-top:0px;
}
	#podval{
		height:37px;
		position:absolute;top:0px;z-index:100;
		background:url('../images/podval_bg.png');
		width:100%;
		font-size:11pt;
	}
		#podval_cont{
			width:900px;
			margin-left:auto;margin-right:auto;
			position:relative;
		}
		#podval_sign{
			display:block;
			width:64px;height:93px;
			background:url('../images/podval_sign.png');
			position:absolute;right:-22px;top:-18px;
		}
/**/
#tooltip{
	position:fixed;top:200px;left:-200px;z-index:100;
	cursor:pointer;
	width:200px;height:190px;
	background:#fff;
}
	#tooltip .head{
		width:32px;height:194px;
		background:url('../images/tooltip.png');
		position:absolute;top:-2px;right:-32px;z-index:100;
	}
	#tooltip .text{
		width:150px;
		padding:10px 20px 10px 10px;
		line-height:11pt;
	}
/**/
.btm_menu{
	display:block;
	padding-top:5px;
	font-size:11pt;
}
	.btm_menu a{
		color:#000;
		text-shadow:#89c 1px 1px 0px;
		font-size:10pt;
	}
	.btm_menu a:hover{
		color:#fff;
		text-shadow:#222 1px 1px 0px;
		font-size:10pt;
	}
	.btm_menu a.act{
		color:#fff;
		text-shadow:#222 1px 1px 0px;
		font-size:10pt;
	}

/**/
img{
	border:0;
}
h1{
	font-size:22pt;
	color:#222;
	margin:0;
}
h2{
	font-size:20pt;
	color:#222;
	margin:0;
}
h3{
	color:#fff;
	font-size:12pt;
	text-shadow:#222 1px 1px 1px;
	margin-bottom:0px;
	padding-bottom:0px;
}
	
	
	
	
	
	
	