/* css news*/
.news .avatar {
	margin:0 15px 15px 0;
	border:1px #CCCCCC dotted;	
}
.news .avatar img{
    text-align:center;
}
.news .avatar a {
	/*background-color:#f4f4f4;*/
	display:block;
	position:relative;
	margin:3px;
	padding:5px;
	width:260px;
	height:140px;
	/*border:1px #CCCCCC dotted;*/
}
/*css frontpage*/
.frontpage{
	margin:0;
	padding:0;
}
.frontpage .title{
	margin:0;
	padding:0;
	background-color:#D2D1D7;
}
.frontpage .title h6{
	margin:0 !important;
	padding:3px 10px;
}
.frontpage .title h6 a{
	color:#464547;
	margin:0 !important;
	text-transform:uppercase;	
}
.frontpage .title h6 a:link, .frontpage .title h6 a:visited{
	color:#464547;		
}
.frontpage .title h6 a:hover{
	color:#464547;
	text-decoration:underline;
} 
.frontpage .wapper{
	border:#ebeaea 1px solid;
	background-color:#fff;
	border-top:0px;
	padding:20px;		
}
.frontpage .description{
	padding:0px;
	margin:0px;
	
}
.frontpage .description h3{
	color:#F08127;
}
.frontpage .description h3 a:link, .frontpage .description h3 a:visited{
	color:#F08127;	
}
.frontpage .description h3 a:hover{
	color:#F08127;
	text-decoration:underline;
}
.frontpage img.avatar{
	float:left;
	margin:0 10px 10px 0;
}
.frontpage small.readmore {
    margin: 0;
    padding-right:20px;
	font-size: 11px;
	background:url(../../media/icon_news_readmore.jpg) right center no-repeat;
}
.frontpage .wrapper_list{
	padding:0;
	margin:0;
}
.frontpage ul.other_news {
    padding-left: 10px;
    list-style: none;
    margin:0;
}
.frontpage ul li {
    list-style: none;
    font-size: 9pt;
    margin: 0;
    padding: 5px 0 5px 0;
    /*border-top: #e4e4e4 1px solid;*/
}
.frontpage ul li a {
    margin: 0;
    padding: 2px 2px 2px 16px;
    color: #4471a9;
    background: url(../../media/icon_list_news.jpg) left 8px no-repeat;	
	display: block;
    line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
	text-decoration: none;
}
.frontpage ul li a:link, .frontpage ul li a:visited {
    color: #4471a9;
    text-decoration: none;
}
.frontpage ul li a:hover {
    color: #4471a9;
    text-decoration: underline;
}
/* css for news list and detail */
.news {
    margin: 0;
	padding:0;
	margin-bottom:10px;
    /*background: url(../images/bg-trans.png) repeat;*/
}
.news .title{	
	padding:0;	
}
.news .title h6{
/*	font-family:Arial, Helvetica, sans-serif !important;*/	
	color:#273C2D;	
	margin-bottom:5px;
	text-transform:uppercase;
}
.news fieldset {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 0;
}
.news legend {
    border: medium none;
    color: #CC0000;
    margin: 0;
    padding: 0;
}
.news strong {
    font-weight: 700;
}
.news span{
	font-size:12px !important;
}
.news small.readmore {
    margin: 0;
    padding-right:20px;
	font-size: 11px;
	background:url(../../images/icon_news_readmore.jpg) right center no-repeat;
}
/* css newslist */
.news .newslist .content{
	margin-top:10px;
}
/* css newslist_read */
.news .avatar_detail {
    margin: 0px 15px 15px 0px;
	padding:0;
}
.news .author {
    font-size: 10px;
    color: #4E4E4E;
    font-weight: normal;
}
.news p.smooth {
    font-size: 11px;
    padding: 10px 0;
    float: right;
}
.news .newslist_read h3{
	color:#F08127;
	font-size:18px;
		
}
/* list other news*/
.news .list_other_news {
    margin-top:50px;
    padding: 0;
}
.list_other_news .font_11{
	font-size:11px;
	color:#444343;
}
.list_other_news h3{
	color:#1e4a79;
}
.list_other_news ul{
    padding-left: 10px;
    list-style: none;
    margin: 0 0 0 10px;
}
.list_other_news ul li {
    margin: 0 0 10px 10px;
    padding: 0;
    list-style: circle;
    font-weight: normal;    
}
.list_other_news .othermovie{
	float:left;
    margin:0 20px 20px 0;	
}
.list_other_news .othermovie a{
	border:1px solid #CCCCCC;
	display:block;
	margin:3px;
	padding:5px;
	position:relative;
	text-align:center;
}

/* css widgets */

.lastestnews .title {
    height:35px;
	margin:0;
	padding:0;
	background-image:url(../../images/bg_title_widget_lastesnews.png);	
}
.lastestnews h6{
/*	font-family:Arial, Helvetica, sans-serif !important;
*/	font-size:13px;
	font-weight:700;
	color:#fff;
	padding:10px 0px 0px 10px;	
	margin:0 !important;
	text-transform:uppercase;
}
.lastestnews ul {
    margin: 0;
    padding: 0;
}
.lastestnews ul li {
    list-style: none;
    font-size: 9pt;
    margin: 0;
    padding: 5px 0 5px 0;
    border-top: #e4e4e4 1px solid;
}
.lastestnews ul li a {
    margin: 0;
    padding: 2px 2px 2px 16px;
    color: #444343;
    background: url(../images/menu-main-arrow-off.gif) left 8px no-repeat;	
	display: block;
    line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
	text-decoration: none;
}
.lastestnews ul li a:link, .lastestnews ul li a:visited {
    color: #444343;
    text-decoration: none;
}
.lastestnews ul li a:hover {
    color: #444343;
    text-decoration: underline;
}
/*** add css lastestnews option for thumb 12.01.2009***/
.lastestnewsThumb{
	margin:0;
	padding:0;
}
.lastestnewsThumb .avatar{
	border:1px solid #e5e5e5;
	margin:5px 10px 5px 0;
}
.lastestnewsThumb .title{
	border-bottom:1px dotted #273C2D ;
}
.lastestnewsThumb .wapper{
	border:1px #1f54bc solid;
	border-top:0;	
}
.lastestnewsThumb .content{	
	/*border-bottom:1px #e5e5e5 solid;*/
	padding:5px 0px 10px 0px;
}
.lastestnewsThumb h6{
	color:#273C2D;
	margin:0;
	padding:6px 0;
}
.lastestnewsThumb h5{
	color:#000000;
	font-size:12px;
	margin-bottom:5px;
}
.lastestnewsThumb h5 a:link, .lastestnewsThumb h5 a:visited{
	color:#000000;
	font-weight:700;	
}
.lastestnewsThumb img{
	padding:1px;
	float:left;	
}
.lastestnewsThumb .wapper{	
	padding:0;
	border:none;
}
/* css post info */
.news .date {    
    font-weight: normal;
    padding: 0px 0px 20px 0px;
	font-size: 11px;    
}
.date .post-info{      
    display: block;
    float: left;
    background-color: #fff;
}
.frontpage .date {    
    font-weight: normal;
    padding: 0px 0px 20px 0px;
	font-size: 11px;    
}
.frontpage .post-info{      
    display: block;
    float: left;
    background-color: #fff;
}
/* css storycatalog (left menu)*/
.StoryCatalog {
    margin: 0;
    padding: 0;
}
.StoryCatalog a.catalog_title {
    background: #C2C2C2 url(../../images/bgmenu.jpg);
    margin: 0;
    padding: 3px 5px 3px 5px;
    color: #fff !important;
}
.StoryCatalog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.StoryCatalog ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
}
.StoryCatalog ul li a {
    color: #595959;
    /*background: url(../images/otnarrow.jpg) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}
.StoryCatalog ul li a:visited {
    color: #595959;
}
.StoryCatalog ul li a:hover { /*hover state CSS*/
    color: #00ADEF;
    background-color: #F3F3F3;
}
/*css seach for new*/
#search {
	position:relative;
   /*background: url(../images/bg_seache.png) left top no-repeat;
    background:transparent url(../media/bg_search.jpg) no-repeat;*/    
    margin-right:10px;
	padding:0;
}
#search form{
	margin:0;
	padding:0;
}
#search input {
	width:200px;
    border:#ededed 1px solid;       
    color: #848484;
	padding:4px;    
	font-size:11px;
}
#search a {
    color: #fff;
    line-height: 27px;
    margin-left: 15px;
}
/* css widget playlist */
.news .playlist img{
	margin:0;
	padding:0;
}
.news .playlist ul{
	list-style:none;	
}
.news .playlist ul li{
	float:left;
	margin:0px 20px 20px 0;
}
.news .playlist ul li a{	
	display:block;
	margin:3px;
	padding:5px;
	position:relative;
	border:1px solid #ccc;
	text-align:center;	
}

