/* CSS Document */

/* NEWS */
.news {
	width: 487px;
	height: 16px;
	background: #111;
	padding: 11px 15px 10px 15px;
	cursor: pointer;
	color: #fff;
}

.news:hover {
	background: #151515;
}

.news #icon {
	width: 100px;
	float: left;
}

.news #title {
	width: 250px;
	float: left;
}

.news #author {
	float: left;
}

.news #date {
	float: right;
}

.news .title {
	width: 350px;
	padding-left: 20px;
	float: left;
}

.newstext {
	width: 467px;
	margin-left: 5px;
	padding: 15px 20px 15px 20px;
	display: none;
	background: #363636;
	color: #fff;
}

.newstext #readmore a {
	display: block;
	width: 59px;
	height: 25px;
	background: url('../img/readmore.png') no-repeat;
}

.newstext #readmore a:hover {
	background-position: 0 -25px;
}