#hokResults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#hokResultsPageLinks {
	text-align: center;
	font-weight: bold;
	margin-top: 12px;
}
#hokResultsPageLinks a:link, #hokResultsPageLinks a:visited, #hokResultsPageLinks a:hover {
	padding: 2px 5px 2px 5px;
	margin-right: 0px;
	width: 20px;
	margin-left: 0px;
	color: #0066FF;
	text-decoration: underline;
}
.hokBasicResult a:link, .hokBasicResult a:visited, .hokBasicResult a:hover, .hokPreferredResult a:link, .hokPreferredResult a:visited, .hokPreferredResult a:hover { 
	color: #BFECFF;
	font-weight: bold;
	text-decoration: none;
}
.hokBasicResult a:hover, .hokPreferredResult a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	font-size: 3px;
	margin: 0px;
	padding: 0px;
}
.hokBasicResult, .hokPreferredResult {
	background-color: #7DB27D;
	padding: 3px;
	position:relative;
	margin: 10px 20px 0px 20px;
	margin-left: 20px;
	height: 115px;
	border: 1px solid #7DB27D;
	font-size: 11px;
}
.hokPreferredResult {
	background-color: #439FC7;
	border: 1px solid #439FC7;
	height: 240px;
	font-size: 11px;
	background-image: url(../images/preferred_result_bg-bluehm.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.hokBasicResultStatus, .hokPreferredResultStatus {
	background-color:white;
	position: absolute;
	left: -25px;
	top: -1px;
	height: 248px;
	width: 24px;
	color: #FFFFFF;
	z-index: -1;
	border: 1px solid #FFCF76;
}
.hokPreferredResultStatus {
	border: 1px solid #439FC7;
	border: none;
}
.hokBasicResultHeader, .hokPreferredResultHeader {
	color: #FFFFFF;
	padding: 3px;
	height: 15px;
}
.hokBasicResultHeader h3, .hokPreferredResultHeader h3 {
	font-size: 14px;
	margin: 0px;
	float: left;
}
.hokBasicResultHeader h4, .hokPreferredResultHeader h4 {
	font-size: 14px;
	margin: 0px;
	float: right;
}
.hokBasicResultImage, .hokPreferredResultImage  {
	float: left;
	margin: 3px 5px 30px 0px;
	border: 1px solid white;
}
.hokBasicResult ul, .hokPreferredResult ul {
	list-style-type: none;
	margin: 3px 0px 5px 0px;
}
.hokBasicResult p, .hokPreferredResult p {
	margin: 0px;
	color: #6B471C;
	width: 280px;
	float: left;
}
.hokBasicResult p {
	width: auto;
}
.hokBasicResultLinks, .hokPreferredResultLinks {
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 10px;
}
.hokBasicResultLinks a:link, .hokPreferredResultLinks a:link, .hokBasicResultLinks a:visited, .hokPreferredResultLinks a:visited, .hokBasicResultLinks a:hover, .hokPreferredResultLinks a:hover {
	border: 1px none #EEEEEE;
	border-top-style: none;
	border-bottom-style: none;
	color: white;
	padding: 3px;
	font-size: 12px;
}
.hokBasicResultLinks a:hover, .hokPreferredResultLinks a:hover {
	text-decoration: underline;
}
.hokPreferredResultLink {
	position: absolute;
	left: 175px;
	bottom: 100px;
	width: 350px;
	padding: 3px;
	background-color: #FFFF00;
	text-align: center;
}
.hokPreferredResultLink a:link, .hokPreferredResultLink a:visited, .hokPreferredResultLink a:hover  {
	font-size: 14px;
	color: black;
	font-weight: bold;
}
/* Preferred Result Brokder Info */
.hokPreferredResultBroker {
	position: absolute;
	border: 1px solid #A0D1E6;
	padding: 3px;
	top: 29px;
	right: 5px;
	width: 255px;
}
.hokPreferredResultBroker img {
	float: left;
	margin-right: 3px;
}
.hokPreferredResultBroker p {
	width: auto;
	float: none;
}
/* Preferred Result Agent Info */
.hokPreferredResultAgent {
	clear: left;
	width: 100%;
	border: 1px solid #A0D1E6;
}
.hokPreferredResultAgent img {
	float: left;
	border: 1px solid #454545;
	margin-right: 5px;
}
.hokPreferredResultAgent ul {
	float: left;
	margin-right: 20px;
	padding: 0px;
}
.hokPreferredResultAgentBlurb{
	float: left;
}
.hokPreferredResultAgentBlurb h4 {
	font-size: 11px;
	margin: 0px;
}
.hokPreferredResultAgentBlurb a:link, .hokPreferredResultAgentBlurb a:visited {
	clear: left;
}
/* Open House Listings */
p.hokOHI {
	margin: 0;
	text-align: left;
	background-color: #006600;
	color: white;
	padding: 2px;
}