#SearchControlContent {
	position: relative;
	float: left;
	width: 650px;
	height: 245px;
	background-image: url('../images/backgrounds/edinburgh-skyline-search-form.png');
	background-repeat: no-repeat;
	padding-top: 80px;
}

#SearchControlContent a 
{
	font-weight: normal;
}

#scHead {
	margin-right: 20px;
	float: left;
	width: 115px;
	height: 200px;
}

#scHead ul {	
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	line-height: 27px;
	list-style: none;
	padding-left: 4px;
	font-size: 14px;	
	text-align: right;	
}

#scHead li {
	padding-right: 10px;
	border-right: 1px solid #9D737E;
}

#scHead li.selected {
	color: #191F6C;
	font-weight: bold;
	width: 85px;
	padding-right: 15px;
	background-image: url('../images/icons/selected-search-arrow.png');
	background-repeat: no-repeat;
	background-position: center right; 
	border-right: 1px none;
}


#SearchControlContent label {
	display: block;
	margin-bottom: 3px;
	height: 16px;
}

#SearchControlContent #line1 {
	float: left;
	width: 500px;
	height: 80px;
}

search_city {	
	width: 200px;
}

#location {
	height: 100%;
	float: left;
	width: 220px;
}

#location label {
	font-size: 13px;
	font-weight: bold;
	color: #833349;	
	text-shadow: 1px 1px #CCAFB6;	
}

#location label, #location select {
	clear: left;
	float:left;
}

#location span.info {
	clear: left;
	font-size: 11px;
	color: #191F6C;
	padding-left: 5px;	
}

#rent {
	margin-left: 30px;
	height: 100%;
	float: left;
	width: 160px;
}

#rent label {
	font-size: 12px;
	clear: left;
	float:left;
	color: #833349;	
}

#rent .chelp {
	cursor: help;
	padding-left: 4px;
	position: relative;
	top: -1px;
}

#rent input {
	border: 1px solid #A6818D;	
	background-image: url('../images/icons/pound-sign.png');
	background-repeat: no-repeat;
	background-position: left 50%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left: 15px;	
	padding: 3px 3px 3px 12px;
	height: 18px;
}

#rent input.rent-first {
	clear: left;
}

#rent input, #rent span {
	float: left;
}


#bedrooms {
	height: 100%;
	float:left;
	width: 90px;
}

#bedrooms label {
	font-size: 12px;
	color: #833349;
}

#bedrooms label, #bedrooms select {
	clear: left;
	float:left;
}

#bedrooms select {
	width: 70px;	
}

#SearchControlContent #line2 {
	float: left;
	width: 500px;
	height: 60px;
}

#ptype {
	height: 100%;
	float: left;
	width: 220px;
}

#ptype label {
	font-size: 12px;	
	color: #833349;	
}

#ptype label, #ptype select, {
	clear: left;
	float:left;
}

#furnishing {
	margin-left: 30px;
	height: 100%;
	float: left;
	width: 130px;
}

#furnishing label {
	font-size: 12px;	
	color: #833349;	
}

#furnishing label, #furnishing select {
	clear: left;
	float:left;
}

#SearchControlContent #line3 {
	float: left;
	width: 505px;
	height: 65px;
}

#line3 #search-links {
	clear: both;
	float: left;
	padding-top: 10px;
}

#search-links a {
	font-size: 12px;	
	line-height: 1.6em;
}

#search-links a img {	
	position: relative;
	top: 1px;
	border: none;
	margin-right: 4px;
}

#line3 #search-button {
	position: relative;
	top: -10px;
	float: right;
	width: 200px;	
	height: 60px;
	text-align: center;
}

#line3 #search-button input {
	margin-top: 5px;
	margin-left: 30px;
}


#search-button #scCounter {
	margin-left: 45px;
	font-size: 14px;
	color: #833349;
	display: block; 
	float: left;
	height: 15px;
}

#scCounter #matchesID {
	font-size: 12px;
}

#SearchControlContent #line3-alert-box {
	float: left;
	width: 515px;
	height: 65px;
	vertical-align: bottom;
}

#line3-alert-box {
	display: none;
}

#line3-alert-box #alerts {
	float: left;
}

#line3-alert-box #alerts input.alertfield {
	float: left;
	width: 98px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #A6818D;	
	height: 19px;
	padding: 3px;
}

#line3-alert-box #alerts input.alertbutton {
	float:left;
	margin-top: 5px;
	margin-left: 7px;
}

#line3-alert-box #alerts p {
	font-size: 13px;
	color: #833349;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0px;	
}

#search-stats {
	position: relative;
	clear: both;
	float: left;
	width: 620px;	
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 112px;
}

#search-stats ul {
	margin-top: 5px;
	list-style: none;
	padding-left: 0;
	margin-left: 0;	
}

#search-stats li {	
	padding-left: 9px;
	margin-left: 7px;
	float: left;
	list-style-image: none;
	background-image: url('../images/icons/tiny-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #191F6C;	
}

#search-stats li.first {
	margin-left: 0;
	padding-left: 0;
	background-image: none;	
}

#search-stats a {
	color: #833349;
}

#rent span
{
	line-height: 23px;	
}



/* Override Dojo defaults for Select and ComboxBox */

.tundra {
	font-family: font-family: Arial, Helvetica, sans-serif;	
}

.tundra .dijitButtonText {
	font-size: 13px;
	position: relative;	
}

.tundra .dijitInputContainer {
	background-image: none;	
	padding-top: 2px;
	padding-left: 3px;
}

.tundra .dijitSelect .dijitButtonContents {
	background: #fff;
	padding-top: 0px;
	height: 19px;
}

.tundra .dijitInputContainer input {
	-webkit-appearance: caret;
	-moz-appearance: caret;
	font-size: 13px;
}

.tundra .dijitSelectLabel {
	font-size: 13px;
}

.dijitMenuItem  {
	font-size: 13px;
}

.dijitMenuItemLabel {
	font-size: 13px;
}

.tundra .dijitSelect, .tundra .dijitComboBox {	
	border: 1px solid #A6818D;
	border-color: #A6818D;
	background: #fff;	
	border-radius: 4px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0;	
	padding: 2px;
	border-collapse: separate;
}


.tundra .dijitSelectMenu .dijitMenuTable {
	max-height: 200px;
	height: 200px;
}


.tundra .dijitSelectHover .dijitButtonNode {
	background: #fff;
	border-radius: 5px;
}


.tundra .dijitButtonNode {
	border: none;
	background: #fff;
}

.tundra .dijitSelect .dijitButtonContents { 
   height:18px;
}


/* End Dojo override */

