/* $Id$ */

.news_list h1{
	color:black;
}

.news_list {
	padding-left:10px;
	padding-right:20px;
}

.news_list .news {
	padding-bottom:20px;
}

.news_list .title_one,
.news_list .title a{
	/*color:#929292;*/
	color:black;
	font-size:1.3em;
	font-weight:bold;
	float:left;
}
.news_list .datetime{
	/*color:#929292;*/
	color:black;
	font-size:1.1em;
	font-weight:bold;
	float:right;
}
.news_list .description {
	padding-top:10px;
	border-top:1px solid #929292;
	/*color:#929292;*/
	color:black;
	font-size:1.2em;
}
.news_list .description ul {
	margin: 0 0 1em 3em;
}

.news_list .novica .back {
	float:right;
	font-size:1.2em;
}

/* images */
.news_list .images {
	overflow:hidden;
	padding-top:10px;
}

.news_list .pic {
	padding-right:10px;
	width:110px;
	float:left;
}

.news_list .thumbs{
	display:block;
	padding-top:110px;
	width:110px;
	border-top:1px solid #98c1d2;
	cursor:pointer;
	background:no-repeat center center;
}
