/**************************************************************/
/* Location Finder Holder		       						  */
/**************************************************************/

#location-finder-holder{
	float:left;
	width:627px;
	margin-bottom:20px;
}

#location-finder-left{
	float:left;
	width:290px;
	padding-bottom:10px;
	background-color:#f7f7f7;
	border: solid 1px #c3d1d3;	
}

#location-finder-right{
	float:right;
	width:334px;
	background-color:#ffffff;
	border: solid 1px #c3d1d3;	
	margin-left:-1px;
	*padding-bottom:6px;
}




.paging-numbers a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #3f6075;
}


.paging-numbers a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #3f6075;
}

.paging-numbers a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ff5800;
}

.paging-numbers span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #3f6075;
	text-decoration:none;
}

/**************************************************************/
/* Filter Below Div				       						  */
/**************************************************************/

#filter-below-background{
	float:left;
	height:24px;
	width:290px;
	background-color:#c3d1d3;
	padding-top:9px;
		
}

#filter-below-background p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding:0px;
	margin:0px;
}

.filter-option-wrapper{
	float:left;
	width:270px;
	border-bottom: 1px solid #c3d1d3;
	padding-bottom:10px;
	*padding-bottom:10px;
	margin-left:10px;
}

/**************************************************************/
/* Results Div					       						  */
/**************************************************************/

#results-top{
	width:324px;
	height:24px;
	background-image:url(common-images/arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:10px;
	*margin-bottom:-7px;
}

#results-top p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}

/**************************************************************/
/* Location Search				      						  */
/**************************************************************/

.location-search{
	float:left;
	width:170px;
	margin-top:10px;
	margin-left:10px;
}

.location-titles {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#3f6075;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:10px;
}

/**************************************************************/
/* Attributes Dropdown				      					  */
/**************************************************************/

.attributes-holder{
	clear:both;
	float:left;
	width:280px;
}

.attributes-dropdown{
	float:left;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	color:#000000;
	width:212px;
	*width:225px;
}

/* Optional styling for the internal dropdown text elements	*/

option{
	padding-top:2px;
	padding-bottom:2px;
}

/**************************************************************/
/* Add Button						      					  */
/**************************************************************/

.attribute-add{
	margin-top:-1px;
	margin-left:10px;
}

/**************************************************************/
/* Added Attributes						      				  */
/**************************************************************/

.attribute-check{
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:10px;
	*margin-left:-3px;
	*margin-top:6px;
	background-image:url(common-images/delete-but.gif);
	background-repeat:no-repeat;
}

.checkbox-holder{
	float: left;
	width:290px;
}

/**************************************************************/
/* Customised checkboxes and Form labels					  */
/**************************************************************/

/*	CSS for customized radio buttons and check boxes */
	


#customized div { 
	float: left; 
	clear: left; 
	padding:0px; 
	margin:0px;
}

/* hide the inputs in an accessible way - do not use display: none or visibility: hidden */
.custom-checks input,
.custom-radios input {
	position: absolute; 
	left: -9999em; 
}

.custom-checks label,
.custom-radios label {
	clear:both; 
	float: left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.80em; 
	color:#000000;
	width:270px;
	padding-right: 1em; 
	line-height: 1; 
	background: url(common-images/check-radio.gif) no-repeat 0 0; 
	padding: 1px 0px 0px 22px; 
	margin:0px;
	margin-top:10px;
	cursor: pointer; 
}

/* NOTE: the .hover class must appear in the stylesheet before the .on class so that selected (on) inputs don't change on hover */

/* checks */
.custom-checks label.hover, .custom-checks label.focus { background-position: 0 -300px; }
.custom-checks label.checked { background-position: 0 -150px; }
.custom-checks label.focus { outline: 1px dotted #ccc; }


/**************************************************************/
/* Result Boxes												  */
/**************************************************************/

.result-box {
	float:left;
	width:320px;
	border:1px solid #e0e0e0;
	margin-left:5px;
	margin-bottom:5px;
	padding-bottom:10px;
}

.result-box p{
	font-family:Arial, Helvetica, sans-serif;
}

.result-box-block-title {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#3f6075;
	margin:0px;
	background-color:#f7f7f7;
	padding:10px;
	margin-bottom:10px;
}

.result-box-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#3f6075;
	margin:0px;
	padding:0px;
	margin-left:10px;
	padding-bottom:2px;
}

.result-box-normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-left:2px;
}

.result-box a{
	display:inline-block;
	color:#579ed4;
	padding-bottom:3px;
	*padding-bottom:2px;
}

.result-box a:hover{
	display:inline-block;
	color:#ff5800;
	padding-bottom:3px;
	*padding-bottom:2px;
}

/**************************************************************/
/* Please Wait Gif											  */
/**************************************************************/

.please-wait
{
    /* Animated Please Wait gif */
    float:left;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    height: 32px;
    width: 500px;
    background-image: url(common-images/PleaseWait.gif);
    background-repeat: no-repeat;
    padding-left:25px;
    line-height: 32px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.80em;
}
