/* list */
.news-list{
padding:0;
}
.news-row{
}
.news-row h3{
font-weight:bold;
padding:5px 0 0 0;
margin:2px 0 5px 0;
}
.news-row h3 a,
.news-row h3 a:visited{
color:#333;
text-decoration:none;
}
.news-row h3 a:hover{
color:#000080;
text-decoration:none;
}
.news-row .news-image{
float:left;
}
.news-row .news-image img{
margin:0 10px 0 0;
}
.news-row .news-description{
margin:2px 0 2px 0;
}
.news-list .news-sep{
font-size:1px;
height:5px;
border-top:#eee 1px solid;
margin:5px 0 0 0;
clear:both;
}

.news-front-list{
padding:0 20px;
}
.news-front-list h2{
font-weight:bold;
padding:0 0 0 0;
margin:0 0 13px 0;
}
.news-front-list h3{
font-size:11px;
padding:0;
margin:0 0 3px 0;
}
.news-front-list h3 a,
.news-front-list h3 a:visited{
text-decoration:none;
}
.news-front-list h3 a:hover{
}
.news-front-list .news-description{
font-size:11px;
}
.news-front-list .news-sep{
font-size:1px;
height:10px;
border-top:#ECECEC 1px solid;
margin:10px 0 0 0;
clear:both;
}
.news-front-list .news-image{
float:left;
margin:0 15px 2px 0;
}



.news-nav{
margin:5px 10px 5px 0;
text-align:right;
}
.news-nav a,
.news-nav a:visited{
color:#0000FF;
font-size:12px;
text-decoration:none;
margin:0 3px;
}
.news-nav a.active,
.news-nav a.active:visited{
color:#333;
}
.news-nav a.disabled,
.news-nav a.disabled:visited{
color:#ccc;
text-decoration:none;
}
/* editing */
.news-edit{
text-align:right;
}


/* content*/

.news-content{
padding:10px 0;
}
.news-content h2{
display:none;
}
.news-content-image{
}
.news-content-image img{
}
.news-content .description{
padding:2px 0;
}
.news-content-text{
padding:10px 0;
}
.news-back{
padding:5px 0;
}
.news-more{
padding:15px 0 5px 0;
text-align:right;
}
