* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
    background: #333 url(/images/top-bg.jpg) center top no-repeat;
    font-size: 62.5%; /* 10px base */
    font-family: Arial;
    color: #000;
    min-width: 1171px;
    position: relative;
}

optgroup option {
  padding-left: 10px;
}

/**
 * Common
 */
a,
a:hover,
a:visited,
a:active {
    color: #00408E;
}

.l, .r {
    display: inline;
}

button {
    background: #059BCD;
    border: 1px solid #666;
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    float: left;
    padding: 1px 2px; 
    height: 19px;
    line-height: normal;
    cursor: pointer;
}

button.reset {
  background: #97999A;
}

input {
    font-family: Arial;
    font-size: 10px;
    color: #333;
    border: 1px solid #666;
    padding: 2px;
    float: left;
}

select, textarea {
  font-family: Arial;
  font-size: 10px;
  color: #333;
  border: 1px solid #666;
  padding: 2px;
}

.field {
    display: inline;
    padding-bottom: 1px;
    background: url(/images/shadow-bottom.gif) 2px bottom no-repeat;
    float: left;
    margin: 5px;
}

.shadow {
    display: inline;
    padding-right: 1px;
    background: url(/images/shadow-right.gif) right 2px no-repeat;
    float: left;
}

abbr {
  text-decoration: underline;
}

#top-line {
    font-size: 10px;
    background: #666;
    color: #FFF;
    /*width: 82%;*/
    /*margin-right: 171px;*/
    min-width: 990px;
    line-height: 30px;
    padding-left: 10px;
}   

#top-line a,
#top-line a:hover,
#top-line a:visited,
#top-line a:active,
#top-buttons a,
#top-buttons a:hover,
#top-buttons a:visited,
#top-buttons a:active {
    color: #FFF;
}

#search {
    background: #fff;
    width: 350px;
    right: 0;
    top: 30px;
    padding: 5px;
}

#search input {
    width: 280px;
}

#top-line ul {
  list-style-type: none;
}

#top-line li {
  float: left;
  line-height: 30px;
  background: url(/images/sm-delim.png) right center no-repeat;
  padding-right: 1px;
}

#top-line li.last {
  padding-right: 0;
  background: none;
}

#top-line .rmenu div {  
  line-height: 30px;
}

#top-line .active a,
#top-line .active a:hover,
#top-line .active a:visited,
#top-line .active a:active,
#top-buttons .active a,
#top-buttons .active a:hover,
#top-buttons .active a:visited,
#top-buttons .active a:active {
  color: #000;
  text-decoration: none;
}

#top-line li div {
  padding-left: 5px;
}

#top-line li div div {
  padding-left: 0;
  padding-right: 5px;
}

#top-line li.active div {
  background: #fff url(/images/top-line-rounds-l.png) left top no-repeat;
}

#top-line li.active div div {
  background: #fff url(/images/top-line-rounds-r.png) right top no-repeat;
}

#top-buttons {
  margin-top: 17px;
  margin-left: 10px;
  font-size: 11px;
  display: none;
}

#top-buttons ul {
  list-style-type: none;
}

#top-buttons li {
  background: #737070;
  float: left;
  margin-right: 5px;
  padding: 3px 7px;
  position: relative;
}

#top-buttons li.active {
  background: #D8D6D6;
}

#top-buttons li div {
  padding: 10px 5px 5px 5px;
  width: 165px;
  opacity: 0.9;
  background: transparent url(/images/clubs-bg.png) left top no-repeat;  
  top: 19px;
  left: 0px;
  z-index: 100;
}

#sitemap {
  right: 171px;
  top: 30px;
  width: 640px;
  z-index: 100;
}

#sitemap .body {
  background: #fff;
  padding: 3px;
}

#sitemap .bottom {
  width: 640px;
  height: 3px;
  overflow: hidden;
  background: url(/images/sm-bottom.png) left top no-repeat;
}

#sitemap .top {
  width: 640px;
  height: 3px;
  overflow: hidden;
  background: url(/images/sm-top.png) left top no-repeat;
}

#sitemap ul {
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  margin-left: 7px;
}

#sitemap li {
  list-style-type: none;
  float: left;
  line-height: 12px;
  margin: 10px 0 10px 5px;
}

#sitemap li li {
  float: none;
  margin: 0;
}

#sitemap ul ul {
  font-size: 10px;  
  margin-top: 5px;
  width: 110px;
}

#sitemap ul a,
#sitemap ul a:active,
#sitemap ul a:visited {
  color: #000;
  text-decoration: none;
}

#sitemap ul a:hover {
  color: #000;
  text-decoration: underline;
}


#khlClubs,
#mhlClubs {
  right: 171px;
  top: 30px;
  width: 640px;
  z-index: 100;
}

#khlClubs .body,
#mhlClubs .body {
  background: #fff;
  padding: 3px;
}

#khlClubs .bottom,
#mhlClubs .bottom {
  width: 640px;
  height: 3px;
  overflow: hidden;
  background: url(/images/sm-bottom.png) left top no-repeat;
}

#khlClubs .top,
#mhlClubs .top {
  width: 640px;
  height: 3px;
  overflow: hidden;
  background: url(/images/sm-top.png) left top no-repeat;
}

#khlClubs ul,
#mhlClubs ul {
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  margin-left: 7px;
}

#khlClubs li,
#mhlClubs li {
  list-style-type: none;
  float: left;
  line-height: 14px;
  margin: 0 0 0 5px;
  height: 90px;
}

#khlClubs ul a,
#khlClubs ul a:active,
#khlClubs ul a:visited,
#mhlClubs ul a,
#mhlClubs ul a:active,
#mhlClubs ul a:visited {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#khlClubs ul a:hover,
#mhlClubs ul a:hover {
  color: #000;
  text-decoration: underline;
}

#logo {
  background: url(/images/logo.png) left top no-repeat;
  width: 306px;
  height: 75px;
}

#loginbox {
  background: #646464;
  top: -50px;
  right: 0;
}

#loginbox label {
  float: left;
  margin: 0 5px;
  display: block;
  line-height: 30px;
  color: #FFF;
}

#loginbox .error {
  top: -25px;
  padding: 5px;
  left: 0;
  right: 0;
  color: #FFF;
} 

#loginbox .message {
  top: -25px;
  padding: 5px;
  left: 0;
  right: 0;
  background: green;
  color: #FFF;
  font-size: 10px;
  margin: 0;
}

#loginbox p {
  margin: 0 5px;
  padding-top: 5px;
  color: #FFF;
}

#loginbox a,
#loginbox a:hover,
#loginbox a:visited,
#loginbox a:active {
  color: #FFF;
}

#mmenu {
  min-width: 990px; /*82%;*/
  /*width: 82%;*/
  /*margin-right: 171px;*/
  background: url(/images/menu-bg.png) left top;
  clear: both;
  margin-left: 10px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  position: relative;
  text-transform:uppercase;
}

#mmenu li {
  float: left;
  color: #fff;
  font-size: 17px;
  list-style-type: none;
  line-height: 36px;
}

#mmenu li.active,
#mmenu div.active {
  background: #646464;
}

#mmenu li a,
#mmenu li a:hover,
#mmenu li a:visited,
#mmenu li a:active,
#mmenu .lastItem a,
#mmenu .lastItem a:active,
#mmenu .lastItem a:hover,
#mmenu .lastItem a:visited {
  color: #fff;
  text-decoration: none;
}

#mmenu .lastItem {
  float: right;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  padding: 0 13px;
  background: url(/images/menu-dots.png) left center no-repeat;
}

#mmenu li div {
  background: url(/images/menu-dots.png) right center no-repeat;
  padding: 0 10px; 
}

#mmenu li.last {
  background: none;
}

#mmenu li.last.active {
  background: #646464;
}

.submenu {
  min-width: 990px; /*82%;*/
  /*width: 82%;*/
  /*margin-right: 171px;*/
  background: #646464;
  clear: both;
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
}

.submenu ul {
  float: left;
  list-style-type: none;
  padding-left: 5px;
  padding-bottom: 5px;
}

.submenu li {
  float: left;
  padding: 5px 5px 0 5px;
}

.submenu li a,
.submenu li a:hover,
.submenu li a:visited,
.submenu li a:active {
  color: #fff;
  white-space: nowrap;
}

.submenu .active a {
  font-weight: bold;
  text-decoration: none;
}

#main {
  margin-left: 10px;
  min-width: 990px; /*82%;*/
  /*margin-right: 171px;*/
  /*width: 82%;*/
}

.content {
  background: #fff;
  padding: 10px;
  font-size: 1.4em;
  margin: 10px 0;
  min-height: 180px;
}

strong, * strong {
  font-weight: normal;
} 

.content strong {
  font-weight: bold;
}

.content ul {
  list-style-image: url(/images/arrow.png);
}

#main ul.files {
  list-style-image: url(/images/file.png);
}

#main ul.files li span {
  vertical-align: super;
}

#main ul,
#main ol {
  margin: 10px 0 10px 20px;
}

#main ol.searchlist {
  margin-left: 50px;
  margin-bottom: 20px;
}

.searchlist li {
  margin: 5px 0; 
}

.excerpt {
  
}

.image .descr {
  background: #DEDEDE;
  color: #000;
  margin: 0;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
}

.image {
  margin: 5px;
}

.mathtags {
  font-size: 0.78em;
  color: #333;
  border: 1px solid #CECECE;
  margin: 5px -5px 5px -5px;
  padding: 5px;
}

.mathcomment {
  font-size: 0.78em;
  color: #333;
}

.mathcomment a,
.mathcomment a:hover,
.mathcomment a:active,
.mathcomment a:visited {
  color: #333;
}

table {
  border-collapse: collapse;
  border: 0px solid #FFF;
  width: 100%;
  margin: 0px;
  font-size: 12px;
}

div.content tr.trBg /* class for tr bg*/ {
	background-color:#E9ECF3;
}

table.content-table {
  width: 100%;
  border: 0;
}

td, th {
  padding: 1px; 
  text-align: left;
  border: 0px solid #FFF;
/*  border: 1px solid #999; */
}

table.content-table td, table.content-table th,
.YMaps-b-balloon td,
.YMaps-b-balloon table {
  border: 0;
}

th {
	color: #FFF;
	background-color:#000;
	vertical-align: top;
	font-weight: bold;
}

td {
  vertical-align: top;
}

p {
  margin: 0px 0px 10px 0px;
}

div.content p img, div.content h1 img, div.content h2 img, div.content h3 img, div.content h4 img, div.content td p img, div.content td img {
	margin: 5px 10px 5px 10px;
}





td p, th p {
	margin: 0px;
}

h1, h2, h3, h4 {
	color: #333;
}

h1 {
  color: #C00;
  font-size: 1.71em;
  margin: 10px 0;
  font-family: "Trebuchet MS";
}

h1.news {
	color: #000;
}

h2 {
  font-family:"Trebuchet MS";
  font-size:1.3em;
  margin: 0 0 10px 0;
  clear: both;
}
  .lightgray h2 {
    color: #FFF;
  }

h3 {
  font-family:"Trebuchet MS";
  font-size:1.1em;
  margin: 0 0 10px 0;
}

  h3.index {
    color: #09c;
    font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
	margin: 12px 0 0 0;
  }
  
  .lokotv h3 {
    font-size: 24px;
    color: #C00;
    padding-left: 35px;
    background: url(/images/loko-tv-icon.png) left center no-repeat;
    margin: 5px 0;
  }

h4 {
  font-family:"Trebuchet MS";
  font-size:1em;
  margin: 0 0 10px 0;
}

.newsnav {
  width: 100%;
  border: 0;
}

.newsnav td {
  border: 0;
  padding: 2px;
  text-align: center;
}

.newsnav td.tleft {
  text-align: left;
}

.newsnav td.tright {
  text-align: right;
}

.havetabs {
  margin-top: 0;
}

.smalltabsCtr {
  border-bottom: 2px solid #049ACD;  
  margin: 10px 0 0 0;
}

.noTopPad {
  margin: 0;
}

.flipped {
  border-bottom: none;
  border-top: 2px solid #049ACD;
  margin: 0 0 10px 0;
}

#main ul.smalltabs {
  list-style-type: none;
  margin: 0;
  height: 18px;
  overflow: hidden;  
}

.smalltabs li {
  float: left; 
  line-height: 18px;
  font-size: 9px;
  margin-right: 2px;
  list-style-image: none;
}

.smalltabs li a,
.smalltabs li a:active,
.smalltabs li a:visited,
.smalltabs li a:hover {
  color: #000;
}

.smalltabs li div {
  background: url(/images/small-tab-l.png) left top no-repeat;
  padding: 0 5px;
  float: left;
}
  
  .flipped .smalltabs li div {
    background-image: url(/images/small-tab-l-flipped.png);
  }

.smalltabs li div.r {
  background: url(/images/small-tab-r.png) right top no-repeat;
  height: 18px;
  width: 2px;
  padding: 0;
  overflow: hidden;
}
  
  .flipped .smalltabs li div.r {
    background-image: url(/images/small-tab-r-flipped.png);  
  } 

.smalltabs li.current div {
  background: url(/images/small-tab-l-cur.png) left top no-repeat;
}
  
  .flipped .smalltabs li.current div {
    background-image: url(/images/small-tab-l-cur-flipped.png);  
  }

.smalltabs li.current div.r {
  background: url(/images/small-tab-r-cur.png) right top no-repeat;
} 
  
  .flipped .smalltabs li.current div.r {
    background-image: url(/images/small-tab-r-cur-flipped.png);  
  }

.smalltabs li.current a,
.smalltabs li.current a:active,
.smalltabs li.current a:visited,
.smalltabs li.current a:hover {
  color: #FFF;
}

.message {
  font-size: 1.4em;
  padding: 10px;
  margin: 10px 0;
  font-family: "Trebuchet MS";
  color: #fff;
  overflow: hidden;
}

  .content .message {
    font-size: 1em;
  }

.error {
  background: #D9251D;
}

.success {
  background: green;
}

.warning {
  background: #D9251D;
}

.error a,
.error a:hover,
.error a:active,
.error a:visited,
.success a,
.success a:hover,
.success a:active,
.success a:visited {
  color: #FFF;
}

.block {
  padding: 12px;
  margin: 8px 0 0 0;
  font-size: 1.1em;
  clear: left;
}

.lightgray {
  background: #666;
  color: #FFF;
}

.shop {
}

.shop .item {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}

.shop .item .image {
  height: 110px;
  overflow: hidden;
}

.shop .content .image {
  padding: 0 10px 10px 0;
}

.shop .item .price {
  color: #C00;  
  font-size: 14px;
}

.shops {
   width: 150px !important; 
   padding:0 !important; 
}
.lightergray {
  background: #EFEFEF;
}

.bordered {
  border: 1px solid #333;
}

.white {
  background: #FFF;
}

.bdark,
.bdark a,
.bdark a:hover,
.bdark a:active,
.bdark a:visited {
  color: #FFF;
}

.lightgray a,
.lightgray a:hover,
.lightgray a:visited,
.lightgray a:active {
  color: #FFF;
}

.lightgray h1 {
  color: #FFF;
  font-size: 2.18em;
  margin: 10px 0;
}

.lightgray ul,
.additionalMaths ul {
  list-style-image: url(/images/arrow-white.png);
}

.col {
  float: left;
  width: 49.5%;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}

.col .lightgray {
  clear: none;
}

.col .block {
  margin: 0;
}                                                                                                                     

.index { 
  padding-top: 10px;
  padding-bottom: 10px;
}

.newscols {
  width: 100%;
  background: url(/images/news-cols-bg.png) left top repeat-y;
  margin: 10px 0;
}

.newscols .newscol {
  width: 241px;
  padding: 10px;
}

.newscols .s {
  padding: 10px;
  margin: 0 0 0 270px;
}

.newscols ul,
.blognews ul {
	margin-left: 0 !important;
}

.bottomtabs ul {
  list-style-type: disk;
  list-style-image: url(/images/arrow.png);
}

.newscols li,
.blognews li {
  margin: 2px 0;
  list-style-image: none;
  list-style-type: none;		
}

.blognews li {
  font-size: 12px;  
}

.bottomtabs li {
  margin: 2px 0;
}

.newscols a,
.newscols a:hover,
.newscols a:visited,
.newscols a:active,
.newscol,
.bottomtabs,
.bottomtabs a,
.bottomtabs a:hover,
.bottomtabs a:visited,
.bottomtabs a:active,
.blognews a,
.blognews a:hover,
.blognews a:visited,
.blognews a:active {
  color: #00408E;
  font-size: 12px;  
}

.newscols .info,
.newscols .info a,
.newscols .info a:hover,
.newscols .info a:active,
.newscols .info a:visited,
.bottomtabs .info,
.bottomtabs .info a,
.bottomtabs .info a:hover,
.bottomtabs .info a:active,
.bottomtabs .info a:visited {
  color: #666;
  font-size: 9px;
}

.newscols .khl {
  background: url(/images/khl-logo.png) left center no-repeat;
  padding-left: 53px;
}

/**
 * LokoTV personal
 */
.lokotv {
  padding: 5px;
}

.lokotv .player,
#flvplay {
  width: 518px;
  height: 308px;
}

#flvplay {
  margin: 10px 0;
}

#mp3play {
  width: 518px;
  height: 20px;
  margin: 10px 0;
}

.index #flvplay {
  margin: 0;
}

.contents {
  margin: 10px 0;  
}

  .contents .item {
    border-right: 1px dotted #9A9A9A; 
    width: 100px;
    margin-right: 3px;
    padding: 2px 0; 
    float: left;
  }
  
  .contents .item img {
    opacity: 0.7;
    cursor: pointer;
  }
  
  .contents .active img {
    opacity: 1;
  }
  
  .contents .lastitem {
    margin-right: 0;
    border: none;
  }
  
  .contents .descr {
    color: #666;
    font-size: 9px;
  }

/**
 * Splash news in index' left col
 */
.splashNews {
  width: 100%;
  position: relative;  
}

.splashNews .annotation {
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/splash-news-blue-bg.png) left top repeat-y;
  color: #FFF;
  font-family: Arial;
  font-size: 12px;
}

.splashNews .annotation .wrap {
  padding: 8px;
}

.splashNews h2 {
  font-size: 25px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  font-weight: normal;
  line-height: 25px;
  margin: 3px 0;
}

.splashNews p {
  margin: 5px 0;
}

.splashNews h2 a,
.splashNews h2 a:hover,
.splashNews h2 a:visited,
.splashNews h2 a:active {
  color: #FFF;
  font-size: 25px;   
}

.splashNews img {
	width: 527px;
	height: 300px;
}

.index .banner {
  margin: 15px 0;
  text-align: center;
}

.wrap1 {
  
}

.wrap2 {
  margin-right: 171px;
}

#bannerV {
  position: absolute;
  right: 5px;
  top: 423px;
}

#bannerV a img {
	display: block;
	margin: 0 0 8px 0;
}

#playerFoto {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: -100;
}

#playerName {
  position: absolute;
  background: #DEDEDE;
  width: 161px;
  top: 347px;
  right: 0;
  padding: 10px 5px 10px 5px;
  font-size: 18px;
  color: #D9221A;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  text-align: left;
}

#playerName span#Name {
	display: block;
	width: 100px;
	float: left;
}

#playerName span#Num {
	display: block;
	font-size: 36px;
	color: #C00;
	text-align: right;
	float: right;
	width: 50px;
	padding: 5px 5px 0 0;
}

.col1 {
  width: 528px;
  float: right;
}

.col2 {
  float: right;
  width: 100%;
  margin-left: -530px;
}

.colpad {
  background: #EFEFEF;
  margin-left: 540px; 
  padding: 10px;
}

.twocol {
  overflow: hidden;
}

.twocol .second {
  margin-left: 1%;
}

.small {
  font-size: 0.9em;
  padding: 8px;
}

h2 .small {
  padding: 0;
  font-size: 0.7em;
}

.centered {
  text-align: center;
}

.smallmargin {
  margin: 2px 0;
}

.widelinks a {
  margin-right: 10px;
}

.widerlinks a {
  margin-right: 30px;
}

.widelinks .nopad {
  margin: 0;
}

.widelinks .padleft {
  margin-left: 10px;
}

.logos {
  border: none;
  margin-left: 10px;
}

.logos td {
  vertical-align: middle;
  border: none;
} 

.block .field {
  clear: left;
  margin-left: 0;
}    

.block textarea,
.block input {
  width: 450px;
}

.block .captcha input {
  width: 270px;
}

.captchaImg {
  float: left;
  margin-top: 2px;
}

.captchaImg img {
  
}

.block select {
  padding-right: 0;
  width: 456px;
}

.block label {
  display: block;
  clear: left;
}

.block label.hdr {
  padding: 5px 0;
}

label.required {
  font-weight: bold;
}

.block .check {
  margin: 0 0 5px 0;
  float: left;
}

.block .check input {
  width: auto;
  display: inline;
  float: none;
}

.block .check label {
  display: inline;
  margin: 0 10px;
  clear: none;
  float: none;
  vertical-align: top;
}

.block .check select {
  width: auto;
}

.block .selects label {
  vertical-align: baseline;
}

.block .check label.mostleft {
  margin-left: 0;
}

.block .buttons {
  clear: left;
  float: left;
}

.block .buttons .field {
  float: left;
  display: inline;
  clear: none;  
}

.bottomTab label {
  display: block;
  font-size: 0.9em;
  float: left;
  margin: 5px;
}

.errorNote {
  background: #D9251D url(/images/error-bg.png) left top no-repeat;
  color: #FFF;
  margin-left: 465px;
  margin-right: 220px;
  padding: 3px 5px 3px 28px;
  position: relative;
  top: 6px;
}

.navpanel {
}

.navpanel button {
  background: #DEDEDE;
  border: none;
  color: #333;
  font-size: 9px;
  height: 15px;
}

.navpanel .field {
  margin-left: 2px;
  margin-right: 0;
}

#floater {
  max-height: 200px;
  min-width: 100px;
  max-width: 200px;
  
  background: url(/images/callout-corner.png) left bottom no-repeat;
  padding-bottom: 22px;
}

#floater p {
  background: #666;
  color: #FFF;
  text-decoration: underline;
  font-size: 14px;   
  padding: 10px;
  margin: 0;
}

#floater .bottom {
  margin-left: 5px;
  width: 23px;
  height: 22px;
  background: url(/images/callout-corner.png) left top no-repeat;
}

.sectionContents {
  width: 100%;
  border: none;
  margin-bottom: 8px; 
}

.sectionContents td {
  border: none;
  background: #FFF;
  border-top: 8px solid #333;
  font-size: 1.4em;
  padding: 5px 5px 5px 7px;
}

.sectionContents td.odd {
  border-right: 8px solid #333;
}

.sectionContents td.even {
  border-left: 8px solid #333;
}

.additionalMaths {
  margin-bottom: 0;
}

.additionalMaths td {
  background: #666;
  font-size: 11px; 
  color: #FFF;
  border-top: none;
}

.additionalMaths a,
.additionalMaths a:hover,
.additionalMaths a:visited,
.additionalMaths a:active {
  color: #FFF;
}

.forums {
  width: 100%;
  margin-bottom: 10px;
}

a.forumname, 
a.forumname:active,
a.forumname:visited,
a.forumname:hover {
  color: #C00;
}

.forum-item .forum-item {
  margin-left: 30px;
}

.plain .forum-item {
  margin-left: 0;
}

.forum-item img {
	margin-left: 0!important;
	max-width:100%;
}

.forum-item-info {
  border-bottom: 1px dotted #C00;
}

#postform {
  width: 640px;
}  

p.paging {
  margin: 20px 0 10px 0;
}

.paging span {
  padding: 5px 10px;
  margin-right: 5px;
}

.content .paging span {
  background: #333;
}

.content .paging span,
.content .paging a,
.content .paging a:hover,
.content .paging a:visited,
.content .paging a:active {
  color: #FFF;
}

.fck {
  margin-top: 5px;
}

.galCtr {
  width: 340px; 
  margin: 0 auto;
}

.galCtr img {
  margin-right: 4px;
}

#arenaGal {
  position: relative;
  min-width: 410px;
  height: 148px;
  margin-top: 10px;
}

#arenaGal .foto {
  width: 100%;
  height: 148px;
  overflow: hidden;
  position: relative;
}

#arenaGal .foto img {
  position: absolute;
}

.gameCalendar td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
}

.gameCalendar .gameInfo {
  font-size: 14px;
}

.gameCalendar .score {
  font-size: 32px;
  color: #C00;
}

.gameCalendar .teamName {
  line-height: 110%;
  margin-bottom: 10px;
}

.whiteBg {
  background: #FFF;
  padding: 0px;
}

/**
 * Utility
 */
.noFloating {
  overflow: hidden;
  margin-left: 10px;
} 

.imgMargin {
  margin: 0 10px 10px 0;
}

.toright {
    float: right;
}

.toleft {
    float: left;
}

div.last {
  clear: both;
  overflow: hidden;
  height: 0;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.hidden {
    display: none;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.inline {
    display: inline;
}

.transp {
  opacity: 0;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.noextend {
  padding: 1px;
}

.padtop {
  margin-top: 10px !important;
}

.block .noclear {
  clear: none;
}

.cursor {
  cursor: pointer;
}

.nofloat {
  overflow: hidden;
}

blockquote {
	padding: 10px 10px 10px 40px;
	background-image:url(/images/quotes.gif);
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	margin: 0 0 10px 0;
}

table#downloads td {
	text-align: center;
}

.boxeddiv {
	border: 1px solid #CECECE;
	margin: 0 0 10px 0;
	padding: 3px;
}

.boxeddiv p {
	margin: 0px;
}

a.toleft {
	background:url(/images/arrow-left.png) no-repeat 0 5px;
	padding: 0 0 0 13px;
	margin: 0 0 0 3px;
	cursor: pointer;
}

a.toright {
	background:url(/images/arrow-right.png) no-repeat right 5px;
	padding: 0 13px 0 0;
	margin: 0 0 0 3px;
	cursor: pointer;
}

a.tocenter {
  cursor: pointer; 
}

.smile-hint {
	border: 1px solid #cecece;
	width: 40px;
	height: 20px;
	float: left;
	text-align: center;
	padding: 2px 0;
	margin-right: 1px;
}

.video-page {
	background: #646464;
}

.content #video-left {
	float: left;
	width: 190px;
	padding: 5px;
	/*height: 300px;*/
	background: #646464 url(/images/menu-bg.png) left top;
}

.content #video-right {
	float: right;
	width: 290px;
	padding: 5px;
	background: #646464 url(/images/menu-bg.png) left top;
	/*height: 300px;*/
}

.content #video-center {
	margin: 0 305px 0 205px;
	/*width: 450px;*/
	text-align: center;
	background: #646464 url(/images/menu-bg.png) left top;
}

.content #video-center .player-block {
	width: 450px;
	padding: 5px;
/*	margin: 0 auto; */
	text-align: left;
	color: #fff!important;
}

.content #video-center .player-block h2 {
	clear: none;
}

.content #video-left h2,
.content #video-right h2,
.content #video-center .player-block h2,
.content #video-center .player-block a,
.content #video-center .player-block p {
	color: #fff!important;
}

.content #video-center .player-block p {
	font-size: 0,78em;
	margin: 10px 0 0 0;
}

ul.vmenu {
  font-family: "Miriad Pro Condensed", "Trebuchet MS", Arial, Helvetica;
  text-transform: uppercase;
  list-style-type: none;
  list-style-image: none;
  margin: 0px!important;
  padding: 0 0 5px 0;
}

ul.vmenu li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

ul.vmenu li.active {
  background: #646464;
}

ul.vmenu li a,
ul.vmenu li a:hover,
ul.vmenu li a:visited,
ul.vmenu li a:active  {
  color: #fff;
  text-decoration: none;
}

ul.vmenu#right li a {
  text-decoration: underline;
}

ul.vmenu li img {
  float: left;
  height: 30px;
  padding: 0 5px 0 0;
}

ul.vmenu#right li {
  color: #fff;
  font-size: 11px;
  line-height: normal!important;
  text-transform: none!important;
}

ul.vmenu li div.border {
  background: url(/images/menu-dots-v.png) top left no-repeat;
  padding: 5px;
}

ul.vmenu div.vlast {
  background: url(/images/menu-dots-v.png) bottom left no-repeat;
}

div#video_files {
	margin: 0 0 10px 0;
}

table.gameCalendar {
	margin-bottom: 0px;
}

.birthdate {
  color: #CC0000;
  margin-top:5px;
  display:block;
}

.bdplayerblock {
	width: 100px;
	float: left;
	border-right: 1px dotted #9A9A9A;
	padding: 0 0 0 3px;
	min-height: 215px;
}

.bdplayer {
	min-height: 190px;
}

.bdblock {
	clear: both;
	min-height: 230px;
}

.bdplayer .descr {
	color: #666;
	font-size: 9px;
}

.pollCheck {
  margin:-1px 5px 0 0;
  border: none;

}

.pollBlock {
  padding:5px 0;
  color: #000;
  font-size: 12px;
}

.pollOne {
  margin-bottom: 5px;
}

.pollBlock .descr {
color:#666666;
font-size:9px;
margint-top: 10px;
}


.voteresult {
  background-color:#049ACD;
  margin-bottom:5px;
}

.voteresult#top {
  background: #049ACD url(/images/votebg.gif) no-repeat right;
}



table.YMaps-b-balloon-frame {
  margin: 0;
}

.WeAreInStats td, 
.WeAreInStats td p, 
.WeAreInStats td a,
.WeAreInStats td a:hover,
.WeAreInStats td a:visited,
.WeAreInStats td a:active {
	color: #EB3D00;
	font-weight: bold;
}

p.ActualData {
	border: 1px solid #EB3D00;
	padding: 5px;
}

table.stats {
  margin-bottom: 10px;
}
.leaders table.stats {
  margin-bottom: 0;
}

table.stats th, table.stats td {
	padding: 1px 2px 1px 2px;
	text-align: center;
}

table.vpadded td {
  padding: 3px 0;
}

table.stats th {
	white-space: nowrap;
}

table.stats td {
	border: 1px solid #CCC;
}

table.stats td.ZeroValue {
	color: #CCC;
}

table.stats td.LeftValue, table.stats th.LeftValue {
	text-align: left;
}

.AllCenter {
  text-align: center;
  vertical-align: middle;
}

.ct_confer {
  	float:left;
  	margin-right:5px;
  	width:49%;
}

.ct_confername {
  	color:#00408E;
	font-size:20px;
	padding-left:10px;
}

.ct_divis {
	/*background-color:#DEDDE1;*/
	margin-bottom:5px;
}

.ct_divisname {
  background: #DEDDE1;
	color:#CC0000;
	font-size:18px;
	padding:5px;
}

.ct_team {
	background-color:#FFFFFF;
	margin:5px 0;
	padding:5px;
  border-bottom: 5px solid #DEDDE1;
}

.ct_logo {
	float:left;
	height:100px;
	width:120px;
	margin-right:5px;
}

.ct_name {
	font-size:17px;
	font-weight:bold;
}

.ct_city {
	color:#999999;
	font-size:12px;
}

.ct_links {
	font-size:13px;
}
.ct_links ul {
	margin:0 !important;
	display:inline;
	
}

.ct_links ul li {
	background:transparent url(/images/arrow.png) no-repeat scroll 0 5px;
	display:inline;
	padding-left:10px;
}

#calendar_table td {
	height:25px;
}

/*******************************
Leaders block Home Page
*******************************/

.leaders {
  margin: 10px 0;  
}

  .leaders .item {
    width: 32%;
    margin-right: 3px;
    padding: 2px 0; 
    float: left;
	text-align: center;
  }
  
  .leaders .item img {
    width: 130px;
    cursor: pointer;
	margin-bottom: 5px;
  }
  
  .leaders .lastitem {
    margin-right: 0;
    border: none;
  }
  
  .leaders .descr {
	color: #EB3D00;
	font-size: 11px;
	font-weight: bold;
  }
  
  .leaders table {
	  margin-top: 5px;
	  width: 105px;
  }
  
  .leaders table td {
	  padding: 0 8px 0 8px;
  }
  
.item {
	font-size: 12px;
}

.gal_main_image {
  margin-bottom:10px;
}

.shops_inline {
  display:inline; 
  float:left;
  margin:5px;
  padding:0 !important;
  width:auto !important;
}
.shops_inline .good_price {
  color: #CC0000;
  font-size:14px;
  font-weight: normal;
}

.good_price {
  color: #CC0000;
  font-size:17px;
  font-weight: bold;
  margin-top: 10px;	
}
.white_text {
  color: #fff;
}

.gal_cont_out h1{
  padding:15px;
  color: #fff !important;
}

form#register {
  position: relative;
}

.avatar {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 0;
  top: 0;
}

.avatar .img {
  text-align: center;
  width: 100px;
  margin: 10px auto;
}

.avatar .img img {
  border: 1px outset #333;
}

.avatarCtr {
  position: relative;
  width: 100px;
  height: 100px;
}

.avatarCtr .fanof {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 16px;
  background: url(/images/gray-trans-bg.png) left top repeat-x;
  padding: 2px 3px;
  text-align: center;
}

/** 
 * Input[type=file] styling
 */
.styledFile {
  position: relative;
}
 
.customFile {
  margin-left: -82px; /*-140px;*/
  cursor: default;
  height: 21px;
  z-index: 2;
  filter: alpha(opacity: 0);
  opacity: 0;
}
.fakeButton {
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 21px;
  background: url(/images/fileButton.png) no-repeat left top;
  float: left;
  margin-left: 57px; /* 0 */
}

.blocker {
  position: absolute;
  z-index: 3;
  width: 150px;
  height: 21px;
  background: url(/images/transparent.gif);
  margin-left: -92px; /*-150px;*/
}

.fileName {
  position: absolute;
  height: 15px;
  font-family: Verdana;
  font-size: 8pt;
  color: #FFF;
  margin-top: 25px;
  text-align: center;
  width: 200px;
}

.fileName img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  margin-right: 3px;
}

/* Forum abd guestbook styles */
.rightGbBlock {
  float: left;
  width: 50%;
}


.gbitem {
  border-bottom: 1px dotted #C00;
  background: url(/images/infoboxbg.png) left top repeat-y;
}

.gbitem img {
  margin: 0px!important;
}

.gbitem strong {
  font-weight: bold;
}

.gbitem p.toright {
  margin: 0 5px;
  font-size:0.8em;
}

.gbitem p.toright img {
  padding:5px 0 0 0;
  margin:0px;
}

.gbitem .body {
  clear: both;
  padding-left: 10px;
}

.gbnav {
  float: left;
  width: 45%;
  font-size: 11px;
}

.gbnav input {
  margin-right: 5px;
  vertical-align: sub;
  float: none;
  border: none;
}

.gbnav li {
  margin: 2px 0;
}

#postentry .buttons p,
#postform p.errmsg {
  padding-top: 6px;
  margin: 0;
  font-size: 10px;
}

.forum-item {
  border: none;
  background: url(/images/infoboxbg.png) left top repeat-y;
}

.gbitem .news, 
.forum-item .news {
  border-bottom: 1px dotted #C00;
  background-color: #EFEFEF;
  padding: 5px;
}

.forum-item .news .field {
  margin: 0 5px 0 0;
}


div.cite,
p.cite {
  margin-left: 3px;
  padding-left: 3px;
  border-left: 1px dotted gray;
  font-style: italic;
  color: #999;
  font-size: 12px;
}

.infobox {
  float: left;
  width: 150px;
  padding: 5px;
  margin-right: 0;
}

.infobox h3,
.infobox img {
  margin: 2px 0;
}

.infobox p {
  margin: 2px 0;
  font-size: 10px;
}

.infobox p img {
	padding-right: 3px;
}


.content .infobox h3 img {
  margin: 0 2px 0 0;
  vertical-align: sub;
}

.item-text {
  overflow: hidden;
}

.forum-item .item-text {
  padding-top: 5px;
}

.item-text p {
  padding-left: 10px;
}

.gbitem .item-text p.news,
.forum-item div.news {
  text-align: right;
  font-size: 10px;
}

.forum-item .news .field,
.forum-item .news .shadow {
  float: right;
}

a.rating, a.rating img {
  cursor: pointer;
  margin-right: 3px;
}

a.rating img {
  vertical-align: bottom;
}

.forum-item p.news a img {
  margin: 0px 0px -3px 0;
}

small {
  font-size: 10px;
}

span.rating {
  color: #0079e0;
  font-weight: bold;
}

/**
 * Private messaging
 */
.pmMessages {
  margin: 0 0 10px 0;
}

.checkAddress {
  padding-left: 20px;
  display: none;
  float: left;
  margin: 7px 0 0 5px;
  height: 16px;
}

.loading {
  background: url(/images/ajax-loader.gif) left center no-repeat;
  display: block;
}

.checkOk {
  background: url(/images/chk_on.png) left center no-repeat;
  display: block;
}

.checkBad {
  background: url(/images/chk_off.png) left center no-repeat;
  display: block;
}

#myAccountLink {
  display: none;
}

#myAccountLink img {
  vertical-align: middle;
}

#myAccountLink.haveMsg {
  display: inline;
}

tr.unread td {
  font-weight: bold;
}

.blItem {
  margin: 0;
}

.blItem a,
.blItem img,
.blasklistAdd,
.blacklistAdd img,
.messageItem td img,
.loadingIndicator img {
  vertical-align: middle;
}

.messageItem td {
  line-height: 30px;
}

.messageItem div {
  line-height: 14px;
}

.messageItem td div p {
  line-height: 14px;
  margin: 5px 0;
}

a.blacklisted,
a.blacklisted:hover,
a.blacklisted:visited,
a.blacklisted:active {
  color: #CCC;
}

/**
 * Drag'n'Drop
 * Experimental
 */
.dropTarget {
  color: white;
  height: 10px;
  overflow: hidden;
}

.dropItem {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid black;
  padding: 5px;
  position: absolute;
  background: url(/images/menu-bg.png) left top;
}

.dropItemForum {
  padding: 5px;
  position: absolute;
  background: url(/images/menu-bg.png) left top;
}

.dropItemForum .dropTarget {
  display: none;
}

.over {
  border: 1px dotted black;
  color: black;
  height: 14px;
  line-height: 14px;
  padding: 5px;
  overflow: visible;
}

.theme-name a {
}

.moderated {
	display:block;
	padding: 10px;
	border: 1px dotted red;
	background-color: #EFEFEF;
	margin-top: 10px;
	font-weight: normal;
	color: red;
}

/**
 * Fix for old opera
 */
@media all and (min-width: 0px) {
  .col
  {
  padding-bottom: 0;
  margin-bottom: 0; 
  }
  .col:after
  {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    background: inherit;
    padding-top: 32767px;
    margin-bottom: -32767px;
    height: 0;
  }
}

/**
 * Calendar styles
 */
.gbCalendarWrapper a {
  cursor: pointer;
  color: #c00;
  font-weight: bold;
}
#gbCalendar {
  display: none;
  position: absolute;
  z-index: 100;
}
.addcal {
  width:200px;
  border: 1px solid #696969;
  border-collapse:separate;
  border-spacing:1px;
  text-align:center;
  background:#FFFFFF;
  color: #000;
}
.addcal .add {
  cursor:pointer
}
.addcal td,.addcal th {
  height:20px;
  background-color:#F8FAFB;
  border:1px solid #F6F8FA;
  vertical-align:middle;
  color: #000;
}
.addcal th {
  background-color:#F0F3F9;
  border-color:#EDF1F8
}
.addcal .weekn {
  background-color:#F1F0F9;
  border-color:#EDF1F8;
  font-weight:bold;
  color:#2666B9
}
.addcal .weeke {
  color:#FF0000;
  background:#FDFBFB;
  border-color:#FBF8F8
}
.addcal th.weeke {
  color:#FF0000;
  background:#F9F1F0;
  border-color:#F8EEED
}
.addcal .sel {
  font-weight:bold;
  font-style:italic;
  border-color:#B7DCFF;
  background-color:#FCFDFD
}
.addcal .cur {
  background-color:#FCFDFD;
  font-weight:bold;
  color:#2666B9
}
.addcal .add.hover {
  border-color:#B7DCFF;
  border-style:dashed
}
.addcal .gray {
  color:#757575;
  background-color:#F4F7F9;
  font-size:80%;
  font-style:italic
}
.addcal .gray.hover {
  border-color:#D4E0EA
}
.addcal .gray.weeke {
  color:#FFB6C1
}
.addcal .weeke.sel {
  border-color:#FFB7B7
}
.addcal .weeke.hover {
  border-color:#FFB7B7
}
.addcal .gray.weeke.hover {
  border-color:#FFDFE4
}
.addcal .dis,.addcal .gray.dis {
  text-decoration:line-through;
  cursor:default;
  font-style:italic;
  color:#757575
}
.addcal .dis.sel {
  border-color:#DBDBDB
}
.addcalnav table {
  background-color:#FBFCFD;
  width:100%
}
.addcalnav th,.addcalnav td {
  background:transparent;
  border:0 none;
  color: #000;
  text-align: center;
}
.addcalnav th {
  width:100%
}
.addcalnav .lmonth,.addcalnav .lyear,.addcalnav .nmonth,.addcalnav .nyear {
  padding:10px
}
.addcalnav .lmonth {
  background:transparent url('/images/control_replay.gif') no-repeat center
}
.addcalnav .lmonth.hover {
  background-image:url('/images/control_replay_blue.gif')
}
.addcalnav .lyear {
  background:transparent url('/images/control_rewind.gif') no-repeat center
}
.addcalnav .lyear.hover {
  background-image:url('/images/control_rewind_blue.gif')
}
.addcalnav .nmonth {
  background:transparent url('/images/control_play.gif') no-repeat center
}
.addcalnav .nmonth.hover {
  background-image:url('/images/control_play_blue.gif')
}
.addcalnav .nyear {
  background:transparent url('/images/control_fastforward.gif') no-repeat center
}
.addcalnav .nyear.hover {
  background-image:url('/images/control_fastforward_blue.gif')
} 
.followus {
	text-align: center;
	margin: 30px 0 0 0;
}

.video img {
	border: 1px solid #D0D0D0;
}
.video:hover img {
	border-color: gray;
}

.videoindex {
	margin-left: 10px;
	clear: both;
	min-height: 400px;
	max-height: 400px;
}

div#indexVideoBroadcast {
	float: left;
}

div#gb {
	width: 500px;
	float: right;
	min-height: 380px;
	max-height: 380px;
	overflow-Y: scroll;
}

div#gb .gbInformer {
	background: none;
	color: #000;
}

div#gb .gbInformer h2 {
	display: none;
}

div#gb .gbInformer a {
	color: #000;
	text-decoration: underline;
}

div#gb .gbInformer ul {
	margin-left: 20px;
}

div#gb .gbInformer p {
	display:none;
}

div#gb h2 {
	color: #0099CC;
}

/**************
PLayOff Table
**************/

table.round {
	width:100%;
	margin-bottom: 10px;
}

table.round td {
	padding:1px 2px;
}

table.round .west {
	background-color: #0099CC;
	color: #FFF;
	width:50%;
}

table.round .east {
	background-color: #CC0000;
	color: #FFF;
	width:50%;
}

table.round .west h2 {
	color: #0099CC;
}

table.round .east h2 {
	color: #CC0000;
}

table.round h2 {
	font-weight: bold;
	font-size: 14px;
}

table.round,  table.round td {
	border: 1px solid #CCC;
}

div.content table.round tr.trBg {
	background-color:#FFF;
}

table.round td p {
	font-size: x-small;
	color: #999;
}

.shop input {
    float: none;
}

.shop input.quant {
    width: 30px;
    margin-right: 2px;
    text-align: right;
}

.shop .menu {
    float: right;
    padding: 10px;
}

.shop .cart {
    background-color: #336699;
    float: right;
    padding: 10px;
    color: #ffffff;
}

.shop .cart div div {
    font-weight: bold;
}

.shop .sum {
    font-weight: bold;
}

.shop .total {
    margin-top: 20px;
    font-weight: bold;
    font-size: 140%;
}

.shop button {
    float: none;
}

.shop .item2 {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}

/**************
Transfers Table
**************/

table.transfers {
	width:100%;
	margin-bottom: 10px;
}

table.transfers td {
	padding:1px 2px;
}

table.transfers .west {
	background-color: #0099CC;
	color: #FFF;
}

table.transfers .west h2 {
	color: #0099CC;
}

table.transfers h2 {
	font-weight: bold;
	font-size: 14px;
}

table.transfers,  table.transfers td {
	border: 1px solid #CCC;
	font-size: 80%;
}

div.content table.transfers tr.trBg {
	background-color:#FFF;
}
.transfers-descr {
	color: #EB3D00;
	font-size: 11px;
	font-weight: bold;
  }

/**
Blogs
*/
.blog .mathcomment,
.seeMore,
.blog .operations {
    margin-top: 10px;
}

.blogHead {
    width: 450px;
}

.blog .operations img {
    margin: 0;
}

.blognews {
    padding: 10px;
    background: #EFEFEF;
}

#cartbox {
  width: 300px;
  background: #646464;
  color: #FFFFFF;
  padding: 15px;
  margin-left: 25%;
}
