* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper_main {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-image: url('images/header.png');
    background-position: top;
    background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top: 19px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 310px;
}

#partner_scrol {
	height: 134px;
}

#welcomeTxt {
	width:178px; 
	float:left;	
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	font-size: 16px;
	color:#fff;
	text-align: center;
	padding-top: 50px;	
    text-shadow:#ffac88 1px 0px 0px;
    line-height: 17px;
	
}

#welcomeTxt  span {
	background-color: #f09918;
}

#partnerScrolLable{
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	margin-left: 0px;
}
#partnerALable{
	color: #7c7c7c;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 348px;
}

#partnerALable a{
	color: #7c7c7c;
	text-decoration: underline;
}

#partnerALable a:hover{
	text-decoration: none;
}

#hrefOldTurnament {
	width: 76px;
	margin-top: -35px;
	margin-left: 120px;
}

#hrefOldTurnament, #hrefOldTurnament a{
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	
}

#hrefOldTurnament a:hover, #hrefAllWorks a:hover{
	color: #ffffff;
	text-decoration: none
}

#hrefOldTurnament a, #hrefAllWorks a{
	color: #ffffff;
	text-decoration:underline
}

#hrefAllWorks{	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	float:right;
}

/*Горизонтальное менЮ
-----------------------------------------------------------------------------*/
#hrMenu{
	height: 38px;
}

#hrMenu ul{	
	list-style-type:none;
}

#hrMenu ul li{    
	float:left;
	width: 142.8px;
	height: 38px;
	text-align: center;
}

#hrMenu ul li a{    
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 38px;
	display: block;	
}

.hmGreenL{
	background: url('images/hmLG.png');
}

.hmGreenL:hover{
	background: url('images/hmLGH.png');
}

.hmPurpleL{
	background: url('images/hmLP.png');
}

.hmPurpleL:hover{
	background: url('images/hmLPH.png');
}

.hmRedL{
	background: url('images/hmLR.png');
}

.hmRedL:hover{
	background: url('images/hmLRH.png');
}

.hmOrangeL{
	background: url('images/hmLO.png');
}

.hmOrangeL:hover{
	background: url('images/hmLOH.png');
}

.hmLBG{
	background: url('images/hmLBG.png');
	width:13px;
	height: 13px;
	float: left;
}

.hmRBG{
	background: url('images/hmRBG.png');
	width:13px;
	height: 13px;
	float: right;
	margin-top: -13px
}

.hmPurpleBG{
	background: url('images/hmRP.png');
}
.hmRedBG{
	background: url('images/hmRR.png');
}
.hmOrangeBG{
	background: url('images/hmRO.png');
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;
	padding-top: 15px;
	
	height: 1%;
	position: relative;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	
}
#content {
	padding: 0 0 0 208px;
	background: #fff;
}

#pageHeader {
	border:1px solid #e1e1e1;
	border-bottom:0px solid #e1e1e1;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #6d6d6d;
	height: 40px;
	
}

#pageHeader p{
	margin-top:12px;
}

#contentTxt {
	border:1px solid #e1e1e1;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px; 
}

#contentTxt a{
	color:#6d6d6d;
	text-decoration: underline;
}

#contentTxt a:hover{
	text-decoration: none;
}

.post{
	margin-top:10px;
}
.postHeader{
	border-bottom:1px solid #e1e1e1;
	height:25px;
}
.postTitle{
	border-bottom:2px solid #bc6200;
	color: #bc6200;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	float:left;
	height:26px;
}
.postDate{
    float:right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	height:26px;
}
.postContent{
	margin-top:10px;
	color: #6d6d6d;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	overflow:auto;
}

.postFooter{
	height:23px;
	background: #e1e1e1;	
}

.postFooter a{
	height:21px;
	background: #5fb51a;
	float:right;
	width: 135px;
	color: #fff !important;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;	
	text-decoration:none !important;
	padding-top: 1px;
}

.postFooter a:hover{
	color: #fff !important;
	text-decoration:underline !important;
}

.titleParstnersPost {
	margin-top: 30px;
	color: #bc6200 !important;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;	
	border-bottom: 2px solid #d8d8d8;
	height:23px;
}

.txtParstnersPost {
	padding-top:20px;
}

.testPP{
	overflow:visible;
	margin: 0 auto !important;
}

.menu_g a {
		border:none;
		font-weight:normal;
	}
	.menu_g{ z-index:9; },
	.menu_g ul {
		margin:0;
		padding:0;
		list-style:none;
		
	}
	.menu_g {width:730px;color:#000;}
	.menu_g li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:0px;	
	}
	.menu_g a {
		display:block;				
		border-top:#6bc6e8;
		border-top:3px; 
		color:#000;	
		text-decoration:none; 		
		width:0px;		
	}
	.menu_g a:hover,
	.menu_g a:focus,
	.menu_g a:active {}
	
	.menu_g span {margin-left:0px; }
	.menu_g li {
		margin-top:10px;
				
		width:430px;
	}
	.menu_g li a {	
		
		font-size: 14px;
		font-family:tahoma,sans-serif,arial,helvetica;
		display:inline;
	}
	
	.menu_g ul li {
		margin-left:40px;
		width:730px;
		margin-top:3px;
		 
	}
	.menu_g ul a {width:430px}
	.menu_g ul a:hover {}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 206px;
	margin-left: -100%;
	position: relative;
	background: #e1e1e1;
	
}

.sideLeftItemBlock {
	background: #fff;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin:5px;
	margin-bottom: 20px;
	border:1px solid #6d6d6d;
	overflow-x: hidden;
	
}

.sideLeftItemBlock h5{
	color: #6d6d6d;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;		
}

.sideLeftItemBlock a{
	color: #bc6200;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;		
}

.sideLeftItemBlock a:hover{
	text-decoration: none;		
}


#mneniya img{
	width: 178px;
	height:118px;
}

.sideLeftItemBlockHeader{
	height: 40px;
}

.sideLeftItemBlockHeader img{
	float: left;	
}

.sideLeftItemBlockHeader span{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff !important;
	margin-top:-32px;
	margin-left: 12px;
	float: left;	
}

#mneniya_vopros{
	border-bottom:1px solid #6d6d6d;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #bc6200 !important;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -60px auto 0;
	height: 60px;
	background-image: url( images/footer_bg.png);
	z-index: 10;
	color:#fff;
}

#footer1 {
	width: 100%;
	margin: -60px auto 0;
	height: 60px;
	background-image: url( images/footer_bg.png);
	z-index: -2;
}

#footer_menu a, #footer_CR{
	color: #939393;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#footer_menu a:hover{
	text-decoration: underline;
}

#footer_menu {
	float: left;
	color: #939393;
	
} 

#footer_CR, #footer_menu {
	margin-top: 23px;
}

#footer_CR{
	float:right;
	
}

/*Lenta fotografiy
------------------------------------------------------------------------------*/
b-inpart {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: white;
  color: #1a1a1a;
}

.b-inpart dl {
  margin: 0;
}
.b-inpart dt {
  font-size: 12px;
  line-height: 24px;
  color: #8b8b8b;
}
.b-inpart dd {
  margin: 0;
  height: 65px;
  line-height: 65px;
  cursor: default;
}

.b-inpart .hr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 1px solid #d9d9d9;
}

/********* Justify lines ***********/
.b-inpart .justify {
  text-align: justify;
  *text-justify: newspaper;
}
.b-inpart a,
.b-inpart .justify .end-line {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  vertical-align: middle;
}
.b-inpart .justify .end-line {
  width: 99%;
  height: 0;
}

/********* Differences ***********/
.b-inpart .media dd {
  padding: 10px 0;
}

.b-inpart .organizers {
  float: right;
}
.b-inpart .organizers dt,
.b-inpart .organizers a {
  margin-left: 20px;
}
.b-inpart .infosponsors a {
  margin-right: 20px;
}

.b-inpart .internet-parnters a {
  margin-right: 40px;
}

.b-inpart .internet-parnters dd {
  margin-right: -40px;
}
.b-inpart .internet-parnters dt {
  text-align: left;
}


.b-inpart table.place {
  width: 100%;
}
.b-inpart table.place td {
  vertical-align: top;
  text-align: center;
}

.b-inpart table.place td dl {
  white-space: nowrap;
}

.b-inpart table.place td.center{
  width: 100%;
}
.b-inpart table.place td.first dl {
  float: left;
}
.b-inpart table.place td.last dl {
  float: right;
}
.b-page {
  padding: 0;
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}
div, li {
  position: relative;
}

p, ul, ol {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a, input {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

input {
  margin: 0;
}
input[type=radio] {
  vertical-align: text-top;
  *vertical-align: middle;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=image] {
  position: relative;
  left: -4px;
  font-family: DIN Pro, Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

label {
  cursor: pointer;
}

.highlight {
  color: #ff4800;
}
.g-line {
  *zoom: 1;
}

.g-line:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.b-step.b-step_1 {}

.b-step_1 .submit-field .submit-button {
  text-align: center;
}
.b-step.b-step_sberbank {}


.b-step.b-step_sberbank .caption {
  font-size: 20px;
  padding: 10px;
}

.b-step.b-step_sberbank .links {
  padding-bottom: 20px;
}

.b-step.b-step_sberbank .links a {
  margin-left: 20px;
}

.b-step.b-step_sberbank .links .big {
  font-size: 20px;
}

.b-step.b-step_sberbank .info {
  padding-top: 10px;
}
.b-step.b-step_2 {}

.b-step_2 .submit-button {
  float: right;
}

.b-step_2 .link-prev-step {
  float: left;
  line-height: 41px;
}
.b-step {}

.b-step p {
  padding: 10px 0 15px;
}

.b-step .steps {
  padding-top: 5px;
  color: #898989;
}
.b-step .steps a {
  color: #898989;
}

.b-step .title {
  font-size: 18px;
}

.b-step .info {
  padding: 20px 0 10px;
  font-size: 15px;
  line-height: 22px;
}
.b-step .info .bold {
  font-weight: bold;
}

.b-step .hint {
  padding: 10px 10px 0;
  font-size: 11px;
  line-height: 16px;
  color: #898989;
}


.b-step .radio-group {
  padding-top: 20px;
  width: 1000px;
}
.b-step .radio-group .radio-field {
  float: left;
  width: 280px;
  padding-right: 50px;
}
.b-step .radio-field input {
  margin-right: 5px;
  cursor: pointer;
}
.b-step .radio-field label {
  font-size: 15px;
}
.b-step .radio-field .border {
  margin-top: 10px;
  border: 1px solid #d9d9d9;
}
.b-step .radio-field .border .box {
  padding: 10px;
  border: 1px solid #f9f9f9;
  background-color: #e6e6e6;
}

.b-step .radio-field .border.active .box {
  border-color: #dbe9cd;
  background-color: #6fa837;
}
.b-step .radio-field .border.active label {
  color: white;
}

.b-step .text-field {
  padding-top: 35px;
}
.b-step .text-field .title {
  display: block;
}
.b-step .text-field .wrapper {
  float: left;
  padding-top: 10px;
}
.b-step .text-field .hint {
  float: left;
  width: 420px;
}
.b-step .text-field input,
.b-step .text-field textarea {
  width: 465px;
}
.b-step .text-field textarea {
  height: 125px;
}
.b-step .text-field.entry-name .hint {
  padding-top: 14px;
}
.b-step .text-field.coupon input {
  width: 280px;
}
.b-step .text-field.coupon .hint {
  width: 605px;
  padding-top: 14px;
}

.b-step .submit-field {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 10px;
}
.b-step .submit-field .agree-rules {
  padding-bottom: 15px;
}
.b-step .submit-field .hint {
  padding-top: 0;
}

.b-step .file-field label {
  padding-right: 10px;
}
.b-step.b-step_3 {}

.b-step_3 .info {
  padding-bottom: 0;
}

.b-step_3 p {
  padding-top: 5px;
}

.b-step_3 .motive {
  clear: both;
  padding: 20px 0;
  font-weight: bold;
  border-top: 1px solid #d9d9d9;
  font-size: 120%;
}

.b-step_3 .title {
  margin-top: 1.2em;
}
.b-deadline-countdown {
  padding-top: 20px;
  height: 50px;
  line-height: 48px;

  font-family: DIN Pro;
  text-transform: uppercase;
  font-size: 16px;
}

.b-deadline-countdown .arrow {
  float: left;
  width: 420px;
  height: 100%;
  background: url(/front_new/application/common/b-deadline-countdown/images/arrow.png) left center no-repeat;
  padding-left: 20px;
  cursor: default;
}

.b-deadline-countdown .countdown {
  float: left;
  width: 280px;
  height: 100%;
}

.b-deadline-countdown a.send_work {
  display: block;
  float: right;
  width: 240px;
  height: 100%;
  background: url(/front_new/application/common/b-deadline-countdown/images/send_work.png) right center no-repeat;
  color: black;
  text-decoration: none;
  text-align: center;
}

.b-deadline-countdown a.send_work:hover {
  color: white;
}
/* IE */
@font-face {
  font-family: DIN Pro;
  src: url(/front_new/fonts/DINPro-Regular.otf);
}

@font-face {
  font-family: DIN Pro;
  src: local("DIN Pro"),
       local("DINPro"),
       url(/front_new/fonts/DINPro-Regular.otf) format("opentype");
}

/* IE */
@font-face {
  font-family: DIN Pro Light;
  src: url(/front_new/fonts/DINPro-Light.otf);
}

@font-face {
  font-family: DIN Pro Light;
  src: local("DIN Pro Light"),
       local("DINPro Light"),
       url(/front_new/fonts/DINPro-Light.otf) format("opentype");
}

.b-body {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #131313 url(/front_new/application/common/b-body/images/back.gif) top center repeat;
  color: white;
}

.b-body a {
  color: white;
}

.b-body a:hover {
  text-decoration: none;
}
.b-signin {}

.b-signin__login {
  float: left;
  width: 440px;
}

.b-signin__reg {
  float: right;
  width: 450px;
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
}

.b-signin .description {
  padding: 15px 0;
}

.b-signin td.label {
  height: 40px;
  vertical-align: top;
  padding-top: 12px;
  padding-right: 25px;
  font-weight: bold;
  white-space: nowrap;
}
.b-signin td.remember {
  height: 30px;
}
.b-signin td.submit {
  height: 80px;
}


.b-signin .label,
.b-signin label {
  color: #464646;
}
.b-signin input[type=text] {
  width: 240px;
}
.b-signin input[type=password] {
  width: 140px;
}
.b-signin a.new-pass {
  float: right;
  font-size: 11px;
  padding-top: 4px;
}

.b-signin.b-signin_edit {
  padding-left: 50px;
  padding-top: 10px;
}

.b-signin.b-signin_edit table {
  width: 500px;
}

.b-signin.b-signin_edit input[type=text],
.b-signin.b-signin_edit textarea {
  width: 100%;
}

.b-signin.b-signin_edit .student-fields {
    padding-left: 30px;
}

.b-signin .fieldWithErrors label {
  color: red;
}
.b-uploaded {
  border-bottom: 1px solid #d9d9d9;
}

.b-uploaded .images a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #d9d9d9;
}
.b-uploaded .images a:hover {
  border-color: #989898;
}

.b-uploaded td.images {
  padding-bottom: 15px;
}

.b-uploaded td.actions {
  padding-left: 20px;
  vertical-align: top;
}
.b-footer {
  padding: 20px 20px 40px;
  font-size: 11px;
}

.b-footer .menu {
  height: 40px;
  text-align: justify;
  *text-justify: newspaper;
  cursor: default;
}
.b-footer .menu > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.b-footer .menu .end-line {
  width: 99%;
  line-height: 0;
  height: 0;
}

.b-footer .info,
.b-footer .info a {
  color: #898989;
}

.b-footer .info .copyrights a:hover {
  text-decoration: underline;
}
.b-footer .info .copyrights {
  float: left;
}
.b-footer .info .copyrights a {
  text-decoration: none;
}

.b-footer .info .links {
  float: right;
}
.b-footer .info .links a {
  margin-left: 20px;
}

.b-footer .info .design {
  float:right;
  margin-top: -4px;
  margin-left: 50px;
}
.b-content {
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  color: #1a1a1a;
}

.b-content a {
  color: #ff4800;
}

.b-content h2 {
  font-size: 26px;
}
.b-content h3 {
  font-size: 24px;
  padding-bottom: 5px;
}
.b-content h4 {
  font-size: 18px;
}
.b-content h2,
.b-content h3,
.b-content h4 {
  font-family: DIN Pro Light;
  *font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.b-content h5,
.b-content h6 {
  display: inline;
  padding: 0 3px 2px;
  color: white;
  background-color: #ff4800;
}

.b-content h5 {
  font-size: 18px;
  line-height: 25px;
}
.b-content h6 {
  font-size: 13px;
  line-height: 19px;
}

.b-content p {
  padding: 5px 0;
  line-height: 18px;
  color: #232323;
}

.b-content input[type=text],
.b-content input[type=password],
.b-content input[type=file],
.b-content textarea {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 15px;
  border: 1px solid #c1c1c1;
  padding: 2px;
  color: #464646;
}
.b-error {
  color: red !important;
}
.b-cabinet {
  padding: 10px 30px 20px;
}

.b-cabinet table.panel {
  margin-top: 10px;
}

.b-cabinet table.panel td {
  padding-left: 40px;
}

.b-cabinet table.panel td > div {
  padding: 5px 0;
}

.b-cabinet table.panel td.left {
  font-size: 18px;
}

.b-cabinet table.panel .warning {
  font-weight: bold;
}

.b-cabinet table.panel td div {
  position: static;
}
.b-header {
  height: 37px;
  font-size: 11px;
  line-height: 37px;
}

.b-header .menu {
  float: left;
}
.b-header .menu a,
.b-header .menu span {
  margin-right: 25px;
}

.b-header .profile {
  float: right;
}
.b-header .profile a,
.b-header .profile span {
  margin-left: 10px;
}

.b-header .profile .user-name {
  font-weight: bold;
}
.b-header .profile a.user-name {
  margin: 0;
  text-decoration: none;
}
.b-header .profile a.user-name:hover {
  text-decoration: underline;
}
.b-main-menu {
  height: 120px;
  background-color: white;
  font-family: DIN Pro;
}

.b-main-menu .logo {
  top: 10px;
  left: 10px;
  position: relative;
}


.b-main-menu ul {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style-type: none;
  font-size: 21px;
}

.b-main-menu ul li {
  display: block;
  float: left;
}

.b-main-menu ul li a {
  text-decoration: none;
  color: black;
}

.b-main-menu ul li span {
  display: block;
  padding: 2px 14px 16px;
}

.b-main-menu ul li a:hover span {
  text-decoration: underline;
}
.b-main-menu ul li a.selected span {
  color: white;
  background: #1a1a1a;
}

.b-main-menu ul li.orange a {
  color: #ff4800;
}

.b-main-menu ul li .deadline {
  position: absolute;
  width: 100%;
  height: 41px;
  left: 0;
  top: -41px;
  background: url(/front_new/application/common/b-main-menu/images/deadline.gif) no-repeat center top;
  color: #ff4800;
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
  cursor: default;
}

#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;	
}
.b-back-separator {
  margin: 20px 0;
  height: 20px;
  width: 980px;
  left: -20px;
  background: #131313 url(/front_new/application/common/b-body/images/back.gif) top center repeat;
}


.b-subscribe {}

.b-subscribe .caption {
  font-family: DIN Pro;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.b-subscribe input.email {
  width: 96%;
  margin: 20px 1px 5px;
}
.b-jury {}

.b-jury p.description {
  padding-right: 15px;
}

.b-jury table.members {
  width: 100%;
}

.b-jury table.members td {
  vertical-align: top;
}

.b-jury table.members td.image {
  padding-top: 2px;
}

.b-jury table.members td.info {
  padding: 0 15px 0 20px;
}

.b-jury table.members td.separator {
  height: 35px;
}
.b-static.b-static_agreement {}

.b-static_agreement {}

.b-static_agreement ul {
  padding-top: 5px;
}
.b-static {
  padding: 10px 0;
}


.b-static h3 {
  padding-top: 10px;
  font-weight: bold;
  font-size: 20px;
}

.b-static h4 {
  padding-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.b-static ol {
  padding: 10px 50px 15px;
}

.b-static ol li {
  padding-top: 10px;
  font-size: 15px;
}

.b-static ol li p {
  font-size: 13px;
}

.b-static ul {
  padding-left: 40px;
}

.b-static ul li {
  font-size: 11px;
  padding: 0 0 5px;
}
.b-news-single {
  padding: 20px 0;
}

.b-news-single table.images td.space {
  width: 50%;
}

.b-news-single table.images td.image {
  padding: 5px;
  vertical-align: top;
}

.b-news-single table.images td.image p {
  padding: 5px 5px 0;
  font-size: 11px;
  font-style: italic;
}

.b-news-single .all-news {
  padding-top: 20px;
  font-weight: bold;
}
.b-user {}

.b-user td {
  vertical-align: top;
}

.b-user td.image {
  padding-top: 2px !important;
}

.b-user td.info {
  padding: 0 15px;
}

.b-user td.info .link {
  padding-top: 10px;
}
.b-short-news {}

.b-short-news h5 {
  font-size: 14px;
  line-height: 22px;
}

.b-short-news .date {
  padding-top: 15px;
  font-size: 11px;
  color: #ff4800;
}

.b-short-news .image {
  padding-top: 5px;
}

.b-short-news .all-news {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}
.b-entries {
  width: 980px;
}
.b-entries .entry {
  float: left;
  width: 196px;
  padding-right: 20px;
}
.b-entries .entry .category {
  white-space: nowrap;
  overflow: hidden;
}
.b-entries .entry .image {
  padding-top: 5px;
}

/* ÐÑÐ»Ð¸ Ð¸Ð¼Ñ Ð²Ð½ÑÑÑÐ¸ .image, ÑÐ¾ Ð¾ÑÐ¾Ð±ÑÐ°Ð¶Ð°ÐµÑÑÑ Ð² Ð¿ÑÐ°Ð²Ð¾Ð¼ Ð½Ð¸Ð¶Ð½ÐµÐ¼ ÑÐ³Ð»Ñ Ð±ÐµÐ»ÑÐ¼ ÑÐ²ÐµÑÐ¾Ð¼ */
.b-entries .entry .image .name {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
  color: white;
  padding: 3px 7px;
  text-shadow: 1px 1px 1px black;
}


.b-entries_pretenders .entry .category {
  font-family: DIN Pro;
  text-transform: uppercase;
  font-size: 9px;
}
.b-entries_pretenders .entry .category .highlight {
  font-size: 15px;
}



.b-entries_winners .category {
  padding-top: 15px;
}
.b-entries_winners .name {
  color: #ff4800;
  padding-bottom: 5px;
}



.b-entries_category h3 {
  font-size: 22px;
}
.b-entries_category .category {
  font-size: 16px;
  padding-top: 20px; 
}

.b-black-boxes {
  width: 980px;
}

.b-black-boxes .box {
  float: left;
  padding-right: 20px;
}
.b-layout {
	margin-top: 30px;
}

.b-layout__container {
  padding-top: 20px;
}
.b-layout__left-wrapper {
  float: left;
  width: 196px;
}
.b-layout__left-wrapper > div {
  padding: 15px;
  border-top: 1px solid #cfcfcf;
}

.b-layout__right-wrapper {
  float: right;
  width: 700px;
}

.b-layout .b-black-boxes {
}

.b-layout .b-entries_pretenders {
  padding-top: 15px;
}

.b-layout .b-jury {
  padding-top: 15px;
}
.b-short-gallery {

}

.b-short-gallery h2 {
  padding-bottom: 10px;
  color:#fff;
}

.b-short-gallery .roulette {
  width: 100%;
  height: 131px;
  overflow: hidden;
}

.b-short-gallery .roulette .line {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 965px;
  height: 100%;
  margin: 0 auto;
}

.b-short-gallery .roulette .line > * {
  float: left;
  padding: 0;
  width: auto;
}

.b-short-gallery .roulette .line .image {
  padding: 0;
}

.b-short-gallery .roulette .line .image .name {
  text-shadow: none;
  font-size: 10px;
}

.image img{
	height: 131px;
	width: auto;
}

