/* 10 August 4:45 */
/* quick search styling */
#quickSearch .formSubmit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 30px;
}
.formLine {
	width: 190px;
	clear: right;
}
/*these two place the radio btn label above the input */
.formLine strong {
	width: 190px;
	float: left;
}
.formLine select {
	width: 190px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.formLine input {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* results styling */
/* border around each result */
ul.itemList li.clearfix {
	padding: 5px 10px 5px 5px;
	margin-left: -10px;
	list-style-type: none;
	position: relative;
	height: 180px;
	background-image: url(../images/resultsPanel.gif);
	background-repeat: no-repeat;
}
p.navigation {
	text-align: right;
	font-size: 1.0em;
}
#mainText .fullWidthCol p.navigation a {
	color: #888;
	text-decoration: none;
}
p.navigation strong {
	color: #900;
}
#mainText .fullWidthCol ul.itemList h3 {
	color: #900;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mainText .fullWidthCol ul.itemList li.clearfix h3 a:link, a:visited {
	color: #900;
}
li.clearfix h3 a strong {
	float: right;
	padding-right: 5px;
}
ul.itemList li.clearfix .thumbnail {
	float: left;
	border-right: solid #CCC 2px;
	border-bottom: solid #CCC 2px;
	padding: 0;
}
ul.itemList li.clearfix a.thumbnail img {
	width: 185px;
	height: 133px;
	clear: none;
}
ul.roomList {
	list-style-type: none;
	width: 150px;
	padding: 0;
	margin-right: 5px;
	position: absolute;
	top: 30px;
	right: 0px;
}
ul.roomList li.bedroom {
	background-image:url(../images/bedicon.gif);
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	float: left;
	padding-right: 15px;
}
ul.roomList li.receptions {
	background-image:url(../images/receptionicon.gif);
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	float: left;
	padding-right: 15px;
}
ul.roomList li.bathroom {
	background-image:url(../images/bathroomicon.gif);
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	float: left;
	padding-right: 15px;
}
ul.roomList li span {
	display: none;
	text-align: right;
}
ul.roomList li strong {
	color: #888;
	float: right;
	width: 5px;
}
ul.itemList li.clearfix p {
	padding: 5px 10px 5px 20px;
	text-align: left;
	clear: right;
	position: absolute;
	top: 51px;
	right: 8px;
	width: 496px;
	border-top: solid 1px #ccc;
}
ul.itemList li.clearfix p.detailsLink {
	border-top: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
h4.status {
	color: #FFF;
	background-color: #C00;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 2px;
	width: 136px;
	text-align: center;
	border-bottom: solid 1px #900;
}
ul.itemList li.clearfix p.detailsLink {
	text-align: right;
	position: absolute;
	top: 130px;
	right: 10px;
}
ul.itemList li.clearfix p.detailsLink a{
	color: #07ACBB!important;
	text-decoration: none;
	}
#mainText .fullWidthCol ul.itemList li.clearfix p.detailsLink a:link, a:visited {
	color: #900;
}
/* original details page styling */
#mainText .fullWidthCol .details {
	border: solid 5px #ccc;
	padding: 5px 0px 10px 10px;
	margin-bottom: 10px;
	list-style-type: none;
	position: relative;
}
#mainText .fullWidthCol .details h3 {
	padding: 2px 0 5px 10px;
	margin-left: -10px;
	border-bottom: solid 2px #ccc;
}
#mainText .fullWidthCol .details h4.price {
	color: #900;
	border-bottom:2px solid #CCCCCC;
	float:right;
	padding-bottom:5px;
	padding-right:10px;
	padding-top:2px;
	text-align:right;
	width:310px;
}
/* main image div */
#lightboxreapitDetails_php_RPW_property_details_obj {
	float: left;
	width: 380px;
}
div.thumbnailGallery {
	height: 340px;
	margin-left: -10px;
}
img.inlineImage {
	padding: 10px 0;
}
div.thumbnailGallery a.thumbnail img {
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#mainText .fullWidthCol .details ul.optionButtons {
	list-style-type: none;
	width: 710px;
	height: 40px;
	padding-bottom: 5px;
	margin-left: -15px;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}
div.contacts {
	float: right;
	width: 240px;
	padding-right: 10px;
	margin-bottom: 5px;
	text-align: right;
}
div.contacts h4 {
	width: 240px;
}
div.details h4 {
	color: #900;
	padding-top: 10px;
}
div.details p.description {
	padding: 0 0 10px 0;
	width: 380px;
}
div.details p {
	width: 380px;
}
div.details ul.accommodationSummary {
	clear:	left;
	margin: 10px 0!important;
}
ul.optionButtons li span {
	display: none;
}
ul.optionButtons li a.printButton {
	background-image: url(../images/detailsBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.optionButtons li a.floorplanButton {
	background-image: url(../images/floorplanBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.optionButtons li a.mapButton {
	background-image: url(../images/locationBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.optionButtons li a.emailButton {
	background-image: url(../images/emailusBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.optionButtons li a.HIPButton {
	background-image: url(../images/hipsBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.optionButtons li a.viewingButton {
	background-image: url(../images/arrangeviewingBtn.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	float: left;
	margin: 5px 5px 5px 0;
}
ul.contactList {
	list-style-type: none;
	margin-bottom: 5px!important;
}
ul.contactList li {
	text-indent: -15px;
}
ul.roomDescription {
	list-style: none;
	margin-left: -15px;
}
ul.roomDescription li {
	text-indent: 0px;
	padding-bottom: 5px;
}
ul.roomDescription li strong {
	color: #900;
}
ul.roomDescription li em {
	display:list-item;
}
/* search pages */
.fullsearch {
	width: 730px;
}
div.fullsearch h3 {
	display: none;
}
div.fullsearch p.formSubmit {
	border: none;
	margin-left: 0px;
}#mainText .fullWidthCol .detailsWrapper {
	clear: both;
}

ul.optionButtons {
	clear: both;
}

ul.optionButtons li {
	float: left;
}

div.lightbox img.inlineImage {
	padding: 0;
}

#mainText .fullWidthCol .details h3 {
	margin-bottom: 10px;
}

ul.roomDescription li em {
	display: inline;
}

ul.roomDescription {
	margin-top: 20px;
}

/* tenure */

li.clearfix h3 a strong em {
	color: #666;
	font-weight: normal;
	font-style: normal;
}
#mainText .fullWidthCol .details h4.price em{
	color: #666;
	font-weight: normal;
	font-style: normal;
}
