/*  Copyright (c) ZERO - Центр креативных решений | http://www.zero.ru/  */
body {
	font-family: "Franklin Gothic Medium", "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	color: #606164;
	font-size: .8em;
}
.link a { height:36px; left:170px; position:absolute; top:25px; width:84px; }

body.main { background: #FFFFFF url(images/bg_main.jpg) top left no-repeat; }
body.cards { background: #FFFFFF url(images/bg_cards.jpg) top left no-repeat; }
body.results { background: #FFFFFF url(images/bg_results.jpg) top left no-repeat; }
body.rules { background: #FFFFFF url(images/bg_rules.jpg) top left no-repeat; }
body.banks { background: #FFFFFF url(images/bg_banks.jpg) top left no-repeat; }

.clear {
  clear: both;
}


.menu { position: absolute; top: 33px; left:298px; width: 670px; height: 35px; }

.menu a { display: block; background: #FFFFFF url(images/menu.gif) 0px 0px no-repeat; width: 120px; height: 35px; float: left; font-size: 1px;color: #FFFFFF;}
.menu a#main { background: #FFFFFF url(images/menu.gif) 0px 0px no-repeat; width: 100px; }
.menu a#cards { background: #FFFFFF url(images/menu.gif) 0px -36px no-repeat; width: 109px; }
.menu a#rules { background: #FFFFFF url(images/menu.gif) 0px -73px no-repeat; width: 120px; }
.menu a#banks { background: #FFFFFF url(images/menu.gif) 0px -109px no-repeat; width: 124px; }
.menu a#results { background: #FFFFFF url(images/menu.gif) 0px -145px no-repeat; width: 84px; }

body.main .menu a#main { background: #FFFFFF url(images/menu.gif) -155px 0px no-repeat; }
body.cards .menu a#cards { background: #FFFFFF url(images/menu.gif) -155px -36px no-repeat; }
body.rules .menu a#rules { background: #FFFFFF url(images/menu.gif) -155px -73px no-repeat; }
body.banks .menu a#banks { background: #FFFFFF url(images/menu.gif) -155px -109px no-repeat; }
body.results .menu a#results { background: #FFFFFF url(images/menu.gif) -155px -145px no-repeat; }

div.content { display: none; padding: 394px 0 0 300px; width: 483px; }
div.cont { display: none; padding: 100px 0 0 441px; width: 483px; }
div.gray { display: none; width: 465px !important; padding: 35px 0px 0px 151px !important; color: #909090; font-size: .69em;}

body.main div.main { display: block; padding-top: 510px;}
body.cards div.cards { display: block;  padding-top: 160px; }
body.rules div.rules { display: block; padding-top: 300px; }
body.banks div.banks { display: block;  padding-top: 240px;}
body.results div.results { display: block; padding-top: 240px; }

p { color: #606164; }
p.head { color: #000000; }
hr { color: #e5e5e5; }

.content p.color { border-bottom: 1px solid #E2E2E2; font-size: .9em; padding-bottom: 3px; }
.content p.head { font-size: 1.2em; }
.content p.banks { font-size: .8em; }

a { color: #F99F3E; }

.prize {
  position: absolute;
  top: 110px;
  width: 540px;
  background: #FFF;
  display: none;
  left: 0px;
  padding: 10px;
}

.news .nn h2 {
  color:#f9a717;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.news .nn .cn {
  display: none;
}


