


.wrapperSearchPanel {
	width: 231px;
	padding-right: 0px;
	margin-right: 0px;
	float: left;
}



/*****************************************************
			Search Box
******************************************************/

.searchbox {
	position: relative;
	width: 231px;
	height: auto;
	margin-bottom: 12px;
	padding: 0px;
}
		.searchboxheader{
			position: relative;
			width: 231px;
			height: 28px;
			background-image: url(../../images/sidebarsearchheader.gif);
			background-repeat: no-repeat;
		}

		/*****************************************************
					Map
		******************************************************/
		.mapbox {
			position: relative;
			width: 230px;
			height: 280px;
			margin: 0px;
			padding: 0px;
			background-image: url(../../images/maps/imaploading.gif);
			border-right-width: 1px;
			border-right-color: #5E8145;
			border-right-style: solid;
		}
				.mapbox div.map {
					position: absolute;
					width: 230px;
					height: 280px;
					margin: 0px;
					padding: 0px;
				}
				.mapbox a.town {
					position: absolute;
					width: 8px;
					height: 8px;
					margin: 0px;
					padding: 0px;
					background-image: url(../../images/maps/itown.gif);
					background-repeat: no-repeat;
					background-position: center;
					cursor: pointer; 
				}
				.mapbox a.mapzoom2, a.mapzoom3, a.mapzoom4 {
					position: absolute;
					margin: 0px;
					padding: 0px;
					border:1px solid #C26701;
				}
				.mapbox a.mapzoom2 {
					/**
					background-image: url(../images/maps/izoom+.png);
					background-repeat:no-repeat;
					background-position: top right;
					/**/
					border-style: solid;
				}
				.mapbox a.mapzoom3 {
					/**
					background-image: url(../images/maps/izoom+.png);
					background-repeat:no-repeat;
					background-position: top right;
					/**/
					border-style: dotted;
				}
				.mapbox a.mapzoom4 {
					/**
					background-image: url(../images/maps/izoom+.png);
					background-repeat:no-repeat;
					background-position: top right;
					/**/
					border-style: dashed;
				}
				
		.zoomout {
			position: absolute;
			top: 0px;
			right: 0px;
			float: right;
			height: 17px;
			width: 17px;
			border:1px solid #A66;
			
			background-image: url(../../images/maps/izoom-.png);
			cursor: pointer;
			
		}




		/*****************************************************
					Search Details
		******************************************************/
		.searchdetailsbox{
			position: relative;
			top: 0px;
			width:220px;
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 8pt;
			
			color: #040;
			padding-top: 4px;
			padding-left: 10px;
			background-color: #94BC58;
			border-right: 1px solid #5E8145;
		}
		.searchform{
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 8pt;
		}
		
		.searchboxfooter{
			position: relative;
			width: 231px;
			height: 7px;
			background-image: url(../../images/sidebarsearchfooter.gif);
			background-repeat: no-repeat;
		}



/*****************************************************
			Options Box
******************************************************/

.optionsbox {
	position: relative;
	width: 231px;
	height: auto;
	margin-bottom: 12px;
	padding: 0px;
}
		.optionsboxheader {
			position: relative;
			width: 231px;
			height: 17px;
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 9px;
			color: #FFF;
			padding-left: 8px;
			padding-top: 21px;
			background-image: url(../../images/sidebaroptionsheader.gif);
			background-repeat: no-repeat;
		}

		.optionsboxcontent {
			position: relative;
			width: 214px;
			height: auto;
			margin: 0px;
			padding: 8px;
			background-color: #EF7D00;
			border-right-width: 1px;
			border-right-color: #5E8145;
			border-right-style: solid; 
		}
		.optionsboxcontent a {
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 8pt;
			color: #FFF;
			text-decoration: none;
		}
		.optionsboxcontent a:visited {
			color: #FFF;
			text-decoration: none;
		}
		.optionsboxcontent a:hover {
			text-decoration: underline;
		}
		
		
		.optionsboxfooter {
			position: relative;
			width: 231px;
			height: 7px;
			background-image: url(../../images/sidebaroptionsfooter.gif);
			background-repeat: no-repeat;
		}











