#mainPhoto {
	
	max-width:384px;
	max-height:319px;
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 0;
	margin: 0;
}

#container {
	width: 440px;
	margin: auto;
	padding-top: 20px;
}

#particulars, #register{
	width: 540px;
	padding: 30px;
}

#searchResults h1, #register h1 {
	font-weight: normal;
	font-size: 1.5em;
	color: #ff0099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link {
	color: #ff0099;
	font-weight: bold;
}

a:visited {
	color: #330066;
}

#propertyArea {
	font-size: 1.2em;
}

td.bedrooms {
	text-transform: capitalize;
	font-size: 0.9em;
}

td.propertyPrice, td.bedrooms {
	text-align: right;
}

td.propertyPrice, td.propertyAddress {
	vertical-align: bottom;
}

td.thumbnail, td.propertyAddress {
	padding-top: 15px;
	border-top: double 2px #cccccc;
}

td.propertyAddress a {
	text-decoration: none;
}

td.thumbnail a img {
	border: solid 2px #333;
}

td.thumbnail a:hover img {
	border: solid 2px #ff0099;
}

td.thumbnail {
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: double 2px #cccccc;
	text-align: center;
}

table.list { border-collapse: collapse; }


span#address {
	font-size: 0.9em;
	font-weight: bold;
}

td.addressDetails, td.bedrooms {
	padding-top: 8px;
	color: #333;
}

td.addressDetails { vertical-align: top; }

td.description {
	text-align: justify;
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: double 2px #cccccc;
}

.searchNav, .pageList {
	background: #330066;
	color: #fff;
	padding: 10px;
	width: 199px;
	float: left;
}

.pageList {
	text-align: right;
}

.pageList a:visited { color: #ccc; }

/*************** PARTICULARS ***************/

#particulars {
	padding-top: 30px;
}

#particularsPhotos {
	width: 100%;
}

#largePhoto {	
width: 384px;
float: left;
}

#features {
	margin-left: 405px;
	vertical-align: top;
}

ul#featureList {
	padding-left: 15px;
}

ul#featureList li {
	margin: 6px 0;
}

#pHeading {
	color: #ff0099;
	font-size: 1.5em;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: dotted 1px #ccc;
	vertical-align: bottom;
}

#pHeading #postcode {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

#roomsAndType {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}


#price {
	float: right;
	color: #666;	
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	margin-top: 5px;
}

#caption {
	z-index: 1001;
	background: url("../images/overlay.png") repeat;
	color: #fff;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	width:384px;
}

#caption div#capText { padding: 7px; margin: 0; width:384px;}

.photoPosition {
	background: #330066;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	text-align: right;
	margin-bottom: 15px;
}

#particulars p {
	text-align: justify;
}

h2 {
	font-size: 1.3em;
}
/* Search Bar */
 

#searchBar {
	margin: 0;
	background:#ccc;
	padding:6px 6px 10px 6px;
	color:#666;
	font-weight: bold;
}
 
.searchBarList {
	margin: 0;
	font-size:0.9em;
} 
 
#hidden {
	padding: 10px 0 0 0;
	background: #ccc;
	color:#666;
	height: 20px;
}
 
#searchBar form {
	margin: 0;
	padding: 0;
}

table.list { margin: 0; }
 
#searchBar a {
	color:#381B6E;
}

#searchBar label {
	margin-left: 8px;
}
 
#searchBar a:hover {
	color:#5C2DB5;
}
 
 
#searchBar select {
	font-size:0.95em;
}

.searchFieldRooms {
	float:left;
	margin-right: 5px;
}
 
.searchFieldPrice {
	float:left;
	margin-right: 6px;
}
 
.searchFieldPrice select {
	width:90px;	
} 
 
.searchFieldRooms select {
	font-size:1em;
 } 
 
.radiosMap {
	margin:0px 4px 6px 8px;
	padding:0px 0px;
	float:left;	
}
	
#advanced {
	background:#ccc;
}

#buyMinMap {
	margin:0 0 0 4px;
 }
 
.minField {
	margin:0 0 5px 0;
 }
 
.searchFieldType {
	float:left;
	margin:0 0 0 8px;
 }
 
 .searchFieldArea {
	float:left;
	margin:0 0 0 8px;
 }
 
.searchFieldType select {
	font-size:1em;
 }

 
.searchFieldArea input {
	font-size:1em;
 }
 
.searchBarSubmit {
	float:right;
	margin:0 5px 0 15px;
} 


/*************** REGISTER **************/

fieldset {
	margin: 20px 0;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #330066;
}

fieldset .searchField {
	width: 100%;
	clear: both;
	margin: 2px 0;
}

fieldset select {
	font-size: 0.95em;
}

fieldset label {
	width: 35%;
	float: left;
}

.error {
	color: #FF0000;
	font-weight: bold;
}


.noBorder {
	border: none;
}