html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
	text-align: left;
	background: #F0F0F0;
}

A {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

#minWidth {
	position: relative;
	width: 100%;
	min-width: 996px;
	max-width: 996px;
	max-width: 1200px;
	margin: 0;
	margin: 0 auto;
	background: #fff url(/images/left_bg.gif) left top repeat-y;
}

#conteiner {
	background: url(/images/right_bg.gif) right top repeat-y;
	padding: 0 14px;
}

/*--- header ---*/
#conteiner #header {
	overflow: hidden;
	margin: 0 0 15px 0;
}

* html #conteiner #header {
	overflow: visible;
	height: 1px;
}

#conteiner #header #login {
	padding: 7px 31px 9px 31px;
	text-align: right;
	background: #000000;
	color: #7E7E7E;
	overflow: hidden;
	font-size: 12px;
}

* html #conteiner #header #login {
	overflow: visible;
	height: 1px;
}

#conteiner #header #login strong {
	color: #FFFFFF;
}

#conteiner #header #login .a {
	color: #5EC7FD;
}

#conteiner #header #login input {
	background: #000000;
	border: 1px solid #646464;
	color: #9A9A9A;
	font-family: Arial;
	font-size: 12px;
	margin: 0 10px 0 0;
}

.button_green_12 {
	text-decoration: none;
}

.button_green_12_1 {
	background: url(/images/button_green_12_left.gif) left top no-repeat;
}

.button_green_12_2 {
	background: url(/images/button_green_12_bg.gif) right top repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.button_green_12_3 {
	background: url(/images/button_green_12_right.gif) right top no-repeat;
}

.button_green_12:hover .button_green_12_1 {
	cursor: pointer;
	background: url(/images/button_green_12_left_cur.gif) left top no-repeat;
}

.button_green_12:hover .button_green_12_2 {
	cursor: pointer;
	background: url(/images/button_green_12_bg_cur.gif) left top repeat-x;
}

.button_green_12:hover .button_green_12_3 {
	cursor: pointer;
	background: url(/images/button_green_12_right_cur.gif) left top no-repeat
		;
}

.button_green_12_b {
	text-decoration: none;
}

.button_green_12_b_1 {
	background: url(/images/button_green_12_b_left.gif) left top no-repeat;
}

.button_green_12_b_2 {
	background: url(/images/button_green_12_b_bg.gif) right top repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.button_green_12_b_3 {
	background: url(/images/button_green_12_b_right.gif) right top no-repeat;
}

.button_green_12_b:hover .button_green_12_b_1 {
	cursor: pointer;
	background: url(/images/button_green_12_b_left_cur.gif) left top
		no-repeat;
}

.button_green_12_b:hover .button_green_12_b_2 {
	cursor: pointer;
	background: url(/images/button_green_12_b_bg_cur.gif) left top repeat-x;
}

.button_green_12_b:hover .button_green_12_b_3 {
	cursor: pointer;
	background: url(/images/button_green_12_b_right_cur.gif) left top
		no-repeat;
}

.button_gray_12 {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.button_gray_12_1 {
	background: url(/images/button_gray_12_left.gif) left top no-repeat;
}

.button_gray_12_2 {
	background: url(/images/button_gray_12_bg.gif) right top repeat-x;
}

.button_gray_12_3 {
	background: url(/images/button_gray_12_right.gif) right top no-repeat;
}

.button_gray_12:hover .button_gray_12_1 {
	cursor: pointer;
	background: url(/images/button_gray_12_left_hov.gif) left top no-repeat;
}

.button_gray_12:hover .button_gray_12_3 {
	background: url(/images/button_gray_12_right_hov.gif) right top no-repeat
		;
}

.button_gray_12:hover .button_gray_12_2 {
	background: url(/images/button_gray_12_bg_hov.gif) right top repeat-x;
	cursor: pointer;
	color: #FFFFFF;
}

/*	
	.button_green_12{
		background: url(/images/button_green_12_left.gif) left top no-repeat;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
		color: #FFFFFF;
		padding: 0px 0 6px 0;
		position: relative;
		top: -3px;
	}
	* html .button_green_12{
		position: static;
	}
	.button_green_12 span{
		background: url(/images/button_green_12_right.gif) right top no-repeat;
		padding: 0px 0 6px 0;
		line-height: 14px;
	}
	.button_green_12 span span{
		margin: 1px 9px 0 9px;
		padding: 3px 0 0 0;
		background: url(/images/button_green_12_bg.gif) right top repeat-x;
		padding: 3px 2px 3px 2px;
		vertical-align: bottom;
		line-height: 22px;
		position: relative;
		top: 4px;
	}
	* html .button_green_12 span span{
		position: static;
	}
	*+html .button_green_12 span span{
		position: static;
	}
	@media all and (min-width: 0) {
       .button_green_12 span span{
			top: 2px;
		}
   }
*/ /*
	.button_red_21{
		background: url(/images/button_red_21_left.gif) left top no-repeat;
		text-decoration: none;
		font-family: Arial;
		font-size: 21px;
		color: #FFFFFF;
		padding: 0px 0 10px 0;
		position: relative;
		top: -3px;
	}
	* html .button_red_21{
		position: static;
	}
	.button_red_21 span{
		background: url(/images/button_red_21_right.gif) right top no-repeat;
		padding: 0px 0 10px 0;
		line-height: 14px;
	}
	.button_red_21 span span{
		margin: 1px 16px 0 16px;
		padding: 3px 0 0 0;
		background: #F70027;
		padding: 3px 2px 6px 2px;
		vertical-align: bottom;
		line-height: 26px;
		position: relative;
		top: 4px;
	}
	* html .button_red_21 span span{
		position: static;
	}
	*+html .button_red_21 span span{
		position: static;
	}
	@media all and (min-width: 0) {
       .button_red_21 span span{
			top: -17px;
		}
   }
*/ /*	.button_gray_12{
		background: url(/images/button_gray_12_left.gif) left top no-repeat;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		padding: 0px 0 10px 0;
		position: relative;
		top: -8px;
	}
	.button_gray_12:hover{
		background: url(/images/button_gray_12_left_hov.gif) left top no-repeat;
		color: #FFFFFF;
	}
	* html .button_gray_12{
		position: static;
	}
	.button_gray_12 span{
		background: url(/images/button_gray_12_right.gif) right top no-repeat;
		padding: 0px 0 10px 0;
		line-height: 20px;
	}
	.button_gray_12:hover span{
		background: url(/images/button_gray_12_right_hov.gif) right top no-repeat;
	}
	.button_gray_12 span span{
		margin: 1px 11px 0 11px;
		background: url(/images/button_gray_12_bg.gif) right top repeat-x;
		padding: 4px 2px 12px 2px;
		vertical-align: bottom;
		line-height: 21px;
		position: relative;
		top: 5px;
	}
	.button_gray_12:hover span span{
		background: url(/images/button_gray_12_bg_hov.gif) right top repeat-x;
	}
	* html .button_gray_12 span span{
		position: static;
	}
	*+html .button_gray_12 span span{
		position: static;
	}
	@media all and (min-width: 0) {	
       .button_gray_12 span span{
			top: -11px;
		}
   }
*/
#conteiner #header blockquote {
	padding: 0;
	margin: 0;
	width: 181px;
	height: 85px;
	display: block;
	float: left;
	margin: 0 0 0 31px;
}

* html #conteiner #header blockquote {
	margin: 0 0 0 16px;
}

#conteiner #header blockquote a {
	width: 181px;
	height: 85px;
    margin-top: 24px;
	text-indent: -700em;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	background: url(/images/logo.gif) left top no-repeat;
}

#conteiner #header #top_menu {
	float: right;
	padding: 0 0 0 0px;
	height: 27px;
	margin: 30px 31px 0 0;
}

* html #conteiner #header #top_menu {
	margin: 30px 16px 0 0;
}

#conteiner #header ul {
	list-style: none;
	display: block;
	float: left;
	padding: 0 0px 0 0;
	margin: 0;
	height: 27px;
}

#conteiner #header ul li img {
	float: left;
}

#conteiner #header ul li {
	float: left;
	background: url(/images/top_menu_bg.jpg) right top repeat-x;
	position: relative;
	height: 27px;
}

#conteiner #header ul .cur {
	background: url(/images/top_menu_bg_cur.jpg) right top repeat-x;
}

#conteiner #header ul .cur a {
	color: #FFFFFF;
}

#conteiner #header ul li span {
	display: block;
	float: left;
	height: 22px;
	padding: 5px 14px 0 14px;
}

#conteiner #header ul li .last {
	padding: 5px 5px 0 14px;
}

#conteiner #header ul li .first {
	padding: 5px 14px 0 5px;
}

#conteiner #header ul li a {
	font-size: 13px;
	color: #0B0B0B;
	text-decoration: none;
}

#conteiner #header ul li a:hover {
	color: #FFFFFF;
}

/*--- //header ---*/ /*--- main content ---*/
#conteiner #main_content {
	
}

#conteiner #main_content #main_content_top {
	overflow: hidden;
}

* html #conteiner #main_content #main_content_top {
	overflow: visible;
	height: 1px;
}

#conteiner #main_content #main_content_top #main_content_top_left {
	float: left;
	margin: 0 0 0 31px;
}

* html #conteiner #main_content #main_content_top #main_content_top_left
	{
	margin: 0 0 0 16px;
}

#conteiner #main_content #main_content_top #main_content_top_right {
	margin: 0 0 0 560px;
	padding: 35px 31px 0 40px;
}

#conteiner #main_content #main_content_top #main_content_top_right h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 23px;
}

#conteiner #main_content #main_content_top #main_content_top_right td a
	{
	font-size: 13px;
	color: #00A2E9;
}

#conteiner #main_content #main_content_top #main_content_top_right td strong
	{
	font-size: 18px;
	font-weight: normal;
}

#conteiner #main_content #main_content_bottom {
	clear: left;
	padding: 50px 31px 50px 31px;
	overflow: hidden;
}

* html #conteiner #main_content #main_content_bottom {
	overflow: visible;
	height: 1px;
}

#conteiner #main_content #main_content_bottom h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 23px;
}

#conteiner #main_content #main_content_bottom div {
	width: 31%;
	margin: 0 15px 0 0;
	float: left;
}

#conteiner #main_content #main_content_bottom div .title {
	color: #00A2E9;
	font-size: 18px;
}

#conteiner #main_content #main_content_bottom div b {
	font-size: 14px;
	color: #000000;
	float: right;
	display: block;
	width: 126px;
}

#conteiner #main_content #main_content_bottom div p {
	position: relative;
	padding: 0;
	margin: 0;
}

#conteiner #main_content #main_content_bottom div p span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 126px;
	height: 29px;
	text-align: center;
	background: #74A600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 21px;
	font-family: Arial;
	padding: 3px 0 0 0;
}

#conteiner #main_content #main_content_bottom div p .red {
	background: #F70027;
}

#conteiner #main_content #main_content_bottom div strong {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 32px;
	font-family: Arial;
}

#conteiner #main_content #main_content_bottom div div {
	width: auto;
	margin: 0;
	clear: left;
	float: none;
}

@media all and (min-width: 0) {
	#conteiner #main_content #main_content_bottom div div {
		padding: 10px 0 0 0;
	}
}

.main_content_chat {
	clear: left;
	padding: 0px 31px 0px 31px;
	overflow: hidden;
}

* html .main_content_chat {
	overflow: visible;
	height: 1px;
}

.main_content_chat1 {
	background: #F5F5F5 url(/images/main_content_chat_top.gif) left top
		repeat-x;
}

.main_content_chat2 {
	background: url(/images/main_content_chat_right.gif) right top repeat-y;
}

.main_content_chat3 {
	background: url(/images/main_content_chat_bottom.gif) left bottom
		repeat-x;
}

.main_content_chat4 {
	background: url(/images/main_content_chat_left.gif) left top repeat-y;
}

.main_content_chat5 {
	background: url(/images/main_content_chat_top_left.gif) left top
		no-repeat;
}

.main_content_chat6 {
	background: url(/images/main_content_chat_top_right.gif) right top
		no-repeat;
}

.main_content_chat7 {
	background: url(/images/main_content_chat_bottom_ri.gif) right bottom
		no-repeat;
}

.main_content_chat8 {
	background: url(/images/main_content_chat_bottom_le.gif) left bottom
		no-repeat;
	padding: 11px;
	color: #000000;
	overflow: hidden;
}

* html .main_content_chat8 {
	overflow: visible;
	height: 1px;
}

.main_content_chat8 .data {
	color: #7C7C7C;
	font-size: 11px;
}

.main_content_chat8 .link {
	color: #11A8EA;
}

.main_content_chat8 .red {
	color: #F70027;
}

.main_content_chat8 input {
	width: 375px;
	background: #FFFFFF url(/images/input_bg.gif) left top repeat-x;
	border: 1px solid #BFBFBF;
	color: #9A9A9A;
	font-family: Arial;
	font-size: 12px;
	margin: 0 10px 0 0;
}

/*--- //main content ---*/ /*--- inner content ---*/
#main_content_top1 {
	padding: 0 31px;
	overflow: hidden;
}

* html #main_content_top1 {
	overflow: visible;
	height: 1px;
}

#main_content_top1 h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 23px;
}

#main_content_top1_title {
	padding: 0 0 6px 0;
	margin: 0 0 23px 0;
	border-bottom: 1px solid #C9C9C9;
	overflow: hidden; 1
	border: 1px solid red;
}

* html #main_content_top1_title {
	overflow: visible;
	height: 1px;
}

#main_content_top1_title #main_content_top1_title_right {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	padding: 30px 0 0 0;
}

#main_content_top1_title #main_content_top1_title_right a {
	color: #11A8EA;
	font-family: Arial;
	font-size: 13px;
}

#stavka_left {
	float: left;
	width: 591px;
}

#stavka_left table {
	margin: 0 10px 0 0;
}

#stavka_left table td {
	padding: 3px 10px 3px 5px;
	font-family: Arial;
	font-size: 13px;
}

#stavka_left1 {
	text-align: center;
	padding: 15px 0 3px 0;
	position: relative;
	margin: 0 0 0 20px;
}

#stavka_left1  strong {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 40px;
	font-family: Arial;
}

#stavka_left1 .dotted {
	text-decoration: none;
	color: #11A8EA;
	border-bottom: 1px dashed #11A8EA;
}

#stavka_left1 .dotted:hover {
	border-bottom: none;
}

.pop_up {
	display: none;
	width: 284px;
	position: absolute;
	top: 60px;
	left: 0px;
	text-align: left;
}

#photo_small {
	overflow: hidden;
	margin: 10px 0 0 0;
	border-top: 1px solid #C9C9C9;
}

* html #photo_small {
	overflow: visible;
	height: 1px;
}

#photo_small div {
	float: left;
	margin: 0 15px 0 0;
	padding: 5px 0 0 0;
}

#photo_small .cur {
	background: url(/images/bullet_small_cur.gif) center top no-repeat;
}

#descr {
	margin: 0 0 0 490px;
}

#descr h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 20px;
}

#descr h4 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

#descr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#descr ul li {
	padding: 0 0 5px 20px;
	background: url(/images/title_bullet.gif) 8px 6px no-repeat;
}

.main_content_chat8 h4 {
	background: url(/images/chat_bg.gif) left bottom repeat-x;
	padding: 0 0 8px 0;
	margin: 0 13px 3px 13px;
	font-size: 18px;
	font-weight: normal;
}

.main_content_chat8 ul {
	margin: 0px 0 24px 0;
	padding: 0px;
	list-style: none;
}

.main_content_chat8 ul li {
	margin: 0px 0 2px 0px;
	padding: 0px 13px;
}

.main_content_chat8 ul li a {
	font-size: 13px;
	color: #00A2E9;
}

.main_content_chat8 ul .cur {
	background: url(/images/bullet_left_cut.gif) left 5px no-repeat;
}

.main_content_chat8 ul .cur a {
	font-size: 13px;
	color: #F70027;
}

.table td {
	padding: 10px;
	font-size: 12px;
}

.table td a {
	color: #00A2E9;
	font-size: 12px;
}

.paging {
	padding: 0 0 6px 0;
}

.paging a {
	color: #00A2E9;
	font-size: 12px;
	padding: 4px 6px;
}

.paging span {
	background: #F70027;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 6px;
}

#list_tab {
	padding: 0 0 4px 0;
}

#list_tab a {
	font-size: 13px;
	color: #00A2E9;
	border-bottom: 1px dashed #00A2E9;
	text-decoration: none;
	margin: 0 10px 0 0;
}

#list_tab a:hover {
	border-bottom: none;
}

#list_tab span {
	background: #F70027;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 6px;
	margin: 0 10px 0 0;
}

.table_list td {
	padding: 10px;
	font-size: 12px;
	border-bottom: 1px solid #EBEBEB;
}

.table_list td .a {
	color: #00A2E9;
	font-size: 18px;
}

.table_list td .strong {
	font-size: 30px;
}

.table_list td .button_gray_12 span span {
	top: 4px;
}

@media all and (min-width: 0) {
	.table_list td .button_gray_12 {
		top: 1px;
	}
	.table_list td .button_gray_12 span span {
		top: -11px;
	}
}

#reg_table td {
	vertical-align: top;
	padding: 10px 5px;
}

#reg_table td input {
	width: 262px;
	background: #FFFFFF url(/images/input_bg.gif) left top repeat-x;
	border: 1px solid #BFBFBF;
	color: #9A9A9A;
	font-family: Arial;
	font-size: 12px;
	margin: 0 10px 0 0;
}

/*	#reg_table td #button_reg{
		background: url(/images/button_reg.gif) left top no-repeat;
		color: #FFFFFF;
		font-size: 21px;
		display: block;
		width: 263px;
		height: 31px;
		text-align: center;
		padding: 4px 0 0 0;
		text-decoration: none;
	}
*/
#reg_table td #button_reg :hover {
	background: url(/images/button_reg_hov.gif) left top no-repeat;
}

.error {
	color: #F70027;
}

.reg_size_11 {
	font-size: 11px;
}

.input_error {
	border: 1px solid #F70027;
}

.button_reg {
	color: #FFFFFF;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
}

.button_reg:hover {
	cursor: pointer;
}

.button_reg_1 {
	background: url(/images/button_reg_left.gif);
}

.button_reg_2 {
	background: url(/images/button_reg_bg.gif);
}

.button_reg_2 {
	color: #FFFFFF;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
}

.button_reg_3 {
	background: url(/images/button_reg_right.gif);
}

body:first-of-type #chrom_bullet {
	position: relative;
	top: -3px;
}

/*--- //inner content ---*/ /*--- bottom ---*/
#conteiner #bottom {
	clear: left;
	padding: 15px 31px;
	margin: 58px 0 0 0px;
	overflow: hidden;
	background: #000000;
}

* html #conteiner #bottom {
	overflow: visible;
	height: 1px;
}

#bottom_left {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}

#bottom_left a {
	font-size: 13px;
	color: #5EC7FD;
}

#bottom_right {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #505050;
}

#bottom_right a {
	font-size: 13px;
	color: #7E7E7E;
}

.c {
	display: block;
	clear: both;
	height: 0;
	font-size: 0px;
	overflow: hidden;
}
