body, textarea, input, select {
    font-family: Tahoma,Arial,Verdana,Trebushet MS,sans-serif;
}

body {
    line-height: 1.3em;
    font-size: 62.5%;
    background: #171f2a url(/images/page_bg.jpg) repeat-x top center;
}

.clr {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow:hidden;
}

/* page */
.b-page {
    width: 995px;
    margin: 0 auto;
}

.b-wrap {
    background: url(/images/page_pattern.jpg) no-repeat center top;
}

.b-content {
    background: #ffffff;
    height: 1%;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

/* banners */
.b-banner-730 {
    float: right;
    width: 728px;
    height: 90px;
    border: 1px solid #818181;
}

.b-banner-620 {
    width: 620px;
    height: 120px;
    border: 1px solid #818181;
    margin: 0 auto 10px auto;
}

.b-banner-300 {
    width: 300px;
    height: 250px;
    border: 1px solid #818181;
    margin: 0 auto 10px auto;
}

/* top line */
.b-top-line {
    background: url(/images/new_top_line_bg.jpg) repeat-x top center;
    height: 37px;
}

.h-top-line {
    padding-top: 8px;
}

.b-logo-info {
    padding: 10px 0 20px 10px;
    height: 1%;
    overflow: hidden;
    position: relative;
}

.b-logo {
    float: left;
    padding-top: 20px;
    padding-left: 10px;
}

.b-lang {
    position: absolute;
    left: 175px;
    top: 0;
}

.b-top-search {
    float: right;
}

.b-top-search .search_input {
    border: 1px solid #96989b;
    background: #dfdfdf;
    width: 90px;
    font-size: 11px;
    font-family: Tahoma,Arial,Verdana,Trebushet MS,sans-serif;
    padding: 1px 0;
}

.b-top-search .src_btn {
    font-size: 10px;
    font-weight: bold;
    background: url(/images/auth_btn_bg.gif) repeat-x top left;
    border: 1px solid #4c4f53;
    color: #d8d8d8;
    cursor: pointer;
    padding: 0 6px;
    text-transform: uppercase;  
}

.b-top-search span {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}

.b-top-search span a {
    color: #ffffff;
    text-decoration: none;
}

.b-top-search span a.red {
    color: #ec1c27;
}

.b-page-date {
    font-size: 1.1em;
    color: #cbcbcc;
    font-weight: bold;
    float: right;
}

/* auth */
.b-auth {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.b-auth span {
    color: #ffffff;
    font-size: 11px;
    padding-left: 10px;  
}

.b-auth span a {
    color: #ffffff;
    text-decoration: underline;
}

.b-auth a {
    color: #ffffff;
    text-decoration: underline;
}

.b-auth .auth_input {
    border: 1px solid #96989b;
    background: #dfdfdf;
    width: 90px;
    font-size: 11px;
    font-family: Tahoma,Arial,Verdana,Trebushet MS,sans-serif;
    padding: 1px 0;
}

.b-auth .auth_btn {
    font-size: 10px;
    font-weight: bold;
    background: url(/images/auth_btn_bg.gif) repeat-x top left;
    border: 1px solid #4c4f53;
    color: #d8d8d8;
    cursor: pointer;
    padding: 0 6px;
    text-transform: uppercase;
}

/* menu */
.b-menu {

}

.b-menu li {
    float: left;
    background: url(/images/menu_bg.gif) no-repeat top left;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin-right: 3px;
    list-style: none;
}

.b-menu li.active {
    float: left;
    background: url(/images/menu_bg_active.gif) no-repeat top left;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin-right: 3px;
}

.b-menu li a {
    text-decoration: none;
    color: #000000;
    padding: 4px 6px;
    display: block;
    background: url(/images/menu_corner.gif) no-repeat top right;
}

.b-menu li.active a {
    text-decoration: none;
    color: #c6000d;
    padding: 4px 10px;
    display: block;
    background: url(/images/menu_corner_active.gif) no-repeat top right;
}

.b-sub-menu {
    color: #000000;
    font-size: 1.1em;
    display: none;
    background: #ffffff;
    width: 160px;
    padding: 10px 15px 10px 15px;
    position: absolute;
    margin-top: -2px;
    margin-left: -1px;
    z-index: 22;
    font-weight: bold;
    border: 1px solid #5a5a5a;
    border-width: 0 1px 1px 1px;
}

#services_menu {
    width: 170px;
}

.b-sub-menu ul {
    list-style: square;
    margin-left: 8px;
}

.b-sub-menu li {
    padding-bottom: 5px;
}

.b-sub-menu a {
    color: #000000;
    text-decoration: none;
    text-transform: lowercase;
}

.b-sub-menu a:hover {
    color: #c6000d;
    text-decoration: none;
}

/* footer */
.b-footer {
    margin-bottom: 10px;
}

.h-footer {
    padding: 0 10px 10px 10px;
}

.b-copyright {
    float: left;
    width: 310px;
    border-right: 1px solid #acadb1;
    padding-right: 10px;
}

.b-copy {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.b-copy-text {
    color: #acadb1;
}

.b-copy-text p {
    margin-bottom: 0;
}

.b-copy-text a {
    text-decoration: underline;
    color: #acadb1;
}

.b-partners {
    margin-left: 330px;
}

.b-partners h3 {
    font-size: 1.1em;
    color: #acadb1;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.b-partners li {
    display: inline;
    padding-right: 25px;
    list-style: none;
}

.b-partners li.last {
    display: inline;
    padding-right: 0;
}

.b-webdev {
    font-size: 11px;
    color: #acadb1;
    margin: 10px 0;
}

.b-webdev a {
    text-decoration: none;
    color: #acadb1;
    font-weight: bold;
}

/* channel anons */
.b-channel-anons {
  background: #d5d9df; 
  position: relative; 
}

.h-channel-anons {
  padding: 0 0 40px 0;
  height: 1%;
  overflow: hidden;
}

.b-channel-anons h2 {
  font-size: 1.4em;
  color: #901318;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;  
  background: url(/images/channel_header_bg.gif) no-repeat center top;
  padding: 5px 0 15px 0;
}

.b-channel-anons-list {
  width: 808px;
  margin: 0 auto;         
}

.b-channel-anons-item {
  width: 172px;
  float: left;
  margin: 0 15px;         
}  

* html .b-channel-anons-item {
  margin: 0 13px;         
}

.b-channel-img {
  text-align: center;
  margin-bottom: 5px;
}

.b-channel-anons-item h3 {
  font-size: 1.4em;
  color: #000000;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: uppercase;
}

.b-channel-anons-item h3 a {
  text-decoration: none;
  color: #000000;           
}

.b-channel-anons-img {
  border: 1px solid #5d5d5e;
  position: relative;
  margin-bottom: 10px;
  width: 170px;
  height: 135px;
  overflow: hidden;
}   

.b-channel-anons-img-desc {
  background: url(/images/channe_desc_bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  padding: 5px 0;      
}

* html .b-channel-anons-img-desc {
  bottom: -1px;
}

.b-channel-anons-img-desc p {
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase; 
  padding: 4px 0 0 5px; 
}

.b-channel-anons-img-desc span {
  font-size: 1.8em;
  color: #ffffff;
  font-weight: normal;
  float: right;                  
  display: block;
  height: 24px;
  padding: 10px 5px 0 5px;
}

.b-channel-nav-left {
  position: absolute;
  top: 65px;
  left: 0;
  cursor: pointer;
}

.b-channel-nav-right {
  position: absolute;
  top: 65px;
  right: 0;
  cursor: pointer;
}

* html .b-channel-nav-right {
  right: -1px;
}

