/**
* File:					style_news.css
* Last update:	07-05-2009
* Description:	Stylesheet voor news pagina
* 
* @author				Onne Witjes <onne.witjes@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet voor news pagina
* @copyright		Regioproviders
* @version			1.0
*
*/
.news{
width:100%;
display:block;
border-left: solid #f4e719 1px;
margin-left: 20px;
padding: 0 0 14px 10px;
color: #707070;
}

.news .newstitle span{
font-weight:normal;
}

.news .newstitle{
color:#000000;
line-height: 20px;
font-size:14px;
}

.news a{
display:block;
padding:0px 0px 0px 10px;
background:url('/images/arrow_grey.gif') no-repeat 0px 6px;
float: left;
color:#838282;
text-decoration:none;
cursor:pointer;
}
.news a:hover{
color:#000000;
}

.news_title{
line-height:24px;
display:none;
color:#000000;
font-weight:bold;
font-size:12px;
}

.news img{
float:left;
margin:5px;
}
