@charset "UTF-8";
/* CSS Document */
.featured_item_last {
	margin-left:4px;
	*margin-left:8px;
}
.featured_item, .featured_item_last {
	cursor:pointer;
	width:320px;
	margin-bottom:20px;
	-moz-box-sizing:border-box;
}

.featured_item:link, .featured_item_last:link, .featured_item:visited, .featured_item_last:visited, .featured_item:hover, .featured_item_last:hover {
	text-decoration:none;
}
.featured_item:hover, .featured_item_last:hover {
	color:#000;
}

.featured_item img, .featured_item_last img {
	width:320px;
	height:180px;
	margin:0;
	padding:0;
	background-color:#666;
	border:1px solid #ccc;	
	margin-bottom:5px;
}

#main_sidebar a:link, #main_sidebar a:visited, #main_sidebar a:hover {
	color:#333;
	font-size:11px;
	text-decoration:none;
}
#main_sidebar a:hover {
	text-decoration:underline;	
}

.featured_item_title {
	font-weight:bold;
	font-size:14px;
}

.featured_item_tagline {
	color:#666;
}

#main_sidebar ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#main_sidebar ul li{
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #333;
}





.news_link {
	color:#666;
	font-size:11px;	
}
.news_link a:link, .news_link a:visited, .news_link a:hover {
	color:#333;
	font-weight:bold;	
}
#videoplayer {
	position:absolute;
	top:150px;
	left:50%;
	right:50%;
	margin-left:-490px;
}