@charset "UTF-8";

#promo_featured{
	width: 470px;
	height: 290px;
}

#promo_media{
	margin-top: 8px;
}

#promo_media ul{
	width: 470px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#promo_media li{
	float: left;
	width: 230px;
	height: 250px;
	color: #999999;
}

#promo_media a{
	color: #003C6C;
}

#promo_media a:hover {
	color: #5FA9ED;
}

#promo_media li.nogutter{
	float: right;
}

#promo_media .content{
	background: url(/images/backgrounds.gif) no-repeat;
	background-position: 0 -35px;
	height: 230px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}

#promo_media .thumb{
	width: 226px;
	height: 135px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
}



#promo_media .titlebar{
	background: #999999;
	float: left;
	width: 4px;
	height: 15px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 3px;
}

#promo_media .titletext{
	font-size: 15px;
	line-height: 15px;
	color: #003C6C;
}

#promo_media .description{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 13px;
	color: #999999;
}

#promo_media .footer{
	background: url(/images/backgrounds.gif) no-repeat;
	background-position: 0 -267px;
	width: 230px;
	height: 20px;
	margin-top: 1px;
}

#promo_media .footer_buttons{
	margin-right: 2px;
	float: right;
}

#promo_media .spacer{
	width: 468px;
	height: 10px;
	clear: both;
}

