/* COLORS
 main bg:     #a7a9b0
 red cross:   #8f0502
 blue bg:     #e3e4ec
 blue select: #edeef6
 header txt:  black
 menu txt:    #3f3f3f
 blue txt:    #44437c
 orange txt:  #d87b0d
 common txt:  #4e4e4e
//	 button txt:  #655f5f
 block br:    #939393
*/
form
{
	margin: 0px;
}
a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a.up
{
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}

a img
{
	border: none;
}

body
{
 	background: #a7a9b0;
	/*background:#69f;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px auto;/* 10px */
	margin-top: 10px;
	margin-bottom: 50px;
	width: 990px;
	padding: 0px;
}


table
{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
}

div.body
{
	/*border: solid 1px Red;*/
	width: 990px;
}

table.main_table
{
	/*border: solid 1px #a7a9b0;*/
	margin-bottom: 4px;
	width: 990px;
	border-collapse: separate;
}

td.normal_col
{
	border: solid 1px #777777;
	/*/*border-color: red;*/
	background-color: #ffffff;
/* 	vertical-align: top; */


}

td.silver
{
	background-color: #e3e4ec;
}

td.hiddentd
{
	/*width: 0px;*/
	/*border: none;*/
	border-style: none;
	/*border: 0px;
	border-left: none;
	border-right: none;
	background-color: blue;*/
	/*display: none;*/
}


/* TOP */
div.top
{
	vertical-align: bottom;
	text-transform: uppercase;
	text-align: justify;
	color: gray;
	padding-left: 5px;
	font-size: 9px;
}

/* @group MENU */

table.mmenu
{
	border: 1px solid #999;
	font-size: 13px;
	padding: 0px;
}

table.mmenu tr
{
	background-color: #eee;
}

table.mmenu tr:hover
{
	background-color: #ece5db;
}

table.mmenu th
{
	background-color: #ccf;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	border-left: 3px solid #999;
	padding: 3px;
	text-align: left;
}
table.mmenu td
{
	border-left: 1px solid #999;
	border-bottom: 2px solid #999;
	padding: 2px;
}
table.mmenu small
{
	color: #999;
}
div.mmenu a, a.link
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	background-color: #d0d3da;
	padding: 0px 5px 0px 5px;
	margin-left: 2px;

}
div.mmenu a:hover
{
	background-color: #ccc;
}

td.left_input
{
	padding-right: 10px;
	text-align: right;
}

/* @end */

/* @group HEADER */

div.gray_table
{
	background-color: #C5C6CA;

/* 	padding: 5px; */

}

div.gray_banner
{
	/*background-color: #C5C6CA;*/
/* 	height: 25px; */
	border: solid 1px #777777;
	width: 130px;
	background: url('/res/design/banner_bg.gif');
	margin-bottom: 4px;
}

div.header_top td.left
{
	background: url('/res/design/header_top_left.png') no-repeat;
	height: 26px;
	width: 138px;
}
div.header_top td.sep div.sep
{
	background: url('/res/design/header_top_sep.png') no-repeat;
	height: 26px;
	width: 4px;
}
div.header_top td.right
{
	background: url('/res/design/header_top_right.png') no-repeat;
	height: 26px;
	width: 849px;
}
div.left
{
	background: url('/res/design/header_top_left_bg.png');
	height: 26px;
	width: 138px;
}
div.sep
{
	background: url('/res/design/header_top_sep.png') no-repeat;
	height: 26px;
	width: 4px;
}
div.selecter
{
	background: url('/res/design/header_top_bg.png');
	height: 26px;

}
div.right
{
	/*background: url('/res/design/header_top_right_bg.png');*/
	height: 26px;
	width: 138px;
}
div.header_middle
{
	background-color: white;
	/*height: 150px;*/

}
div.header_middle table
{
	width: 100%;
	height: 100%;
}
div.header_middle td.left
{
	background: url('/res/design/header_middle_left.png') repeat-y;
	width: 3px;
}
div.header_middle td.right
{
	background: url('/res/design/header_middle_right.png') repeat-y right;
	width: 3px;
}
div.header_middle td.logo
{
	vertical-align: bottom;
}
div.header_middle td.logo a
{
	color: black;
	font-size: 36px;
	font-weight: bold;
}
div.header_middle td.textline
{
	padding-bottom: 0px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
}
div.header_middle td.textline a
{
	font-size: 10px;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}
div.header_bottom
{
	background: url('/res/design/header_bottom_bg.png') repeat-x;
	padding-left: 25px;
	padding-top: 4px;
	/*border: 1px solid red;*/
	height: 32px;
}

/* @end */

/* @group BLOCK */

div.normal_block
{
	/*width: 199px;*/
	width: 198px;
	border: solid 1px #777777;
	margin-bottom: 4px;
	/*float: left;
	height: 100%;*/
}

div.wide_block
{
	width: 376px;
	border: solid 1px #777777;
	margin-bottom: 4px;

}

div.middel404_block
{
	width: 404px;
	/*margin-bottom: 4px;*/
}

div.wide_block_resized
{
	/*width: 376px;*/
	border: solid 1px #777777;
	margin-bottom: 4px;

}

span.b_header, .b_p2-long h1
{
	text-transform: uppercase;
	color: black;
	margin-left: 10px;
	font-size: 11px;
	text-decoration: none;
}

.bold h1
{
    font-weight: bold;
}

span.b_footer
{
	text-transform: none;
	color: black;
	margin-left: 10px;
	font-variant: small-caps;
}
div.b_p1-l1-blue
{
	background: url('/res/design/b_p1-l1-blue.png') ;
	/*width: 198px; //198*/
	border: 1px solid #939393;
	border-bottom-style: none;
	padding-top: 4px;
	height: 25px;
}
div.b_p1-l1
{
	background: #e3e3e3 url('/res/design/b_p1-l1.png') left bottom no-repeat ;
	/*width: 199px;
	border: 1px solid #777777;
	border-bottom-style: none;*/
	padding-top: 4px;
	height: 25px;
}
div.b_p1-l2i
{
	background: url('/res/design/b_p1-l2i_bg.png') repeat-x;
	/*width: 404px;*/
	padding-top: 5px;
	height: 23px;

}
div.b_p1-long
{
	background: url('/res/design/b_p1-long.png') no-repeat 0 0;
	border: 1px solid #939393;
	border-bottom-style: none;
	padding-top: 5px;
	height: 25px;
}

div.b_p2-l1-blue
{
	background: url('/res/design/b_p2-l1-blue.png');
	/*width: 198px;
	border: 1px solid #939393;
	border-bottom-style: none;*/
	padding-top: 5px;
	height: 25px;
}
div.b_p2-long
{
	background: white url('/res/design/b_p1-long.png') no-repeat;
	padding-top: 5px;
	height: 24px;
}

div.b_p2-long-blue
{
	background: url('/res/design/b_p2-long-blue.png') no-repeat ;
	/*border: 1px solid #939393;
	border-bottom-style: none;*/
	padding-top: 5px;
	height: 25px;
}

div.b_p2-l2w
{
	background: url('/res/design/b_p2-l2.png') no-repeat;
/* 	width: 576px; */
	padding-top: 5px;
	height:  25px;
	/*border: 1px solid #939393;*/
/* 	border-bottom-style: none; */
}

div.b_p3-l2
{
	background: url('/res/design/b_p3-l2.png') no-repeat;
	width: 372px;
	border: 1px solid #939393;
	border-bottom-style: none;
	padding-top: 5px;
	height: 25px;
}

div.b_p3-l2-blue
{
	background: url('/res/design/b_p3-l2-blue.png') no-repeat;
	/*width: 372px;
	border: 1px solid #939393;
	border-bottom-style: none;*/
	padding-top: 5px;
	height: 25px;
}

div.b_p3-l2w
{
	background: url('/res/design/b_p3-l2w_bg.png') repeat-x;
	/*width: 582px;*/
	padding-top: 5px;
	height:  23px;
}

div.b_p4-l1-blue
{
	background: url('/res/design/b_p4-l1-blue.png');
	/*width: 198px;
	border: 1px solid #939393;
	border-bottom-style: none;*/
	padding-top: 5px;
	height: 25px;
}

div.b_l1
{
	background-color: white;
	color: #3f3f3f;
	padding: 5px;
}

div.b_l1-blue
{
	/*width: 188px;
	border: 1px solid #939393;
	border-top-style: none;*/
	background: #e3e4ec;
	margin-top: -1px;
	/*margin-bottom: 5px;*/
	/*text-transform: uppercase;*/
	color: #3f3f3f;
	padding: 5px;
}

div.b_l1wi, div.b_l1w
{
/* 	width: 275px; */
	border: 1px solid #777777;
	background-color: white;
	margin-top: -1px;
	/*margin-bottom: 5px;*/
	color: #3f3f3f;
	padding: 5px;
}

div.b_l1w
{
	border-top-style: none;
}

div.b_l2, div.b_l2w
{
	padding: 5px;
	background-color: white;
	border: 1px solid #939393;
	border-top-style: none;
	margin-top: -1px;
	width: 362px;
}
div.b_l2w
{
	width: 566px;
}

div.b_l2-blue
{
	/*width: 362px;
	border: 1px solid #939393;
	border-top-style: none;*/
	background-color: #e3e4ec;
	margin-top: -1px;
	/*text-transform: uppercase;*/
	color: #3f3f3f;
	padding: 5px;
}

div.b_l2i
{
	/*width: 392px;*/
	border: 1px solid #777777;
	background-color: white;
	/*margin-left: 1px;*/
	margin-top: -1px;
	margin-bottom: 4px;
	color: #3f3f3f;
	padding: 5px;
}

div.b_l2wi
{
/* 	width: 566px; */
	padding: 5px;
	background: white;
/* 	border: 1px solid #939393; */
/* 	border-top-style: none; */
	margin-top: -1px;
/* 	margin-bottom: 4px; */

}
div.b_long
{
	padding: 5px;
/* 	background: white; */
	/*border: 1px solid #939393;
	border-top-style: none;*/
	margin-top: -1px;
}


/* @end */

/* @group LIST */

ul.generic {
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	list-style-type: none;
	font-size: 10px;
	text-decoration: underline;
	line-height: 15px;
}
ul.generic li {
	padding-top: 5px;
}

ul.generic li a
{
	text-decoration: underline;
}

ul.resources {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	list-style-image: url('/res/design/bullet.gif');
	list-style-position: outside;
	margin: 0 0 0 5px;
	/*line-height: 17px;*/
}
ul.resources li {
	text-transform: uppercase;
/* 	padding-top: 0px; */
}
ul.resources li:hover {
	/*background-color: #a8a8a8;*/
}



/* @end */

/* @group HACKS */

div.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.prop
{
	float: right;
	width: 1px;
	/* border-right: 1px solid red; */
}
div.note {
	background-color: white;
	padding: 5px;
	margin: 5px;
	border: 1px solid #8f0502;
	border-left: 4px solid #8f0502;
}

/* @end */

/* @group SPECIAL */

/* @group BUTTON */

div.button-left
{
	background: url('/res/design/button-left.png') no-repeat;
	width:  10px;
	height:  24px;
	margin:  0;
	padding: 0;
	float: left;
}
div.button-middle
{
	background: url('/res/design/button-middle.png') repeat-x;
	height:  24px;
	margin:  0;
	padding: 0;
	float: left;
	padding-top: 5px;
	font-weight: bold;
	color: #4e4e4e;
}
div.button-middle a
{
	color: #4e4e4e;
}
div.button-right
{
	background: url('/res/design/button-right.png') no-repeat;
	width:  10px;
	height:  24px;
	margin:  0;
	padding: 0;
	float: left;
}

/* @end */

/* @group PAGER */

div.pager
{
	text-align: center;
}
div.pager a
{
	color: #4e4e4e;
	text-decoration: underline;
}
div.pager span.current, div.pager a.current
{
	color: #8f0502;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

div.row1min
{
	height: 266px;
}
div.row2min
{
	height: 100px;
}
div.art-news-min
{
	height: 510px;
}
.w150
{
	width: 150px;
}
/* @end */

/* @group MODULE */

/* @group Bbs */
div.bbs-header
{
	border-top: 1px solid black;
	background-color: #edeef6;
	margin-left: -5px;
	margin-right: -8px;
	padding: 12px;
}
div.bbs-header span
{
	border-left: 1px solid black;
	padding-left: 15px;
	padding-right: 15px;
}
div.bbs
{
	padding-bottom: 0px;
}
div.bbs td
{
	text-align: center;
	padding: 10px;
	padding-bottom: 0px;
	border-right: 10px solid white;
}
div.bbs td:hover
{
	background-color: #edeef6;
}

/* @end */

/* @group Diagnosis */

div.diagnosisForm, div.diagnosisFormOld
{
	margin-left: -5px;
	margin-right: -5px;
	padding: 10px;
	border-top: 1px solid black;
}

div.diagnosisFormOld
{
	background-color: white;
}

div.diagnosisAnswer
{
	background-color: #edeef6;
}

div.diagnosisForm
{
	background-color: #edeef6;
}

span.question
{
	font-weight: bold;
	color: #8f0502;
}
span.answer {
	position: relative;
	top: -4px;
}
span.diagnosis
{
	/*color: black;
	font-size: large;*/
}

/* @end */

/* @group Find */

div.b_cat
{
	/*border: 1px solid #939393;*/
	padding: 10px;
	background-color: white;
	/*margin-top: 4px;*/
}

div.find-tab-header
{
	margin: 0px;
	padding: 0px;
	float: left;
}
div.find-tab
{
	width: 80px;
	margin: 0px;
	float: right;
	text-align: center;
	padding-right: 5px;
}

div.find-tab-active
{
	width: 90px;
	height: 24px;
	margin: 0px;
	margin-top: -5px;
	padding-top: 5px;
	float: right;
	text-align: center;
	background: url('/res/design/find-tab-button.png') no-repeat;
}

div.find-tab-active-wide
{
	width: 150px;
	height: 24px;
	margin: 0px;
	margin-top: -5px;
	padding-top: 5px;
	float: right;
	text-align: center;
	background: url('/res/design/find-tab-button-wide.png') no-repeat;
}

div.find-low
{
	background: none;
	border: 0;
}
/* @end */

/* @group Humor */

span.humor-sub
{
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #4e4e4e;
	color: #4e4e4e;
}
div.humor-min
{
	height: 100px;
}
div.humor
{
	/*margin-left: -5px;
	margin-right: -5px;*/
	padding: 5px;
	padding-left: 20px;
}
div.humor hr
{
	border: 0px;
	border-top: 1px solid #4e4e4e;
	margin: 0px;
	margin-top: 10px;
}


/* @end */



/* @group Vote
 */

/* vote block */
div.vote {
	border: 1px solid #8f0502;
	height: 10px;
	background-color: white;
}
div.vote-min
{
	height: 145px;
}

div.dateinfo {
	margin-left: -2px;
	margin-right: -2px;
	font: normal 8px Verdana;
	color: #000000;
}
div.vote_name
{
	 text-align: center;
	 text-transform: uppercase;
	 color: #000000;
}
/* @end */

/* @end */

table.top ul {
	padding-left: 20px;
}

table.top li {
	list-style-image: url('/res/design/bullet2.png');
}
table.top select
{
	text-transform: lowercase;
	font-size: 9px;
	width: 100%;
	border: 1px solid #d4d4d4;
}

td
{
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

table.data_table
{
	border-collapse:collapse;
	text-align:left;
	border:solid #888 1px;
	border-bottom:none;
	border-right:none;
}

table.data_table td
{
	border:solid #888 1px;
	border-top:none;
	border-left:none;
	padding:3px;
}

tr.data_header td
{
	background:#ddd;
}
.upper
{
	text-transform: uppercase;
}
.red
{
	color: #8f0502;
}

.green
{
	color: green;
}

.blue
{
	color: #44437c;
}

.orange
{
	color: #d87b0d;
}

.red_bold
{
	color: #8f0502;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}
.big
{
	font-size: large;
}
.underline
{
	text-decoration:underline;
}

.left_align
{
	text-align:left;
}

tr.bottom_line td
{
	border-bottom:solid #444 1px;
}

fieldset
{
	padding:10px;
	padding-top:5px;
}

ul.navigation
{
	padding:0;
	margin:0;
}

ul.navigation li
{
	display:inline;
	padding-left:10px;
}

ul.navigation li a
{
	padding:6px;
	font-size:12px;
	color:#000;
}

ul.navigation li a:hover
{
	color:#000;
	background:#ddf;
	border: solid #008 2px;
	padding:4px;
}

div.dnav
{
	background:#ddd url('/res/pic/tool_bot.jpg') repeat-x scroll top left;
	height:20px;
	padding-bottom:5px;
/* padding-bottom:0px;
   padding-top:8px; */
	vertical-align:bottom;
}

/* SEARCH */

div.search
{
	/*font-size: 9px;*/
	margin-top: 1px;
	padding-top:3px;
/* padding-top:1px; */
	float: right;
	margin-right: 10px;
}

div.search input, div.search select
{
	/*border: 1px solid #bbb;*/
	font-size: 9px;
	color: black;
	background-color: #bbb;
}

div.search select
{
/* 	border-style:ridge; */
}

div.search option
{
	/*border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;*/
}

/* LOGIN */
div.login {
	/*font-size: 9px;*/
	margin-top: 2px;
	float: left;
}

div.login a {
	color: #666;
}

div.login input
{
	border: 1px solid;
	font-size: 9px;
	padding-left: 4px;
	color: #666;
}

/* BANNER */
table.banner {
	border: 1px solid #999;
	font-size: 12px;
	padding: 0px;
}

table.banner tr
{
	background-color: #eee;
}

table.banner tr:hover
{
	background-color: #ece5db;
}

table.banner td.empty
{
	background-color: white;
	border-left: 0px;
	border-right: 0px;
}

table.banner th
{
	background-color: #d0d3da;
	color: #333;
	font-weight: bold;
	font-size: 10pt;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	padding: 0px;
	text-align: center;
}

table.banner td
{
	border: 1px solid #999;
	border-top: 0px;
	border-bottom: 2px solid #999;
	padding: 2px;
}

div.banner a, a.link
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	background-color: #d0d3da;
	padding: 0px 5px 0px 5px;
	margin-left: 2px;
}

div.banner a:hover
{
	background-color: #ccc;
}

/*** DIVs ***/

/* center wide linked */
div.title-center-header-linked {
	background: url('/res/design/title_center_header_linked.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 575px;
	height: 26px;
	text-transform: uppercase;
}
div.title-center-footer-linked {
	background: url('/res/design/title_center_footer_linked.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 575px;
	height: 26px;
	text-transform: uppercase;
}
div.block {
	padding: 0px 10px 10px 10px;
	margin-left: 0px;
	margin-top: -4px;
	width: 567px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #7b7b7b;
	background-color: white;
}

/* center ??? */
div.title-center-right {
	background: url('/res/design/title_center_right.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 760px;
	height: 22px;
	text-transform: uppercase;
}
/* center short */
div.title-center-short {
	background: url('/res/design/title_center_short.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 474px;
	height: 22px;
	text-transform: uppercase;
}
div.block-short {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 459px;
	border: 1px solid #7b7b7b;
	background-color: white;
	text-align: justify;
}

/* center short linked */
div.title-center-short-head-linked {
	background: url('/res/design/title_center_short_head_linked.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 473px;
	height: 22px;
	text-transform: uppercase;
	margin: 0px;
}
div.title-center-short-foot-linked {
	background: url('/res/design/title_center_short_foot_linked.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 473px;
	height: 22px;
	text-transform: uppercase;
	margin: 0px;
}
div.block-short-linked {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	width: 466px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #7b7b7b;
	background-color: white;
	text-align: justify;
}

/* vote title */
div.title-short {
	background: url('/res/design/title_short.png') no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	width: 198px;
	height: 22px;
	text-transform: uppercase;
}

/* left block */
div.title-left {
	width: 181px;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	background: url('/res/design/title_left.png') no-repeat;
	text-transform: uppercase;
}

div.title-left:hover {
	background: url('/res/design/title_left_arrow_hover.png') no-repeat;
}

div.block-left-white {
	background-color: white;
	border: 1px solid #a8a8a8;
	margin-left: 1px;
	margin-top: -1px;
	margin-bottom: 5px;
	padding: 5px;
	padding-top: 5px;
	width: 175px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

/* left metal block */
div.block-left-back-head {
	width: 191px;
	height: 4px;
	font-size: 0px;
	background: url('/res/design/block_left_back_head.png') no-repeat;
	margin-top: -1px;
}
div.block-left-back-foot {
	width: 191px;
	height: 4px;
	font-size: 0px;
	background: url('/res/design/block_left_back_foot.png') no-repeat;
	margin-bottom: 3px;
}
div.block-left-back-body {
	width: 176px;
	background: url('/res/design/block_left_back_body.png') repeat-y;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 8px;
	font-size: 12px;
}

/* left linked block */
div.title-left-head-linked {
	width: 179px;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	background: url('/res/design/title_left_head_linked.png') no-repeat;
	text-transform: uppercase;
}
div.block-left-linked {
	width: 177px;
	padding: 5px;
	padding-top: 0px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	background-color: white;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/* right standart (wide) block */
div.title-right {
	background: url('/res/design/title_right.png') no-repeat;
	width: 274px;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	text-transform: uppercase;
}

/* right standart linked block */
div.title-right-head-linked {
	background: url('/res/design/title_right_head_linked.png') no-repeat;
	width: 274px;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	text-transform: uppercase;
}
div.title-right-foot-linked {
	background: url('/res/design/title_right_foot_linked.png') no-repeat;
	width: 274px;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	text-transform: uppercase;
}
div.block-right {
	margin-top: 0px;
	background-color: white;
	width: 271px;
	padding: 5px;
	border-right: 1px solid #7b7b7b;
	text-align: justify;
}

/* footer */
div.footer {
	margin-left: 0px;
	padding-top: 5px;
	width: 100%;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	background: url('/res/design/footer_bg.png') no-repeat;
}
div.footer_info
{
	font: normal 12px Tahoma;
	color: #777777;
}

/* Масштабирование */
div.blue_footer
{
	height: 10000px;
	margin-bottom: -10000px;
	background: #e3e4ec;
	margin-top: -5px;
	border: solid 1px #777777;
	border-top: none;
	border-bottom: none;
}
div.white_footer
{
	height: 10000px;
	margin-bottom: -10000px;
	background: #ffffff;
	margin-top: -5px;
	border: solid 1px #777777;
	border-top: none;
	border-bottom: none;
}
div.adv_footer
{
	height: 10000px;
	margin-bottom: -10000px;
	background: url('/res/design/banner_bg.gif');
	margin-top: -5px;
	border: solid 1px #777777;
	border-top: none;
	border-bottom: none;
}

/* termin abc */
p.abc {
	text-align: center;
}
a.cross-red, p.abc a, p.abc a:visited {
	color: #8f0502;
}


/* inputs */
/*input, textarea, select {
	border: 1px solid #7b7b7b;
	background-color: white;
	padding: 0px 3px 0px 3px;
}*/
div.form {
	background-color: white;
	padding: 5px;
	margin: 5px;
	border: 1px solid #7b7b7b;
}
/* inputs small fits in block foot */
/* TODO optimize for IE */
#small-form input, #small-form select, #small-form button {
	font-size: 9px !important;
	padding: 0px;
	border: 1px solid #808080;
}

/* general */
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline;
}
.normal-bold {
	text-transform: none;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.lower
{
	text-transform: lowercase;
}
/* article & news */
div.article_bottom
{
	background-color: #e4e4ec;
	height: 25px;
	width: 580px;
}
div.article-mini {
	border: 1px solid white;
	padding: 3px;
	color: #4e4e4e;
}
div.article-mini:hover {
	background: #edeef6;
	border: 1px solid #7b7b7b;
}
div.article-mini a
{
	color: #4e4e4e;
}
div.news-sub
{
	border: 1px solid #939393;
	border-top-style: none;
	background-color: #edeef6;
	padding: 12px;
}
div.news-min-height {
	height: 100px;
	float: right;
	width: 1px;
}
img.article {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

input.submit_flat
{
	border:0;
	background:transparent;
	cursor:pointer;
}

input.sbsc_mail
{
	color:#666;
	border:solid #666 1px;
}

div.subscribe
{
	margin-top: 3px;
	margin-left: 10px;
}

div.subscribe form
{
	display: inline;
}

div.subscribe form input
{
	font: normal 10px Tahoma;
}

div.b_long a
{
	color: #8f0502;
	text-decoration: underline;
}



div.metatag input
{
	width: 300px;
}

/* рессурсы портала блок */
div.res_menu a
{
/* 	color: ; */
	color: #3F3F3F;
}

div.res_menu a:hover
{
/* 	color: ; */
	color: #000000;
	text-decoration: underline;
}

div.res_port_select
{
	background-color: #c4c4cc;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 8px;
/* 	padding-right: 5px; */
/* 	margin-top: -2px; */
/* 	margin-bottom: -3px; */
	font-size: 10px;
	line-height: 15px;
/* 	width: 198px; */
}
div.res_menu ul.resources
{
/* 	margin: 0px; */
/* 	padding: 0px; */
/* 	padding-left: 4px; */
/* 	list-style-type: none; */
	font-size: 10px;
/* 	text-decoration: underline; */
	line-height: 15px;
}

div.res_menu ul.generic
{
	margin-bottom: 5px;
}


div.res_port_select div.res_port_left
{
	 float: left;
	 padding-top: 2px;
/* 	 width: 162px; */
}

div.res_port_select div.res_port_right
{
	float: right;
	/*margin-right: -5px;*/
}

div.hideme
{
	display: none;
}

div.res_port_select div.res_both
{
	overflow: hidden;
	clear: both;
	height: 1px;
	background-color: #e3e4ec;
/* 	margin-right: -1px; */
	margin-left: -8px;
}

div.art_list p
{
	padding-top: 0px;
	margin-top: 0px;
}

/* feedback */
form.feedback input
{
	width: 300px;
}

form.feedback select
{
	width: 300px;
}

/* все сервисы */
table.allserv
{
	border-collapse: collapse;
	border: solid 1px #777777;
	margin-bottom: 4px;
	color: red;
	border-bottom: solid 1px white;

}

table.allserv td
{
	/*border-bottom: none;*/
}

div.red_link a
{
	color: #8f0502;
	text-decoration: underline;
}
/* вопрос ответ */
div.intro
{
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #777777;
/* 	background-color: #e3e4ec; */
	text-align: justify;
}
div.intro a
{
	color: #8f0502;
	text-decoration: underline;
}
div.main_content
{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

div.main_content a
{
	text-decoration: underline;
}

div.answ
{
	border: solid 1px #777777;
	background-color: #e3e4ec;
	margin-left: 13px;
	padding: 5px;
	display: none;
	margin-top: 5px;
}

div.answ a
{
	color:  #8f0502;
}

div.ask_cont
{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* news */
.news_autor
{
	font: normal bold 11px Verdana;
}

.newMessages
{
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 21px;
	background: transparent url('/res/pic/letter.gif') left center no-repeat;
	font: bold 11px Tahoma;
	color: #000000;
}

.personalPageLink
{
	float: left;
	display: inline;
	margin: 5px 0px 5px 18px;
	padding: 0px 0px 0px 17px;
	border-left: 2px solid #000000;
	font: bold 11px Tahoma;
	color: #af0502;
	text-decoration: underline;
}

form.gsrc {
	padding-top:2px;
	float:right;
}

form.gsrc input {
	font-size:10px;
/* 	height:14px; */
	border:solid #444 1px;
}

div#cse {
	float:left;
	width:670px;
}
