.news
{
	width:882px;
	margin-bottom:10px;
	border-bottom:1px dashed #b8c2c7;
}

.comment
{
	width:882px;
	margin-bottom:15px;
	border-bottom:1px dashed #b8c2c7;
	padding-bottom:15px;
}

.news .short-description
{
	display:block;
}

.news .full-description
{
	display:none;
}

.news .more-btn
{
	float:right;
	margin-bottom:10px;
}

.featured
{
	background:url("../template/default/images/news_bg.png") repeat-y;
	border-bottom:0;
}

.news-content
{
	padding:2px 0;
}

.news-content p
{
	line-height:20px;
}

.news h3
{
	font-size:16px;
	
	padding-bottom:5px;
	color:#7a0b21;
}

.featured h3
{
	color:#333333;
	font-size:18px;
	
	padding-bottom:5px;
}

.news-content img.pic
{
	float:left;
	margin:0px 20px 10px 0px;
	border:1px solid #000;
}

.featured-news
{
	float:left;
	width:283px;
	margin-right:23px;
	background:url("../images/featured-news-bg.png") repeat-y;
}

.featured-news .pic
{
	border:1px solid #000;
	display:block;
	margin-bottom:10px;
	
}

.featured-news h3
{
	color:#333333;
	
}

.featured-news-content
{
	padding:5px 15px 5px 15px;
	min-height:155px;
}

.featured-news a
{
	margin-right:15px;
	float:right;
}

.featured-nav
{
	text-align:center;
}

.featured-nav a
{
	vertical-align:middle;
	display:inline-block;
	margin-right:3px;
}

.featured-nav-bullet
{
	width:9px;
	height:20px;
	background:url("../images/bullet-gray.png") no-repeat center;
}

.featured-nav-bullet:hover, .featured-nav .selected
{
	background:url("../images/bullet-red.png") no-repeat center;
}

.featured-nav .disabled
{
	cursor:default;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
