.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: 40px;
}
.b-inpart .infosponsors a {
  margin-right: 40px;
}


.b-inpart table.place {
  width: 100%;
}
.b-inpart table.place td {
  width: 33.3%;
  vertical-align: top;
  text-align: center;
}
.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;
}
.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-error {
  color: red !important;
}
/* 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;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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-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-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-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-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;
}

.g-line {
  *zoom: 1;
}

.g-line:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.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-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;
}
.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_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_1 {}

.b-step_1 .submit-field .submit-button {
  text-align: center;
}
.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_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-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-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;
}
