#categoryBox
{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}

.category
{
	width:556px;
	height:85px;
	overflow:hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

.categoryOff
{
	background-image: url('../images/resource_cat_off.jpg');
	background-repeat: no-repeat;
}

.categoryOn
{
	background-image: url('../images/resource_cat_on.jpg');
	background-repeat: no-repeat;
}

	.category .text
	{
		display:inline;
		float:left;
		width:416px;
		margin:5px 0px 0px 150px;
	}

		.category .text .categoryText
		{
			float:left;
			width:416px;
			height:62px;
			overflow:hidden;
		}

#resourcesBox
{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}

.resource
{
	width:556px;
	height:85px;
	overflow:hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

.resourceOff
{
	background-image: url('../images/resource_off.jpg');
	background-repeat: no-repeat;
}

.resourceOn
{
	background-image: url('../images/resource_on.jpg');
	background-repeat: no-repeat;
}

	.resource .text
	{
		display:inline;
		float:left;
		width:416px;
		margin:5px 0px 0px 150px;
	}

		.resource .text .resourceText
		{
			float:left;
			width:406px;
			height:62px;
			overflow:hidden;
		}

.searchFooter
{
	width:556px;
	overflow:hidden;
	margin-bottom: 10px;
}

	.searchFooter a
	{
		text-decoration:none;
		font-weight:bold;
		/*color: #cdcdcd;*/
		color: #999999;
	}

	.searchFooter #prev a:hover, .searchFooter #next a:hover
	{
		color: #68becb;
	}

	.searchFooter #prev .on, .searchFooter #next .on
	{
		color: #68becb;
	}

	.searchFooter #prev
	{
		display:inline;
		float:left;
		margin-left:150px;
	}

	.searchFooter #next
	{
		display:inline;
		float:left;
		margin-left:50px;
	}
