/* Search results
================================================================================ */

.searchResultsWrapper
{
float:left;
margin-top:0px;
}
.searchResultsWrapper table
{
border:1px solid #ccc;
width:100%;
border:1px solid #ccc;
}

/* Paging controls
================================================================================ */

.pagingControls
{
float:right;
padding:20px 10px 0px 0px;
display:inline;
clear:left;
}
.pagingControls span
{
padding:3px 10px 0px 0px;
color:#333;
float:left;
font-size:68%;
}
.pagingControls input
{
float:left;
}
.pagingControls input.pageNumber
{
float:left;
width:30px;
border:1px solid #ccc;
text-align:center;
font-size:68%;
padding:2px 0;
color:#333;
}
.pagingControls .pageButton
{
padding:4px 4px 0px 4px;
}

.pagingControls input.button
{
	margin: 0px 0px 0px 5px;
	background:url("/Images/Backgrounds/Header/primary-navigation.gif") repeat-x center left;
	border:1px solid #c6b100;
	font-weight:bold;
	height:18px;
	font-size: 80%;
	/*min-width:44px;*/
	text-align:center;
	vertical-align:top;
	padding:1px 6px;
}

/* Search filters
================================================================================ */

div.searchFilters
{
margin-top:0px;
float:left;
width:734px;
margin-bottom:20px;
}
div.searchFilters div.mainArea
{
width:704px;
padding-top:10px;
padding-left:15px;
padding-right:15px;
background:#f5f5f5;
float:left;
}
div.searchFilters div.mainArea label, div.searchFilters div.mainArea span
{
color:#666;
font-size:75%;
padding-right:10px;
}
div.searchFilters div.mainArea select
{
/* width:197px; */
width:172px;
font-size:75%;
}
div.searchFilters div.mainArea span.secondary
{
background-image:url("/Images/Icons/search-filter-arrow.gif");
background-position:center left;
background-repeat:no-repeat;
padding-left:20px;
margin-left:7px;
}
div.searchFilters div.mainArea input.button,
div.searchFilters div.mainArea button.button
{
margin-top:10px;
background:url("/Images/Backgrounds/Header/primary-navigation.gif") repeat-x center left;
border:1px solid #c6b100;
font-size:68%;
font-weight:bold;
min-height:18px;
text-align:center !important;
padding:2px 6px 1px 6px;
margin-left:10px;
}

div.searchFilters div.mainArea div.searchOption
{
	float:left;
	margin-top: 8px;
}
.searchArea00 span
{
width: 150px;
}