#resources
{
	background:url("../template/default/images/resources_bg.png") repeat-y;
	width:888px;
}

#resources-content
{
	padding:0px 32px;
}

a.resource-tab
{
	display:inline-block;
	float:left;
	background:url("../template/default/images/resource_tab.png") no-repeat;
	width:198px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:9px 0px 10px 0px;
	text-decoration:none;
	color:#4b5557;
}

a.resource-tab:hover, a.selected
{
	color:#fff;
	background:url("../template/default/images/resource_tab_roll.png") repeat-x;
	text-decoration:none;
}

.resource
{
	padding:15px;
	background:#eff0f0;
	margin-bottom:15px;
}

.resource span.download-icon
{
	display:inline-block;
	text-align:center;
	float:left;
	margin-right:10px;
	width:88px;
}

.resource h3
{
	padding:0px;
	margin:0px;
	font-size:18px;
}

.resource h3 a
{
	text-decoration:none;
}

.resource h3 a:hover
{
	text-decoration:underline;
}

.resource img
{
	vertical-align:middle;
}

.resource span
{
	font-size:8pt;
}

.resource-filters a
{
	display:inline-block;
	padding:3px;
}

.resource-filters a.selected
{
	background:#1D2F56;
	color:#fff;
}

a.remove
{
	font-size:8pt;
}

div.col
{
	float:left;
	width:280px;
}

.toolbar
{
	padding:0px 0px 15px 0px;
}
