/*
	Descriçao: Gamma Knife
	Autor: Innovagency - http://www.innovagency.com/
*/
/*
	*News - News Menu styles
*/
html { text-align: center; }
.newslist { 
	width: 550px;
	padding: 10px 15px 20px 25px;
	text-align: left;
	color: #369;
	background: #cadbe7;
	position: relative;
	font: normal 90% Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
.newslist h3 {
	margin: 25px 0 15px;
	color: #06f;
}
.newslist .news {
	border-bottom: 1px solid #369;
	padding: 10px 0;
}
.newslist .news p {
	margin-bottom: 0;
}
.newslist .news img {
	border-color: #369;
}
.newslist p.close a {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(../close.gif) no-repeat;
}
.newslist p.more a {
	display: block;
	float: right;
	padding: 2px 25px 2px 10px;
	margin-top: 10px;
	background: #0e2b5c url(../nextb.gif) no-repeat right 50%;
	color: #fff;
	text-transform: uppercase;
	font-size: 85%
}