/*horyzontal position*/
div.horizontal{
	float: left;
	width: 150px;
	margin: 2px;
}

/*class for tile*/
a.dgm_title{
	color: Green;
	font-size: 14px;
	font-weight: bold;
}

/*classes for background*/
div.dgm_list1{
	background-color: #FAFAD2;
	padding: 0;
	margin: 0;	
}
div.dgm_list2{
	background-color: #F5F5F5;
	padding: 0;
	margin: 0;
}

/*class for image*/
div.dgm_img{
	float: left;
	padding: 0;
	margin: 0 5px 1px 0;
}

/*class for news*/
div.dgm_news, div.dgm_news2,{
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	width: 220px;
}
/*div.dgm_news{
    clear:both;
	float:left;
    background: url(/images/stories/bullet_uv_2.gif)  1px 0 no-repeat;
	padding:2px;
}*/
 .content_title_right, .content_title_left {
    position:relative;
    clear:both;
	float:left;	
	height:14px;
	font-family : Tahoma, Verdana, "MS Sans Serif";
	font-size: 10px;
	color: #333333;
    background: url(../../../images/stories/bullet_uv_2.gif)  1px 0 no-repeat;
	background-color: #EDE4ED;
	padding:2px;
	padding-left:12px;
	width:232px;
	margin-top:1px;
}
.contentheading_press { 
	background: url(../../../images/stories/bullet_uv_2.gif)  1px 0 no-repeat;
}	
.content_title_left {
	width:192px;	
}
.content_super, .content_sub_super {
 	position:relative;
    clear:both;
	float:left;	
	height:14px;
	font-family : Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	color: #333333;
    background-color: #EDE4ED;
	padding:2px;
	padding-left:2px;
	width:202px;
	margin-top:1px;
}	

.content_sub_super{
	font-weight : light;
}
