﻿.main_news
{
	background:#333;
	position:relative;
	overflow:hidden;  
	color:#fff;
	text-align:center;
}
.main_news .desc .block h4
{
	margin:0px 10px;
	font-family:Tahoma;
	padding:0;
	font-size:12px; /* 85%;*/
	color:White;	
}
.main_news .desc .block p 
{
	font-family:Tahoma;
	font-size:12px;  /* 70%;*/
	line-height:1.6em;
	padding:5px 0px;
	margin:0px 10px;
	line-height:1.2em;
}
.main_news .desc .block small 
{
	margin:0px 10px;
	font-family:Tahoma;
	font-size: 70%;
}
.main_news .desc{
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 100%;
	display: none; 
}
.main_news .desc .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	text-align:justify;
}
.rtl .main_news .desc .block
{
	direction:rtl;
}
.main_news .logo{
	position: absolute;
	text-align:center;
	background:#111;
	margin:10px;
	padding:2px;
	font-weight:bold;
	top:0;
	left:0;
}
.rtl .main_news .logo{right:0;left:auto !important;}
.subtitlebar
{
	background:#fff;
	width:98%;
}
.subtitlebar span
{
	padding:2px 0px;
	color:Navy;
	white-space:nowrap;
	font-family:Tahoma;
	font-size:11px; /*85%;*/
	width:100%;
}
.toolbar
{
	background:#111;
	height:25px;
	max-height:25px;
	overflow:hidden;
}
.toolbar img
{
	border:0;
	vertical-align:middle;
	cursor:pointer;
}
.toolbar ul
{
	padding:0;
	margin:0;
	/*white-space:nowrap;*/
}
.toolbar ul li
{
	margin-left:5px;
	margin-right:5px;
	display:inline;
	font-weight:bold;
	font-size:20px;
	color:Gray;
}
.toolbar ul li.active {
	color:#fff;
	font-size:20px;
}
.rtl .pagerbar
{
	direction:rtl;
}
.pagerbar span
{
	color:#fff;
	margin:0px 15px;
}
.pagerbar ul
{
	padding:0;
	margin:0;
	white-space:nowrap;
}
.pagerbar ul li
{
	margin:0px 1px;
	padding:0px 5px;
	display:inline;
	font-weight:bold;
	color:#e99;
}
.rtl .pagerbar ul li
{
	float:right;
}
.pagerbar ul li.hover { 
	cursor: pointer;
	color:Yellow;
}
.pagerbar ul li.active {
	color:#222;
	cursor:default;
	background-color:#aaa;
}

.picndate
{
	float:left;
	position:relative;
}
.picndate div
{
	position:absolute;
	bottom:0;
	left:0;
	background:#111;
	font-size:9px;
	font-family:Tahoma;
	color:#fff;
	padding-left:2px;
	padding-right:2px;
}
.news_thumb
{
	min-width: 285px;
	max-width: 285px;
	vertical-align:top;
	overflow:hidden;
	position:relative;
	text-align:justify;
}
.news_thumb img {
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:none;
	border-right:none;
	padding: 2px;
	background: #fff;
	width:66px;
	height:50px;
}
.news_thumb div
{
	margin-top:0px;
}
.news_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rtl .news_thumb ul 
{
	direction:rtl;
}
.news_thumb ul hr
{
	margin:0px 3%;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #008080; 
	border-style: none none dotted; 
}
.news_thumb ul li{
	background: #f0f0f0;
	margin: 2px 0px;
	padding: 3px;
	
}
.news_thumb ul li.hover { 
	background: #ddd;
	cursor: pointer;
}
.news_thumb ul li.active {
	background: #fff;
	cursor: default;
}

.news_thumb ul li h4 {
	margin:2px;
	padding:0;
	/*white-space:nowrap;*/
	text-align:justify;
	color:#0054E3;
	font-family:Tahoma;
	font-size:12px;
}
.news_thumb ul li .block {
	float: left;
	margin-left: 4px;
	padding: 0;
	width: 75%;
	overflow:hidden;
}
.news_thumb ul li p
{
	background:#fff;
	margin:0;
	margin-top:5px;
	padding:0;
	white-space:nowrap;
}

