@import "menu.css";
@import "standard.css";

#home-col-1,
#home-col-2,
#home-col-3 {
	float: left;
	width: 308px;
	margin-right: 18px;
}

#home-col-2 {
	margin-right: 14px;
}

#home-col-3 {
	margin-right: -3px;
}

.home-box {
	background-color: #1F1F1F;
	padding: 12px 16px 19px 16px;
	margin: 15px 0;
}

.home-box h2 {
	font-size: 225%;
	padding: 0;
	margin: 0 0 19px 0;
}

.home-box ul {
	margin: -2px 0 0 0;
	padding: 0;
}

.home-box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.home-box ul li a {
	background: url(/graphics/ico_arrow-grey-black.gif) 0 3px no-repeat;
	padding: 0 0 0 13px;
	margin: 14px 0 0 0;
	display: block;
	text-transform: uppercase;
	position: relative;
}

h3.lettings-title {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 0 6px 0;
	margin: 0 0 12px 0;
}

h3.lettings-title,
h3.lettings-title a {
	font-size: 100%;
	text-transform: uppercase;
	text-decoration: none !important;
}

#lettings-col-1 {
	float: right;
	width: 681px;
	margin: 0 0 44px 0;
}

#lettings-col-1 .container1 {
	margin-bottom: 28px;
}

#lettings-col-1 a {
	text-decoration: underline;
}

#lettings-col-1-1 {
	float: left;
	width: 333px;
}

#lettings-col-1-1 p {
	line-height: 120%;
	margin: 0 0 9px 0;
}

#lettings-col-1-1 .container {
	margin-bottom: 18px;
}

#lettings-col-1-1 form fieldset {
	margin-bottom: 0;
}

/*#lettings-col-1-1 form fieldset p select {
	width: 76px;
}*/

#lettings-col-1-1 form fieldset p label#price-end-label {
	width: auto;
	float: none;
	padding: 0 5px;
}

#lettings-col-1-1 form fieldset p input.text {
	width: 120px;
	margin-right: 4px;
}

#lettings-col-1-2 {
	float: right;
	width: 332px;
}

#lettings-col-2 {
	float: left;
	width: 190px;
}

#lettings-menu ol {
	margin: 0;
	padding: 0;
}

#lettings-menu ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#lettings-menu ol li a {
	display: block;
	border-top: 1px solid #FFF;
	text-transform: uppercase;
	padding: 6px 0;
}

#lettings-menu ol li a.selected {
	font-weight: bold;
}

#lettings-menu ol li ol {
	border-top: 1px solid #FFF;
	padding-top: 6px;
}

#lettings-menu ol li ol li a {
	padding-top: 0;
	padding-left: 11px;
	border-top: 0;
}

span.lettings-button {
	background-color: #777777;
	color: #fff;
	padding: 3px 8px 3px 6px;
	line-height: 220%;
	font-weight: normal;
	font-size:100%
}

span.lettings-button-bold {
	background-color: #FFF;
	color: #000;
	padding: 3px 8px 3px 6px;
	line-height: 220%;
	font-weight: bold;
	font-size:100%
}

#property-search-form fieldset {
	border: 0;
	padding: 0 12px;
	margin: -2px 0 0 0;
	background: transparent;
}

#property-search-form fieldset p {
	margin: 0 0 13px 0;
}

#property-search-form fieldset p select#room {
	margin: 0 12px 0 13px;
}

#property-search-form fieldset p select#price {
	margin: 0 6px 0 13px;
}

#property-search-form fieldset p select#sq_ft {
	margin: 0 12px 0 86px;
}

#property-search-form fieldset p input.text {
	margin: 0 7px 0 23px;
	width: 143px;
}

#property-search-filter {
	border-bottom: 1px solid #FFF;
	margin: 0 0 12px 0;
}

#property-listing-ordering {
	padding: 6px 12px 0 12px;
	margin: 0 0 23px 0;
}

#property-listing-ordering-label {
	padding-right: 12px;
}

#property-listing-ordering a {
	text-decoration: none !important;
	padding: 5px 10px;
}

#property-listing-ordering a:hover {
	text-decoration: underline !important;
}

#property-listing-ordering a.selected {
	background-color: #262626;
	text-decoration: none !important;
}

#property-listing-ordering a.selected.first {
	margin-left: 10px;
}


#property-listing-options {
	padding: 12px 0 1px 0;
}



.property-detail h2 {
	margin-bottom: 18px;
}

.property-detail #lettings-col-1-1 {
	width: 413px;
}

.property-detail #lettings-col-1-2 {
	width: 251px;
}

.property-detail strong {
	font-weight: normal;
	text-transform: uppercase;
}

.property-detail #map {
	width: 415px;
	height: 318px;
}


.property-detail #request-more-information fieldset {
	padding: 8px 13px 4px 13px;
	margin-bottom: 0;
}

.property-detail #request-more-information fieldset p.error,
.property-detail #request-more-information fieldset p.submitted {
	font-size: 90%;
}

.property-detail #request-more-information fieldset p.error {
	color: #CF0000;
}

.property-detail #request-more-information fieldset p label {
	width: 84px;
}

.property-detail #request-more-information fieldset p input.text,
.property-detail #request-more-information fieldset p textarea.text {
	width: 135px;
	margin-right: -12px;
}

.property-detail #request-more-information fieldset p span.button-wrapper {
	margin-right: 5px;
}

.property-detail .dotted-listing {
	margin: -2px 0 25px 0;
}

.property-detail .property-detail-features p {
	margin: 0;
	/*background: url(/graphics/ico_dot-grey-black.gif) 0 5px no-repeat;*/
	padding: 0 0 4px 0;
}

.property-detail .property-detail-features p strong {
	font-weight: bold;
}

.property-detail .property-detail-features strong {
	text-transform: none;
}

.property-detail #request-more-information {
	margin-bottom: 22px;
}

.property-detail-additionalinfo h3 {
	padding-left: 8px;
}

.property-detail-additionalinfo ul {
	margin: 6px 0 24px 8px;
	padding: 0;
}

.property-detail-additionalinfo ul li {
	list-style-type: none;
	margin: 8px 0 0 0;
}

.property-detail-additionalinfo-info {
	display: block;
	margin: 6px 0 0 20px;
}

.property-detail-introduction {
	line-height: 150% !important;
	margin: 20px 0 20px 0 !important;
}

.property-detail-location {
	line-height: 150% !important;
	margin: 15px 0 30px 0 !important;
}

.property-detail-info {
	line-height: 160% !important;
	margin: 0 0 20px 0 !important;
}

.property-detail-info .lettings-button {
	line-height: 230%;
}

.property-detail-agency,
.property-detail-contact {
	margin: 14px 0 20px 0 !important;
}

.property-detail-agency p,
.property-detail-contact p {
	line-height: 150% !important;
	margin: 0;
}



.featured-property-left {
	float: left;
	width: 130px;
}

.featured-property-right {
	float: right;
	width: 195px;
}

.featured-property h4 {
	font-size: 100%;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 8px 0;
}

.featured-property h4 a {
	text-decoration: none !important;
}

.featured-property p {
	line-height: 150%;
	margin: 0 0 5px 0;
}

#lettings-home a {
	position: relative;
	display: block;
	float: left;
	text-decoration: none !important;
	margin: 0 13px 13px 0;
	overflow: hidden;
}

#lettings-home a.last {
	margin: 0 0 13px 0;
}

#lettings-home a .tooltip {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .85;
	padding: 6px 12px;
	font-size: 80%;
}



.search-website p.pagination {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 6px;
}

.search-website p.pagination a {
	text-decoration: none !important;
}

