@import '/css/reset.css';

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

body {
  line-height: 1.4em;
  font-size: 62.5%;
  background: #ffffff url(/images/body_bg.gif) repeat-y top center;
}

a {
  color: #006fa2;
}

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

.button {
  background: #cec8a3;
  border: 1px solid #9f986b;
  color: #006fa2;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  background: #e8e5cf url(/images/button_bg.gif) repeat-x top left;
}

/* header */
.b-header {
  height: 140px;
  background: url(/images/header_bg.gif) repeat-x top left;
}

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

.b-rss-ico {
  position: absolute;
  top: 103px;
  right: 0;
}

/* page */
.b-page {
  width: 985px;
  margin: 0 auto;
  position: relative;
}

.h-page {
  padding: 5px;
  height: 1%;
  overflow: hidden;
}

.b-content {
  width: 730px;
  float: left;
}

.b-content-bg {
  background: url(/images/last_news_bg.gif) no-repeat bottom right;
  margin-bottom: 5px;
  height: 1%;
  overflow: hidden;
}

.b-sidebar {
  width: 240px;
  float: right;
}

/* banner */
.b-banner-728 {
  float: right;
  padding-top: 5px;
}

.b-banner-240 {
  width: 240px;
  margin-bottom: 5px;
}

.b-banner-240-left {
  float: left;
  width: 240px;
  margin-bottom: 5px;
}

.b-banner-468-right {
  /*float: right;*/
  width: 468px;
  margin-bottom: 5px;
}

.b-banner-620 {
  width: 620px;
  margin: 0 auto 5px auto;
}

/* block */
.b-block {
  border: 1px solid #f2f0e5;
  margin-bottom: 5px;
}

.h-block {
  padding: 5px;
  height: 1%;
  overflow: hidden;
}

.b-block-header {
  font-size: 1.1em;
  color: #c60000;
  font-weight: bold;
  text-transform: uppercase;
  background: url(/images/bullet.gif) no-repeat center left;
  padding-left: 13px;
  margin-bottom: 10px;
}

.b-block-header span {
  color: #006fa2;
}

.b-block-header a {
  color: #c60000;
   text-decoration: none;
}

.b-all {
  text-align: right;
  color: #c70000;
  font-size: 1.1em;
  margin-top: 10px;
}

.b-all a {
  padding-right: 10px;
  text-decoration: none;
  padding-right: 8px;
  color: #c70000;
  background: url(/images/all_bg.gif) no-repeat center right;
}

/* auth */
.b-auth {
  position: absolute;
  top: 105px;
  left: 257px;
  color: #9db7c1;
}

.b-auth .input {
  width: 90px;
  border: 1px solid #9f986b;
  font-size: 12px;
  color: #006fa2;
}

.b-auth span {
   padding-left: 10px;
   font-size: 1.1em;
}

.b-auth a {
  color: #9db7c1;
  text-decoration: none;
}

/* menu */
.b-menu {
  height: 40px;
  background: url(/images/menu_bg.gif) repeat-x top left;   
}   

.b-menu li {
  float: left;
  font-size: 1.2em;
  font-weight: bold;  
}

.b-menu li a.active {
  padding: 13px 10px;
  background: url(/images/menu_bg_a.gif) repeat-x top left;
  color: #c60000;
  cursor: pointer;
}

.b-menu li a {
  color: #006fa2;
  display: block;
  text-decoration: none;
  padding: 13px 10px;
}

.b-menu li a:hover {
  background: url(/images/menu_bg_a.gif) repeat-x top left;
}

.b-submenu {
  font-size: 1.1em;
  color: #006fa2;
  padding: 7px 10px; 
  background: #f8f5df;
  margin-bottom: 5px;
}

.b-submenu li {
  display: inline;
}

.b-submenu a {
  text-decoration: underline;
  color: #006fa2;
}

.b-submenu a.active {           
  color: #c60000;
  text-decoration: none;
}

/* search line */
.b-search-line {
  float: right;
  padding: 0 10px 0 15px;
  height: 40px;
  background: url(/images/search_line_bg.gif) repeat-x top left;
}

.b-search-line .input {
  width: 162px;
  border: 1px solid #9f986b;
  font-size: 12px;
  color: #006fa2;
  margin-top: 10px;
}

.b-search-line .button {
  margin-top: 10px;
}

/* last newspro */
.b-last-newspro {
  border: 1px solid #efeee5;
  margin-bottom: 5px;
  background: url(/images/last_newspro_bg.gif) repeat-x top left;
}

.h-last-newspro {
  padding: 5px;
  height: 1%;
  overflow: hidden;
}

.b-last-newspro-one {
  float: left;
  width: 322px;    
}

.b-last-newspro-img {
  float: left;
  margin-right: 10px;
}

.b-last-newspro-img img {
  width: 120px;
  border: 1px solid #006FA2;
}

.b-last-newspro-one h2 {
  color: #006FA2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;    
}

.b-last-newspro-one h2 a {
  color: #006FA2;
  text-decoration: none;    
}

.b-last-newspro-desc {
  color: #000000;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-last-newspro-desc a {
  color: #000000;
  text-decoration: none;  
}

.b-last-newspro-list {
  margin-left: 337px;
  border-left: 1px dashed #cfcec8;
  padding-left: 12px;
}

.b-last-newspro-item {
  margin-bottom: 10px;   
}

.b-last-newspro-item h2 {
  font-size: 1.2em;
  color: #006fa2;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;  
  padding-left: 20px;
  background: url(/images/video_ico.gif) no-repeat top left; 
}

.b-last-newspro-item h2 a {
  text-decoration: none;
  color: #006fa2;       
}

.b-last-newspro-item .b-newspro-date {
  text-decoration: none;
  padding-left: 20px;      
}

/* hot news */
.b-hot-news {
  width: 335px;
  float: left;
  margin-bottom: 5px;
  /*border: 1px solid #efeee5;*/
  background: url(/images/last_newspro_bg.gif) repeat-x top left;
}

.h-hot-news {
  padding: 5px;
  height: 1%;
  overflow: hidden;
}

.b-hot-news-last {
 
}     

.b-hot-news-last img {
  width: 320px;
  border: 1px solid #006FA2;
  margin-bottom: 5px;
}

.b-hot-news-last h2 {
  color: #006FA2;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.b-hot-news-last h2 a {
  color: #006FA2;
  text-decoration: none;
}

.b-hot-news-last h2 span {
  font-size: 11px;
  color: #bdb164;
  font-weight: normal;
}

.b-hot-news-more {
  padding: 5px;
  border-top: 1px solid #f2f0e4;
  background: url(/images/last_news_bg.gif) no-repeat bottom right;
}

.b-hot-news-more .last {
  margin-bottom: 0;
}

.b-hot-news-list {
  width: 380px;
  float: right;
  padding: 5px;
}

.b-hot-news-item {
  margin-bottom: 10px;
}

.b-hot-news-item  h2 {        
  background: url(/images/news_bullet_red.gif) no-repeat left top;
  color: #c60000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding-left: 12px;    
}

.b-hot-news-item h2 a {
  color: #c60000;
  text-decoration :none;
}

.b-hot-news-desc {
  font-size: 1.2em;
  padding-left: 12px; 
}

.b-hot-news-desc a {
  color: #000000;  
  text-decoration: none;
  line-height: 1.2em;
}

.b-hot-news-desc span {
  color: #BDB164; 
  font-size: 11px;
}

/* news by theme */
.b-news-bytheme {
  
}

.b-news-bytheme-list {
  margin: 0 0 10px 0;
  width: 355px;
}

.b-news-bytheme-list .b-news-item {
  margin-bottom: 0;
}

.b-news-bytheme-left {
  float: left;
}

.b-news-bytheme-right {
  float: right;
}

h3.b-news-bytheme-name {
  font-size: 1.2em;
  color: #c60000;
  font-weight: bold;
  line-height: 1.3em;
  padding: 5px 0 5px 0;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3.b-news-bytheme-name a {
  text-decoration: none;
  color: #c60000;       
}

.b-news-bytheme-list li {
  
}

.b-news-bytheme-list li h2 {
  background: url(/images/news_bullet.gif) no-repeat scroll left top transparent;
  color: #006FA2;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding-left: 12px;    
}

.b-news-bytheme-list li h2 a {
  color: #006FA2;
  text-decoration: none; 
}

.b-news-bytheme-list li h2 span {
  color: #BDB164;
  font-size: 11px;
  font-weight: normal;
}

/* news */
.b-last-news {
  margin-bottom: 5px;
  height: 1%;
  overflow: hidden;
}

.b-last-news .last {
   margin-bottom: 5px;
}

.b-left-full {
  width: 460px;
  float: left;
  margin-bottom: 5px;
}

.h-left-full {
  padding: 0 0 0 5px;
}

.b-last-news-full {
  width: 460px;
  float: left;
  margin-bottom: 5px;
}

.h-last-news-full {
  padding: 0 0 0 5px;
}

.b-last-news-list {
  width: 250px;
  float: right;
  margin-bottom: 5px;
}

.b-last-news-bg {
  border-left: 1px dashed #d6d6d6;
  padding-left: 5px;
}

.b-last-news-list .b-all {
  margin-right: 10px;
}

.b-last-news-list .last {
  margin-bottom: 0;
}

.b-hot-news-one {
  margin-bottom: 10px;    
}

.b-hot-news-one h2 {
  color: #006FA2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
} 

.b-hot-news-one h2 a {
  color: #006FA2;
  text-decoration: none;
}

.b-hot-news-one h2 span {
  color: #bdb164;
  font-size: 11px;
  font-weight: normal;
}

.b-hot-news-one-img {
  float: left;
  margin-right: 10px;
}

.b-hot-news-one-img img {
  border: 1px solid #006FA2;
  width: 120px; 
}  

.b-hot-news-one-desc {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}  

.b-hot-news-one-desc a {
  text-decoration: none;
  color: #000000;       
}                              

.b-news-item {
  margin-bottom: 15px;
  height: 1%;
  overflow: hidden;
}

.b-news-img {
  float: left;
  margin-right: 10px;
}

.b-news-img img {
  width: 120px;
  border: 1px solid #006fa2;
}

.b-news-info {
  /*display: table;
  overflow: hidden;*/
}

.b-news-info-noimg {

}

.b-news-info h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-news-info-noimg h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-news-info h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-news-info-noimg h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-news-desc {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-news-desc a {
  color: #000000;
  text-decoration: none;
}

.b-news-desc span {
  color: #bdb164;
  font-size: 11px;  
}

.b-news-desc ins, .b-news-desc ins a, .b-news-desc ins a:hover, .b-news-desc ins a:active, .b-news-desc ins a:visited {
  color: #c60000;
  font-size: 11px; 
  /*font-weight: bold;*/
  white-space: nowrap;
}

.b-news-date {
  color: #bdb164;
  font-size: 1.1em;
  float: left;
}

.b-share-news {
  float: right;
  font-size: 1.1em;
  color: #bdb164;
}

.b-share-news img {
  vertical-align: -5px;
  padding: 0 2px;
}

.b-share-news a {
  text-decoration: none;
}

.b-last-news-list .b-news-date {
  padding-left: 12px;
}

.b-news-source {
  font-size: 1.1em;
  color: #bababa;
}

.b-news-source a {
  color: #bababa;
  text-decoration: none;
}

.b-news-item-list {
  margin-bottom: 10px;
  padding-right: 10px;
}

.b-news-item-list h2 {
  color: #006fa2;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  background: url(/images/news_bullet.gif) no-repeat top left;
  padding-left: 12px;
}

.b-news-item-list h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-news-item-list h2 span {
  font-size: 11px;    
  color: #BDB164;
  font-weight: normal;
}

.b-news-item-full {

}

.b-news-item-full .b-news-date {
  margin-bottom: 10px;
}

.b-news-item-full h1.b-news-title {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.b-news-item-full h1.b-news-title a {
  color: #006fa2;
  text-decoration: none;
}

.b-news-img-full {
  background: url(/images/news_img_frame.jpg) no-repeat top left;
  width: 240px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.h-news-img-full {
  padding: 8px 8px 8px 9px;
}

.b-news-img-full img {
  /*width: 220px; */
  border: 1px solid #ffffff;
  margin: 10px 0 8px 0;
}

.b-news-img-full-desc {
  font-size: 1em;
  color: #000000;
  background: url(/images/news_img_frame_bg.jpg) repeat-y top center;
  text-align: left;
  padding: 0 8px 0 9px;
}

.b-news-img-full-source {
  color: #969696;
  background: url(/images/news_img_frame_bottom.jpg) no-repeat bottom center;
  text-align: left;
  padding: 0 8px 5px 9px;
}

.b-news-img-full-source a {
   color: #969696;
   text-decoration: none;
}

.b-news-text {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;
}

.b-news-text p {
   padding-bottom: 15px;
}

.b-news-text ul {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-news-text ul li {
  padding-bottom: 5px;
  list-style: disc;
}

.b-news-text ol {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-news-text ol li {
  padding-bottom: 5px;
  list-style: decimal;
}

.b-content-tags {
  color: #bdb164;
  font-size: 1.1em;
  margin-top: 5px;
}

.b-content-tags a {
  color: #006FA2;
  text-decoration: underline;
}

/* newspro */
.b-newspro-list {
  background: url(/images/newspro_list_bg.jpg) no-repeat top right;
  height: 1%;
  overflow: hidden;
  margin-bottom: 5px;
}

.b-newspro-list .b-last-news-list {
  margin-top: 260px;
}

.b-newspro-host {
  position: absolute;
  right: 290px;
  top: 28px;
}

.b-newspro-info {
  margin-left: 130px;
  height: 1%;         
}

.b-newspro-info h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-newspro-info h2 a {
  text-decoration: none;
  color: #006fa2;
}

.b-newspro-video {
  background: url(/images/newspro_video_bg.jpg) no-repeat top left;
  width: 460px;
  height: 360px;
  margin-bottom: 15px;
}

.h-newspro-video {
  padding-top: 10px;
}

.b-newspro-video-frame {
  width: 440px;
  height: 330px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
}

.b-newspro-date {
  font-size: 11px; 
  color: #bdb164;    
  margin-bottom: 5px;
  float: left;
}

.b-newspro-date span {

}

/* share */
.b-video-share {
  height: 136px;
  background: url(/images/share_bg.jpg) no-repeat top left;
  margin-bottom: 15px;
}

.b-video-share li {
    float: left;
    width: 215px;
    margin-bottom: 10px;
}

.h-video-share {
  padding: 15px;
}

.b-video-share p {
   font-size: 1.1em;
   color: #000000;
   font-weight: bold;
   line-height: 1.3em;  
   padding-bottom: 5px;
}

.b-video-share input {
    width: 170px;
    font-size: 11px;
    color: #8d8d8d;
    border: 1px solid #dedede;
    padding: 3px 2px;
}

.b-video-share img {
     vertical-align: -4px;
     padding-left: 3px;
}

/* blog */
.b-blog-item {
  margin-bottom: 15px;
}

.b-blog-img {
  float: left;
}

.b-blog-img img {
  width: 120px;
  border: 1px solid #006fa2;
}

.b-blog-info {
  margin-left: 130px;
  height: 1%;
}

.b-blog-info h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-blog-info h2 a {
  color: #006fa2;
    text-decoration: none;
}

.b-blog-desc {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-blog-desc a {
  color: #000000;
  text-decoration: none;
}

.b-blog-date {
  color: #bdb164;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.b-blog-author {
  font-size: 1.1em;
  color: #bdb164;
  margin-bottom: 10px;
}

.b-blog-author span {
  color: #000000;
  font-weight: bold;
}

.b-blog-post-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f0e4;
  height: 1%;
  overflow: hidden;
}

.post-hidden {
  background: #EEEEE6;
  padding: 10px;
}

.b-blog-post-img {
  float: left;
}

.b-blog-post-img img {
  width: 120px;
  border: 1px solid #006fa2;
}

.b-blog-post-info {
  margin-left: 130px;
  height: 1%;
}

.b-blog-post-info-noimg {

}

.b-blog-post-info h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-blog-post-info-noimg h2 {
  color: #006fa2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-blog-post-info h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-post-info-noimg h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-post-desc {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-blog-post-desc a {
  color: #000000;
  text-decoration: none;
}

.b-blog-post-comments {
  font-size: 1.1em;
  color: #aeaeae;
  margin-bottom: 5px;
}

.b-blog-post-links {
  font-size: 1.1em;
}

.b-blog-post-links a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-text-info {
  margin-bottom: 5px;
  border: 1px solid #f0efe7;
  background: url(/images/blog_info_bg.jpg) repeat-x top left;
}

.b-blog-text-info h2 {
  color: #006fa2;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

.b-blog-text-info h2 a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-text-info-img {
  margin-bottom: 10px;
  height: 1%;
  overflow: hidden;
}

.b-blog-text-info-img img {
  width: 120px;
  float: left;
  margin-right: 10px;
  border: 1px solid #006FA2;
}

.b-blog-text-info-img p {
  padding-bottom: 7px;
}

.b-blog-text-info-img a.newpost {
  font-size: 1.1em;
  color: #ff7f0f;
  text-decoration: none;
  background: url(/images/add_ico.gif) no-repeat center left;
  padding: 4px 0 4px 22px;
}

.b-blog-text-info-img a.editpost {
  font-size: 1.1em;
  color: #ff7f0f;
  text-decoration: none;
  background: url(/images/edit_ico.gif) no-repeat center left;
  padding: 4px 0 4px 22px;
}

.b-blog-text-info-img a.delpost {
  font-size: 1.1em;
  color: #ff0f0f;
  text-decoration: none;
  background: url(/images/del_ico.gif) no-repeat center left;
  padding: 4px 0 4px 22px;
}

.b-blog-text-desc {
  color: #000000;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-blog-item-full {

}

.b-blog-item-full h1.b-blog-title {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.b-blog-item-full h1.b-blog-title a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-img-full {
  background: url(/images/news_img_frame.jpg) no-repeat top left;
  width: 240px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.h-blog-img-full {
  padding: 8px 8px 8px 9px;
}

.b-blog-img-full img {
  width: 220px;
  border: 1px solid #ffffff;
  margin: 10px 0 8px 0;
}

.b-blog-img-full-desc {
  font-size: 1em;
  color: #000000;
  background: url(/images/news_img_frame_bg.jpg) repeat-y top center;
  text-align: left;
  padding: 0 8px 0 9px;
}

.b-blog-img-full-source {
  color: #969696;
  background: url(/images/news_img_frame_bottom.jpg) no-repeat bottom center;
  text-align: left;
  padding: 0 8px 5px 9px;
}

.b-blog-img-full-source a {
   color: #969696;
   text-decoration: none;
}

.b-blog-text {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;
}

.b-blog-text p {
   padding-bottom: 15px;
}

.b-blog-text ul {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-blog-text ul li {
  padding-bottom: 5px;
  list-style: disc;
}

.b-blog-text ol {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-blog-text ol li {
  padding-bottom: 5px;
  list-style: decimal;
}

.b-content-item-gallery {
  
}

.b-content-item-gallery h3 {
  font-size: 1.1em;
  color: #bdb164;
  margin-bottom: 10px;
  font-weight: normal;
}

.b-content-item-gallery li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}

.b-content-item-gallery li img {
  border: 1px solid #006FA2;
  width: 110px;
}

/* comments */
.b-comments {
  margin-bottom: 5px;
}

.b-comments-header {
  font-size: 1.1em;
}

.b-comments-header b {
  text-transform: uppercase;
}

.b-comments-header span {
  float: right;
  color: #006fa2;
}

.b-comments-header a {
  color: #006fa2;
  text-decoration: underline;
}

.b-comments-form {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  display: none;
}

.b-comments-form dt {
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;
  float: left;
  width: 100px;
  margin-bottom: 5px;
}

.b-comments-form dd {
  margin-left: 110px;
  margin-bottom: 10px;
}

.b-comments-form .input {
  width: 160px;
  border: 1px solid #dedede;
  font-size: 12px;
}

.b-comments-form textarea {
  width: 99%;
  border: 1px solid #dedede;
  font-size: 12px;
}

.b-comments-form .refresh_code {
  vertical-align: 10px;
  padding: 0 5px;
}

.b-comments-form .input_code {
  vertical-align: 15px;
  padding: 11px 10px;
  border: 1px solid #dedede;
  width: 40px;
  color: #84baec;
  font-weight: bold;
}

.b-comments-list {
  margin-top: 5px;
  border-bottom: 1px solid #f2f0e4;
}

.b-comments-item {
  margin-bottom: 10px;
}

.b-comments-author {
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.b-comments-author span {
  color: #aeaeae;
  font-weight: normal;
}

.b-comments-entry {
  color: #000000;
  font-size: 1.1em;
}

.b-comments-tree-1 {
  background: url(/images/reply_ico.gif) no-repeat left top;
  margin-left: 0;
  padding-left: 15px;
}

.b-comments-tree-2 {
  background: url(/images/reply_ico.gif) no-repeat left top;
  margin-left: 15px;
  padding-left: 15px;
}

.b-comments-tree-3 {
  background: url(/images/reply_ico.gif) no-repeat left top;
  margin-left: 30px;
  padding-left: 15px;
}

.b-comments-tree-4 {
  background: url(/images/reply_ico.gif) no-repeat left top;
  margin-left: 45px;
  padding-left: 15px;
}

.b-comments-tree-5 {
  background: url(/images/reply_ico.gif) no-repeat left top;
  margin-left: 60px;
  padding-left: 15px;
}

.comment_error_msg {
  color: #EF6767;
  font-size: 1.1em;
  font-weight: bold;
  display: none;
}

.error_dd {
  color: #EF6767;
  font-size: 1.1em;
  font-weight: bold;
}

.refresh_code {
  vertical-align: 10px;
  padding: 0 5px;
}

.input_code {
  vertical-align: 15px;
  padding: 11px 10px;
  border: 1px solid #dedede;
  width: 40px;
  color: #84baec;
  font-weight: bold;
}

/* last newspro anons */
.b-last-newspro-anons {
  border: 1px solid #efeee5;
  margin-bottom: 5px;
  background: url(/images/last_episode_bg.jpg) no-repeat top right;
}

.b-last-newspro-pic {
  margin-bottom: 10px;
}

.b-last-newspro-pic img {
  width: 120px;
  border: 1px solid #0e77a6;
}

.b-last-newspro-anons h2 {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.b-last-newspro-anons h2 a {
  text-decoration: none;
  color: #006fa2;
}

/* last unn anons */
.b-last-unn-anons {            
  margin-bottom: 5px;
  background: #f6eeee;
}

.b-last-unn-pic {
  margin: 0 10px 10px 0;
  float: left;
}

.b-last-unn-pic img {
  width: 120px;
  border: 1px solid #0e77a6;
}

.b-last-unn-anons h2 {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.b-last-unn-anons h2 a {
  text-decoration: none;
  color: #006fa2;
}

.b-last-unn-desc {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-last-unn-desc a {
  text-decoration: none;
  color: #000000;     
}

/* publication */
.b-last-publication {
  background: #f8f5df;
}

.b-last-publication-item {
  margin-bottom: 10px;  
  height: 1%;
  overflow: hidden;
}

.b-last-publication-item h2 {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.b-last-publication-item h2 a {
  text-decoration: none;
  color: #006fa2;       
}

.b-last-publication-item h2 span {
  color: #BDB164;
  font-size: 11px;
  font-weight: normal;      
}

.b-last-publication-item img {
  float: left;
  border: 1px solid #1178a6;
  margin-right: 5px;
}

.b-last-publication-desc a {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.3em;
  text-decoration: none;
}

/* form */
.b-form {

}

.b-form-text {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.b-form dt {
  float: left;
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 13px;
}

.b-form dd {
  margin-left: 135px;
  margin-bottom: 10px;
  font-size: 11px;
}

.b-form dd p {
  padding-bottom: 5px;
}

.b-form-hint {
  font-size: 11px;
  color: #bdb164;
}

.b-form .form_input {
  width: 320px;
  border: 1px solid #dedede;
  color: #006FA2;
  font-size: 12px;
}

.b-form textarea {
  font-size: 12px;
}

.b-form-done {
  background: #e7f3e9;
  padding: 10px;
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;   
  margin-bottom: 15px;  
}

.b-form-done p {
  padding-bottom: 5px;  
}

.b-form-error {
  background: #e38282;
  padding: 10px;
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold; 
  margin-bottom: 15px;
}

.b-form-error ul {
  margin-left: 15px;
}

.b-form-error ul li {
  list-style: disc;
  padding-bottom: 5px;
}

.b-form-error p {
  padding-bottom: 5px;  
}

/* finance anons */
.b-finance-anons {
  background: #deecf3;
}

.b-finance-anons-date {
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 5px;
}

.b-finance-anons table {
  width: 100%;
}

.b-finance-anons table th {
  font-size: 1.1em;
  color: #676767;
  padding: 3px 5px;
  border: 1px dotted #919191;
  border-width: 1px 0;
  text-align: left;
  font-weight: normal;
}

.b-finance-anons table td {
  font-size: 1.1em;
  color: #006fa2;
  padding: 3px 5px;
  font-weight: bold;
}

.b-finance-anons .black {
  color: #000000;
}

.b-finance-anons .center {
  text-align: center;
}

.b-finance-anons .right {
  text-align: right;
}

.b-blog-edit dt {
  color: #000000;
  float: none;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 0;
}

.b-blog-edit dd {
  font-size: 11px;
  margin-bottom: 5px;
  margin-left: 0;
}

.b-blog-edit dd select {
  border: 1px solid #DEDEDE;
  color: #006FA2;
  font-size: 12px;
}

.galleryFileForms li {
  float: left;
  margin: 0 3px 10px 0;
}

.galleryFileForms li img {
  width: 110px;
  border: 1px solid #006FA2;
  margin-bottom: 2px;
}

.galleryFileForms li a {
  display: block;
}

.swfupload-content p {
  padding-bottom: 10px;
}

.b-swfupload-btn {
  margin-bottom: 15px;
}

/* finance page */
.b-finance {
  
}

.b-finance-date {
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 10px;
}

.b-finance-date span {
  font-weight: bold;
  color: #b20000;
}

.b-finance table {
  width: 100%;  
  border-collapse: separate;
  border-spacing: 3px; /* cellspacing */
}

.b-finance table th {
  background: #f2f0e4;
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
  padding: 5px;
}

.b-finance table td {
  font-size: 1.4em;
  color: #000000;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
}

.b-finance table td.center {
  text-align: center;
}

.b-finance table td.right {
  text-align: right;
  padding-right: 25px;
}

.b-finance table td span {
  color: #006fa2;
}

.b-finance .dark td {
  background: #f8f7f1;
}

/* weather anons */
.b-weather-anons {
  background: #e9e5c9;
}

.b-weather-anons-city {
  float: right;
  font-weight: bold;
  font-size: 13px;
  text-transform: none;
  color: #000000;
}

.b-weather-anons-date {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px dotted #919191;
  border-width: 1px 0;
  padding: 3px 5px;
  margin-bottom: 5px;
}

.b-weather-anons table {
  width: 100%;
}

.b-weather-anons table td {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 5px;
}

.b-weather-anons table td.right {
  text-align: right;
}

.b-weather-anons-temp {
  margin-top: 6px;
  text-align: center;
  border-top: 1px dotted #919191;
}

.b-weather-anons-temp .left {
  text-align: left;
  padding-bottom: 5px;
}

.b-weather-anons-temp img {

}

/* weather page */
.b-weather {
  
}

.b-change-city-link {
  float: right;
}

a.b-change-city-link {
  text-decoration: underline;
}

.b-weather-city h2 {
  color: #c60000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 10px;
}

.b-weather-city table {
  width: 100%;  
  border-collapse: separate;
  border-spacing: 3px; /* cellspacing */
}

.b-weather-city table th {
  background: #f2f0e4;
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
  padding: 5px 10px;
}  

.b-weather-city table .left {
   text-align: left;
} 

.b-weather-city table .center {
  text-align: center;
}

.b-weather-city table td {
  font-size: 1.3em;
  color: #016fa4;
  padding: 5px 10px;
}

.b-weather-city table td.b-weather-regions {
  font-weight: bold;
}

.b-weather-fakt {
  margin-bottom: 15px;    
}

.b-weather-fakt h3 {
  background: #f2f0e4;
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
  margin-bottom: 10px;   
}

.b-weather-fakt h3 span {
  float: right;  
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}  

.b-weather-fakt h3 b { 
  font-size: 11px;
  color: #b20000;
  font-weight: bold;
}

.b-weather-fakt dl {
  padding-left: 10px;
}

.b-weather-fakt dt {
  font-size: 1.1em;
  color: #000000;
  float: left;
  margin-bottom: 10px;
}

.b-weather-fakt dd {
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;
  margin-left: 150px;
  margin-bottom: 10px;
}

.b-weather-city-name {
  background: #f2f0e4;
  margin-bottom: 10px;
}

.b-weather-city-name h2 {
  font-size: 2.4em;
  color: #006fa2;
  font-weight: normal;
  padding: 20px 10px;
}

.b-weather-on-week {
  margin-bottom: 15px;   
}

.b-weather-on-week table {
  width: 100%;  
  border-collapse: collapse;
  border-spacing: 0; /* cellspacing */   
}

.b-weather-on-week table th {
  background: #f2f0e4;
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}  

.b-weather-on-week table td {
  font-size: 1.4em;
  color: #006fa2;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 3px solid #f3f1e5;
}

.b-weather-on-week table td span {
  font-size: 11px;
  color: #000000;
  font-weight: normal;            
  display: block;
  margin-bottom: 5px;
}

.b-weather-on-week table td p {
   padding-bottom: 5px;
}

.b-weather-on-week table td.day_pic {
  width: 60px;
}

/* blog anons */
.b-blog-anons {

}

.b-blog-anons-name {
  font-size: 1.2em;
  color: #006fa2;
  font-weight: bold;
}

.b-blog-anons-name a {
  color: #006fa2;
  text-decoration: none;
}

.b-blog-anons-author {
  font-size: 1.1em;
  color: #676767;
  border-bottom: 1px dotted #919191;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.b-blog-anons-author a {
  text-decoration: none;
  color: #006fa2;
}

.b-blog-anons-date {
  color: #bdb164;
  font-size: 1.1em;
}

.b-blog-anons-desc {
  font-size: 1.1em;
  color: #000000;
  height: 56px;
  overflow: hidden;
}

.b-blog-anons-desc a {
  text-decoration: none;
  color: #000000;
}

/* static */
.b-static {
  
}

.b-static-text {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;
}

.b-static-text p {
   padding-bottom: 15px;
}

.b-static-text ul {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-static-text ul li {
  padding-bottom: 5px;
  list-style: disc;
}

.b-static-text ol {
  margin-left: 25px;
  margin-bottom: 10px;
}

.b-static-text ol li {
  padding-bottom: 5px;
  list-style: decimal;
}

/* translate */
.b-translate {
  
}

.b-translate-selects {
  font-size: 1.3em;
  color: #000000;
  line-height: 1.3em;  
  margin-bottom: 5px; 
}

.b-translate-selects select {
  border: 1px solid #DEDEDE; 
  font-size: 12px;
}

.b-translate-text {
  margin-bottom: 10px;    
}

.b-translate-text .text {
  border: 1px solid #DEDEDE; 
  font-size: 12px;  
  height: 90px; 
  width: 710px;
  overflow: auto;
}

.b-translate-results {
  font-size: 12px;
  margin-bottom: 10px;
}

.b-translate-results p {
  padding-bottom: 5px;
}

.b-translate-results #translateText {
  font-size: 12px;
  border: 1px solid #f2f0e4;
  padding: 5px;
}

/* calendar */
.b-calendar {
  margin-bottom: 5px;
}

.h-calendar {
  padding: 0 5px 5px 5px;
  height: 1%;
  overflow: hidden;
}

/* page selector */
.b-page-selector {
  margin: 0 auto;
  width: 285px;
  text-align: center;
  position: relative;
}

.b-page-selector-holder {
  float: left;
  left: 50%;
  position: relative;
  text-align: center;
}

.b-page-selector-holder ul {
  float: left;
  left: -50%;
  position: relative;
}

.b-page-selector li {
  float: left;
  height: 16px;
  text-align: center;
  margin: 0 4px;
}

.b-page-selector li a {
  color: #006fa2;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
}

.b-page-selector li.active a {
  color: #c60000;
  font-weight: bold;
}

.b-page-selector li.page_nav {
  padding: 0;
  width: 17px;
}

.b-page-selector li.page_nav a {
  padding: 0;
}

/* search */
.b-search-form {
  width: 500px;
  margin: 0 auto 10px auto;
}

.b-search-form dt {
  float: left;
  font-size: 1.1em;
  color: #000000;
  font-weight: bold; 
  margin-bottom: 10px;
  width: 105px;
  text-align: right;  
}

.b-search-form dd {
  margin-left: 110px;  
  margin-bottom: 10px; 
}

.b-search-form .input {
  width: 320px;
  border: 1px solid #dedede; 
  font-size: 12px;  
}

.b-search-form .select {
  width: 320px;
  border: 1px solid #dedede; 
  font-size: 12px;  
}

.b-search-submit {
  margin-left: 110px;   
}

.b-search-found {
  border-top: 1px dashed #d6d6d6;
  font-size: 1em;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;   
}

.b-search-results {
  
}

.b-search-item {
  margin-bottom: 15px;
}

.b-search-item h2 {
  font-size: 1.1em;
  color: #006fa2;
  font-weight: bold;
  line-height: 1.3em;
}

.b-search-item h2 a {
  text-decoration: none;
  color: #006fa2;       
}

.b-search-item-category {
  font-size: 1.1em;
  color: #bababa;     
}

.b-search-item-anons-desc {
  font-size: 1.1em;
  color: #000000;
  line-height: 1.2em;
}

.b-search-item-anons-desc b {
  color: #c60000;       
}

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

/* error */
.b-error-404 {
  color: #000000;   
  line-height: 1.3em;
  height: 222px;   
}

.b-error-404 h3 {
  font-size: 1.8em;
  color: #006fa2;
  font-weight: normal;
  margin-bottom: 10px;
  padding-top: 40px;  
}

.b-error-404 p {
  font-size: 1.2em;
  color: #000000;   
}

/* footer */
.b-footer {
  clear: both;
  border-top: 2px solid #e0e0e0;
  padding: 15px 5px;
}

.b-copyright {
  color: #b5b5b5;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.b-web-dev {
  color: #b5b5b5;
  font-size: 1.1em;
}

.b-web-dev a {
  font-weight: bold;
}

.b-counters {
  float: right;
}

.b-bigmir {          
  float: left;      
  margin-right: 5px; 
}

/* ajax loading */
#img_ajax_loading_1, #img_ajax_loading_2  {
  display: none;
  width: 53px;
  height: 8px;
  margin: 5px auto 0 auto;
}

.img_ajax_loading_bottom {
  text-align: center;
  width: 53px;
  margin: 0 auto;
}

.img_ajax_loading_top {
  text-align: center;
  width: 53px;
  margin: 5px auto 0 auto;
}

#datepicker {
  width: 240px;
  height: 172px;
}
