#newslist .item 
{
	padding: 0 0 8px;
	border-bottom:1px solid #ccc;
}

#newslist .h3 
{
	font-weight:bold;
	font-size:13px;
	padding-bottom:10px;
    padding-top: 10px;
    color: #7ea7cf;   
}

#newslist .description 
{
	font-size: 11px;
	line-height:normal;
    padding-top: 14px;
    padding-bottom: 10px;
}

#newslist a 
{
	padding-top: 10px;
    white-space: nowrap;
	margin-right:5px;
    
}

#newslist .img
{
    height: 150px;
    float:right;
    margin:0px 0px 0px 10px;  
}

#newslist img 
{
	
	
}



#newsdetails {
	margin-bottom:20px;
}

#newdetails img {
	float:right;
	margin:0px 0px 10px 10px;
}

#newsteaser
{
  background: #eff3f9;        
}


#newsteaser .headline
{
    color: #7ea7cf;
    font-size: 24px;
    border-bottom: 2px dotted #fff;
    margin: 3px 10px;
    padding: 3px 0; 
}

#newsteaser .items
{
    border-bottom: 3px solid #7ea7cf;
    margin-bottom: 10px;
}

#newsteaser .title
{
   padding-left: 10px; 
   font-weight: bold;      
}

#newsteaser .text
{
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom:10px;       
}
