html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, div {
	margin: 0;
	padding: 0;
}
div:after, form:after, ul:after, ol:after, dl:after, dt:after, dd:after, h1:after, h2:after, h3:after, h4:after, p:after, .columns:after {
	content: '';
	display: block;
	clear: both;
}

html, body {
	font-size: 100.01%;
	height: 100%;
}

body {
	background: #f5f5f2;
	color: #000;
	font-size: 0.874em;
	font-family: Georgia;
	line-height: 1.4;
}

input, textarea, select {
	font-size: 100%;
}
input[type=checkbox], input[type=radio] {
	vertical-align: bottom;
}


img {border: none;}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {margin-bottom:1.5em;}

a {color: #0c9bca;}
a:visited {color: #5b44a7;}
a:hover,
.pseudo_link:hover,
.pseudo_link.hover {
	color: #12c4ff !important;
	border-color: #12c4ff !important;
}

.pseudo_link {
	border-bottom: 1px dashed;
	position: relative;
	text-decoration: none;
}

a, a *,
.pseudo_link,
.pseudo_link * {
	cursor: pointer;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family: Verdana;
	font-size: 180%;
	margin: 0 0 0.8em;
	line-height: 1.2;
}
h2 {
	font-family: Verdana;
	font-size: 119%;
	margin: 0 0 1em;
}
h3 {
	font-size: 119%;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 110%;
	font-family: Verdana;
	margin: 0 0 0.5em;
}
h5 {
	font-size: 100%;
	margin: 0 0 1.2em;
}

h3 a {
	font-style: italic;
	margin: 0 0 0.2em;
}

blockquote {
	border-left: 1px solid #fac400;
	position: relative;
	margin: 0 0 1.5em 2em;
	padding-left: 1.4em;
}
.author {
	display: block;
	position: relative;
	margin-top: 1em;
	font-size: 95%;
	color: #5e7687;
}


#content .text {
	clear: both;
}

.text table {
	position: relative;
	margin-bottom: 1em;
}
.text table th {
	border-bottom: 1px solid #fac400;
	text-align: center;
	padding: 0 0.7em;
	padding-bottom: 0.2em;
	color: #5e7687;
	font-size: 75%;
	font-family: verdana;
	font-weight: normal;
	vertical-align: bottom;
}
.text table td {
	padding-bottom: 0.5em;
	padding-top: 0.3em;
	text-align: center;
}
.text table th.last,
.text table td.last {
	text-align: right;
}
.numb-modify01 {
	font-family: "Microsoft Sans Serif", "Sans Serif";
	font-size: 120%;
}
.headline {
	font-style: italic;
}

.navigation {
	float: left;
	left: 80%;
	margin: 2.37em -100% 0 0;
	position: relative;
	width: 20%;
}
.navigation .selected {
	font-style: italic;
}
.navigation li {
	margin: 0 0 0.5em;
}
.main_wrap {
	float: left;
	margin: 0 0 1.5em 0;
	position: relative;
	width: 75%;
}
.main_wrap .content {
	clear: both;
	padding: 0 0 0 1em;
}

ul, ol {
	list-style-position:outside;
}
ul {
	list-style-type:none;
}

.text ul {
	margin: 0 0 1.5em 0.5em;
}
.text ul li {
	margin-left: 1em;
	padding-left:1.1em;
	padding-bottom:0.5em;
	text-indent: -1.1em;
}
.text ul > li:before {
	color: #000;
	content:'\2014\a0';
	list-style-type: none;
	margin-right: 0.5em;
	margin-left: -0.5em;
}
.text ul li ul,
.text ul li ol,
.text ol li ul,
.text ol li ol {
	margin-left: 0;
	margin-top: 0.5em;
	margin-bottom: 0 !important;
}

.text ul.nodash li:before {
	content: '';
	content: none;
}
.text ul.nodash li {
	margin-left: 0;
	padding-left:0;
	padding-bottom:0;
	text-indent: 0;
}

.text ul, .text ol {
	clear: both;
	margin-bottom: 1.6em !important;
	margin-top: -0.8em;
}

.text ol li{
	margin-left: 2.6em !important;
	padding-bottom: 0.7em !important;
}
.text ol li li,
.text ul ol li {
	margin-left: 2.1em !important;
}
.text ul ol li {
	text-indent: 0;
	padding-left: 0;
}
.text ol ul li {
	margin-left: 1em !important;
}


.icon {
	background: url("/media/html/f/i/icons.png") no-repeat;
	overflow: hidden;
	position: absolute;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0;
	width: 100%;
}


/* CORNERS */
.corner {
	background: url("/media/html/f/i/corners_alpha.png") no-repeat;
	position: absolute;
	overflow: hidden;
	height: 100px;
	width: 50px;
}
.corner.lt, .corner.lb {left: 0;}
.corner.rt, .corner.rb {margin-left: 100%;}
.corner.lt, .corner.rt {top: 0;}

.rocon {text-align: left !important;}

.rc14 .rocon-br, .rc14 .rocon-bl {
	bottom: auto !important;
	margin-top: -14px !important;
}


/* RUBLE SIGN */
/*span.rur{
	display: inline-block;
	position: relative;
	text-transform:uppercase;
	text-indent:0;
}
span.rur span{
	position:absolute;
	overflow:hidden;
	width:.45em;
	height:1em;
	margin:.3ex 0 0 -0.7em;
}
span.rur span:before{content:'\2013';}

@media all and (min-width:0px)
{
	span.rur span {margin-top: .25ex;}
}
*/
/*@font-face{font-family:"Ruble Arial";src:url("../ruble.ttf");}
.safari span.rur,
.ff span.rur:first-of-type {font-family: "Ruble Arial"; text-transform: none;}
.safari span.rur span,
.ff span.rur span:first-of-type {display: none;}*/

#bg {
	width: 100%;
	position: absolute;
}


/* HEADER */
#header {
	margin-bottom: 2em;
	padding: 0 0 1px;
	position: relative;
	z-index: 1;
}

#header .content {
	margin: 0 22% 0 0;
	position: relative;
}

#header .logo {
	background: url("/media/html/f/i/header_bg.png") no-repeat #fac400;
	float: left;
	margin: 0 -100% 0 0;
	width: 16%;
	position: relative;
	padding: 1.7em 2.8em 0 13px;
}
#header .logo .inner {
	padding-bottom: 40px;
}

#header .logo .slogan {
	left: 50%;
	margin: 35px 0 0 -60px;
	top: 1.7em;
	position: absolute;
}

#header .corner {
	margin: -14px 0 0;
	height: 15px;
	width: 28px;
}
#header .logo .corner.lb,
#header .logo .corner.rb {
	height: 100px;
	margin-top: -55px;
}
#header .corner.lb {
	clip: rect(40px 15px 55px 0);
}
#header .corner.rb {
	clip: rect(40px 28px 55px 14px);
	margin-left: 100%;
	left: -28px;
}

#header .main_content {
	float: left;
	left: 24%;
	margin: 0 -100% 0 0;
	position: relative;
	width: 77%;
}

#caption {
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
	margin: 2.1em 0 0;
	padding: 27px 0 0;
	position: relative;
	top: -0.8em;
	line-height: 1;
}
#caption:after {
	content: '';
	display: none;
	clear: none;
}


#main_menu {
	font-family: Verdana;
	font-size: 80%;
	padding: 0 0 0 30px;
	position: relative;
}

#main_menu li {
	float: left;
	margin-bottom: 0.2em;
	margin-left: -30px;
	padding-right: 6.5%;
	position: relative;
	white-space: nowrap;
}
#main_menu a {
	color: #1387d0;
}
#main_menu strong {
	font-weight: normal;
}
#main_menu .check_bulletin_link {
	padding-right: 50px !important;
	padding-left: 25px !important;
}
#main_menu .check_bulletin_link a {
	color: #f3824c;
}
#main_menu .check_bulletin_link a:hover .icon {
	background-position: -15px -80px;
}
.js #main_menu .check_bulletin_link a {
	border-bottom: 1px dashed;
	text-decoration: none;
}
#main_menu .check_bulletin_link .icon {
	background-position: 0 -80px;
	height: 14px;
	width: 15px;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}

.main_menu a {
	color: #0b5288;
}

#header .auth_nav {
	margin-left: -40px;
}

#header .auth_nav li {
	float: left;
	margin: 0 0 0 40px;
	position: relative;
}

#header .private {
	color: #7a858d;
	font-family: Verdana;
	font-size: 72%;
	line-height: 1.2;
	right: 0;
	margin: 8px 0 0;
	position: absolute;
	top: 0.2em;
	z-index: 10;
}
#header .private .inner {
	padding: 0 0 0 30px;
}
#header .private p {
	float: left;
	margin: 0 2em 0 0;
}
#header .private .stake {
	font-family: "Microsoft Sans Serif", 'sans-serif';
	font-size: 135%;
	font-weight: bold;
}
#header .private .stake li {
	float: left;
	margin: 0 0.5em 0 0;
}
#header .private .sum {
	color: #000;
	font-weight: bold;
}
#header .private .pay {
	padding-right: 1.2em;
	position: relative;
}
#header .private .pay a,
#header .private .pay .arrow {
	color: #cc2600;
}
#header .private .pay .arrow {
	font-family: "Times New Roman";
	position: absolute;
	right: 0;
}


#header .private .brace {
	background: url("/media/html/f/i/icons.png") no-repeat;
	height: 18px;
	position: absolute;
	width: 4px;
	top: 50%;
	margin-top: -8px;
}
#header .private .brace.left {
	background-position: 0 -100px;
	left: 17px;
}
#header .private .brace.right {
	background-position: -5px -100px;
	right: 0.8em;
}
#header .private .auth_nav .brace.right {
	margin-left: 8px;
	right: auto;
}


#languages {
	bottom: 100%;
	font-family: Verdana;
	font-size: 86%;
	left: 176px;
	line-height: 1;
	margin: -0.8em 0 0;
	padding: 27px 0 0;
	position: absolute;
	text-transform: uppercase;
	top: 1.8em;
	vertical-align: bottom;
	z-index: 1;
}
#languages ul {
	float: left;
}
#languages li {
	display: none;
}
#languages .selected {
	display: block;
}
#languages .dot {
	float: left;
}
#languages .icon {
	height: 4px;
	left: -2px;
	margin: 1.2em 0 0 50%;
	width: 8px;
}


#layout{
	min-width: 990px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#page_body{
	margin: 0 20px;
	max-width: 1300px;
	padding-bottom: 8em;
	position: relative;
	z-index: 1;
}

#logo {
	left: 0;
	top: 0;
	vertical-align: bottom;
}

#main_navigation {
	float: left;
	font-size: 93%;
	margin: 0 -100% 0 0;
	padding: 0.25em 0 0 20px;
	position: relative;
	width: 18%;
}
#main_navigation .main_menu {
	font-style: italic;
	margin: 0 0 140px;
}
#main_navigation li {
	position: relative;
	padding: 0 0 0.5em;
}
#main_navigation li ul {
	margin: 0.5em 0 0 1em;
}

#main_navigation .selected a {
	color: #000;
}

#main_navigation .selected li a {
	color: #0B5288;
}
#main_navigation .game .icon {
	top: 50%;
	margin: -10px 0 0 5px;
	width: 28px;
	height: 20px;
}
#main_navigation .type_5_36 .icon {
	background-position: 0 -210px;
}
#main_navigation .type_6_45 .icon {
	background-position: 0 -230px;
}
#main_navigation .type_7_49 .icon {
	background-position: 0 -250px;
}


.winner_banner, .partners_banner {
	color: #5e7687;
	font-family: Verdana;
	font-size: 72%;
	margin: 250px 0 200px 1.5em;
	position: relative;
}
.winner_banner h3, .partners_banner h4 {
	font-family: Georgia;
	font-size: 140%;
	font-style: italic;
	line-height: 1.3;
	margin: 0 0 0.5em;
}

.winner_banner .photo {
	bottom: 100%;
	cursor: pointer;
	margin: 0 0 0.5em 10px;
	overflow: hidden;
	position: absolute;
}
.winner_banner .frame {
	background: url("/media/html/f/i/winner_frame.png") no-repeat;
	bottom: 0;
	height: 101px;
	position: absolute;
	width: 135px;
}

.partners_banner {
	position: relative;
}
.partners_banner img {
	bottom: 100%;
	margin-bottom: 0.5em;
	position: absolute;
}


#content {
	float: left;
	left: 24%;
	position: relative;
	width: 76%;
}


/* FOOTER */
#footer {
	bottom: 0;
	color: #5e7687;
	position: absolute;
	height: 4em;
	left: 0;
	margin: 0 0 0 36px;
	min-width: 954px;
	width: 100%;
	z-index: 1;
}

#footer .copyright {
	font-size: 87%;
	padding: 0 0 0 1.1em;
	position: relative;
	z-index: 1;
}

.copyright .copy_sign {
	margin: 0 1em 0 0;
	position: absolute;
	left: 0;
}

#footer .navigation {
	float: left;
	font-size: 87%;
	left: 20em;
	margin: 33px 25em 0 0;
	position: relative;
}

#footer .navigation li {
	float: left;
	margin-right: 1em;
}

#footer .navigation a {
	color: #000;
}


.prize_sum {
	font-family: Verdana;
	font-weight: bold;
}
/*.prize_sum .rur span {
	margin-top: 0.4ex;
}*/

.ad {
	font-size: 93%;
	padding: 120px 0 0;
	position: relative;
}
/*.ad .image {
	left: 0;
	position: absolute;
	top: 0;
	width: 234px;
	height: 205px;
}
.ad.ball_01 .image {
	background: url("/media/html/f/i/ball_01.jpg") no-repeat;
}
.ad.ball_02 .image {
	background: url("/media/html/f/i/ball_02.jpg") no-repeat;
}
.ad.ball_03 .image {
	background: url("/media/html/f/i/ball_03.jpg") no-repeat;
}
.ad.ball_04 .image {
	background: url("/media/html/f/i/ball_4.png") no-repeat;
}
*/


.ad .image {
	clip: rect(0 201px 125px 0);
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 201px;
	height: 250px;
}
.ad a * {
	background: url("/media/html/f/i/e.gif");
}
.ad a:hover .image {
	clip: rect(125px 201px 250px 0);
	margin-top: -126px;
	margin-left: -4px;
}
.ad.ball_01 .image {
	background: url("/media/html/f/i/banner_ball_5_36.png") no-repeat;
}
.ad.ball_03 .image {
	background: url("/media/html/f/i/banner_ball_6_45.png") no-repeat;
}

.ad.hazel {
	width: 234px;
	height: 205px;
}
.ad.hazel .image {
	background: url("/media/html/f/i/hazel.jpg") no-repeat;
	clip: rect(auto auto auto auto) !important;
	width: 266px;
	height: 239px;
}
.ad.hazel .desc {
	position: relative;
}



.ad .image_link {
	background: none;
	bottom: 100%;
	cursor: pointer;
	display: block;
	height: 115px;
	width: 140px;
	margin-bottom: 15px;
	position: absolute;
}
.ball_01 a:hover .image_link {
	background: url("/media/html/f/i/ball_01_banner_hover.png");
}
.ball_02 a:hover .image_link {
	background: url("/media/html/f/i/ball_02_banner_hover.png");
}
.ball_03 a:hover .image_link,
.ball_04 a:hover .image_link {
	background: url("/media/html/f/i/ball_03_banner_hover.png");
}


.ad .desc {
	/*position: relative;*/
}


/* POPUP */
#popup {
	overflow: hidden;
	padding: 33px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30em;
	z-index: 11;
}
#popup.not_display {
	display: none;
}
#popup .content {
	background: #fff;
	font-size: 93%;
	font-style: italic;
	margin: 0 40px 0 54px;
	padding: 0 0 0 1.5em;
	position: relative;
	z-index: 1;
}

#popup .close {
	background-position: 0 -4px;
	cursor: pointer;
	right: 0;
	height: 14px;
	width: 14px;
}
#popup .close:hover {
	background-position: -20px -4px;
}

#popup .field {
	clear:both;
	margin: 0 0 1em;
	padding: 0 0 0 4em;
	position: relative;
}
#popup .field label {
	left: 0;
	line-height: 2;
	position: absolute;
}

#popup .checkbox label {
	position: relative;
}

#popup form {
	float: left;
	font-family: Verdana;
	font-style: normal;
	margin-bottom: -1em;
}
#popup label {
	color: #5e7687;
	font-size: 77%;
}

#popup .submit {
	padding-top: 1em;
}


#popup .corner {
	background: url("/media/html/f/i/popup.png") no-repeat;
}

#popup .corner.lt, #popup .corner.lb {
	height: 66px;
	left: -53px;
	margin: -33px 0 0;
	width: 100%;
}

#popup .rt, #popup .rb {
	clip: rect(0 2054px 10000px 2006px);
	height: 66px;
	left: -2059px;
	margin-top: -33px;
	width: 2054px;
}

#popup .corner.lb, #popup .rb {
	margin-top: 0;
}

#popup .popup_shadow {
	background: url("/media/html/f/i/popup.png");
	clip: rect(66px 10000px 10000px 0);
	top: -33px;
	position: absolute;
	height: 100%;
	width: 2108px;
	z-index: 1;
}
#popup .popup_shadow.left {
	left: -2054px;
}
#popup .popup_shadow.right {
	left: -54px;
	margin-left: 100%;
}


/* Document icons */
.document_icon {
	background: url("/media/html/f/i/documents.png") 0 -1083px no-repeat;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 132px;
	height: 160px;
}
.document_icon.small_icon {
	background-position: -132px -1083px;
	width: 68px;
	height: 82px;
}

.document_icon.pdf {background-position: 0 -283px;}
.document_icon.doc {background-position: 0 -443px;}
.document_icon.xls {background-position: 0 -603px;}
.document_icon.ppt {background-position: 0 -763px;}
.document_icon.html {background-position: 0 -923px;}
.document_icon.arch {background-position: 0 -1243px;}
.document_icon.img {background-position: 0 -1403px;}

.document_icon.pdf_small {background-position: -132px -283px;}
.document_icon.doc_small {background-position: -132px -443px;}
.document_icon.xls_small {background-position: -132px -603px;}
.document_icon.ppt_small {background-position: -132px -763px;}
.document_icon.html_small {background-position: -132px -923px;}
.document_icon.arch_small {background-position: -132px -1243px;}
.document_icon.img_small {background-position: -132px -1403px;}

#form_submitted {
	color: #7a858d;
	font-family: Verdana;
	font-size: 120%;
	text-align: center;
	margin: -1em 5% 0;
	padding: 1em 0;
	width: 90%;
}

#form_submitted .pseudo_link {
	color: #00AEEF;
}

.unselectable,
#multiplier li {
	-moz-user-select: none;		/* Mozilla Firefox */
	-khtml-user-select: none;	/* Konqueror, Safary, Chrome. ��������� �� ��������� � ������� ? */
	-webkit-user-select: none;	/* Safary, Chrome */
	user-select: none;			/* CSS3 -- �� ������� */
	behavior: expression(		/* MSIE perversion */
		( this.onselectstart = function(){ return !(1+(' ' + this.className + ' ').indexOf(' unselectable ')) } ),
		( this.style.behavior = null ) /* ����������� expression */
	);
}
/* CSS3. � ����� ���� ��������� ��������� ������, �� ����� ������ ���������� ������. */
.unselectable::selection { color: inherit }


#main_navigation #games_selector {
	margin-left: -20px;
}
#games_selector {
	background: url("/media/html/f/i/header_bg.png") no-repeat #FAC400;
	margin-bottom: 50px;
}
#games_selector .games {
	font-family: Verdana;
	font-size: 93%;
	margin: 0 15px;
	padding-bottom: 10px;
}
#games_selector .games li{
	padding: 1px 0;
	position: relative;
}

#games_selector .game_content{
	padding: 10px 10px 10px 85px;
	margin: 1px 0;
	min-height: 50px;
}

#games_selector .game_content p{
	color: #342e2a;
	font-size: 0.75em;
	margin: 0 0 0 0;
	line-height: 1.4;
}

#games_selector .game_content .nowrap{
	font-size: 1.01em;
	white-space:nowrap;
}

#games_selector .game_content a,
#games_selector .game_content strong,
#games_selector .game_content .link {
	display: block;
	margin-bottom: 0.2em;
}

#games_selector .games .center{
	border-top: 1px solid #fde283;
	border-bottom: 1px solid #fde283;
	padding: 0;
}
#games_selector .games .ball {
	background: url("/media/html/f/i/logo_balls_icons.png") no-repeat;
	height: 254px;
	width: 85px;
	position: absolute;
	left: 0;
}
#games_selector .games .ball_5 {
	clip: rect(0 85px 52px 0);
	/*clip: rect(142px 68px 198px 0);
	margin-top: -142px;*/
}
#games_selector .games .ball_6 {
	clip: rect(52px 85px 104px 0);
	margin-top: -52px;
}
#games_selector .games .ball_7 {
	/*clip: rect(95px 68px 142px 0);
	margin-top: -95px;*/
	clip: rect(483px 85px 535px 0);
	margin-top: -483px;
	height: 535px;
}

#games_selector .game_content .play {
	height: 21px;
	padding-top: 1em;
	position: relative;
}

#games_selector .game_content .play a {
	background: url("/media/html/f/i/games_play_buttons.png") no-repeat;
	clip: rect(0 63px 21px 0);
	padding: 0;
	width: 63px;
	height: 42px;
	position: absolute;
}
#games_selector .game_content .play a:hover {
	clip: rect(21px 63px 42px 0);
	margin-top: -21px;
}


/*#games_selector .games span.rur span {
	margin:0.25ex 0 0 -0.8em;
}*/

/* Lite */
#games_selector.lite {
	font-size: 92%;
	margin-right: -20px;
	padding-top: 65px;
	position: relative;
}
#games_selector.lite .games .center{
	border: none;
}
#games_selector.lite .games li {
	float: left;
	width: 23%;
	text-align: center;
	padding: 0 0.5em;
	white-space: nowrap;
}
#games_selector.lite .game_content {
	padding: 0;
}
#games_selector.lite .games .ball {
	clip: auto;
	bottom: 100%;
	width: 41px;
	height: 40px;
	overflow: hidden;
	left: 50%;
	margin-left: -20px;
}
#games_selector.lite .game_content {
	min-height: 1px;
	position: relative;
}
#games_selector.lite .games .ball_5 {
	background-position: 0 -254px;
	height: 54px;
}
#games_selector.lite .games .ball_6 {
	background-position: 0 -403px;
}
#games_selector.lite .games .ball_7 {
	background-position: 0 -308px;
	height: 54px;
}
#games_selector.lite .games {
	margin-right: -3em;
}

/* SNOW */
.snowflake {
	position: absolute;
	z-index: 666;
	width: 31px;
	height: 31px;
}
