/* Select Box */
.HotelList .selector {
	height:18px;
	display: block;
	border: solid 1px #B0A597;
	position: relative;
	background:none;
	line-height: 18px;
	padding-top: -10px;
/*	text-shadow: 0 1px 0 #aaaaaa;*/
	color: #000;
	width:150px;
}

div.selector {
	height:20px;
	display: block;
	border: solid 1px #CBCBCB;
	position: relative;
	background:none;
	line-height: 20px;
	padding-top: -10px;
/*	text-shadow: 0 1px 0 #aaaaaa;*/
	color: #342B25;
	width:55px;
}

div.selector select {
	font-family:Arial, Helvetica, sans-serif;
	width:60px;
}

.HotelList .selector select {
	font-family:Arial, Helvetica, sans-serif;
	width:155px;
}

div.selector.focus {
	border-color: #999;
}

div.selector span {
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 1.1em;
	padding: 0;
	display: block;
	background: url(../images/select.gif) no-repeat 35px center;
	right: 0;
	padding:0; 
	height:18px;
	padding-left:5px;
	border:0px solid;
	line-height:14px;
}

.HotelList .selector span {
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 1.1em;
	padding: 0;
	display: block;
	background: url(../images/select.gif) no-repeat 130px center;
	right: 0;
	padding:0; 
	height:18px;
	padding-left:5px;
	border:0px solid;
	line-height:16px;
}




div.selector.focus span {
	left: 0px;
	padding-bottom:0;
}

div.selector select {
	position: relative;
	font-size: 1.1em;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 0px;
}
div.selector select option {padding:0;}



/* radio */
div.radio {
	height: 10px;
	width: 10px;
	overflow: hidden;
	background: #fff url(../images/bg.png) repeat-x left bottom;
	float: left;
	display: inline;
	margin-right: 0px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: solid 1px #ddd;
	margin-top:2px;
}
div.radio.focus {
	border-color: #999;
}

div.radio.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
}

div.radio span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.radio span.checked {
	background: url(../images/radio.gif) no-repeat center center;
}

