.news {
	background: url(../images/performance.png) repeat-x left top;
	text-align: left;
	color: #ffffff;	
	padding:11px 15px 10px 10px;
	border: 1px solid #0471cc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 10px 2px #000000;
	box-shadow: 3px 3px 10px 0px #000000;
	
	width:330px;
}

.news #author {
	float:left;
}

.news #date {
	float:right;
}

.news #icon {
	float:left;
	width:100px;
}

.news #title {
	float:left;
	width:150px;
}

.news .title {
	float:left;
	padding-left:20px;
	width:350px;
}

.news:hover {
	background:#0471cc;
}

.newstext {

	display: none;
	border: 1px solid #0471cc;
	border-top: 2px solid #0471cc;
	border-right: 2px solid #0471cc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4;
	color: #ffffff;
	background: url(../images/server-transparent-bg.png) repeat;
	padding:15px 20px;	
	width:315px;
}

.newstext #readmore a {
	background:url(../img/readmore.png) no-repeat;
	display:block;
	height:25px;
	width:59px;
}

.newstext #readmore a:hover {
	background-position:0 -25px;
}


