html, body, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, table, td, th, img { margin: 0; padding: 0; border: 0; }
img { vertical-align: top; }
textarea { overflow: auto; }
table { border-collapse: collapse; }

BODY { background: #fff; color: #000; font: 14px/17px Georgia, serif; }

A { color: #b65600; text-decoration: underline; }
A:hover { color: #04689b; }
A.m-dotted, .m-dotted A { text-decoration: none; border-bottom: 1px dotted #b65600; }
A.m-dotted:hover, .m-dotted A:hover { border-color: #04689b; }

INPUT, TEXTAREA { font: 13px/17px Arial, Helvetica, sans-serif; color: #000; }


/* general */
.g-clear { font-size: 0; clear: both; }
.g-hidden { display: none; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* layouts */
HTML, BODY { height: 100%; }
BODY { min-width: 1000px; }
.l-base { margin: 0 auto; width: 1000px; }
.l-container { min-height: 100%; }
.l-wrap { padding-bottom: 202px; }
.l-footer { height: 128px; margin-top: -128px; }


/* jQuery lightBox */
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; } 
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }


/* header */
.b-header-main { padding-bottom: 362px; background: url(../img/v.jpg) no-repeat 50% 100%; min-height: 800px; }
.b-header .l-base { position: relative; }
.b-header .logo { padding: 11px 0px 0 0; position: relative; }
.b-header .logo .galka { text-align: center; }
.b-header .logo .back { position: absolute; top: 50px; left: 40px; }
.b-header .logo .back a { font-size: 11px; color: #000000; text-decoration: underline; }
.b-header .menu { padding-top: 15px; font: 12px/17px Georgia, serif; text-transform: uppercase; position: relative; letter-spacing: 2px; }
.b-header .menu B { font-size: 14px; font-weight: normal; }
.b-header .menu .items { margin: 0 100px 0 40px; padding: 9px 0 12px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; text-align: center; }
.b-header .menu .items A { margin-left: 21px; white-space: nowrap; }
.b-header .menu .items A.cur { margin-left: 21px; white-space: nowrap; color: #000000; text-decoration: none;}
.b-header .menu .items A:first-child { margin-left: 0; }
* .b-header .menu .items A { margin-left: expression(this.previousSibling==null ? '0' : '21px'); }
.b-header .menu A.add-request {
	position: absolute;
	left: 780px;
	top: 15px;
	width: 180px;
	height: 29px;
	padding-top: 12px;
	text-align: center;
	background: #ac9226 url(../img/add_request_btn.jpg) no-repeat 0 0;
	color: #2e0303;
}
.b-header .menu .add-request-u { position: absolute; left: 780px; top: 15px; width: 180px; height: 29px; padding-top: 12px; text-align: center; background: #ac9226 url(../img/add_request_u.gif) no-repeat 0 0; color: #2e0303; }
.b-header .menu A.add-request:hover { color: #2e0303; background-position: 0 -41px; }
.b-header .menu A.add-request:active { background-position: 0 -82px; }
.b-header .news { padding-left: 40px; width: 322px; float: left; }
.b-header .news UL { list-style: none; padding-top: 13px; }
.b-header .news LI { padding-top: 5px; }
.b-header .news .date { font-size: 13px; line-height: 17px; color: #32302d; font-style: italic; }
.b-header .news .body { margin-top: 1px; margin-left: -8px; width: 314px; padding: 4px 8px 9px; }
.b-header .news .body-sel { background: #ebf4da; }

.b-header .twitter { padding-left: 40px; width: 322px; float: left; }
.b-header .twitter .header .left { font-size: 14px; float: left; }
.b-header .twitter .header .left a { padding-top: 31px; line-height: 25px; font-weight: bold; font-style: italic; color: #32302d; }
.b-header .twitter .header .right { float: right; padding-top: 4px; }
.b-header .twitter .header .right .hash { background: #b65600; border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;	-webkit-border-radius: 3px; height: 14px; padding: 2px 3px 4px 3px; }
.b-header .twitter .header .right .hash a { color: #ffffff; font-size: 12px; text-decoration: none; font-weight: bold; line-height: 14px !important; font-style: italic; }
.b-header .twitter .footer{ background: url(../img/bird.jpg) no-repeat 0 0; padding: 10px 0px 0px 45px; font-size: 12px; height: 30px; }
.b-header .twitter .footer a { text-decoration: underline; color: #000000; }
.b-header .twitter UL { list-style: none; padding-top: 13px; }
.b-header .twitter LI { padding-top: 5px; }
.b-header .twitter .date { font-size: 13px; line-height: 17px; color: #32302d; font-style: italic; }
.b-header .twitter .body { margin-top: 1px; margin-left: -8px; width: 314px; padding: 4px 8px 9px; }
.b-header .twitter .body-sel { background: #ebf4da; }

.b-header .opinion { width: 364px; float: left; }
.b-header .opinion .header a { color: #b71414; }
.b-header .opinion .tabs { position: relative; height: 83px; }
.b-header .opinion .tabs A:focus { outline: none; }
.b-header .opinion .tabs UL { list-style: none; position: absolute; left: 0; top: 20px; z-index: 2; }
.b-header .opinion .tabs LI { float: left; margin-left: 4px; width: 50px; padding: 4px 4px 9px; }
.b-header .opinion .tabs LI:first-child { margin-left: -4px; }
* .b-header .opinion .tabs LI { margin-left: expression(this.previousSibling==null ? '-4px' : '4px'); }
.b-header .opinion .tabs .cur { display: none; z-index: 1; position: absolute; left: -4px; top: 20px; width: 58px; height: 63px; background: #dfa31f url(../img/opinion_cur.jpg) no-repeat 0 0; }
.b-header .opinion .body { padding-right: 4px; list-style: none; }
.b-header .opinion .body LI { display: none; }
.b-header .opinion .body .cur { display: block; }
.b-header .opinion .who { padding-top: 10px; font-size: 12px; line-height: 15px; }
.b-header .opinion P { padding-top: 11px; font-style: italic; }
.b-header .total { margin: 32px 240px 0 40px; padding-top: 20px; background: url(../img/total_sep.jpg) no-repeat 50% 0; text-align: center; }
.b-header .total .place { padding-top: 2px; color: #599307; font-size: 19px; line-height: 22px; }


/* block h1 */
.b-h1 { padding-top: 31px; font-size: 22px; line-height: 25px; font-weight: bold; font-style: italic; color: #32302d; }
.b-h1 A { color: #32302d; }
.b-h1 A:hover { color: #04689b; }


/* block h2 */
.b-h2 { padding-top: 37px; color: #32302d; font-weight: bold; font-style: italic; }


/* registration form */
.b-reg .left { width: 636px; float: left; }
.b-reg .right { width: 334px; float: left; }
.b-reg .b-h1 { padding-left: 40px; }
.b-reg .please {
	padding: 6px 0 0 40px;
	background: url(../img/reg_please.gif) no-repeat 23px 6px;
	font: italic 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #dd4545;
}
.b-reg .err-txt { padding: 12px 0 0 40px; color: #f00; font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif; }
.b-reg .h3 { padding: 27px 0 0 40px; font-style: 13px; line-height: 16px; font-style: italic; color: #32302d; }
.b-reg .wrap { margin: 9px 0 0 30px; width: 581px; font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif; }
.b-reg .wrap TD { padding-top: 5px; padding-bottom: 5px; }
.b-reg .error TD { background: #fdd9cc; }
.b-reg .cms TD { background: #efc8ba; }
.b-reg .lbl { width: 108px; padding-left: 10px; }
.b-reg TD.lbl-top { padding-top: 12px; vertical-align: top; }
.b-reg .name INPUT { width: 449px; }
.b-reg .url INPUT { width: 230px; }
.b-reg .desc TEXTAREA { width: 450px; height: 230px; }
.b-reg .cms .radio INPUT { margin: 0; width: 10px; }
.b-reg .cms .radio-td { vertical-align: top; padding-top: 1px; }
.b-reg .cms .radio-lbl { font-size: 13px; line-height: 17px; padding-left: 8px; }
.b-reg .cms .select-cms { padding-left: 22px; padding-top: 6px; }
.b-reg .cms .select-cms SELECT { width: 236px; }
.b-reg .cms .select-cms INPUT { width: 230px; }
.b-reg .cms .select-cms .mycms { padding-top: 7px; }
.b-reg .counts INPUT { width: 60px; }
.b-reg .counts .lbl { width: auto; }
.b-reg .counts .sep { width: 45px; }
.b-reg .tip { font-style: italic; padding-top: 3px; color: #999999; font-size: 10px; }
.b-reg .fio INPUT { width: 449px; }
.b-reg .email INPUT { width: 230px; }
.b-reg .phone INPUT { width: 230px; }
.b-reg .b-h2 { padding-left: 14px; }
.b-reg .reg-info { padding: 18px 0 0 3px; font: italic 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif; list-style: none; }
.b-reg .reg-info-nopad { padding-top: 0; }
.b-reg .reg-info LI { padding: 11px 0 0 11px; background: url(../img/reginfo_pic.gif) no-repeat 0 17px; }
.b-reg .nomination { margin-top: 20px; background: #ebf4da; width: 606px; }
.b-reg .nomination TD { padding-top: 10px; padding-bottom: 10px; }
.b-reg .nomination-info { padding-top: 20px; list-style: none; font: italic 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif; list-style: none; }
.b-reg .nomination-info LI { display: none; padding: 5px 0 7px 14px; background: #ebf4da url(../img/reginfo_pic2.gif) no-repeat 0 10px; }
.b-reg .nomination-info .cur { display: block; }
.b-reg .submit { background: #fbf6d2; margin: 43px 0 0 40px; width: 450px; padding: 22px 0 22px 110px; }


/* player */
.b-player { padding: 0 40px; }
.b-player .url { padding-top: 20px; font-size: 12px; line-height: 15px; }
.b-player .left { width: 610px; float: left; }
.b-player .right { width: 310px; float: left; }
.b-player .right .stars { width: 310px; float: left; background: url(../img/stars.jpg) no-repeat left top; position: relative; height: 21px; }
.b-player .right .stars .ball { position: absolute; left: 160px;  }
.b-player .right .stars_gold { width: 310px; float: left; position: absolute; left: 0px; top: 0px; overflow: hidden; height: 21px; }
.b-player .sshot { position: relative; margin: 14px 0 0 -16px; padding: 46px 0 0 17px; height: 392px; background: url(../img/player_shot.jpg) no-repeat 0 0; }
.b-player .desc { position: relative; margin-top: -11px; font-style: italic; font-size: 12px; line-height: 15px; width: 485px; padding-left: 28px; }
.b-player .info { margin-top: 24px; }
.b-player .info TD { padding-top: 9px; vertical-align: top; }
.b-player .info .lbl { padding: 11px 28px 0 0; font-size: 12px; line-height: 15px; }
.b-player .h2 { padding-top: 55px; font-weight: bold; font-style: italic; color: #32302d; }
.b-player .h3 { padding-top: 55px; font-weight: normal; font-style: italic; color: #32302d; }
.b-player .h2-first { padding-top: 15px; }
.b-player .vote-info { padding-top: 20px; font-size: 12px; line-height: 20px; }
.b-player .vote-info B { font-style: italic; font-size: 20px; }
.b-player .vote { margin-top: 12px; background: #fbf6d2 url(../img/player_vote_bg.jpg) no-repeat 0 0; font: 11px/13px Arial, Helvetica, sans-serif; color: #5c551f; }
.b-player .vote .btn { height: 53px; width: 209px; padding-right: 12px; text-align: right; }
.b-player .exvote { padding-top: 15px; font-size: 12px; line-height: 15px; }
.b-player .exvote .count { list-style: none; padding-top: 11px; }
.b-player .exvote .count LI { float: left; height: 12px; }
.b-player .exvote .count .v { width: 15px; background: url(../img/player_exvote.gif) no-repeat 0 0; }
.b-player .exvote .count .uv { background: url(../img/player_exvote_ubg.gif) repeat-x 0 0; }
.b-player .exvote .count .uv-l { height: 12px; background: url(../img/player_exvote_ul.gif) no-repeat 0 0; }
.b-player .exvote .count .uv-r { height: 12px; background: url(../img/player_exvote_ur.gif) no-repeat 100% 0; }
.b-player .exvote .count .uv-1 { width: 14px; }
.b-player .exvote .count .uv-2 { width: 17px; }
.b-player .exvote .count .uv-3 { width: 20px; }
.b-player .exvote .count .uv-4 { width: 23px; }
.b-player .exvote .count .uv-5 { width: 26px; }
.b-player .exvote .count .uv-6 { width: 29px; }
.b-player .exvote .count .uv-7 { width: 32px; }
.b-player .exvote .count .uv-8 { width: 35px; }
.b-player .exvote .count .uv-9 { width: 38px; }
.b-player .exvote .count .uv-10 { width: 41px; }
.b-player .exvote .count .uv-11 { width: 44px; }
.b-player .exvote .count .uv-12 { width: 47px; }
.b-player .informer { padding-top: 12px; }
.b-player .informer TEXTAREA { width: 98%; height: 50px; }


/* nominations */
.b-nominations { position: relative; }
.b-nominations-main { margin-top: -87px; }
.b-nominations .b-h1 { padding-left: 40px; }
.b-nominations-main .b-h1 { padding-top: 0; }
.b-nominations .view { position: absolute; right: 40px; top: 40px; list-style: none; font: 11px/12px Arial, Helvetica, sans-serif; }
.b-nominations .view LI { float: left; padding: 0 2px 3px; margin: 0 10px 0 -2px; position: relative; }
.b-nominations .view A { outline: none; }
.b-nominations .view .cur { background: #fff3d8; }
.b-nominations .view .cur A,
.b-nominations .view .cur A:hover { border: 0; color: #000; }
.b-nominations .menu { padding: 22px 40px 0; list-style: none; font: 12px/13px Arial, Helvetica, sans-serif; line-height: 16px;}
.b-nominations .menu A { outline: none; }
.b-nominations .menu LI { float: left; padding: 0 5px 5px; margin: 0 10px 0 -2px; position: relative; }
.b-nominations .menu .cur { background: #fff3d8; }
.b-nominations .menu .cur A,
.b-nominations .menu .cur A:hover { border: 0; color: #000; }
.b-experts .menu { padding: 15px 0px 15px 0px; list-style: none; font: 11px/12px Arial, Helvetica, sans-serif; }
.b-experts .menu A { outline: none; }
.b-experts .menu LI { float: left; padding: 0 2px 3px; margin: 0 10px 0 -2px; position: relative; }
.b-experts .menu .cur { background: #fff3d8; }
.b-experts .menu .cur A,
.b-experts .menu .cur A:hover { border: 0; color: #000; }
.b-award .menu { padding: 15px 0px 15px 0px; list-style: none; font: 11px/12px Arial, Helvetica, sans-serif; }
.b-award .menu A { outline: none; }
.b-award .menu LI { float: left; padding: 0 2px 3px; margin: 0 10px 0 -2px; position: relative; }
.b-award .menu .cur { background: #fff3d8; }
.b-award .menu .cur A,
.b-award .menu .cur A:hover { border: 0; color: #000; }
.b-nominations .sites { padding: 25px 0 0 9px; list-style: none; }
.b-nominations .sites LI { padding-left: 25px; float: left; width: 214px; height: 320px; background: url(../img/browser.jpg) no-repeat 25px 0; position: relative; }
.b-nominations-main .sites LI { height: 250px; }
.b-nominations .sites .img { height: 160px; padding: 17px 0 0 7px; }
.b-nominations .sites .title { padding: 1px 6px 0; }
.b-nominations .sites A.hover { color: #04689b; }
.b-nominations .sites .vote { position: absolute; left: 18px; top: 147px; z-index: 3; width: 44px; padding-top: 10px; background: url(../img/vote_t.png) no-repeat 0 0; }
.b-nominations .sites .vote TABLE { margin: 0 auto; }
.b-nominations .sites .vote B { float: left; width: 8px; height: 15px; background: url(../img/vote_l.png) no-repeat 0 0; }
.b-nominations .sites .vote EM { float: left; width: 8px; height: 15px; background: url(../img/vote_r.png) no-repeat 0 0; }
.b-nominations .sites .vote I { float: left; height: 15px; font-style: normal; background: #b65600; color: #fff; font: 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif; }
.b-nominations .sites .exvote {
	position: absolute;
	left: 32px;
	top: 151px;
	z-index: 2;
	height: 15px;
	width: 176px;
	padding: 1px 23px 0 0;
	background: #fff url(../img/nomination_ex.gif) no-repeat 100% 3px;
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
.b-nominations .sites .do-vote { padding: 10px 0 0 7px; font: 11px/13px Arial, Helvetica, sans-serif; color: #5c551f; }
.b-nominations .sites .do-vote TABLE { background: #fbf6d2; width: 201px; }
.b-nominations .sites .do-vote .btn { height: 41px; width: 123px; padding-right: 5px; text-align: right; }
.b-nominations .sites .do-vote .btn INPUT { width: 115px; }
.b-nominations .sites .do-vote .thank { height: 41px; text-align: center; width: 100%; }



.b-nominations .sites_main { padding: 25px 0 0 320px; list-style: none; }
.b-nominations .sites_main LI { padding-left: 25px; float: left; width: 300px; height: 300px; background: url(../img/shot_small.jpg) no-repeat 25px 0; position: relative; }
.b-nominations-main .sites_main LI { height: 250px; }
.b-nominations .sites_main .img { height: 160px; padding: 17px 0 0 7px; }
.b-nominations .sites_main .title { padding: 50px 6px 0; }
.b-nominations .sites_main A.hover { color: #04689b; }
.b-nominations .sites_main .vote { position: absolute; left: 18px; top: 190px; z-index: 3; width: 44px; padding-top: 10px; background: url(../img/vote_t.png) no-repeat 0 0; }
.b-nominations .sites_main .vote TABLE { margin: 0 auto; }
.b-nominations .sites_main .vote B { float: left; width: 8px; height: 15px; background: url(../img/vote_l.png) no-repeat 0 0; }
.b-nominations .sites_main .vote EM { float: left; width: 8px; height: 15px; background: url(../img/vote_r.png) no-repeat 0 0; }
.b-nominations .sites_main .vote I { float: left; height: 15px; font-style: normal; background: #b65600; color: #fff; font: 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif; }
.b-nominations .sites_main .exvote {
	position: absolute;
	left: 120px;
	top: 193px;
	z-index: 2;
	height: 15px;
	width: 176px;
	padding: 1px 23px 0 0;
	background: #fff url(../img/nomination_ex.gif) no-repeat 100% 3px;
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
.b-nominations .sites_main .do-vote { padding: 10px 0 0 7px; font: 11px/13px Arial, Helvetica, sans-serif; color: #5c551f; }
.b-nominations .sites_main .do-vote TABLE { background: #fbf6d2; width: 201px; }
.b-nominations .sites_main .do-vote .btn { height: 41px; width: 123px; padding-right: 5px; text-align: right; }
.b-nominations .sites_main .do-vote .btn INPUT { width: 115px; }
.b-nominations .sites_main .do-vote .thank { height: 41px; text-align: center; width: 100%; }











.b-nominations .tbl-wrap { display: none; padding: 24px 40px 0; }
.b-nominations .tbl-menu { padding-bottom: 18px; list-style: none; font: 11px/12px Arial, Helvetica, sans-serif; position: relative; }
.b-nominations .tbl-menu A { outline: none; }
.b-nominations .tbl-menu LI { float: left; padding: 0 2px 3px; margin: 0 10px 0 -2px; position: relative; }
.b-nominations .tbl-menu .cur { background: #fff3d8; }
.b-nominations .tbl-menu .cur A,
.b-nominations .tbl-menu .cur A:hover { border: 0; color: #000; }
.b-nominations .tbl { position: relative; }
.b-nominations .tbl TH {
	padding-bottom: 2px;
	border-bottom: 1px solid #d6d6d5;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #32302d;
	text-align: left;
	font-style: italic;
}
.b-nominations .tbl TR {  }
.b-nominations .tbl TD { height: 30px; }
.b-nominations .tbl TD TD { height: auto; }
.b-nominations .tbl .hover TD { background-color: #ebf4da; }
.b-nominations .tbl .pos { width: 32px; padding-left: 5px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; }
.b-nominations .tbl .name { width: 332px; font-size: 13px; line-height: 17px; }
.b-nominations .tbl .name .wrap { width: 331px; position: relative; overflow: hidden; }
.b-nominations .tbl .name TABLE { width: 2500px; }
.b-nominations .tbl .name .hide { position: absolute; right: -1px; top: 0; width: 34px; height: 17px; background: url(../img/hide.png) repeat-y 0 0; }
.b-nominations .tbl .hover .name .hide { background-image: url(../img/sel_hide.png); }
.b-nominations .tbl .url { width: 164px; font: 11px/15px Verdana, Geneva, sans-serif; }
.b-nominations .tbl .url A { color: #167506; }
.b-nominations .tbl .url A:hover { color: #04689b; }
.b-nominations .tbl .url .wrap { width: 163px; position: relative; overflow: hidden;}
.b-nominations .tbl .url TABLE { width: 2500px; }
.b-nominations .tbl .url .hide { position: absolute; right: -1px; top: 0; width: 34px; height: 17px; background: url(../img/hide.png) repeat-y 0 0; }
.b-nominations .tbl .hover .url .hide { background-image: url(../img/sel_hide.png); }
.b-nominations .tbl .votes { width: 71px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; }
.b-nominations .tbl .experts { width: 72px; padding-left: 19px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; background: url(../img/player_exvote.gif) no-repeat 0 50%; }
.b-nominations .tbl .do-vote { width: 225px; font: 11px/15px Verdana, Geneva, sans-serif; }
.b-nominations .tbl .do-vote .btn { padding-right: 6px; }
.b-nominations .tbl .do-vote .thank { background: url(../img/ico_vote.gif) no-repeat 0 50%; padding-left: 22px; }
.b-nominations .tab { display: none; }
.b-nominations .tab-cur { display: block; }
.b-nominations .info { padding-top: 4px; font: italic 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif; }
.b-nominations .info .left { width: 560px; padding-left: 40px; float: left; }
.b-nominations .info .right { width: 310px; padding-left: 50px; float: left; }
.b-nominations .info P { padding-top: 9px; }
.b-nominations .info .ex { padding-left: 16px; background: url(../img/nomination_ex.gif) no-repeat 0 1px; }
.b-nominations .info .users { background: #b65600 url(../img/nomination_user.gif) no-repeat 0 0; padding-bottom: 2px; line-height: 18px; }
.b-nominations .info .users B { font-weight: normal; color: #fff; background: url(../img/nomination_user.gif) no-repeat 100% -15px; padding: 0 4px 2px; }



.b-experts .tbl-wrap { padding: 24px 0px 0; }
.b-experts .tbl-menu { padding-bottom: 18px; list-style: none; font: 11px/12px Arial, Helvetica, sans-serif; position: relative; }
.b-experts .tbl-menu A { outline: none; }
.b-experts .tbl-menu LI { float: left; padding: 0 2px 3px; margin: 0 10px 0 -2px; position: relative; }
.b-experts .tbl-menu .cur { background: #fff3d8; }
.b-experts .tbl-menu .cur A,
.b-experts .tbl-menu .cur A:hover { border: 0; color: #000; }
.b-experts .tbl { position: relative; }
.b-experts .tbl TH {
	padding-bottom: 2px;
	border-bottom: 1px solid #d6d6d5;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #32302d;
	text-align: left;
	font-style: italic;
}
.b-experts .tbl TR {  }
.b-experts .tbl TD { height: 30px; }
.b-experts .tbl TD TD { height: auto; }
.b-experts .tbl .hover TD { background-color: #ebf4da; }
.b-experts .tbl .pos { width: 32px; padding-left: 5px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; }
.b-experts .tbl .name { width: 600px; font-size: 13px; line-height: 17px; }
.b-experts .tbl .name .wrap { width: 600px; position: relative; overflow: hidden; }
.b-experts .tbl .name TABLE { width: 2500px; }
.b-experts .tbl .name .hide { position: absolute; right: -1px; top: 0; width: 34px; height: 17px; background: url(../img/hide.png) repeat-y 0 0; }
.b-experts .tbl .hover .name .hide { background-image: url(../img/sel_hide.png); }
.b-experts .tbl .url { width: 250px; font: 11px/15px Verdana, Geneva, sans-serif; }
.b-experts .tbl .url A { color: #167506; }
.b-experts .tbl .url A:hover { color: #04689b; }
.b-experts .tbl .url .wrap { width: 250px; position: relative; overflow: hidden;}
.b-experts .tbl .url TABLE { width: 2500px; }
.b-experts .tbl .url .hide { position: absolute; right: -1px; top: 0; width: 34px; height: 17px; background: url(../img/hide.png) repeat-y 0 0; }
.b-experts .tbl .hover .url .hide { background-image: url(../img/sel_hide.png); }
.b-experts .tbl .votes { width: 71px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; }
.b-experts .tbl .experts { width: 72px; padding-left: 19px; font: 11px/15px Verdana, Geneva, sans-serif; color: #010101; background: url(../img/player_exvote.gif) no-repeat 0 50%; }
.b-experts .tbl .do-vote { width: 225px; font: 11px/15px Verdana, Geneva, sans-serif; }
.b-experts .tbl .do-vote .btn { padding-right: 6px; }
.b-experts .tbl .do-vote .thank { background: url(../img/ico_vote.gif) no-repeat 0 50%; padding-left: 22px; }









/* rules */
.b-rules { width: 920px;}
.b-rules .b-h2 { padding: 19px 40px 0; }
.b-rules UL { padding: 18px 0 0 40px; font: italic 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;  }
.b-rules LI { padding-top: 11px; }


/* sponsors */
.b-sponsors { padding: 0 40px; }
.b-sponsors TABLE { width: 100%; }
.b-sponsors .wrap { border-bottom: 1px solid #ececec; }
.b-sponsors TD { padding: 20px 0; }
.b-sponsors TD TD { padding: 0; text-align: center; }
.b-sponsors TH { font-weight: normal; text-align: left; }


/* experts */
.b-experts .left { padding-left: 40px; width: 560px; float: left; }
.b-experts .right { padding-left: 39px; width: 321px; float: left; }
.b-experts .left .b-h2 { padding-left: 120px; }
.b-experts .left h2 { line-height: 25px; }
.b-experts .rules .b-h2 { padding-left: 11px; }
.b-experts .rules UL { padding: 12px 0 0 3px; font: italic 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif; list-style: none; }
.b-experts .rules LI { padding: 11px 0 0 11px; background: url(../img/reginfo_pic.gif) no-repeat 0 17px; }
.b-experts .info { padding-top: 21px; font: italic 11px/15px Verdana, Geneva, sans-serif; }
.b-experts .experts { list-style: none; }
.b-experts .experts LI { padding-top: 62px; background: url(../img/experts_sep.gif) no-repeat 119px 26px; }
.b-experts .experts LI:first-child { background: none; padding-top: 41px; }
* .b-experts .experts LI {
	padding-top: expression(this.previousSibling==null ? '41px' : '62px');
	background-position: expression(this.previousSibling==null ? '-1000px 0' : '119px 26px');
}
.b-experts-guests .experts LI:first-child { padding-top: 16px; }
* .b-experts-guests .experts LI { padding-top: expression(this.previousSibling==null ? '16px' : '62px'); }
.b-experts .experts .photo { width: 120px; float: left; padding-top: 3px; }
.b-experts .experts .desc { width: 440px; float: left; }
.b-experts .experts .name { font-weight: bold; font-style: italic; font-size: 12px; line-height: 15px; }
.b-experts .experts .who { padding-top: 3px; font-size: 12px; line-height: 15px; }
.b-experts .experts P { padding-top: 16px; }
.b-experts .experts .cite { position: relative; left: -16px; padding-left: 16px; background: url(../img/cite_l.gif) no-repeat 0 19px; font-style: italic; }
.b-experts .experts .cite SPAN { padding-right: 16px; background: url(../img/cite_r.gif) no-repeat 0 3px; }
.b-experts .experts .sites { padding-top: 14px; font: italic 11px/15px Verdana, Geneva, sans-serif; }
.b-experts .full { padding-left: 40px; width: 920px; }


/* award */
.b-award { min-height: 962px; _height: 962px; background: url(../img/award_bg.jpg) no-repeat 40px 51px; }
.b-award .left { padding-left: 40px; width: 290px; float: left; }
.b-award .right { padding-left: 340px; width: 290px; float: left; }
.b-award .all { padding-left: 40px; width: 587px; }
.b-award .full { padding-left: 40px; width: 920px; }
.b-award .info { padding-top: 21px; font: italic 11px/15px Verdana, Geneva, sans-serif; }
.b-award P { padding-top: 8px; }
.b-award .place { padding-top: 23px; font: 13px/16px Arial, Helvetica, sans-serif; }
.b-award .place .date { font-size: 30px; line-height: 33px; }
.b-award .place .address { padding-top: 8px; font-size: 18px; line-height: 21px; }
.b-award .place .map { padding: 3px 0 0 25px; font: 11px/15px Verdana, Geneva, sans-serif; background: url(../img/ico_map.gif) no-repeat 7px 6px; }
.b-award .gallery { margin: 6px 0 0 -13px; width: 278px; height: 332px; background: url(../img/gallery.png) no-repeat 0 0; }
.b-award .gallery IMG { position: relative; }


/* winners */
.b-winners { padding-top: 22px; }
.b-winners .left { padding-left: 158px; width: 342px; float: left; }
.b-winners .right { padding-left: 78px; width: 342px; float: left; }
.b-winners UL { list-style: none; font-size: 12px; line-height: 15px; font-weight: bold; font-style: italic; }
.b-winners UL B { font-weight: normal; font-style: normal; }
.b-winners LI { padding-top: 11px; }


/* error 404 */
.b-404 { width: 920px; margin: 0 auto; padding-bottom: 64px; }
.b-404 .logo { padding-top: 11px; text-align: center; }
.b-404 .error { margin-top: 35px; position: relative; height: 300px; background: url(../img/e404.jpg) no-repeat center top; }
.b-404 .error .t1 { position: absolute; left: 140px; top: 149px; font-size: 40px; line-height: 43px; }
.b-404 .error .t2 { position: absolute; left: 610px; top: 117px; font-size: 80px; line-height: 83px; }
.b-404 .body { padding: 6px 0 0 287px; width: 430px; }
.b-404 .body .title { font-size: 25px; line-height: 28px; }
.b-404 .body P { padding-top: 16px; }


/* footer */
.b-footer { position: relative; font: 13px/17px Arial, Helvetica, sans-serif; }
.b-footer .copyright { position: absolute; left: 26px; top: 41px; }
.b-footer .design { position: absolute; left: 40px; top: 70px; }
.b-footer .menu { position: absolute; left: 360px; top: 41px; }
.b-footer .contacts { position: absolute; right: 0px; top: 41px; line-height: 25px;}

#captcha { position: fixed; z-index: 10000; width: 300px; height: 250px; left: 40%; top: 40%; background: #ffffff; display:none; 
	_position: absolute;
	_top: expression( eval(document.documentElement.scrollTop) + 100 +"px" );
}
#captcha table { margin: 20px 20px 5px 20px; }

table .left{ width: 100px; vertical-align: top; }
table .right{ width: 100px; vertical-align: top; font-size: 11px; line-height: 12px;}

table.users tr td { padding: 5px; }

.logo_sponsor {
	float: left;
	padding: 15px 25px 15px 0px;
}
.clear { clear: both }

.informer{ display: block; width: 100%; text-align: center; }
.informer .other { display: none; width: 310px; text-align: center;}
.informer .show_other { color: #688CEF; border-bottom: 1px dotted #688CEF; text-decoration: none; }
.informer .code { display: none; width: 310px; height: 100px; padding: 10px 0px; }
.informer .code .tag { width: 280px; height: 80px; }
.informer .sweet { background: #ffffff; border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;	-webkit-border-radius: 5px; border: 1px dotted #bbbbbb; margin-bottom: 20px; color: #000000; padding: 10px 0px; }
.informer .dark { background: #000000; border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;	-webkit-border-radius: 5px; margin-bottom: 20px; color: #ffffff; padding: 10px 0px; display: none; }
.informer .grey { background: #bbbbbb; border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;	-webkit-border-radius: 5px; margin-bottom: 20px; color: #000000; padding: 10px 0px; display: none; }

.nom_select { display: none; }

#cancel_key a{ color: #b65600; border-bottom: 1px dotted #b65600; }

.map {
	position: fixed; z-index: 10000; width: 470px; height: 370px; right: 30%; top: 20%; background: #ffffff; padding: 10px 0px 0px 10px; border: 1px solid #cccccc; z-index:-1000; opacity: 0.01;
	filter: alpha(opacity: 1);
	_position: absolute;
	_top: expression( eval(document.documentElement.scrollTop) + 100 +"px" );
}

.map .close { position:absolute; right: 0px; top: 0px; }

.to_clear { width: 360px; font-size: 11px; }

.left_main { width: 780px; float: left; }
.left_main .timeline { width: 740px; height: 60px; padding: 20px 0px 0px 40px; }
.left_main .timeline .item { width: 243px; border-bottom: 1px solid #dadada; position: relative; height: 52px; float: left; text-align: center; font-size: 11px; padding-top: 14px; color: #808080; }
.left_main .timeline .item.cur { color: #820000; border: 2px solid #a3410c; height: 50px; }
.left_main .timeline .item.future { color: #000000; }
.left_main .timeline .item .dot, .l-base .timeline .item.future .dot { width: 8px; height: 8px; background: url(../img/dot_grey.jpg) no-repeat center; position: absolute; bottom: -5px; left: 120px; }
.left_main .timeline .item.cur .dot { background: url(../img/dot_red.jpg) no-repeat center; }
.left_main .timeline .item .header, .l-base .timeline .item.future .header { height: 0px; width: 0px; }
.left_main .timeline .item.cur .header { position: absolute; top: -9px; left: 80px; background: #ffffff; padding: 0px 5px; width: 80px; z-index: 1000; height: 10px; font-style: italic; }

.left_main .column { width: 370px; float: left; position: relative; }
.left_main .center { width: 380px; float: left; position: relative; padding-left: 20px; }
.left_main .center .photo_list { position: relative; height: 240px; }
.left_main .center .photo .item { position: absolute; top: 0px; left: 0px; }

.right_main { width: 150px; float: left; background: url(../img/arrow.jpg) no-repeat 0px 30px; padding: 90px 0px 0px 20px; }
.right_main .header a { font-size: 14px; text-align: center; }
.right_main .prizes { text-align: center; font-size: 11px; }

.middle { vertical-align: middle !important;}

.b-merchant .seat_cont { width: 23px; height: 23px; text-align: center; vertical-align: middle; color: #ffffff; font: 11px/16px Arial,serif; font-weight: bold; }
.b-merchant .seat { cursor: pointer; background: url(../img/ticket_free.png) no-repeat center top transparent; height: 23px; width: 23px; }
.b-merchant .seat.active, .seat.selected { background: url(../img/ticket_active.png) no-repeat center top; }
.b-merchant .seat1 { height: 23px; width: 23px; background: url(../img/ticket_bron.png) no-repeat center top; }
.b-merchant .seat2 { height: 23px; width: 23px; background: url(../img/ticket_zan.png) no-repeat center top; }
.b-merchant .seat3 { height: 23px; width: 23px; background: url(../img/ticket_ticketok.png) no-repeat center top; }
.b-merchant .row { background: #ffffff; color: #000000; height: 23px; width: 23px; }

.b-merchant { margin-left: 62px; }
.b-merchant .schema { width: 700px; float: left; }
.b-merchant .sale { width: 200px; float: left; padding: 31px 0px 0px 10px; }
.b-merchant .sale .order .title td { border-bottom: 1px solid #cccccc; }
.b-merchant .sale .order .sum td { border-top: 1px solid #cccccc; color: #888888; padding-bottom: 20px; }
.b-merchant .sale .order .margin-top, .b-merchant .sale .order .margin-bottom { height: 10px; }
.b-merchant .sale .order .form .text { margin-bottom: 10px; width: 100%; height: 20px;}
.b-merchant .sale .order .form { color: #888888; }
.b-merchant .sale .order .sum .rubles { font-size: 18px; font-weight: bold; }

.b-merchant .legend { margin: 10px 0px; text-align: left; vertical-align: middle; }
.b-merchant .legend td { padding: 0px 10px 0px 5px; }

.b-merchant .bg_seats { background: url(../img/ticket_ekran.png) no-repeat center bottom; height: 450px; }

