/* begin style for #Header */

#slide-show h6 {
	float: left; 
	width: 131px; 
	height: 84px; 
	margin-top: 15px; 
	font-weight: bold; 
	font-size: 12px; 
	color: #fff;	
}
#slide-show .box { 
	float: left;
	width: 126px;
	height: 129px;
}
#slide-show img {
	display: block; 
	border: 1px solid #fff;
	align:center;
}
#slide-show ul { margin: 3px 0 0 8px; }
#slide-show li {
	float: left;
	width: 12px; 
	margin: 0 1px;
	height: 12px; 
	background: url(../img/blue_star.png) no-repeat;
}
#slide-show li.active {
	background: url(../img/white_star.png) no-repeat;
}
#slide-show li.prev {
	width: 9px; 
	height: 12px;
	background: url(../img/arrow_prev.png) no-repeat;	
	text-indent: -999px;
}
#slide-show li.next {
	width: 9px; 
	height: 12px;
	background: url(../img/arrow_next.png) no-repeat;	
	text-indent: -999px;
}
#slide-show li a { 
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
}
#slide-show .prev a, #slide-show .next a {
	display: block; 
	width: 9px; 
	height: 12px;	
}
#first-row .field  { 
	width: 200px;
	margin: 5px;
	padding: 2px;
	height: 16px;
}
#first-row .button  { 
	width: 70px;
	height: 24px;
	margin: 5px 0;
	padding-bottom: 1px;
	background: #00738c;
	border: 2px solid #8cb8c1;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#second-row img {
	position: absolute; 
	top: 27px; 
	left: 20px; 
	display: block; 
	width: 176px;
}
#second-row form {
	position: absolute; 
	top: 35px; 
	left: 210px; 
	width: 400px;
}
#second-row span {
	display: block; 
	float: left; 
	width: 118px; 
	height: 25px; 
	background: url(../img/registr_background.png) no-repeat; 
	text-align: center; 
	font-weight: bold; 
	color: #fff; 
	line-height: 25px;	
}
#second-row .field {
	float: left; 
	width: 100px; 
	height: 17px; 
	padding: 1px 2px;
	margin: 1px 2px;	
}
#second-row .button {
	float: left; 
	width: 50px; 
	height: 24px; 
	margin: 1px 2px; 
	padding-bottom: 2px; 
	background: #00738c; 
	border: 1px solid #fff; 
	font-weight: bold; 
	color: #fff; 
	cursor: pointer;	
}

/* begin style for #Top-Menu */
#top-menu li { 
	float: left; 
	/* yoka - begin */
	/*width: 98px;*/
	width: 83px;
	/* yoka - end */
	margin-right: -1px;
	border: 1px solid #003c58;
	text-align: center;
	font-weight: bold;
	 
}

#top-menu li.libg1 		{ background: url(../img/top-menu_background.png) 0 0 repeat-x; }
#top-menu li.libg2 	{ background: url(../img/top-menu_background.png) 0 -27px repeat-x; }
#top-menu li.libg3 		{ background: url(../img/top-menu_background.png) 0 -54px repeat-x; }
#top-menu li.libg4 	{ background: url(../img/top-menu_background.png) 0 -81px repeat-x; }
#top-menu li.libg5 		{ background: url(../img/top-menu_background.png) 0 -108px repeat-x; }
#top-menu li.libg6 	{ background: url(../img/top-menu_background.png) 0 -135px repeat-x; }
#top-menu li.libg7 		{ background: url(../img/top-menu_background.png) 0 -162px repeat-x; }
#top-menu li.libg8 		{ background: url(../img/top-menu_background.png) 0 -189px repeat-x; }
#top-menu li.libg9 	 	{ background: url(../img/top-menu_background.png) 0 -216px repeat-x; }
#top-menu li.libg10  { background: url(../img/top-menu_background.png) 0 -243px repeat-x; }
/* yoka - begin */
#top-menu li.libg11  { background: url(../img/top-menu_background.png) 0 -243px repeat-x; }
#top-menu li.libg12  { background: url(../img/top-menu_background.png) 0 -243px repeat-x; }

#top-menu li.other ul {
    display: none;
}
#top-menu .other:hover ul {
    display: block;
    left: auto;
}
#top-menu .other ul {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #CCCCCC;
    display: none;
    margin: 0;
    padding: 2px 10px;
    position: absolute;
    width: 140px;
    z-index: 100;
}
#top-menu .other li {
	border: none;
	text-align: left;
}

/* yoka - end */
#top-menu li a 			{ color: #fff; }

#sub-menu li { 
	float: left; 
	/* width: 99px; */
	  margin-right: 25px; 
	  margin-left: -1px; 
	/* border: 1px solid #898989; */
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}


.leadiv {
font-size: 11px;
font-weight:normal;
}

#sub-menu li a { color: #353535; }
#header li a.current  { 
	display: block;
	/* yoka - begin */
	/*width: 98px;*/
	width: 83px;
	/*background: url(../img/current_item.gif) no-repeat;*/
	background: url(../img/current_item-s.gif) no-repeat;
	/* yoka - end */
}

#header li a.current2  { 
	display: block;
	/* yoka - begin */
	/*background: url(../img/current_item.gif) no-repeat;*/
	background: url(../img/current_item-s.gif) no-repeat;
	/* yoka - end */
	background-position:center; 
}
/* end style for #Top-Menu */
/* end style for #Header */

/* begin global style for #Main */
#main .clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#main blockquote { margin-bottom: 10px; }
#main h1 {
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
#main h2 {
	float: left;
	font-weight: bold;
	font-size: 15px;
}
#main h3 { 
	margin-bottom: 10px;
	font-size: 15px; 
	color: #0096b7;
}

/* yoka - begin */
#main h2.news_header {
	color: #0096b7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* yoka - end */

/* style for .Header and .Body and .Bottom */
#main .header { 
	height: 24px; 
	padding: 0 5px 0 15px;
	line-height: 22px;
}
#main .body { 
	overflow: hidden;
	padding: 5px 0;
	background-color:#FFFFFF;
}
#main .body2 { 
	overflow: hidden;
	padding: 5px 0;
	background-color:#FFFFFF;
}
#main #detail-news .header { height: 10px; }
#main #detail-news .body   { padding: 0 10px; }
#main #detail-news .bottom { height: 10px; }
#main #detail-news .headerhava { height: 10px; }
#main #detail-news .bodyhava   { padding: 0 10px; }
#main #detail-news .bottomhava { height: 10px; }
#main #detail-news img {padding-bottom:5px; }
#main #detail-news a { text-decoration:underline; }

#main #first-column .body  { padding: 10px;  }
#main #sidebar .body 	   { padding: 7px; }
#main #sidebar .body2 	   { padding: 7px; }

/* yoka - begin */
#main #fb-box .header { height: 10px; }
#main #fb-box .body   { padding: 0 10px; }
#main #fb-box .bottom { height: 10px; }

/* yoka - end */

/* background for .Header and .Body and .Bottom */
/* yoka - begin */
#main-news .header 		{ background: url(../img/main-news_header-l.png) no-repeat; }
#main-news .body   		{ background: url(../img/main-news_body-l.png) bottom no-repeat; }
/* yoka - end */

/* yoka - begin*/
#detail-news .header 	{ background: url(../img/detail-news_header-l.png) no-repeat; }
#detail-news .body   	{ background: url(../img/detail-news_body-l.png) repeat-y; }
#detail-news .bottom	{ background: url(../img/detail-news_bottom-l.png) no-repeat; }

#detail-news .headerhava 	{ background: url(../img/detail-news_header-hava-l.png) no-repeat; }
#detail-news .bodyhava   	{ background: url(../img/detail-news_body-hava-l.png) repeat-y; }
#detail-news .bottomhava	{ background: url(../img/detail-news_bottom-hava-l.png) no-repeat; }
/* yoka - end */

#first-column .header 	{ background: url(../img/first-column_header.png) no-repeat; }
#first-column .body   	{ background: url(../img/first-column_body.png) bottom no-repeat; }

/* yoka - begin */
#second-column .header 	{ background: url(../img/second-column_header-l.png) no-repeat;  }
#second-column .body   	{ background: url(../img/second-column_body-l.png) bottom no-repeat; }
/* yoka - end */

#sidebar .header 		{ background: url(../img/sidebar_header.png) no-repeat; }
#sidebar .body   		{ background: url(../img/sidebar_body.png) bottom no-repeat; }
#sidebar .body2   		{ background: url(../img/sidebar_body_popular.png) bottom no-repeat; }

/* yoka - begin */
#fb-box .header 	{ background: url(../img/detail-news_header-l.png) no-repeat; }
#fb-box .body   	{ background: url(../img/detail-news_body-l.png) repeat-y; }
#fb-box .bottom		{ background: url(../img/detail-news_bottom-l.png) no-repeat; }
/* yoka - end */

/* end for .Header and .Body and .Bottom */

/* begin style for IMG, DIV, H4, P, EM and A in .Body */
#main .body table { margin-top: -1px; }
#main .body2 table { margin-top: -1px; }
#main #main-news .body2 img, #main #main-news .body2 table,
#main #main-news .body img, #main #main-news .body table,
#main #second-column .body img, #main #second-column .body table { 
	display: inline;
	float: left; 
}

#main .forex, #main .weather, #main .polls { width: 100%; }

/* style for .Forex */
#main .forex th { 
	width: 33%;
	font-weight: bold; 
}
#main .forex .up 	 { background: url(../img/arrow_up.png) 70% 2px no-repeat; }
#main .forex .down	 { background: url(../img/arrow_down.png) 70% 2px no-repeat; }
#main .forex .box	 { background: url(../img/green_box.png) 70% 2px no-repeat; }
#main .forex .update { 
	height: 30px;
	vertical-align: bottom;
	text-align: right;
	font-size: 11px; 
	color: #777;
}

/* style for .Weather */
#main .weather td	 { padding: 1px; }
#main .weather .city { font-weight: bold; }
#main .weather .warm { color: #dd0000; }
#main .weather .cool { color: #0096b7; }

/* style for .Forum */
#main .forum li 	 { margin: 3px; }
#main .forum a  	 { color: #222; }
#main .forum a:hover { 
	color: #0096b7; 
	text-decoration: underline;
}

/* style for .Polls */
#main .polls td { padding: 2px; }
#main .polls .oper { width: 95%; }
#main .polls .button { 
	height: 30px;
	vertical-align: bottom;
	text-align: center;
}
#main .polls .button input { 
	width: 100px;
	height: 25px;
	padding-bottom: 1px;
	background: url(../img/list_background.png);
	border: 1px solid #b6b6b6;
	color: #0087a5;
	cursor: pointer;
}

/* style for .Video */
#main .video { 
	width: 175px; 
	margin: 0 auto;
}
#main .video .thumbs { height: 50px; }
#main .video td 	 { text-align: center; }
#main .video .left 	 { text-align: left; }
#main .video .right { text-align: right }

#main #main-news .body img { 
	/* yoka - begin */
 	/*width: 203px;
	height: 152px;  */
	width: 300px;
	height: 225px;
	/* yoka - end */
	margin-left: 5px;
}
#main #detail-news .body img { 
	display: block;
	float: none;
	margin-right: 8px;
}
#main #detail-news .body em { 
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666;
}
/* yoka - begin */
/*#main #detail-news .body p { margin-bottom: 15px; }*/
#main #detail-news .body p { margin-bottom: 15px; margin-top: 0;}
/* yoka - end */
#main #second-column .body img { 
	/* width: 122px;
	height: 101px; */
	margin-left: 5px;
}
#main #sidebar .body img {
	/* width: 66px; 
	height: 55px; */ 	
	margin-right: 10px;
}
 
#main #sidebar .body2 img {
	/* width: 66px; 
	height: 55px; */ 	
	margin-right: 10px;
}
 
#main td.out {
	/* yoka - begin */
	/*width: 351px;
	height: 40px;*/
	width: 380px;
	height: 76px;
	/* yoka - end */
	padding: 2px 3px 0 8px;
	font-weight: bold;
}
#main td.over {
	background: #0096b7;
	color: #fff;
	width: 351px;
	height: 68px;
	padding: 2px 3px 0 8px;
	font-weight: bold;
	font-size:13px;
}
#main td.out { background: #9cc9d3; }

#main #second-column td.over, 
#main #second-column td.out { width: 271px; }

#main td.over a { color: #fff; }
#main td.out  a { color: #222; }

#main td.overc, #main td.outc {
	width: 481px;
	height: 45px;
	padding: 0 5px 0 15px;
	font-weight: bold;
}
#main td.overc {
	background: #0096b7;
	color: #fff;
}
#main td.outc { background: #9cc9d3; }

#main #second-column td.overc, 
/* yoka - begin */
/*#main #second-column td.outc { width: 260px; height: 45px; }*/
#main #second-column td.outc { width: 380px; height: 45px; }
/* yoka - end */

#main td.overc a { color: #fff; }
#main td.outc  a { color: #222; }

/* end style for IMG, DIV, H4, P, EM and A in .Body */

/* begin style for .Type of button */
#main ul.type { 
	overflow: hidden;
	float: right;
}
#main ul.type li {
	float: left;
	margin-right: 1px;
}
#main ul.type a {
	display: block;
	width: 16px;
	height: 24px;
}
#main ul.type li.minimize { background: url(../img/button_type.png) 0 0 no-repeat; }
#main ul.type li.maximize { background: url(../img/button_type.png) -17px 0 no-repeat; }
#main ul.type li.hideshow { background: url(../img/button_type.png) -34px 0 no-repeat; }
#main ul.type li.close 	  { background: url(../img/button_type.png) -51px 0 no-repeat; }
/* end style for .Type of button */

/* begin style for .List of news */
#main .list 	 { margin-top: 4px; }
#main .list a {
	display: block;
	/* yoka - begin */
	/*width: 357px;*/
	width: 477px;
	/* yoka - end */
	height: 24px;
	margin: 0 1px;
	padding: 0 10px;
	background: url(../img/list_background.png);
	border-top: 1px solid #bfbfbf;
	color: #0096b7;
	line-height: 24px;
	font-size:12px;
	 
}
#main .list a.end { border-bottom: 1px solid #bfbfbf; }
/* end style for .List of news */

/* begin style for #Sidebar */
#sidebar td {
	padding-bottom: 10px;
	vertical-align: top;	
}
#sidebar strong { 
	font-weight: bold;
	color: #0083a0; 
}
/* end style for #Sidebar */

/* end style for #Banner */
#banners img { 
	margin: 0 auto 0;
}
/* end style for #Banner */
/* end global style for #Main */

a.special_Link{
  text-decoration:underline !important;
  font-weight:bold;
  padding-left:15px;
}

div.dotted__block{
  background:url('../img/dotbg.gif');
  background-repeat: repeat-x;
  width:100%;
  height:5px;
}

img.img__block{
  width:70px;
  height:70px;
}
