/*

		@хаки:
			* html - код специально для ie5 и ie6
			*:first-child+html   - код специально для ie7
			html:first-child  #имяБлока:lang(ru) - код специально для opera

*/

html, body {
	margin:0px;
	padding:0px;
	position:relative;
	text-align:center;
	font-family:Verdana;
	color: #fff;
	font-size:14px;
	width:100%;
}
/*
	рисунок по краям основного
*/
html{
	background:#465968 url('/skins/default/images/body_bg_03.jpg');
}
div{position:relative;}
a, img, div, span{border:none;}
a{color:#fff;}
a:hover{
	color:#99CCFF;
}
div{position:relative;}
h1, h2{font-size:20px;font-weight:normal;}
h2{font-size:18px;}

h1.documentTitle, h2.documentTitle{background:url('/skins/default/images/title_bg_10.jpg') 0 100% repeat-x;padding:0 0 10px 0;margin:0 0 20px 0;}
p{margin:0 0 20px 0;}
#mainText h1.documentTitle{font-size:30px}
dl.news{
	font-size:11px;
	margin:0;
	padding:0;
}
dl.news dt, dl.news dd{
	margin:0;
	padding:0;
}
dl.news dt{
	margin-bottom:5px;
	margin-top:25px;
	font-size:9px;
	color:#C5DDF0;
}
dl.news dd{
	font-weight:bold;
}
.fl{
	float:left;
}
.q{
	font: bold 14px Arial, sans-serif;
	background: url("/skins/default/images/q_bg_03.gif") 10px 0 no-repeat;
	display: block;
	margin: 20px 0;
	padding: 0 0 0 50px;
	height: 45px;
	color: #fff;
}
#txt>.q {min-height: 45px;
	height: auto;}
/*
	содержимое документа, фоном заданы "вензеля"
*/
#all {
	width:100%;
	height:1%;
	min-width:990px;
	background: url('/skins/default/images/body-bg2.gif') 50% 0 no-repeat;
	z-index:10;
	text-align:center;
	margin:0 auto;
	padding:0;
	position:relative;
}

/*
	panel
*/

#panel{ position: absolute; padding: 0px; clear: both; margin-top: -2px; display: inline-block; }
#panel td{ vertical-align: top; cursor: pointer; }
#panel .content .li2{ vertical-align: middle; padding: 0px 7px 0px 0px; }
#panel .content h1{ font-family: Tahoma; color: #84837E; font-size: 15px; font-weight: normal; padding: 5px 0px 2px 0px; margin: 0px; white-space: nowrap; }
#panel a:link, #panel a:active, #panel a:visited{ font-family: Tahoma; font-size: 12px; color: #84837E; text-decoration: none; }
#panel .content a:hover{ font-family: Tahoma, Arial, Verdana; font-size: 12px; color: #84837E; text-decoration: underline; }
#panel .header{ background: url('/skins/default/images/crn-navigator-t-bg.gif') 0 0 repeat-x; }
#panel .footer{ background: url('/skins/default/images/crn-navigator-f-bg.gif') 0 0 repeat-x; padding-top: 13px; text-align: center; }
#panel .left{ background: url('/skins/default/images/back-navigator-l.gif') 100% 0 repeat-y; }
#panel .right{ background: url('/skins/default/images/back-navigator-r.gif') 0 0 repeat-y; }
#panel .content{ background: #FFFFFF; text-align: left; }

/*
	шапка
*/
#head {
	/*
	display:block;
	height:270px;
	width:977px;
	z-index:20;
	/*background:url('/skins/default/images/headimg.jpg') 0 0 no-repeat;
	position:relative;
	margin:0 auto;
	*/
	padding-right: 2px;
}
#TopFlash{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-487px;
	width:974px;
	height:379px;
	background:#5B1611;
	z-index:200;
}
*:first-child+html #TopFlash{
	margin-left:-488px;
}
#TopFlash object{
	position:absolute;
	top:0;
	left:0;
}
#TopFlash  img{
	position:absolute;
	top:0;
	left:0;
}
#containerBlock{
	width:977px;
	margin:0 auto;
	min-height:300px;
	background:url('/skins/default/images/center_bg_07.jpg') 213px 0 repeat-y;
}
#container {
	display:block;
	vertical-align:top;
	z-index:30;
	width:100%;
	min-height:300px;
	margin:0 auto;
	background:url('/skins/default/images/center_bg_10.jpg') 213px 100% no-repeat;
}


#centerLeft, #centerRight{
	width:260px;
	height:auto !important;
	height:300px;
	min-height:300px;
	margin: 0;
	padding:0;
	text-align:left;
}
/*
	левая часть текстового блока
*/
#centerLeft{
	width:205px !important;
	/*height:100%;*/
	float:left !important;
	display:inline;
	position:static;
	left:0;
	top:0;
	float:left;
	max-width:262px !important;
	overflow-x: hidden !important;
	padding-bottom:3px;
}

/*
	дочерний блок для #centerLeft
*/

/*
	дочерний блок для #lftCenter, левая суб-навигация
*/

div#subMenu{
	font-family:Arial;
	margin: 0px 0 0 0;
	z-index:1000;
	padding:8px 0 5px 8px;
	background-color:#C5DDF0;
	position:relative;
	white-space: nowrap;
}

/*
	список подразделов раздела
*/
div#subMenu ul{
	background:transparent;
	font-size:13px;
	padding:0;
	margin:0 9px 0 0;
	padding:0;
	position:relative;
}
div#subMenu ul li{
	position:relative;
	list-style-type:none;
	margin:0 0px;
	padding:1px 0;
	background:url('/skins/default/images/menu_list_bg_06.jpg') 0 100% repeat-x;
}
div#subMenu ul li.first{
	padding-top:0;
}
div#subMenu ul li.last{
	background:none;
}
div#subMenu ul li.selected a{
	color:#3597c6;
}
div#subMenu ul li:first-letter{
	text-transform:uppercase !important;
}
div#subMenu ul li div{
	padding-left:10px;
	margin:0;
	padding:4px 10px 3px 10px;
	width:auto !important;
	position:relative;
}
* html div#subMenu ul li div, *:first-child+html div#subMenu ul li div {
	padding-top:5px;
	padding-bottom:5px;
}
div#subMenu ul li div.attention{
	background:#b6e98d;
	margin:0 0 0 -1px;
	padding-left:9px;
	background:#b6e98d;
	position:relative;
}
div#subMenu ul li a{
	position:relative;
	text-decoration:none;
	font-weight:bold;
	height:27px;
	color:#000033;
	margin: 0;
	cursor:pointer;
	background:url('/skins/default/images/menu_cursor_attention_03.jpg') 0 5px no-repeat;
	background:url();
}
div#subMenu ul li a:hover{
	color:#3597c6;
}
div#subMenu ul li a span.design{
	position:relative;
	background:url('/skins/default/images/menu_cursor_hover_03.jpg') 0 5px no-repeat;
	background:url('/skins/default/images/menu_cursor_03.jpg') 0 5px no-repeat;
	width:9px;
	height:15px;
	display:table-cell;
	float:left;
	margin:0 !important;
	margin-right:5px !important;
}


div#subMenu ul li a:hover span.design, div#subMenu ul li.selected a  span.design{
	background:url('/skins/default/images/menu_cursor_hover_03.jpg') 0 5px no-repeat;
}
div#subMenu ul li    a span.submenu{
	position:relative;
	display:table-cell !important;
	display:inline-block;
	margin-left:0 !important;
}
html:first-child   ul li  a span.submenu:lang(ru) {
	width:150px !important;
}
div#subMenu ul li  a span.submenu:first-letter{
	text-transform:uppercase !important;
}
/*
	нижняя часть левой половины (почта, новости, группа компаний, партнеры ,голосование, дисконт)
*/

ul#helpNavigation{
	padding:0;
	margin:20px 0 30px 30px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
}
ul#helpNavigation li{
	list-style-type:none;
	margin-bottom:8px;
}
ul#helpNavigation li a{
	font-size:12px;
}

/*
	заголовок блок голосования
*/
cite.title{
	display:block;
	height:auto !important;
	height:45px;
	min-height:45px;
	font-family:Tahoma;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 40px;
	background:url('/skins/default/images/questions_03.jpg') 0 0 no-repeat;
}


/*
	форма голосования
*/
div.input{
	font-size:12px;
	margin:10px 0;
	position:relative;
}
form{
	margin-bottom:0;
	margin-top:0;
}
div.submit{
	padding-top:10px;
}
/*#voteForm {
	border:1px solid;
}*/
#voteForm div.submit{
	margin-bottom:10px;
	font-weight:bold;
}
 *:first-child+html  #voteForm div.submit input{
	letter-spacing:0.1em;
}
div.submit input{
	padding:0;
	vertical-align:top;
	background:url('/skins/default/images/submit_vote_bg_03.jpg') 0 0 no-repeat;
	color:#fff;
	border:0;
	height:21px;
	width:104px;
	font-size:12px;
}
#voteForm  div.input{
	padding-left:24px;
	padding-top:2px;
}
#voteForm  div.input input{
	position:absolute;
	top:0px;
	left:4px;
}
* html #voteForm  div.input input{
	left:-21px;
	top:-1px;
}
#voteForm div.submit input{
	font-weight:bold;
	margin-left:20px;
}
a.helpLinks{
	font-size:12px;
	margin-left:20px;
}

div.query, div.querySubmit{
	display:inline;
}
div.query{
	;
}
div.querySubmit input{
	padding-right:5px;
}
/*
	правая часть текстового блока
*/
#centerRight{
	width:700px;
	height:1%;
	min-height:300px;
	text-align:left;
	position:relative;
	right:30px;
	top:0;
	float:right;
	padding:0 0 40px 0;
	display:table-cell;
	vertical-align:top;
	z-index:100;
}
#centerRight a{
	color:#81BDDF;
}
#centerRight a:hover{
	color:#3399CC;
}
#centerRight a:visited{
	color:#9DB8CD;
}
#centerRight #newsAnons a{
	color:#fff;
}
#centerRight #newsAnons a:hover{
	color:#99CCFF;
}
/*
	текстовый блок
*/

#mainText{
	float:left;
	font-size:14px;
}
#newsAnons{
	width:230px;
	float:right;
	margin:14px 0 0 0;
}
#congratulate{
	background:url('/skins/default/images/flowers_03.jpg') 5px 38px no-repeat;
	height:auto !important;
	height:205px;
	min-height:205px;
	margin:30px 0 0 0;
	padding:0;
	font-size:11px;
	position:relative;
}
#desBlock{
	width:140px;
	height:50px;
}
ul.congratulation{
	float:left;
	width:150px;
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0;
}

ul.congratulation li{
	margin:2px 0 0 0;
	padding:0;
}
ul.congratulation li span{
	display:block;
	margin:0;
	padding:0 0 0 17px;
	height:auto !important;
	height:100%;
}
li.birthday, span.birthday{
	background:url('/skins/default/images/small_flower_09.jpg') 0 1px no-repeat;
}
span.birthday{
	padding-left:32px;
	padding-bottom:1px;
	font-size:10px;
	font-family:Verdana;
	width:90px;
	display:block;
	position:absolute;
	top:200px;
	left:15px;
	text-indent:-15px;
}
/*
	#bannerInText1, #bannerInText2 - графические баннеры в текстовом блоке
*/
#bannerInText1, #bannerInText2{
	float:left;
	border:3px solid #fff;
	height:100px;
	width:205px;
	overflow:hidden !important;
}
#bannerInText2{
	margin-left:10px;
}

.clear {
	clear:both;
	font-size:0;
}
/*
	подвал
*/
#bottom{
	display:block;
	z-index:70;
	position:relative;
	height:50px;
	margin:0 auto;
	width:977px !important;
}
/*
	дочерний блок для #bottom
*/
#bottomText{
	position:relative;
	font-size:11px;
	text-align:left;
	width:740px;
	float:right;
	white-space: nowrap;
}
#bottomText a{
	background:transparent;
}

a#bottomLinkToMain, a#bottomLinkToForum, a#bottomLinkToAll, a#bottomLinkAbout, a#bottomLinkToDiscount, a#bottomLinkMap{
	position:absolute;
	left:10px;
	top:10px;
	font-family:Tahoma;
}
a#bottomLinkToForum{
	left:65px;
	padding-left:15px;
	background:url('/skins/default/images/forum_bg_03.jpg') 0 0 no-repeat;
}
a#bottomLinkToAll{
	left:127px;
	font-weight:bold;
}
a#bottomLinkAbout, a#bottomLinkToDiscount, a#bottomLinkMap{
	top:25px;
}
a#bottomLinkToDiscount{
	left:89px;
}
a#bottomLinkMap{
	left:159px;
}
/*
	список ссылок: о клубе, форум, скидки
*/

ul#BottomMenu{
	padding:0;
	position:absolute;
	top:0px;
	left:230px;
}
* html ul#BottomMenu{
	top:10px;
	left:180px;
}
*:first-child+html ul#BottomMenu{
	top:10px;
	left:210px;
}
/*
	навигация в подвале
*/
ul#BottomMenu li{
	list-style-type:none;
	float:left;
	margin:0 30px 0 0;
	padding:0;
}
/*
	связь с администратором, правовая информация
*/
div#CounterAdminAndLawInformation{
	position:absolute;
	top:10px;
	left:10px;
	min-width:400px;
}
div#CounterAdminAndLawInformation a{
	color:#97caff;
}
/*
	ссылка на юнком
*/
a#biart{
	position:absolute;
	top:10px;
	right:35px;
	width:180px;
	text-align:right;
	text-decoration:none;
	color:#97caff;
	text-decoration:underline;
}
a#biart:hover{
text-decoration:underline;
color:#97caff;
}
a#biart strong{
	text-decoration:underline;
	font-weight:normal;
}
/*
	поиск по сайту
*/
div#searchForm{
	position:absolute;
	top:10px;
	right:20px;
}
div#searchForm input{
	background:#315893;
	color:#aeccfe;
	border:1px solid #b2c9fb;
}
div#searchForm div.querySubmit input{
	font-weight:bold;
	width:36px;
	height:21px;
	border:none;
	background:url('/skins/default/images/submit_bg_03.jpg') 0 0 no-repeat;
}

div#searchForm div.query input{
	display:inline;
	width:157px;
	height:17px;
	font-size:11px;
	vertical-align:bottom;
	padding-left:2px;
	padding-bottom:0;
	padding-top:2px;
}
* html div#searchForm div.query input{
	margin-top:-1px;
}
 *:first-child+html div#searchForm div.query input{
	margin-top:-1px;
}
#bottomDesBlock, #bottomDesBlock2, #bottomDesBlock3, #bottomDesBlock4{display:none;}
#txt, #docTitle{
	position:relative;
	z-index:100;
}
#docTitle{
	background:url('/skins/default/images/title_bg_10.jpg') 0 29px repeat-x;
	z-index:200;
}
#docTitle h1{
	background:url('/skins/default/images/inner-img/h1_bg.gif') 0 2px no-repeat;
	padding-bottom:5px;
	padding-left:27px;
}
#subNavigation{
	border:1px solid #CCD3DB;
	margin:2px 0 0 0;
	padding:0;
	background:#B9D2E6;
	padding:10px 20px;
	z-index:200;
}
* html #subNavigation{
	margin-left:-27px;
}
#subNavigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#subNavigation ul li{
	margin:0 0 10px 0;
	padding:0;
}
#subNavigation ul li.selected{
	color:#000033;
	font-weight:bold;
	font-size:12px;
}
#subNavigation ul a{
	color:#000033;
	font-size:12px;
}
#subNavigation ul a:hover{
	color:#3399CC;
}
#subNavigation ul a:visited{
	color:#000033;
}
.voteResult{
	width:104px;
	padding:1px;
	height:14px;
	position:relative;
	border:1px solid #629BC6;
}
.question{
	margin:0 -20px 10px 0;
	width:200px;
	padding-top:15px;
	padding-bottom:5px;
}
.percent{
	position:relative;
	height:12px;
	font-size:10px;
	color:#CCFFFF;
	background:url('/skins/default/images/inner-img/vote_result_bg_07.gif') -1px 0px no-repeat;
	border:1px solid #6FBFFE;
}
span.vote_data{
	position:absolute;
	top:0px;
	left:113px;
	font-size:10px;
}
.font_size_normal{
	font-size:11px;
}
table.shedule{
    width:545px;
	border-collapse:collapse;
	clear:both;
	margin-top:10px;
	margin-bottom:30px;
}
table.shedule th{
	padding-bottom:25px;
	background:url('/skins/default/images/title_bg_10.jpg') 0 28px repeat-x;
	text-align:left;
	font-size:18px;
	vertical-align:bottom;
}
table.shedule th a{
	color:#81BDDF !important;
	font-size:12px;
}
table.shedule th a:hover{
	color:#3399CC  !important;
}
table.shedule td{
	padding:10px 0;
	background:url('/skins/default/images/inner-img/table_td_bg_03.gif') 0 100% repeat-x;
	font-size:12px;
}
td.first{
	width:290px;
}
td.third{
	width:40px;
}
.level_1, .level_2, .level_3, .time_writting{
	background:url('/skins/default/images/inner-img/level_1_bg_03.gif') 0 0 no-repeat;
	height:10px;
	width:13px;
}
div.level_1, div.level_2, div.level_3, div.time_writting{	float:left;}
.level_2{
	background-image:url('/skins/default/images/inner-img/level_2_bg_06.gif');
}
.level_3{
	background-image:url('/skins/default/images/inner-img/level_3_bg_08.gif');
}
.time_writting{
	background-image:url('/skins/default/images/inner-img/time_writing_bg_10.gif');
}
.shedule_description{
	clear:both;
	width:563px;
	vertical-align:bottom;
	margin:20px 0;
	font-size:12px;
	line-height:30px;
}
.shedule_description .level_1, .shedule_description  .level_2, .shedule_description  .level_3, .shedule_description  .time_writting{
	display:inline;
	padding:0 5px;
	margin-left:35px;
	background-position:0 3px;
}
.shedule_description .level_1, .shedule_description  .time_writting{
	margin-left:0;
}
.foto_album{
	width:712px;
	position:relative;
	clear:both;
}
* html .foto_album{
	width:720px;
	margin-right:-20px;
}
.foto_album a{
	width:160px;
	height:120px;
	float:left;
	margin:0 16px 16px 0;
	border:1px solid #c4ddf1;
	padding:0;
}
.foto_album a:hover{
	border-color:#349acb;
}
.foto_album a img{
	display:block;
	margin:0;
}
.photo_listing{
	position:relative;
	margin:0;
	padding:0 0 20px 0;
	vertical-align:top;
	clear:both;
	z-index:100;
}

a.listing_big_link{
	display:block;
	float:left;
	width:160px;
	height:120px;
	margin:0 20px 0 0;
	position:relative;
	border:1px solid #c4ddf1;
	overflow:hidden;
}
a.listing_big_link:hover{
	border-color:#3798cd;
}
a.listing_big_link img{
	background:red;
}
.listing_2_small_photo{
	float:left;
	width:74px;
	height:120px;
	margin-right:20px;
	position:relative;
}
.listing_2_small_photo a{
	display:block;
	width:70px;
	height:52px;
	margin-left:3px;
	margin-top:1px;
	clear:both;
	overflow:hidden !important;
	position:relative;
	border:1px solid  #c4ddf1;
}
.listing_2_small_photo  a.first{
	margin-bottom:13px;
}

.listing_2_small_photo a img{
	width:70px;
	height:52px;
	position:absolute;
	left:0px;
	top:0px;
}
.width_big{
	font-size:12px;
	margin:0;
	padding:0;
}

.width_big h2{
	font-size:16px;
	margin:0;
	margin-bottom:5px;
	margin-top:0 !important;
	font-family:Verdana;
	z-index:100;
}
.width_big h2 a{
	color:#C5DDF0;
	cursor:pointer;
	z-index:150;
	float:left;
}
.width_big h2 a:hover{
	color:#3399CC !important;
}
.width_big h2 a:visited{
	color:#9DB8CD;
}
.width_big h2 span{
	font-size:12px;
}
.width_big  p{
	margin:0;
}
.news_listing{
	clear:both;
	padding-bottom:20px;
}
.news_listing img{
	float:left;
	margin:0  10px 10px 0;
	width:72px;
	height:54px;
}
.news_listing h2{
	vertical-align:bottom;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}
.news_listing h2 a{
	color:#81BDDF;
	font-weight: bold;
}
.news_listing h2 a:hover{
	color:#3399CC !important;
}
.news_listing h2 a:visited{
	color:#9DB8CD;
}
.news_listing span.date{
	font-size:11px;
	color: #C5DDF0;
}
.news_listing p{
	margin:0;
}
#next_pages{
	clear:both;
}
#next_pages strong{
	margin:0 5px;
}
#next_pages a{
	margin:3px;
}
#next_pages a:hover{
	color:#3399CC !important;
}
#newsPage .previous, #newsPage .next{
	width:300px;
	float:left;
	position:relative;
	padding-left:20px;
}
#newsPage .next{
	float:right;
	text-align:right;
	padding-left:0;
	padding-right:15px;
}
#newsPage .previous span{
	position:absolute;
	left:0px;
	top:0;
}
#newsPage .next span{
position:absolute;
	top:0;
	right:0px;
}
.mailform{
	width:373px;
	margin-bottom:20px;
	color:#fff;
	font-size:11px;
	font-family:Verdana;
}
.form_div{
	width:100%;
	position:relative;
	padding-bottom:18px;
}
.form_div input, .form_div label{
	width:157px;
	display:block;
}
.form_div input{
	height:19px;
}
.form_div textarea{
	height:121px;
	width:365px;
}
.mailform .submit{
	margin-left:0;
	margin-top:0;
}
input#searchInput{
	padding:4px 0 1px 0;
}
#LIinvisible{
	position:absolute;
	top:-1000px;
	left:-1000px;
}
#LIinvisible img{
	position:absolute;
	top:-1000px;
	left:-1000px;
}
#newsPage .next, #newsPage  .previous{
	position:relative;
	margin-top:25px;
}
#newsPage .news_date{
	position:absolute;
	font-size:11px;
	color: #C5DDF0;
}
#newsPage .next .news_date{
	top:-15px;
	right:19px;
}
#newsPage  .previous .news_date{
	top:-15px;
	left:19px;
}