div.resources{
   float: left;
   width: 725px;
   padding: 10px;
}

body div.resources div.main_title{
   color: #750F28;
	font-weight: bold;
   font-size: 1.4em;
}

body div.resources div.top_search{
	background-color: #840915;
	margin:0px;   
   padding: 5px;
   color: #FFFFFF;
   margin-bottom: 5px;
}

body div.resources div.top_search div.search_item{
   float: left;
   margin-right: 20px;
}

body div.resources div.top_search div.search_item select,
body div.resources div.top_search div.search_item input{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #840915;
   border-width: 0px;
   margin-bottom: 5px;
   width: 150px;
}

body div.resources div.resources_list{
   margin: 3px;
   border: 1px solid #750F28;
}

body div.resources div.resources_list div.title{
   padding: 5px;
   font-weight: bold;
   font-size: 1.2em;
   color: #FFFFFF;
   background-color: #750F28;
   height: 18px;
}

body div.resources div.resources_list div.items_header{
   margin: 2px 4px;
   font-weight: bold;
}

body div.resources div.resources_list div.col1{
   float: left;
   margin-right: 5px;
   width: 23px;
}

body div.resources div.resources_list div.col2{
   float: left;
   display: block;
   width: 150px;
}

body div.resources div.resources_list div.col3{
   float: left;
   display: block;
   width: 330px;
}

body div.resources div.resources_list div.col4{
   float: left;
   display: block;
   text-align: center;
   width: 78px;
}

body div.resources div.resources_list div.item{
   margin: 2px;
   background-color: #FADAE1;
   padding: 3px;
}

body div.resources div.resources_list div.item:hover{
   background-color: #F7E9C1;
}

body div.resources div.resources_list fieldset.resource_details{
   padding: 5px;
}

body div.resources div.resources_list fieldset.resource_details div.label{
   float: left;
   width: 100px;
   font-weight: bold;
   margin: 5px 0px;
}

body div.resources div.resources_list fieldset.resource_details div.resource_content{
   float: left;
   margin: 5px 0px;
}

body div.resources div.resources_list fieldset.resource_details div.content{
   float: left;
   margin: 5px 0px;
}

#resources-wrapper{
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border:0;
}

#resources-categories{
	margin: 0 0 1px 0;
	float:none;clear:both;
}

#resources-container{
	margin: 0px;
	padding: 0px;
	float:none;clear:both;
}

#resources-subcategories{
	float: left;
	width: 120px;
}

#resources-resources{
	margin: 0px;
	padding: 0px;
	float: left;
	position:relative;
	top:0px;
	left:0px;
	width: 604px;
}

#resources-footer {
	clear: both;
}

#resources-wrapper .resources-categorieslist{
	float:left;
	margin: 0px 1px 1px 0px;
	color:#fff;
	width:120px;
	background:#750F28;
}

#resources-wrapper .resources-categorieslist p {
	margin:0;
	text-align:center;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:10px;
}


#resources-wrapper .resources-subcategorieslist{
	margin: 0px 0px 1px 0px;
	width: 120px;
	background:#750F28;
}

#resources-wrapper .resources-subcategorieslist p {
	margin:0;
	width:100%;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:10px;
}

#resources-wrapper #resources-subcategories a {
	text-decoration:none;
	color: #fff;
}

#resources-wrapper #resources-categories a {
	text-decoration:none;
	color: #fff;
}

#resources-wrapper .resource-title{
	font-family:verdana,arial;
	font-weight:bold;
	font-size:11px;
	padding: 0 0 0 10px;
	color: #004673;
}

#resources-search{
	padding:0px 10px 0px 10px;
}

#resources-searchwrapper .res_title{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	color: #0072B7;
}

div.floatdiv {float: left; margin: 1px;}