.category{
	position: relative;
}
a.top{
	position: absolute;
	top: 4px;
	right: 0;
}
.report{
	background: #EFEFE5;
	margin-bottom: 4px;
	overflow: hidden;
	height: 25px;
}
.report.expand{
	height: auto !important;
}
.report_header{
	position: relative;
}
.report_title, .report_price, .report_link, .collapse_link{
	float: left;
}
.collapse_link{
	width: 15px;
	height: 13px;
	background-image: url(../img/reports_sprites.png);
	background-repeat:  no-repeat;
	background-position: left bottom;
	margin: 5px;
}
.report.expand .collapse_link{
	background-position: left top !important;	
}
.collapse_link a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
.report_title{
	margin-left: 5px;
	font-weight: bold;
	width: 350px;
	font-size: 13px;
	color: #363636;
	padding-top: 5px;
}
.report_price{
	width: 150px;
	text-align: center;
	padding-top: 6px;
}
.report_link a, .featured_link a{
	display: block;
	width: 74px;
	height: 14px;
	color: #FFF !important;
	text-align: center;
	background: #6CB2D2;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 1px;
	margin: 5px 0;
	text-decoration: none;
}
.featured_link a{
	float: right;
}
.report_link a:hover, .featured_link a:hover;{
	text-decoration: none !important;
	background: #1F87C7;
}
.report_desc{
	background: #FFF;
	border: 1px solid #EFEFE5;
	padding: 2px 15px 2px 30px;
}
.featured{
	color: #525250;
	font-size: 12px;
	border-bottom: 1px solid #D1D1C9;
}
.featured h4{
	color: #286696;
	margin: 10px 10px 0;
	font-size: 12px;
	font-weight: normal;
}
.featured h5{
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #525250;
}
.featured p{
	margin: 2px 10px 5px;
}
.feature_price{
	float: left;
	margin: 4px 0 0 10px;
	font-weight: bold;
}