﻿ @-webkit-keyframes oscillation
    {
      from
      {
        -webkit-transform:rotate(-4deg);
      }
      to{
        -webkit-transform:rotate(4deg);
      }
    }

@-moz-keyframes oscillation
    {
      from{
        -moz-transform:rotate(-4deg);
      }
      to{
        -moz-transform:rotate(4deg);
      }
    }

 * {
 	-moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
 }



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans Condensed', sans-serif;
	height: 100%;
	width: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	width: 100%;
}

b {
	font-weight: bold;
}
button {
	cursor: pointer;
}

input:focus {
	outline: none;
}

.conteiner {
	width: 100%;
	min-width: 1205px;
	min-height: 725px;
	height: 100%;
	overflow: hidden;
}

.content.conteiner {
	height: auto;
}

.main {
	padding-bottom: 100px;
	min-height: 100%;
	position: relative;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat center top;
}

.w {
	position: relative;
	width: 1205px;
	height: 100%;
	margin: 0 auto;
}

.q {
	position: absolute;
	background: url(../images/q.png);
	width: 169px;
	height: 50px;
	left: 5px;
	z-index: 999;
}

.user_panel {
	position: absolute;
	background: url(../images/user_panel.png);
	width: 224px;
	height: 68px;
	right: 20px;
	z-index: 999;
}

.user_quit {
	position: absolute;
	background: url(../images/user_panel.png) no-repeat -239px 0;
	width: 30px;
	height: 32px;
	right: 0px;
	z-index: 999;
}

.user_enter {
	position: absolute;
	background: url(../images/enter_panel.png);
	width: 225px;
	height: 68px;
	right: 0px;
	z-index: 999;
}

.logo {
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: -204px;
	background: url(../images/logo.png); 
	width: 408px;
	height: 221px;
	z-index: 9;
}

.promo {
	position: absolute;
	top: 367px;
	right: -50px;
	background: url(../images/promo.png);
	width: 438px;
	height: 176px;
}

.footer {
	height: 105px;
	position: relative;
	margin-top: -5px;
	background: url(../images/footer_bg.png) repeat-x;
	text-shadow: 1px 1px 1px #5f0201;
	text-decoration: none;
    filter: dropshadow(color=#5f0201, offx=1, offy=1);
}

.footer .menu {
	position: absolute;
	left: 0;
	top: 30px;
}

.footer .menu li {
	float: left;
	margin-right: 35px;
}

.footer .menu li a {
	font-size: 21px;
	color: #fff;
	text-shadow: 1px 1px 1px #5f0201;
	text-decoration: none;
    filter: dropshadow(color=#5f0201, offx=1, offy=1);
}

.footer .menu li.active a {
	padding-left: 21px;
	background: url(../images/arrow.png) no-repeat left center;
}

.footer .info {
	position: absolute;
	top: 84px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
}

.footer .info i {
	margin: 0 10px;
}

.contacts {
	position: absolute;
	right: 35px;
	top: 25px;
}


.contacts span.phone {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/phone_icon.png) no-repeat left 2px;
	padding-left: 34px;
	color: #fbeb1e;
	font-size: 27px;
	vertical-align: middle;
}

span.phone_info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	width: 200px;
	vertical-align: middle;
	font-size: 14px;
}

.footer .copy {
	position: absolute;
	right: 53px;
	color: #fff;
	top: 82px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.auto {
	position: absolute;
	left: 270px;
	top: 140px;
	-webkit-transform-origin:50% 80px;  
	-moz-transform-origin:50% 80px;   
	-webkit-animation: oscillation 2s ease-in-out infinite alternate;
	-moz-animation: oscillation 2s ease-in-out infinite alternate;
}


.foto-min {
	position: absolute;
	left: 5px;
	top: 50px;
	-webkit-transform-origin:50% 0px;  
	-moz-transform-origin:50% 0px;   
	-webkit-animation: oscillation 1s ease-in-out infinite alternate;
	-moz-animation: oscillation 1s ease-in-out infinite alternate;
}

.foto {
	position: absolute;
	right: -300px;
	top: 225px;
	-webkit-transform-origin:50% 0px;  
	-moz-transform-origin:50% 0px;   
	-webkit-animation: oscillation 3.2s ease-in-out infinite alternate;
	-moz-animation: oscillation 3.2s ease-in-out infinite alternate;
}

.tv-min {
	position: absolute;
	right: 65px;
	top: 84px;
	-webkit-transform-origin:50% 0px;  
	-moz-transform-origin:50% 0px;   
	-webkit-animation: oscillation 3.8s ease-in-out infinite alternate;
	-moz-animation: oscillation 3.8s ease-in-out infinite alternate;
}


.ant {
	position: absolute;
	left: 5px;
	top: 242px;
	-webkit-transform-origin:50% 0px;  
	-moz-transform-origin:50% 0px;   
	-webkit-animation: oscillation 4s ease-in-out infinite alternate;
	-moz-animation: oscillation 4s ease-in-out infinite alternate;
}

.tv {
	position: absolute;
	left: -350px;
	top: 120px;
	-webkit-transform-origin:50% 0px;  
	-moz-transform-origin:50% 0px;   
	-webkit-animation: oscillation 4s ease-in-out infinite alternate;
	-moz-animation: oscillation 4s ease-in-out infinite alternate;
}

.button_green {
	background: url(../images/button_green.jpg) repeat-x;
	line-height: 40px;
	padding: 0 25px;
	position: absolute;
	top: 551px;
	right: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  0px 1px 0px 1px rgba(0, 0, 0, 0.3);
        
        box-shadow:  0px 1px 0px 1px rgba(0, 0, 0, 0.3);
}

.button_green i {
	display: block;
	padding-left: 15px;
	background: url(../images/arrow_green.png) no-repeat center left;
}

.popup_win {
	padding: 8px;
	display: none;
	height: 487px;
	background: url(../images/bg_popup.png) repeat-x;
}

.popup_win form {
	border: 3px solid #ce000e;
	padding: 40px 50px;
	height: 100%;
}


.popup_win input {
	padding: 3px 18px;
	height: 34px;
	color: #3b3934;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	-webkit-box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
	-moz-box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
	box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
}

.popup_win input:focus, .popup_win textarea:focus {
	outline: 0;
}

.popup_win label {
	color: #3b3934;
	font-size: 17px;
	vertical-align: top;
	width: 115px;
	line-height: 34px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.popup_win button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 17px;
	background: url(../images/button_green.jpg) repeat-x;
	line-height: 40px;
	padding: 0 25px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	margin-left: 115px;
}

.popup_win button i {
	display: block;
	padding-left: 45px;
	background: url(../images/plane.png) left center no-repeat;
}

#popup_reg.popup_win button i {
	display: block;
	padding-left: 0;
	padding-right: 45px;
	background: url(../images/arrow_save.png) right center no-repeat;
}

.popup_win h2 {
	font-size: 30px;
	color: #ce000e;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.popup_win p {
	margin-bottom: 10px;
}

.popup_win .phone {
	margin-left: 33px;
	width: 63%;
}

.popup_win textarea {
	padding: 8px 18px;
	color: #3b3934;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	-webkit-box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
	-moz-box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
	box-shadow: inset 0 1px 0 1px rgba(193,177,22,0.79);
	resize: none;
	height: 120px;
}

.popup_win .code {
	color: #3b3934;
	font-size: 17px;
	line-height: 34px;
	margin-right: -20px;
	position: relative;
}

.popup_win .close {
	position: absolute;
	background: url(../images/close.png);
	height: 14px;
	width: 15px;
	top: 20px; 
	right: 20px;
}

#popup_error {
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#popup_error div {
	background: url(../images/error.png) no-repeat center center;
	height: 100%;
	width: 100%;
	padding: 40px 35px;
	border: 3px solid #ce000e;
}

.prav {
	position: absolute;
	left: 0;
	right: 0;
	height: 572px;
	top: 77px;
	background: url(../images/pravila.png) no-repeat center;
}

.button_green.pravila {
	left: 50%;
	top: 610px;
	right: auto;
	margin-left: -150px;
}

.pachka {
	position: absolute;
	top: 230px;
	left: 40px;
	z-index: 9;
	width: 170px;
}


.lk_wrap {
	width: 990px;
	padding-top: 205px;
	margin: 0 auto;
	color: #3b3934;
}

.lk {
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.6), -3px 0 3px -4px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	padding: 0 35px;
	background: url(../images/lk_bg.png) repeat-x top;
}

.lk_head {
	height: 91px;
}

.lk_head a {
	color: #da0a05;
	border-bottom: 1px dotted #da0a05;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

.lk_head h1 {
	padding-top: 27px;
	padding-right: 36px;
	display: inline-block;
	line-height: 40px;
	font-size: 30px;
	color: #3b3934;
	text-transform: uppercase;
}

.lk_input {
	padding: 44px 0 55px;
}

.lk_input label {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 16px;
	padding-left: 5px;
}

.lk_input input, #popup_box input {
	border-radius: 17px;
	display: block;
	border: 0;
	font-size: 19px;
	color: #f7d903;
	padding: 9px 22px;
	background: rgba(172,1,2,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.lk_input input:focus {
	outline: none;
}

.lk_input td {
	padding: 0 7px;
	vertical-align: middle;
}

.lk_input .change_code {
	margin-bottom: 16px;
	font-size: 16px;
	color: #f7d903;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
}

.lk_input .button_green {
	border: none;
	position: static;
	line-height: 34px;
	margin-top: 32px;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.lk_counter {
	color: #3b3934;
	padding: 37px 0;
	position: relative;
}

.lk_counter .counter {
	font-size: 117px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 81px;
}

.info_counter {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 10px;
}

.info_counter h3 {
	margin-bottom: 18px;
	font-size: 18px;
}

.info_counter i {
	font-family: 'Open Sans', sans-serif;
}

.info_counter b {
	display: inline-block;
	margin-bottom: 6px;
}

.reg_list_open {
	position: absolute;
	right: 0px;
	top: 90px;
	font-size: 14px;
	color: #da0a05;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #da0a05;
}

.list_code {
	color: #3b3934;
	padding: 20px 0 10px;
}

.list_code table {
	width: 100%;
}

.list_code table thead td {
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	border: none;
}

.list_code table td {
	width: 33.333333%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 11px 0;
	border-bottom: 1px solid #d4cebc;
}

.page {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.page li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
}

.page li a {
	color: #3b3934;
	font-size: 17px;
	display: block;
	text-decoration: none;
}

.page li.active a, .page li a:hover {
	color: #df2923;
}

.page li.prev a, .page li.next a {
	width: 5px;
	height: 9px;
	margin: 0 10px;
	background-image: url(../images/prev_next.png);
}

.page li.next a {
	background-position: 5px 0;
}

.list_prize {
	padding: 22px 35px;
	background: url(../images/lk_bg.png) repeat-x 0 -745px;
}

.list_prize h1 {
	font-size: 27px;
}

.list_prize ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	width: 25%;
	position: relative;
}

.list_prize ul li a {
	text-decoration: none;
	color: #2e353d;
}

.list_prize ul li span {
	display: block;
	font-size: 25px;
}

.list_prize ul li i {
	display: block;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.no_prize {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 100px;
	background-color: rgba(255,255,255,0.6);
	background-image: url(../images/no_prize.png);
	background-repeat: no-repeat;
	background-position: center 60px;
	position: absolute;
}

.big_auto {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	height: 500px;
	background: url(../images/auto_big.png) no-repeat center bottom;
}

.footer2 {
	position: relative;
	background:url(../images/footer2.png) repeat-x;
	height: 115px;
	margin-top: -213px;
}

.footer2 h2 {
	color: #3b3934;
	font-size: 42px;
	position: absolute;
	top: 50px;
	left: 0;
}

.footer2 .menu_priz {
	position: absolute;
	left: 200px;
	top: -30px;
}

.menu_priz li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.menu_priz li a {
	width: 232px;
	display: block;
	padding-top: 112px;
	padding-bottom: 20px;
	text-align: center;
	color: #3b3934;
	font-size: 17px;
	text-decoration: none;
}

.menu_priz li:hover {
	background: url(../images/active_prize.png) no-repeat center top;
}

.menu_priz li:hover a {
	color: #e10000;
}

.menu_priz li.garant_priz a {
	background: url(../images/garant_priz.png) no-repeat center 50px;
}

.menu_priz li.lot_priz a {
	background: url(../images/lot_prize.png) no-repeat center 50px;
}

.menu_priz li.big_priz a {
	background: url(../images/big_priz.png) no-repeat center 50px;
}

.green_panel {
	position: absolute;
	bottom: 183px;
	left: 35px;
	height: 189px;
	width: 149px;
	background: url(../images/green_panel.png) no-repeat;
}

.green_panel .mask {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 0;
	background: url(../images/maks_all.png) no-repeat center 46px;
}

.green_panel .mask span {
	display: inline-block;
	line-height: 189px;
	font-size: 70px;
	width: 50%;
	text-align: center;
	color: #fff;
}

.green_panel .mask span.counter_number {
	color: #fad705;
}

.lot_panel {
	color: #fff;
	padding: 60px 33px;
	right: -52px;
	bottom: 85px;
	position: absolute;
	height: 347px;
	width: 280px;
	background: url(../images/lot_panel.png) no-repeat;
}

.lot_panel h2 {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 15px;
}

.lot_panel p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.lot_panel .button_green {
	top: 245px;
	left: 15px;
	text-align: center;
	font-size: 19px;
}

.lot {
	position: absolute;
	top: 60%;
	margin-top: -173px;
	right: 0;
	left: 30px;
	height: 346px;
}

.lot .item {
	float: left;
	margin-right: 25px;
	height: 346px;
	width: 270px;
	position: relative;
	color: #58564f;
}

.lot .item .text {
	position: absolute;
	top: 220px;
}

.lot .item span.price {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 21px;
	line-height: 38px;
	text-shadow: 1px 1px 1px #000;
	background: url(../images/price.png)no-repeat center center;
}

.lot .item p {
	display: block;
	width: 85%;
	line-height: 14px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.lot .item p i {
	color: #d91a22;
}

.item.low {
	background: url(../images/prize_low.png) no-repeat center 60px;
}

.item.mid {
	background: url(../images/prize_midl.png) no-repeat center 0px;
}

.item.high {
	background: url(../images/prize_high.png) no-repeat center 50px;
}

.counter_prize {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 10px 0;
	display: block;
	text-align: center;
}


#popup_box {
	height: 406px;
	background: url(../images/box_horiz.png) repeat-x;
}

#popup_box table {
	width: 315px;
	height: 290px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -157px;
}

#popup_box table td {
	padding: 0 5px;
	vertical-align: top;
}

#popup_box input {
	width: 100%;
	height: 52px;
}

#popup_box .button_green {
	position: static;
	width: 100%;
	margin: 0;
}

#popup_box form {
	padding: 0;
	border: 0;
}

#popup_box h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
}

#popup_box label {
	margin-bottom: 8px;
	color: #fff;
	width: auto;
	line-height: 13px;
	font-size: 13px;
}

#popup_box a {
	line-height: 8px;
	color: #f7d903;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 12px;
}

#popup_box .close.yellow {
	background: url(../images/close_yellow.png);
}

.footer.index {
	margin-top: -105px;
}

.ganant {
	position: absolute;
	top: 30%;
	left: 30px;
	right: 0;
}

.garant_prize {
	float: left;
	margin-right: 65px;
	width: 246px;
	text-align: center;
}

.name_prize {
	color: #58564f;
	font-size: 21px;
}

.garant_prize .counter_prize {
	color: #58564f;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#popup_auth label {
	width: 100%;
	line-height: 24px;
}

#popup_auth table {
	display: block;
	margin: 0 auto;
}

#popup_auth input {
	width: 100%;
}

#popup_auth td {
	padding: 0 5% 10px;
	width: 50%;
}

#popup_auth input[type="checkbox"] {
	width: auto;
	background: none;
	height: auto;
	vertical-align: middle;
}

#popup_auth .button_green {
	position: static;
}

#popup_auth .phone_number {
	width: 87%;
}

#popup_auth i {
	color: #58564f;
	margin-right: 10px;
}

#popup_auth .access {
	text-align: center;
	margin-bottom: 25px;
}

#popup_auth .access label {
	display: inline;
	font-size: 12px;
	line-height: 20px;
}

.product_wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 205px;
}

.product_wrap p {
	color: #5d594d;
	font-family: 'Open Sans', sans-serif;
}

.product_wrap .text {
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.6), -3px 0 3px -4px rgba(0, 0, 0, 0.6);
	position: relative;
	padding: 70px 35px;
	height: 440px;
	background: url(../images/products.png) repeat-x;
}

.product_wrap .text .per {
	position: absolute;
	bottom: 0px;
	left: 60px;
}

.product_wrap .text .item {
	width: 35%;
}

.product_wrap h1 {
	text-transform: uppercase;
	font-size: 32px;
	color: #3b3934;
	margin-bottom: 15px;
}

.product_wrap .text h1 i {
	color: #ed1d24;
}

.product_wrap .text .cap {
	width: 450px;
	float: left;
}

.products {
	text-align: center;
}

.product_wrap .text .products {
	float: left;
	width: 470px;
}

.product_wrap .products p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
}

.product_wrap .item {
	margin: 0 22px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.product_wrap .text2 {
	padding: 35px;
	background: #fff;
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.6), -3px 0 3px -4px rgba(0, 0, 0, 0.6);
}

.product_wrap .text2 .cap {
	padding-left: 520px;
}

.product_wrap .products {
	float: left;
	width: 510px;
}

.product_wrap .text2 .item {
	margin: 0 30px 0 0;
	width: 135px;
}


.product_wrap .text2 h1 i {
	color: #0c9820;
}


.winner_wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 205px;
}


.settings {
	height: 440px;
	background: url(../images/products.png) repeat-x;
}

.settings h1 {
	padding-top: 10px;
	display: block;
	padding-left: 60px;
	color: #3b3934;
	font-size: 31px;
	line-height: 82px;
}

.search {
	height: 148px;
	background: url(../images/search_bg.png) repeat-x;
	padding: 10px;
	z-index: 9;
}

.settings form {
	height: 100%;
	border: 3px solid #f9e205;
	padding: 25px 50px;
}

.settings form p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.settings form .input {
	margin-top: 12px;
	width: 100%;
	font-size: 19px;
	color: #f7d903;
}

.settings form .button_green {
	position: static;
	border: none;
}

.settings form .button_green i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/search_icon.png) no-repeat center center;
	height: 17px;
	width: 17px;
	vertical-align: middle;
	margin-left: 10px;
}


.settings form input {
	margin: 0 10px;
	border-radius: 17px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 0;
	font-size: 19px;
	color: #f7d903;
	padding: 9px 22px;
	background: rgba(172,1,2,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}


.select_priz {
	height: 200px;
	position: relative;
	margin-top: -4px;
}

.select_priz h1 {
	padding-top:30px;
	width: 190px;
	line-height: 24px;
	font-size: 24px;
	float: left;
}

.select_priz ul {
	padding-left: 240px;
	font-size: 0;
}

.select_priz ul li {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

.select_priz ul li a {
	display: block;
	font-size: 17px;
	width: 185px;
	padding-top: 165px;
	height: 203px;
	text-decoration: none;
	color: #3b3934;
}

.select_priz ul li:hover {
	background: url(../images/active_priz.jpg) repeat-x;
}

.select_priz ul li:hover a {
	color: #b70f0c;
}

li.auto_select a {
	background: url(../images/auto_priz.png) no-repeat center 20px;
}

li.tv_select a {
	background: url(../images/tv_priz.png) no-repeat center 20px;
}

li.ant_select a {
	background: url(../images/ant_priz.png) no-repeat center 20px;
}

li.photo_select a {
	background: url(../images/foto_priz.png) no-repeat center 20px;
}


.icon_photo {
	display: block;
	height: 13px;
	width: 17px;
	background: url(../images/icon_photo.jpg) no-repeat 0 0;
}

.icon_photo:hover {
	background-position: 0 -13px;
}

.icon_video {
	display: block;
	height: 15px;
	width: 17px;
	background: url(../images/icon_video.jpg) no-repeat 0 0;
}

.icon_video:hover {
	background-position: 0 -15px;
}

.table_winner {
	padding: 25px;
	background: #fff;
}

.table_winner table {
	width: 100%;
}

.table_winner td {
	font-family: 'Open Sans', sans-serif;
	color: #3b3934;
	font-size: 13px;
	padding: 10px 0;
	border-bottom: 1px solid #dcd9cf;
}

.table_winner td.nob {
	border: none;
}

.table_winner table thead td {
	font-size: 19px;
	font-family: 'Open Sans Condensed', sans-serif;
}