.file-box-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.file-box-text {
}
.file-box-text h2 {
	margin: 0 0 15px 0;
}
.file-box-text p {
	margin: 0;
}
#resourceHolder {
	float: left;
	margin: 0 0 15px 0;
}
#resourceHolder.full-width {
	margin: 15px 0 0 0;
}
#resourceHolder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#resourceHolder ul li {
	margin: 0;
	padding: 0;
}
#resourceHolder ul h2 {
		background: #555555;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	height: 35px;
	line-height: 25px;
	margin: 0 0 1px 0;
	outline: none;
	padding: 0;
}
#resourceHolder ul h2:hover,
#resourceHolder ul h2.ui-state-active {
		background: #ff4d00;
	color: #ffffff;
	outline: none;
}
#resourceHolder ul h2 a {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
		background: transparent;
		padding: 4px 0 6px 10px;
}
#resourceHolder ul h2 a:hover {
	background: transparent;
	color: #ffffff;
}
#resourceHolder h3 {
	margin: 0 13px 12px 0;
	padding: 5px 8px 5px 8px;
	font-size: 20px;
	color: #FFF;
	clear: both;
	background: #393939;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 5px;
}
#resourceHolder .resource-content {
	margin: 10px 0 0 0;
	padding: 0;
}
#resourceHolder li.resource-item {
	display: inline-block;
	float: left;
	padding: 0;
}
#resourceHolder li.resource-item a.button {
	color: #2F2F31;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 210px;
}
#resourceHolder li.resource-item a:hover.button {
	background-position: 0 -120px;
}
#resourceHolder li.resource-item a.button span {
	display: block;
	height: 40px;
	margin: 70px 0 0 10px;
	overflow: hidden;
	width: 140px;
}
.file-box-widget {
    background: transparent;
	overflow: hidden;
	padding: 0;
}
.file-box-widget.active-block:hover {
	opacity: 0.5;
}
.file-box-widget-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.file-box-widget-text {
}
.file-box-widget-text h2 {
	margin: 0 0 15px 0;
}
.file-box-widget-text p {
	margin: 0;
}
.file-box-widget a.button {
	color: #2F2F31;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	height: 120px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 210px;
}
.file-box-widget a:hover.button {
	background-position: 0 -120px;
}
.file-box-widget a.button span {
	display: block;
	height: 40px;
	margin: 70px 0 0 10px;
	overflow: hidden;
	width: 140px;
}
#resourceHolder a.pdf,
.file-box-widget a.pdf {
	background: url(../images/btn_pdf.png) no-repeat 0 0;
}
#resourceHolder a.jpg,
.file-box-widget a.jpg {
	background: url(../images/btn_jpg.png) no-repeat 0 0;
}
#resourceHolder a.doc,
.file-box-widget a.doc {
	background: url(../images/btn_doc.png) no-repeat 0 0;
}
#resourceHolder a.docx,
.file-box-widget a.docx {
	background: url(../images/btn_docx.png) no-repeat 0 0;
}
#resourceHolder a.xls,
.file-box-widget a.xls {
	background: url(../images/btn_xls.png) no-repeat 0 0;
}
#resourceHolder a.xlsx,
.file-box-widget a.xlsx {
	background: url(../images/btn_xlsx.png) no-repeat 0 0;
}
#resourceHolder a.ppt,
.file-box-widget a.ppt {
	background: url(../images/btn_ppt.png) no-repeat 0 0;
}
#resourceHolder a.mov,
.file-box-widget a.mov {
	background: url(../images/btn_mov.png) no-repeat 0 0;
}
#resourceHolder a.zip,
.file-box-widget a.zip {
	background: url(../images/btn_zip.png) no-repeat 0 0;
}
#resourceHolder a.tar,
.file-box-widget a.tar {
	background: url(../images/btn_tar.png) no-repeat 0 0;
}
#resourceHolder a.mp3,
.file-box-widget a.mp3 {
	background: url(../images/btn_mp3.png) no-repeat 0 0;
}
