/*
resources wrapper
*/
#resources-wrapper{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	/*width: 575px;
*/
	}

/*
top part for categories 
*/
#resources-categories{
	margin: 0 0 1px 0;
	width:100%;
}

/*
container for subcategories and resources below categories
*/
#resources-container{}

/* 
 bottom left part for subcategories
*/
#resources-subcategories{
	float: left;
	width: 125px;
}

/* 
 bottom right part for resources
*/
#resources-resources{
	margin: 0;
	float: left;
/*	width: 500px;*/
	height: 1% /* Holly hack for Peekaboo Bug */
}

/*
 resources wrapper
*/
#resources-footer {
	clear: both;
}

#resources-wrapper .resources-categorieslist{
	float:left;
	margin: 0px 1px 2px 0px;
	color:#fff;
	width:120px;
	background:#0688C6;
}

#resources-wrapper .resources-categorieslist p {
	margin:0;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:10px;
}


#resources-wrapper .resources-subcategorieslist{
	margin: 0px 0px 1px 0px;
	border: 1px solid #0688C6;
	width:120px;
	background:#0688C6;
}

#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:12px;
	padding: 0 0 0 10px;
	color: #fff;
}
