/*html, body{
  min-height: 100% !important;
  min-height: auto;
  height: 100%;
}*/
body{
  padding: 0px 0px 10px 0px;
  font-size: 12px;
  background-image: url(../img/bg_main.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #b8d5ed;
  position: relative;
}
body a:link{
  color: #fff;
}
body a:hover{
  color: #fff;
}
.wrapper {
  display: block;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 900px;
/*  min-width: 950px;
  max-width: 1000px;*/
  margin: 0px auto;
  text-align: left;
  padding: 0px 25px;

  background-image: url(../img/bg_main_top.jpg);
  background-position: center top;
  background-repeat: no-repeat
}
.header {
  position: relative;
  width: 100%;
  height: 170px;
  z-index: 100;
}
.container {
  z-index: 5000;
  display: block;
  height: 1%;
  padding: 0px 0px 50px 0px;
}
.footer {
  margin: -30px 0px 0px 0px;
  height: 30px;
  position: relative;
  z-index: 100;
}
.content {
  margin: 0px 420px 0px 0px;
}
.column-l, .column-r {
  display: block;
  position: absolute;
  height: 100%;
}
.column-l {
  width: 200px;
  right: 10px !important;
}
.column-r {
  width: 200px;
  right: 10px !important;
}
.container .column-l, .container .column-r {
  position: relative;
  float: right;
  right: 0px;
  height: auto;
  display: inline-block;
}
.clear, .footer {
  clear: both;
}




.b-header{
  padding: 45px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.b-header h1{
  background-color: #005aa4;
  padding: 0px;
  font-size: 11px;
  line-height: 11px;
  height: 11px;
  color: #fff;
  margin: 0px;
  font-weight: normal;
}
.b-header-logo{
  float: left;
  padding: 10px 0px 0px 40px;
}
.b-header-form{
  float: right;
  width: 300px;
  padding: 0px 20px 0px 0px;
}
.b-header-form b{
  width: 50px;
  font-weight: normal;
  display: block;
  float: left;
  line-height: 19px;
}
.b-header-form input{
  width: 175px;
  height: 17px;
  border: 1px solid #014278;
  background-color: #a9dff8;
  padding: 0px 2px;
  margin: 0px 0px 6px 20px;
}
.b-header-form .b-header-form-submit{
  float: right;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #014278;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  text-transform: capitalize;
}
.b-header-form-bottom{
  font-size: 11px;
  margin-left: -6px;
}
.b-header-form-bottom-remamber{
  float: right;
}
.b-header-form-bottom-remamber input{
  width: 10px;
  height: 10px;
  border: 1px solid #00a650;
  padding: 0px;
  margin: 0px 6px;
  line-height: 11px;
  background-color: #fff;
}
.b-header-form-bottom a{
  color: #000 !important;
  padding: 0px 6px;
}
.b-header-clear{
  clear: both;
}
.b-header-user{
  float: right;
  width: 400px;
  text-align: right;
  padding: 0px 20px 0px 0px;
}
.b-header-user img{
  float: right;
  margin: -5px 0px -4px 20px;
}
.b-header-user a{
  color: #004278 !important;
  font-size: 18px;
  display: block;
  line-height: auto;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
}
.b-header-user a b{
  padding-left: 20px;
}
.b-header-user .b-header-user-black, .b-header-user .b-header-user-black a{
  color: #000 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 0px 10px !important;
  display: inline;
}
.b-header-user .b-header-user-black a{
  text-decoration: underline;
}
.b-header-user .b-header-user-black{
  padding: 0px !important;
}


.b-menu{
  margin: 0px;
  padding: 0px;
}
.b-menu li{
  margin: 12px 2px 2px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  background-image: url(../img/bg_menu_left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height: 17px;
  line-height: 17px;
}
.b-menu li a{
  display: block;
  color: #666 !important;
  text-align: center;
  padding: 0px 10px;
  line-height: 17px;
  height: 17px;
  font-size: 12px;
  background-image: url(../img/bg_menu_right.gif);
  background-position: right top;
  background-repeat: no-repeat;
  text-decoration: none;
  white-space: nowrap;
  width: auto !important;
  width: 1px;
}
.b-menu li.b-menu-active{
  background-image: url(../img/bg_menu_left_active.gif);
  height: 29px;
  margin-top: 0px;
}
.b-menu li.b-menu-active a{
  background-image: url(../img/bg_menu_right_active.gif);
  color: #fff !important;
  font-weight: bold;
  height: 29px;
}


.b-paths{
  margin: 6px 0px 0px 0px;
  font-size: 10px;
  line-height: 10px;
  padding: 0px 0px 0px 20px;
  background-image: url(../img/bg_paths.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.b-paths a{
  font-size: 10px;
  line-height: 10px;
  padding: 0px 5px;
  color: #000 !important;
}

.b-footer{
  background-image: url(../img/bg_footer.gif);
  padding: 20px 20px 20px 20px;
  width: 100%;
  background-position: center 10px;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: -8px;
}
.b-footer-counters{
  float: right;
  margin-right: 20px;
}
.b-footer-copy{
  float: left;
  font-size: 11px;
  line-height: 14px;
  color: #d5e2ed;
  margin-left: 20px;
}
.b-footer-copy a{
  color: #d5e2ed !important;
}

.b-game{
  padding: 3px 0px 10px 20px;
  margin-top: -10px;
}

.b-box{
  background-image: url(../img/bg_rtable.gif);
  background-position: left top;
  background-repeat: no-repeat;
/*  background-color: #0268bc;*/
  margin: 0px 10px 10px 0px;
  font-size: 11px;
  color: #d5e2ed;
  padding: 0px 8px 8px 8px;
}
.b-box img{
  border: 1px solid #fff;
  display: block;
  text-align: right;
}
.b-box a{
  color: #fff !important;
}
.b-box .b-no-ball{
  background-color: #004278;
  padding: 10px 0px 0px 0px;
  color: #fff;
  font-size: 18px;
  margin: 0px 0px 10px -8px;
  width: 182px;
  font-weight: normal;
  padding: 10px 0px 0px 8px;
  background-image: url(../img/bg_rtable_noball.gif);
  background-position: right top;
  background-repeat: no-repeat;
}


.b-content{
  background-image: url(../img/bg_content.gif);
  background-position: 10px 0px;
  background-repeat: no-repeat;
  padding: 30px 0px 10px 20px;
}
.b-content-column{
  width: 200px;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 0px 20px 0px;
}
.b-content-column h3{
  font-weight: bold;
  font-size: 15px;
  color: #d5e2ed;
  padding: 3px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
  line-height: normal;
}
.b-content-column .b-content-column-more{
  display: block;
  color: #fff !important;
  margin: 20px 0px 0px 0px;
}


.b-column2{
}


.b-reyting{
  margin: 0px;
  padding: 0px;
}
.b-reyting li{
  list-style: none;
  line-height: 14px;
  padding: 4px 0px;
  border-bottom: 1px dotted #fff;
}
.b-reyting a{
  color: #d5e2ed !important;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: block;
}
.b-reyting img{
  float: left;
  margin: 0px 20px 0px 0px;
}
.b-reyting .b-reyting-last{
  border-bottom: none;
}
.b-reyting b{
  font-size: 11px;
  display: block;
  float: right;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding-top: 13px;
}
.b-content-column-more2{
  background-image: url(../img/bg_rtable_more.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  margin: 20px 0px -8px -8px;
  width: 190px;
  padding: 0px 8px;
  line-height: 23px;
  height: 23px;
}




.b-profile{
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.b-profile li{
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 0px;
}
.b-profile a, .b-profile span{
  color: #fff !important;
  font-size: 12px;
  line-height: 12px;
  display: block;
  float: right;
}



.b-content-left{
  width: auto;
  background-color: #0369bc;
  background-image: url(../img/bg_cleft.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  color: #d5e2ed;
  padding: 10px;
}




.b-paging{
  text-align: center;
  width: 440px;
  clear: both;
}
.b-paging a{
  background-color: #004278;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 5px;
  line-height: 14px;
  border: 1px solid #0369bc;
  float: left;
}
.b-paging a.b-paging-active{
  background-color: #fff;
  color: #0369bc !important;
}



.b-blog{
  padding: 0px 0px 0px 0px;
}
.b-blog-item{
  border-bottom: 1px dotted #fff;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 12px;
  line-height: 14px;
  min-height: 400px;
}
.b-blog-item-last{
  border: none !important;
}
.b-blog-item a.b-blog-item-header{
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}
.b-content-column-more{
  margin: 20px 0px 0px 0px;
  height: 14px;
}
.b-blog-item .b-content-column-more a{
  float: left;
  display: block;
  color: #fff;
}
.b-blog-item .b-content-column-more .b-content-column-more-comments{
  display: block;
  color: #fff;
  float: right;
  font-size: 11px;
}


.b-razvorot{
  margin: 0px 0px 20px 0px;
  font-size: 12px;
  line-height: 14px;
  min-height: 400px;
}
.b-razvorot .b-razvorot-header{
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}




.b-comments{

}
.b-comments-header{
  font-size: 14px;
  color: #fff;
  margin: 0px 0px 20px 0px;
  display: block;
}
.b-comments-list{

}
.b-comments-item{
  border-bottom: 1px dotted #154b27;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  position: relative;
}
.b-comments-item-avatar{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
}
.b-comments-item-avatar a{
  color: #fff !important;
  font-size: 12px;
  display: block;
}
.b-comments-item-avatar img{
  margin: 0px 0px 6px 0px;
  border: 1px solid #fff;
}
.b-comments-item-content{
  padding: 0px 0px 0px 65px;
  font-size: 11px;
  min-height: 110px;
}
/*В FF глюк, применияем Hack*/
x:-moz-any-link:nth-child(0), .b-comments-item-content{
  min-height: 120px;
}
.b-comments-item-content-header{
  margin: 0px 0px 6px 0px;
}
.b-comments-item-content-header .b-comments-item-content-header-delete{
  display: block;
  float: right;
  color: #fff !important;
  font-size: 10px;
  background-color: #4386bd;
  margin: 0px 0px 0px 10px;
  padding: 1px 4px;
}
.b-comments-item-content-header .b-comments-item-content-header-edit{
  display: block;
  float: right;
  color: #fff !important;
  font-size: 10px;
  background-color: #4386bd;
  margin: 0px 0px 0px 10px;
  padding: 1px 4px;
}
.b-comments-item-content-header-red{
  background-color: #990000 !important;
}
.b-comments-item-content-header span{
  display: block;
  float: right;
  color: #CCC;
  line-height: 16px;
  padding: 0px 0px 0px 6px;
}
.b-comments-item-content-header-date{
  font-size: 10px;
  text-decoration: underline;
  color: #CCC;
}
.b-comments-form{
  padding: 0px 20px;
  margin: 20px 0px 20px 0px;
  font-size: 10px;
}
.b-comments-form textarea{
  font-size: 12px;
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #014278;
  background-color: #a9dff8;
  padding: 0px 2px;
  margin: 0px 0px 10px 0px;
}
.b-comments-form input{
  width: 10px;
  height: 10px;
  border: 1px solid #014278;
  padding: 0px;
  margin: 0px 6px 0px 0px;
  line-height: 11px;
  background-color: #fff;
}
.b-comments-form-button{
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.b-comments-form-button .b-comments-form-submit{
  width: auto;
  height: auto;
  border: none;
  background-color: #014278;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  text-transform: capitalize;
}






.b-rabota{
  position: relative;
}
.b-rabota-avarat{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  margin-right: 20px;
  border: 1px solid #fff;
}
.b-rabota-content{
  padding: 0px 0px 0px 100px;
}
h3.b-rabota-content-header{
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}
.b-rabota-content ul{
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.b-rabota-content li{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 250px;
  text-align: left;
  font-size: 11px;
  color: #fff;
}
.b-rabota-content li span{
  display: block;
  float: right;
  margin: 0px 0px 0px 20px;
  text-align: right;
  font-size: 11px;
  color: #fff;
}
.b-rabota-content li span a{
  color: #fff !important;
}
.b-rabota-content-image{
  text-align: center;
  margin: 0px 0px 10px 0px;
}






.b-ocenka{
  margin: 0px 0px 20px 0px;
}
.b-ocenka-header{
  font-size: 14px;
  color: #00a550;
  margin: 0px 0px 20px 0px;
}
.b-ocenka ul{
  margin: 0px auto;
  padding: 0px;
  width: 250px;
}
.b-ocenka li{
  list-style: none;
  line-height: 14px;
  padding: 4px 0px;
  border-bottom: 1px dotted #154b27;
}
.b-ocenka a{
  color: #00a651 !important;
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: left;
}
.b-ocenka .b-ocenka-last{
  border-bottom: none;
}
.b-ocenka b{
  font-size: 11px;
  display: block;
  float: right;
  line-height: 14px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.b-ocenka{
}
.b-ocenka form{
  text-align: center;
  margin: 10px 0px;
}
.b-ocenka select{
  padding: 0px;
  margin: 0px 6px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  border: 1px solid #00a550;
  text-align: right;
}
.b-ocenka input{
  width: auto;
  border: none;
  background-color: #00a550;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 19px;
  text-transform: capitalize;
}





.b-forms{

}
.b-forms-item{
  margin: 0px 0px 20px 0px;
  font-size: 10px;
}
h3.b-forms-header{
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
/*  text-decoration: underline;      */
  margin: 0px 0px 20px 0px;
  line-height: normal;
}
.b-forms-item form{
  text-align: center;
}
.b-forms-item ul{
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.b-forms-item li{
  list-style: none;
  margin: 0px;
  padding: 4px 0px 4px 20px;
  text-align: left;
  font-size: 12px;
  color: #d5e2ed;
  border-bottom: 1px dotted #acceea;
  line-height: 20px;
}
.b-forms-item li.b-forms-item-last{
  border-bottom: none;
}
.b-forms-item li.important{
  background-image: url(../img/bg_star.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.b-forms-item li input, .b-forms-item li select, .b-forms-item li textarea{
  display: block;
  float: right;
  font-size: 12px;
  line-height: 14px;
  width: 40%;
  border: 1px solid #014278;
  background-color: #a9dff8;
  padding: 0px 2px;
  margin: 0px 0px 0px 10px;
}
.b-forms-item li textarea{
  width: 415px;
  float: none !important;
  height: 150px;
  line-height: normal;
  margin: 0px;
}
.b-forms-item li select{
  padding: 0px;
}
.b-forms-item .b-file{
  display: block;
  float: right;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 40%;
  height: 18px;
  position: relative;
  padding-left: 5px;
  overflow: hidden;
}
.b-forms-item .b-file .b-reaifileinput{
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width: auto;
  padding: 0px;
  margin: 0px;
  border: none;
  cursor: pointer;
  height: 18px;
}
.b-forms-item .b-file .b-fakefile{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  width: auto;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.b-forms-item .b-file .b-fakefile input{
  position: absolute;
  left: 0px;
  width: 90px;
  margin: 0px;
  height: 18px;
}
.b-forms-item li span{
  display: block;
  float: right;
  margin: 0px 0px 0px 10px;
}
.b-forms-item .b-forms-item-submit{
  width: auto;
  height: auto;
  border: none;
  background-color: #014278;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  text-transform: capitalize;
}
.d-forms-alert{
  margin: 20px 0px;
  padding: 10px 80px;
  border: 2px solid #990000;
  background-image: url(../img/bg_alert.gif);
  background-position: 21px center;
  background-repeat: no-repeat;
  background-color: #ffff00;
}
.d-forms-alert div{
  min-height: 31px !important;
  min-height: auto;
  height: 31px;
  border-left: 2px solid #990000;
  padding: 0px 10px;
  font-size: 11px;
  color: #000;
}
.d-forms-alert div a{
  color: #990000;
}
.b-comments-item-avatar-rank{
  font-size: 10px;
  color: #a9dff8;
}
.b-comments-item-avatar-rank a{
  display: inline;
  font-size: 10px;
  color: #a9dff8 !important;
  padding: 0px 2px;
}

.addinfo img{
  border: none;
  margin-right: 0px !important;
}

.comments_quote{
  background-color: #C1E7FF;
  padding: 6px;
  margin: 0px;
  color: #0000CC;
}
.comments_quote .comments_quote_2{
  border: 1px solid #3333FF;
  padding: 6px;
  position: relative;
  background-color: #C1E7FF;
  color: #0000CC;
}
.comments_quote strong{
  color: #0000CC;
  display: block;
  position: absolute;
  left: 10px;
  top: -6px;
  padding: 0px 4px;
  background-color: #C1E7FF;
}

.loginza{
  display: block;
  float: right;
  margin: 0px 20px 0px 50px;
  width: 52px;
  height: 52px;
  background-image: url(../img/img_loginza_off.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.loginza:hover{
  background-image: url(../img/img_loginza_on.gif);
}
.b-oldgame{
  font-size: 11px;
  padding: 0px 0px 20px 10px;
  margin-top: -20px;
}
.social{
  position: absolute;
  left: 50%;
  top: 687px;
  margin: 0px 0px 0px 0px;
  width: 550px;
  height: 40px;
  z-index: 100;
}


