/* General stylesheet */

/* Defaults_ */
/* fix cursor pointer */
a {
	cursor:pointer;
	text-decoration:none;
	color:#383838;
	}
~a, label {cursor:hand;}
a:hover {
	text-decoration:underline;
	}
/* disable focus border for links and fields */
a:focus, input, input:focus {
	outline:none;
	}
/* disable img border */
img {
	border:none;
	}
span.document_link a img {
	display:block;
	float:left;
	margin:0 4px 0 0;
	}
/* reset margins and paddings to zero */
* {
	margin:0;
	padding:0;
}
/* colors */
.red {
	color:#992e33;
}
.black {
	color:#000;
}
.cleaner {
	display:block;
	width:auto;
	clear:both;
	font-size:1px;
	line-height:1px;
}
.crystal{
	behavior: url(/iepngfix.htc);        
}
span.nobr {
	white-space:nowrap;
}

/* _Defaults */

/* BEGIN STYLES */
html, body {
	font: normal 100%/100%  arial, tahoma, geneva, verdana, helvetica, sans-serif; /* font base size 100% (usual 16px) */
	background:#fff url(/images_jpg/bg_body.jpg) repeat-x 0 0;
	color:#000;
	height:auto;
	width:auto;
}
#containeer{
	width:auto;
	clear:both;
	background:transparent url(/images_jpg/bg_gen.jpg) no-repeat center 142px;
}
#containeer_1{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page.jpg) no-repeat 0 142px;
}
#containeer_2{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page_1.jpg) no-repeat 0 103px;
}
#containeer_3{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page_2.jpg) no-repeat 0 136px;
}
#containeer_4{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page_3.jpg) no-repeat 0 133px;
}
#containeer_5{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page_4.jpg) no-repeat 0 115px;
}
#containeer_6{
	width:1000px;
	clear:both;
	margin:0 auto;
	background:transparent url(/images_jpg/bg_portfolio_page_5.png) no-repeat 0 115px;
}

/*=================================================================================*/
/*======================--------START_styles_Header--------========================*/
/*=================================================================================*/
#header{
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative;
}
#header img.logo{
	margin:51px 0 0 52px;
	float:left;
	behavior: url(/iepngfix.htc); 
}
/*-----*/
#header ul.menu{
	list-style:none;
	float:right;
	background:url(/images_jpg/bg_menu.gif) repeat-x 0 0;
	overflow:hidden;
	height:42px;
	margin-top:51px;
	margin-right:30px;
}
#header ul.menu li{
	float:left;
	font-size:0.63em;
	line-height:42px;
}
#header ul.menu li a{
	display:block;
	line-height:42px;
	padding:0 20px;
}
#header ul.menu li.first{
	background:url(/images_jpg/bg_menu_left_corner.gif) no-repeat left top;
	padding-left:6px;
}
#header ul.menu li.last{
	background:url(/images_jpg/bg_menu_right_corner.gif) no-repeat right top;
	padding-right:6px;
}
#header ul.menu #active_list a{
	text-decoration:none;
	background:url(/images_jpg/bg_menu_active_list.gif) no-repeat center bottom;
}
/*==================================================================================*/
/*======================--------START_styles_Content--------========================*/
/*==================================================================================*/
a.podrazdel{
	cursor:pointer;
	text-decoration:underline;
	color:#009cff;
	margin:30px 20px 20px 0px;
	font-size:0.9em;
}
a.podrazdel:hover {
	text-decoration:none;
}
.three_menu{
	margin:15px 0 0 0;
}
.three_menu b{
	margin:30px 20px 20px 0px;
}


#content{
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
}
#content h4{
        font-size:1.1em;
        font-weight:normal;
        margin-top:2px;
        margin-bottom:4px;
	font-weight:bold;
}
#content h3{
	padding-left:35px;
	font-size:1.13em;
	font-weight:normal;
}
#content h2{
	font-size:1.5em;
	font-weight:normal;
	text-transform: uppercase;

}
/*-----*/
#content .login_block{
	width:188px;
	height:90px;
	position:relative;
	right:40px;
	top:-20px;
	float:right;
	z-index:3;
}
#content .login_block a.off{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	right:0;
}
#content .login_block a.lock{
	display:block;
	width:38px;
	height:39px;
	background:url(/images_jpg/ico_lock.gif) no-repeat 0 0;
	float:right;
	position:relative;
	z-index:5;
}
#content .login_block table{
	width:188px;
	height:90px;
	background:url(/images_jpg/bg_login_block.gif) no-repeat 0 0;
}
#content .login_block table td{
	padding-left:12px;
	font-size:0.63em;
	padding-bottom:5px;
}
#content .login_block table td.button{
	padding-left:5px;
}
#content .login_block table td input{
	width:100px;
	height:23px;
	background:url(/images_jpg/bg_login_form.gif) no-repeat 0 0;
	border:none;
	padding-left:5px;
}
#content .login_block table td a.login{
	display:block;
	width:26px;
	height:26px;
	background:url(/images_jpg/button_login.gif) no-repeat 0 0;
}
/*-----*/
#content ul.menu_to_img{
	list-style:none;
	overflow:hidden;
	margin-bottom:272px;
	height:128px;
}
#content ul.menu_to_img li{
	float:left;
}
#content ul.menu_to_img li a{
	font-size:0.81em;
	text-align:right;
	line-height:18px;
}
#content ul.menu_to_img li a b{
	font-size:1.31em;
	font-weight:normal;
}
#content ul.menu_to_img li.first{padding:91px 0 0 90px;}
#content ul.menu_to_img li.second{padding:10px 0 0 200px;}
#content ul.menu_to_img li.fird{padding:91px 0 0 134px;}
#content ul.menu_to_img li.foth{padding:9px 0 0 0;}

#content ul.menu_to_img li a:hover{
	color:#0079be;
	text-decoration:none;
}
/*-----*/
#content ul.news{
	width:auto;
	list-style:none;
	padding-top:5px;
	overflow:hidden;
	margin-bottom:20px;
}
#content ul.news li{
	padding-left:23px;
	width:295px;
	float:left;
	margin-right:40px;
}
#content ul.news li a{
	display:block;
	width:220px;
	margin-top:15px;
	color:#0079be;
	text-decoration:underline;
	font-size:0.75em;
	float:left;
}
#content ul.news li a:hover{
	text-decoration:none;
}
#content ul.news li span.date{
	display:block;
	width:41px;
	height:48px;
	background:url(/images_jpg/bg_span_date.gif) no-repeat 0 0;
	color:#fff;
	padding-left:20px;
	padding-top:14px;
	font-size:1.13em;
	float:left;
	margin-right:12px;
}
#content ul.news li span.date b{
	font-size:0.56em;
	color:#808080;
	padding-left:3px;
}
#content ul.news li.last{
	margin-right:0;
	background:red;
	width:120px;
	background:url(/images_jpg/hr_1.gif) no-repeat 0 30px;
	padding-left:84px;
}
#content ul.news li.last a{
	display:block;
	width:120px;
	line-height:25px;
	background:url(/images_jpg/button_more.gif) no-repeat right center;
}
/*-----------------*/
#content .portfolio{
	width:auto;
	height:127px;
	background:url(/images_jpg/bg_porfolio_shadow.png) no-repeat 0 0;
	clear:both;
	behavior: url(/iepngfix.htc);
}
#content .portfolio h3{
	float:right;
	margin:40px 5px 0 0;
}
#content .portfolio ul.portfolio_list{
	list-style:none;
	overflow:hidden;
	padding-left:21px;
/*	width:810px;*/
	float:left;
}
#content .portfolio ul.portfolio_list li{
	width:80%;/*168px;*/
	height:89px;
	background:url(/images_jpg/bg_portfolio_list.gif) repeat-x 0 0;
	float:left;
}
#content .portfolio ul.portfolio_list li a{
	display:block;
/*	width:166px; вынесен в скрипт */
	height:87px;
	background:url(/images_jpg/bg_portfolio_list_link.gif) no-repeat 0 0;
	padding:1px 0 1px 2px;
	text-align:center;
	font-size:90%;
}
#content .portfolio ul.portfolio_list li a img{
	height:62px;
	margin: 0 5px 0 5px;
	padding:0;
}
#content .portfolio ul.portfolio_list li a b{
	display:block;
	width:auto;
	height:25px;
	line-height:25px;
	color:#0079be;
	font-weight:normal;
	background-color:#e2e2e6;
}
#content .portfolio ul.portfolio_list li a:hover{
	text-decoration:none;
}
#content .portfolio ul.portfolio_list li a:hover b{
	background-color:#000;
	color:#fff;
}
/*----*/
#content .portfolio ul.portfolio_list li.active a b{
	background-color:#000;
	color:#fff;
}
#content .portfolio ul.portfolio_list li.active a:hover b{
	background-color:#000;
}
/*----*/
#content .portfolio ul.portfolio_list li.arr{
	width:67px;
	height:89px;
	background:none;
}
#content .portfolio ul.portfolio_list li.arr a{
	display:block;
	height:89px;
}
#content .portfolio ul.portfolio_list li.arr a.left_arr{
	width:67px;
	background:url(/images_jpg/bg_portfolio_list_left.gif) no-repeat 0 0;
}
#content .portfolio ul.portfolio_list li.arr a.left_arr:hover{
	background:url(/images_jpg/bg_portfolio_list_left_active.gif) no-repeat 0 0;
}
#content .portfolio ul.portfolio_list li.arr a.right_arr{
	width:62px;
	background:url(/images_jpg/bg_portfolio_list_right.gif) no-repeat 0 0;
}
#content .portfolio ul.portfolio_list li.arr a.right_arr:hover{
	background:url(/images_jpg/bg_portfolio_list_right_active.gif) no-repeat 0 0;
}
/*====================================================================================*/
#content .left_block{
	width:322px;
	height:auto;
	float:left;
	padding-top:170px;
}
#content .left_block .tags{
	width:225px;
	height:340px;
	background:url(/images_jpg/01.gif) no-repeat 0 0;
	float:left;
	margin-left:40px;
	_margin-left:20px;

}
/*---------------*/
#content .left_block ul.left_menu{
	list-style:none;
	width:265px;
	background-color:#f4f9fa;
	float:right;
	padding:10px 0;
}
#content .left_block ul.left_menu li{
	line-height:30px;
	font-size:0.75em;
	padding-left:44px;
}
#content .left_block ul.left_menu li a{
	color:#009cff;
}
#content .left_block ul.left_menu li.active{
	background:url(/images_jpg/bg_left_menu_active.gif) no-repeat 0 0;
	padding-top:4px;
}
#content .left_block ul.left_menu li.active a{
	color:#fff;
}
#content .left_block ul.left_menu li.active a:hover{
	text-decoration:none;
}
/*------------------------------------*/

/*------------------------------------*/
#content .inner_content{
	width:653px;
	float:right;
	background-color:#f4f9fa;
	padding-left:25px;
	padding-bottom:120px;
	font-size:0.8em;
}
/*-----------------------------*/
#content .inner_content .crumbs{
	width:auto;
	font-size:1em;
	padding:15px 0;
	_margin-bottom:15px;
}
#content .inner_content .crumbs ul{
	list-style:none;
	overflow:hidden;
}
#content .inner_content .crumbs ul li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	background:url(/images_jpg/arr_2.gif) no-repeat right 5px;
	color:#9f9f9f;
}
#content .inner_content .crumbs ul li a{
	text-decoration:underline;
	color:#009cff;
}
#content .inner_content .crumbs ul li a:hover{
	text-decoration:none;
}
#content .inner_content .crumbs ul li.active{
	background:none;
}
/*-----------------*/
#content .inner_content .type_porfolio{
	width:580px;
	padding-top:18px;
}
#content .inner_content .type_porfolio a{
	text-decoration:underline;
	color:#009cff;
	float:left;
}
#content .inner_content .type_porfolio a:hover{
	text-decoration:none;
}
#content .inner_content .type_porfolio a.title_link{
	font-size:1.50em;
}
#content .inner_content .type_porfolio .number{
	display:block;
	width:auto;
	text-align:right;
	color:#959797;
	font-size:1.50em;
	border-bottom:#e3e7e8 1px solid;
	padding-right:15px;
}
#content .inner_content .type_porfolio ul.rubriks{
	width:300px;
	list-style:none;
	padding-left:10px;
	padding-top:15px;
}
#content .inner_content .type_porfolio ul.rubriks li{
	margin-bottom:8px;
	font-size:1em;
	clear:both;
}
#content .inner_content .type_porfolio ul.rubriks li a{
	margin-right:8px;
}
#content .inner_content .type_porfolio ul.rubriks li p{
	color:#888;
	_float:left;
}
/*----------------------------------*/
#content .inner_content ul.news_on_news_page{
	list-style:none;
	padding-top:8px;
}
#content .inner_content ul.news_on_news_page li span.date{
	display:block;
	padding:8px 0;
}
#content .inner_content ul.news_on_news_page li a{
	color:#0079be;
	text-decoration:underline;
}
#content .inner_content ul.news_on_news_page li a:hover{
	text-decoration:none;
}
/*==================================================================================*/
/*======================--------START_styles_Footer---------========================*/
/*==================================================================================*/
#footer{
	width:1000px;
	height:192px;
	margin:0 auto;
	background:url(/images/bg_footer.jpg) no-repeat 95px 0;
	font-size:0.75em;
	clear:both;
	position:relative;
}
#footer a{
	color:#009cff;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
#footer ul{
	list-style:none;
	padding-left:20px;
	padding-top:41px;
}
#footer ul li{
	margin-bottom:15px;
}
#footer ul li b{
	font-size:2.25em;
	font-weight:normal;
	padding-left:8px;
}
#footer ul li a.map{
	display:block;
	width:125px;
	height:38px;
	background:url(/images/ico_map.gif) no-repeat left center;
	text-align:right;
	line-height:38px;
}
/*----------------*/

#footer .search_block{
	width:233px;
	height:50px;
	float:right;
	margin:17px 91px 0 0;
}
#footer .search_block h4{
	font-weight:normal;
	padding-left:12px;
	font-size:1em;
}
#footer .search_block form{
	background:url(/images_jpg/bg_search_pole.gif) no-repeat 0 0;
	margin-top:10px;
height:23px;
}
#footer .search_block a.arr_1{
	display:block;
	width:18px;
	height:23px;
	background:url(/images_jpg/arr_1.gif) no-repeat center center;
	float:right;
}
#footer .search_block a.arr_1:hover{
	background:url(/images_jpg/arr_1_active.gif) no-repeat center center;
}
#footer .search_block input{
	/*width:185px;
	height:23px;*/
	background:none;
	border:none;
	/*padding:0 0 0 25px;*/
	margin:2px 0 0 30px;
}
#footer .search_block input.input_s{
	/*width:185px;
	height:23px;*/
	background:none;
	border:none;
	/*padding:0 0 0 25px;*/
	margin:2px 0 0 10px;
}

p {
	font-size:0.9em;
}
br {
	font-size:0.9em;
}
div#wn {
    position:relative; 
    width:auto; height:127px; 
    overflow:hidden;	
}
/*-------------------------------------blolg_styles----------------------------------------*/
ul.menu_type_1{
	overflow:hidden;
	list-style:none;
}
ul.menu_type_1 li{
	float:left;
	padding:0 15px;
	line-height:29px;
}
ul.menu_type_1 li a{
	color:#009cff;
	text-decoration:underline;
}
ul.menu_type_1 li a:hover{
	text-decoration:none;
}
ul.menu_type_1 li.active{
	background-color:#000;
}
ul.menu_type_1 li.active a{
	color:#fff;
	text-decoration:none;
}
/*-------------------*/
.blog_block{
	float:left;
}
.blog_block h4{
	padding:25px 0 8px 0;
	color:#6b6b6b;
	font-size:1.33em;
}
.blog_block .nickName{
	display:block;
	background:url(/images_jpg/ico_03.gif) no-repeat 0 0;
	padding-bottom:8px;
	padding-left:17px;
	font-size:0.93em;
}
.blog_block .nickName .date{
	color:#8b8b8b;
	margin-left:8px;
	padding-left:8px;
	border-left:#8b8b8b 1px solid;
}
/*-----------------*/
.blog_block .flag{
	display:block;
	height:30px;
	background:url(/images_jpg/bg_comments_block.gif) repeat-x 0 0;
	margin:20px 0;
}
.blog_block .flag b{
	display:block;
	height:30px;
	background:url(/images_jpg/bg_flag.gif) no-repeat 0 0;
	font-weight:normal;
	font-size:0.93em;
}
.blog_block .flag a{
	color:#9a9a9a;
	display:block;
	line-height:20px;
}
.blog_block .flag a.comments{
	background:url(/images_jpg/ico_comments.gif) no-repeat 0 3px;
	float:left;
	margin-left:11px;
	padding-left:7px;
}
.blog_block .flag a.comments i{
	color:#000;
	font-style:normal;
	margin-right:8px;
}
.blog_block .flag a.write_comments{
	float:right;
	background:url(/images_jpg/ico_write_comments.gif) no-repeat right 5px;
	padding-right:20px;
	margin-right:4px;
}
/*------------------------------*/
ul.blog_list{
	list-style:none;
}
ul.blog_list li{
	padding:12px 20px;
	overflow:hidden;
}
ul.blog_list li img{
	border:#000 1px solid;
	float:left;
	margin-right:14px;
}
ul.blog_list li span.nickName{
	margin-left:70px;
	padding-bottom:5px;
}
ul.blog_list li.color{
	background-color:#e8eeef;
}
/*-----------*/
table.table_blog td{
	padding-bottom:5px;
}
table.table_blog td input{
	width:205px;
	height:24px;
	border:#c3c7c8 1px solid;
}
table.table_blog td textarea{
	width:415px;
	height:154px;
	border:#c3c7c8 1px solid;
}
table.table_blog td b{
	color:#b5d72f;
	font-size:2em;
	font-weight:normal;
}
/*----------------------------kalendar_block---------------------------------*/
.kalendar_block{
	float:right;
	width:0px;
}
table.calendar{
	width:232px;
	height:184px;
	background:url(/images_jpg/bg_kalendar.gif) no-repeat 0 0;
	text-align:center;
}
table.calendar th{
	height:40px;
	font-size:1.33em;
}
table.calendar td{
	width:30px;
}
table.calendar td.today{
	background:white;
}
table.calendar td.highlight{
	background:yellow;
}
table.calendar td.active a{
	background:#000;
	color:#fff;
}
table.calendar td.vakation{
	color:#fff;
}
table.calendar td.vakation a{
	display:block;
	width:18px;
	height:18px;
	color:#fff;
}
table.calendar a.left_arr, a.right_arr{
	display:block;
	width:35px;
	height:35px;
}
table.calendar a.left_arr{ float:left; background:url(/images_jpg/button_lister_left.gif) no-repeat 0 0;}
table.calendar a.right_arr{ float:left; background:url(/images_jpg/button_lister_right.gif) no-repeat 0 0;}
/*----------*/
.kalendar_block ul{
	list-style:none;
	padding-left:15px;
	padding-top:20px;
}
.kalendar_block ul li{
	color:#8b8b8b;
}
.kalendar_block ul li strong{
	color:#009cff;
}
.kalendar_block ul li a{
	color:#009cff;
	text-decoration:underline;
}
.kalendar_block ul li a:hover{
	text-decoration:none;
}
.kalendar_block ul li.tags a{
	color:#8b8b8b;
	text-decoration:none;
}
.kalendar_block ul li.tags a:hover{
	text-decoration:underline;
}
.kalendar_block ul li.tags a b{
	font-size:1.33em;
}






/*-----------------------New_Styles----------------------*/
ul.services_list{
	list-style:none;
	padding-top:15px;
}
ul.services_list li{
	overflow:hidden;
	clear:both;
}
ul.services_list li img{
	float:left;
}
ul.services_list li .description{
}
ul.services_list li .description a{
	font-size:18px;
}
ul.services_list li .description a:hover{
	color:#009cff;
	text-decoration:underline;
}
ul.services_list li .description p{
}
ul.services_list li .description span{
	display:block;
	font-size:16px;
	padding:4px 0;
}




#content .inner_content table.form{
	width:400px;
	font-size:1em;
	text-align:right;
	margin-top:30px;
}
#content .inner_content table.form td{
	vertical-align:text-top;
}
#content .inner_content table.form td b{
	color:#b5d72f;
	font-size:2em;
	font-weight:normal;
}
#content .inner_content table.form textarea{
	width:285px;
	height:54px;
	margin-bottom:8px;
	padding-left:3px;
	border:#c3c7c8 1px solid;
	background-color:#f4f9fa;
}
#content .inner_content table.form input{
	width:285px;
	height:24px;
	margin-bottom:8px;
	padding-left:3px;
	border:#c3c7c8 1px solid;
	margin-left:8px;
	background-color:#f4f9fa;
}
#content .inner_content table.form input.small{
	width:75px;
	height:22px;
	margin-left:1px;
	float:left;
	margin-left:8px;
	background-color:#f4f9fa;
}
#content .inner_content table.form .button_send{
	display:block;
	width:118px;
	margin-left:106px;
	height:43px;
	border:0px;
	background:url(images/button_send.png) no-repeat 0 0;
}
#content .inner_content table.form .button_send:hover{
	border:0px;
	background:url(images/button_send_up.png) no-repeat 0 0;
}
#content .inner_content table.form p{
	color:#878787;
	text-align:center;
	font-size:0.93em;
}

/*----------buy_block----------*/
.buy_block{
	width:210px;
	height:120px;
	background:url(images/bg_basket.jpg) no-repeat right 0;
	position:absolute;
	top:0;
	left:275px;
	padding:40px 60px 0 0;
}
.buy_block h3{
	background: url(images/dash.gif) repeat-x 0 center;
	overflow:hidden;
	color:#009cff;
	margin-bottom:15px;
	_margin-bottom:0px;
}
.buy_block h3 span{
	background-color:#fff;
	padding:0 10px;
	display:block;
	float:left;
	font-size:11px;
}
#footer .buy_block ul{
	padding:0 0 0 0;
	margin:0;
}
#footer .buy_block ul li{
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
}
.buy_block ul li img{
	float:left;
	margin-right:8px;
}
#footer .buy_block ul li a{
	font-size:14px;
	text-decoration:none;
	line-height:35px;
}
#footer .buy_block ul li a:hover{
	text-decoration:underline;
}

/*----------------*/
#content .inner_content table.table_color{
	width:412px;
	border:#d9dedf 1px solid;
	font-size:1em;
	border-bottom:none;
	margin-top:20px;
	clear:both;
}
#content .inner_content table.table_color th{
	height:52px;
	background-color:#fff;
	text-align:left;
	font-weight:normal;
	padding-left:18px;
	color:#000;
	border-bottom:#d9dedf 1px solid;
}
#content .inner_content table.table_color td{
	padding-left:14px;
	height:32px;
	background-color:#fff;
	border-bottom:#d9dedf 1px solid;
	border-left:#fff 1px solid;
}
#content .inner_content table.table_color td.color{
	background-color:#f3f7f8;
}

/*----------------*/
#content .inner_content .text_block{
	border-top:#e3e7e8 1px solid;
	margin-right:22px;
	padding-right:22px;
}
#content .inner_content .text_block p{
	margin-top:20px;
}
#content .inner_content .text_block em{
	display:block;
	margin-top:20px;
	color:#6c7073;
}
/*-----------------------------*/

/*---------------*/
#content .inner_content .list_block{
	margin-left:27px;
	padding-top:25px;
	overflow:hidden;
}
#content .inner_content .list_block ol{
	float:left;
}
#content .inner_content .list_block ol li{
	font-size:1em;
}
#content .inner_content .list_block ol li ul{
	list-style:none;
	margin-top:3px;
}
#content .inner_content .list_block ol li ul li{
	font-size:0.92em;
	background:url(images/arr_4.gif) no-repeat 0 5px;
	padding-left:10px;
}
#content .inner_content .list_block ul.inner li{
	font-size:1em;
	background:url(images/arr_4.gif) no-repeat 0 5px;
}
/*----*/
#content .inner_content .list_block ul.link{
	list-style:none;
	margin-left:200px;
}
#content .inner_content .list_block ul.link li{
	background:url(images/arr_6.gif) no-repeat 0 5px;
	padding-left:16px;
}
#content .inner_content .list_block ul.link li a{
	font-size:1em;
	line-height:18px;
	color:#009ae2;
	text-decoration:underline;
}
#content .inner_content .list_block ul.link li a:hover{
	text-decoration:none;
}
/*----------------*/
