#searchResultsBox
{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}

.searchResult
{
	width:556px;
	height:85px;
	overflow:hidden;
	margin-bottom: 10px;
	cursor:pointer;
}

	.searchResult .image
	{
		float:left;
		width:125px;
		height:85px;
		background-repeat:no-repeat;
		overflow:hidden;
	}
	
	.searchResult .text
	{
		float:left;
		width:415px;
		padding-left:15px;
	}

		.searchResult .text .advertText
		{
			float:left;
			width:415px;
			height:62px;
			overflow:hidden;
		}

.resultOff
{
	background-image: url('../images/search_right_hand_side_off.jpg');
	background-repeat: no-repeat;
}

.resultOn
{
	background-image: url('../images/search_right_hand_side_on.jpg');
	background-repeat: no-repeat;
}
/* - done in code
.imageOff
{
	background-image: url('../images/search_left_hand_side_off.png');
	background-repeat: no-repeat;
}

.imageOn
{
	background-image: url('../images/search_left_hand_side_on.png');
	background-repeat: no-repeat;
}
*/
.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;
	}

#infoBox
{
	width:100%;
	margin-top:20px;
	font-weight: bold;
	color:#707070;
}

	#infoBox .highlight
	{
		color: #68becb;
	}
	
	#infoBox #infoBoxLeft
	{
		float:left;	
		margin-top:10px;
	}
	
	#infoBox #infoBoxRight
	{
		float:right;	
	}