.category-link {
	font-size: 1.3em;
	font-weight: bold;
	color: #c67559;
	padding: 0px;
	float: left;
	width: 30%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9F968F;
	border-right-color: #9F968F;
	border-bottom-color: #9F968F;
	border-left-color: #9F968F;
	margin-right: 5px;
	margin-bottom: 5px;
}
.category-link a {
	font-weight: bold;
	color: #c67559;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(/themes/cleanstyle/images/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	text-align: center;
	padding: 8px;
	height: 35px;
}
.category-empty {
	font-size: 1.4em;
	color: #FF0000;
	text-align: center;
	padding: 8px;
	clear: both;
	position: relative;
}
.profile-block {
	float: left;
	width: 32%;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	height: 150px;
	min-width: 350px;
	background-color: #FFFFFF;
	background-image: url(/themes/cleanstyle/images/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9F968F;
	border-right-color: #9F968F;
	border-bottom-color: #9F968F;
	border-left-color: #9F968F;
}
.profile-block:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #c67559;
	border-right-color: #c67559;
	border-bottom-color: #c67559;
	border-left-color: #c67559;
}
.page-links {
	clear: both;
	position: relative;
	font-size: 1.4em;
	color: #333333;
	text-align: center;
	padding: 8px;
}
.page-links a {
	color: #c67559;
	text-decoration: none;
}
.page-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.option-links {
	font-size: 1.8em;
	color: #333333;
	padding: 8px;
	clear: both;
	float: left;
	width: 30%;
}
.option-links a {
	color: #c67559;
	text-decoration: none;
}
.option-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.results-header {
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px;
	position: relative;
	color: #333333;
}
.resultlist {
	float: right;
	width: 68%;
}
