@CHARSET "ISO-8859-1";

@import "_library/cmxform.css";
@import "cmxform.css";

@import "signupform.css";

/* Reset styles */
/**********************************

Use: Reset Styles for all browsers
Author: Nick Rigby

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 120%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

.error {
	color: #f00;
	font-weight: bold;
}

/* Core */
body {
	padding: 0 10px;
	font: normal 75% arial, verdana, sans-serif ;
	background-color: #bbb;
	line-height: 135%;
}

h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top:3px;
	padding-left:0px;
	color: #00aaee;
}

h2 {
	font-family: Georgia, serif;
	font-size: 15px;
	margin-bottom: 6px;
	margin-top: 3px;
	color: #0000a0;
}


p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* General styling */

a {
	text-decoration: none;
	color: #0000a0;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/* Layout */

body.locations {
	background-color: #fff;
	padding-bottom: 20px;
}

#page {
	margin:4px auto;
	position:relative;
	width:894px;
	background-color: #fff;
	padding: 4px;
	margin-bottom: 50px;
}


#header {
	margin-top: 5px;
}


#logo, #logonew {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #444;
	display: inline;
	float:left;
}

#logo h1, #logonew h1 {
	padding-bottom: 5px;
	padding-left:5px;
	margin-bottom: 0;
	line-height: 100%;
	font-weight: normal;
	font-size: 36px;
}

#logo h2, #logonew h2 {
	margin-top: 3px;
	margin-bottom:15px;
	padding-left:5px;
	font-size: 16px;
	font-weight: normal;
}

#logonew h2 {
  padding-bottom: 0px;
}
#logonew h2, #logo h2 {
 font-size: 26px;
 margin-top: 0px;
 padding-top: 0px;
}

#loginstatus {
	float: right;
	margin: 4px 2px 0 0;
}

#nav {
	clear: both;
	height: 22px;
	background: transparent url(/images/common/bg_navigation_bar.gif) repeat-x scroll 0 0;
	margin: 0 0 5px 0;
	padding: 3px 0 0 5px;
}

#nav ul {
	padding-top: 0px;
}

#nav li {
	display: inline;
	padding: 2px 35px 0 0;
	font-weight: bold;
}

#nav li .sign_up {
	color: #093;
}

#nav li.last {
	padding-right: 5px;	
}

#nav ul.rhs {
	float: right;
}

/* New two layer nav */

ul#topnav {
	margin: 0 0 25px 0; padding: 0;
	float: left;
	width: 894px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(/images/topnav_stretch.gif) repeat-x;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 5px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover, ul#topnav li.selected {
  background: #1376c9 url(/images/topnav_active.gif) repeat-x;
  background-position: bottom;
 }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 3px 0;
	position: absolute;
	left: 0; top:26px;
	display: none; /*--Hide by default--*/
	width: 894px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	
}

/*--Show subnav when selected--*/
ul#topnav li.selected span {
  display: block;
} 

/*--Show subnav on hover--*/
ul#topnav li:hover span{
  display: block;
  z-index: 100;
} 


ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


ul#topnav li.rightalign {
float: right
}

/* END --- two layer nav */

#container{
	overflow: hidden;
	width: 1000px;
	clear:both;
}
#content{
	width:694px;
	float:left;
	border-left:1px solid #ccc;
	padding: 0 5px 0 10px;
}

#content_home{
	width:700px;
	float:left;
	border-left:1px solid #ccc;
	padding: 0 5px 0 10px;
}

#left-rail{
	width:180px;
	float:left;
	margin-right: 5px;
}

#content-wrapper {
	clear: both;
}


#content h1 {
  font-size: 24px;
  font-weight: normal;
  color: #0000a0;
}

#content h2 {
  font-weight: normal;
  color: #0000a0;
}




#search {
	background-color: #333333;
	padding: 7px 7px 7px 7px;
}

#search h2 {
	font-family: Georgia;
	font-size: 16px;
	color: #fff;
}

#search.commercial h2 {
  font-size: 14px;
}

#search a {
	color: #fff;
}

#footer {
	clear:both;
	text-align: center;
	margin: 40px 0 10px 0;
	width: 890px;
}

/* Side boxes on HP */
#rhs-boxes {
	float: right;
	width: 150px;	
}

.box {
	margin-bottom: 15px
}

.box h2 {
	margin-bottom: 2px;
}

.box p {
	margin-top: 0px;
}

/* Content pages */


.content-page p {
	margin: 0 5px 10px 0px;
	line-height: 135%;
	font-family: verdana;
}

.content-page h3 {
	font-family: verdana;
}

.content-page img {
	margin: 0 5px 5px 5px;
}

.content-page img.tick {
	margin: 0;
}

.content-page ul  {
	padding-left: 20px;
}

.content-page ol  {
	padding-left: 25px;
}

/* property show */

#not_active {
	background-color: #eaeaff;
	border: 1px solid #0000a0;
	color: #0000a0;
	padding: 10px;
	font-size: 130%;
	margin: 5px 0 10px 0;
	text-align: center;
}

#not_active a {
	font-weight: bold;
}

.property_details_right {
	float:right;
	text-align: right;
	margin-right: 4px;
	letter-spacing:0.2px;
}

#property_details p {
  letter-spacing:0.2px;
}

#property_photos {
}

.main_photo {
	float: left;
}

.more_photos {
	float: right;
	width: 160px;
}

.thumb_box {
	border-bottom: 4px solid #fff;
}

.wraptocenter, .wraptocenter_main {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 156px;
    height: 117px;
	background-color: #e5e5e5;
}

.main_wrap {
	width: 524px;
	height: 393px;
}


.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


.main_photo img {
}

img.thumb {
padding: 0;
margin:0;
}

.hidden_thumb {
	display: none;
}

.photo_thumb {
	background-color: #e5e5e5;
	height:112px;
	width:176px;	
}

.clear {
	clear: both;
}

td.facet {
	font-weight: bold;
	color: #555;
}

#text_tabs {
	text-align: left;
	margin: 10px 0 10px 0;
}

#text_tabs a {
	padding: 0 10px 0 10px;
	font-weight: bold;
}

#text_tabs a.current {
	font-weight: bold;
	color: #0000a0;
}

#text_tabs table {
	background-color: #bbb;
	color: #fff;
}

#text_tabs table a {
	color: #fff;
}


#text_tabs td {
	text-align: center;
	border-left: 1px solid #eee;
}



#text_tabs td.first {
	text-align: center;
	border-left: none;
}


#property_description p {
	text-align: justify;
	margin: 2px 0 15px 0;
	line-height: 145%;
	letter-spacing:0.2px;
}

#property_description h3 {
	color: #0000a0;
	
	font-weight: bold;
  color: #0000a0;
  font-family: georgia, serif;
  margin-top: 10px;
  font-size:25px;
}

#property_description ul {
	padding: 0 0 10px 20px;
}

#rightcol {
	float:right;
	padding-left:10px;	
	width: 230px;
	margin-right: 0;
}

#map_div {
	overflow: hidden
}

#highlights {
/*	border: 1px solid #eee;*/
	margin: 5px 0 5px 3px;
	padding: 2px;
	background-color: #777;
	border: 2px solid #ccc;
	color: #fff;
}

#highlights h2 {
	color: #fff;
	padding: 0 0 0 4px;
}

#highlights ul {
	margin-left: 20px;
	padding-left: 0;
	list-style-type:circle;
}

#highlights li {
	padding: 2px 0 3px 0;

	list-style-image: url(/images/blue-arrow.gif);

}

.badges {
  margin-top: 4px;
  text-align: center;
}

.badges img:first-child {
  padding-right: 10px;
}
#contact_details {
	border: 1px solid #eee;
	margin: 5px 0 0 0;
	padding: 2px;
}
/* Tabbed boxes */
ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:4px;
}

ul.tabs li {
	list-style:none;
	display:inline;
}

ul.tabs li a {
	background-color:#ddd;
	color:#444;
	padding:5px 14px 5px 14px;
	text-decoration:none;
	font-weight:bold;
	text-transforms:uppercase;
	border:1px solid #aaa;
}
ul.tabs li a:hover {
	background-color:#666;
	border-color:#444;
	color: #aaa;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#444;
	border:1px solid #aaa; 
	border-bottom: 1px solid #ffffff;
}

.tab_content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #aaa; 	
}
#tab_content_2, #tab_content_3 { display:none; }

#property_2box {
	border:1px solid #aaa; 	
	padding: 10px;
	margin: 10px 0 0 0;
	
}

#property_person {
	float:left;
	width: 320px;
}

#property_tags td {
	text-align: justify;
	
}




/* Loding/rental page */

table.prices h3 {
	color: #0000a0;	
	font-family: Georgia, serif;
	font-weight:normal;
	font-size: 110%;
}

tr.prices_shade {
	background: #eaeaff;
	
}

table.pricing_info {
	margin-top: 10px;
}

table.pricing_info th {
	font-weight: bold;
	text-align: left;
	width: 130px;
	color: #555;
}

table.pricing_info p {
  margin: 0 0 10px 0;
}

/* search form */

.search-tags .tag {
	float: left;
	width: 225px;
}

.search-tags input {
	margin-right: 5px;
}

/* Search results */

.property_results {

}


.search_item {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0px 3px 6px 3px;
	border-bottom: 1px solid #ddd;
}

.search_item .price_bracket {
	float: right;
	font-size: 17px;
	font-weight: bold;
	color: #ECD220;
	padding-top: 5px;
}

.search_item h2 {
	margin-bottom: 6px;
}

.search_item h2 a {
	color: #0000a0
}

.search_item h2.location {
	font-size: 20px;
	font-weight: normal;
}

.search_item h2.headline {
	font-weight: normal;
}


.search_item .location h2 {
	margin-top: 0px;
}

.search_item h4 {
	margin-top: 7px;
}

.search_item .name {
	font-style:italic;
	margin: 0px;
}

.search_item .description {
	margin: 0px;
}

.search_item .tags a {
	color: #0000a0
}

.property_photo {
	float: left;
	margin: 5px 10px 5px 3px;
}

.shade {
	background-color: #fafafa;
}

.number_results {
	border-bottom: 1px dashed #ddd;
	padding-bottom:10px;
}
	
.pagination {
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px dashed #ddd;
	text-align: center;
}

.pagination .current {
	font-weight: bold;
	color: #0000a0
}

.prev_page, .next_page {
	font-weight: bold;
	color: #0000a0;
}

/* Form layout */
.stages {
	padding-left: 2px;
}

.stages .selected {
	color: #0000a0;
	font-weight: bold;
}

.errorExplanation {
	color: #f00;
}

.old-price {
	text-decoration: line-through;
	color: #777;	
}
	



/* Picker */
.picker a {
	font-weight: bold;
}

.picker a.blue {
	color: #0000a0;
}

/* User profile page */
.add_property {
	clear:both;	
}

.property_list h2 {
	margin-bottom: 0;
}

.property_list h3 {
	font-weight: normal;
	font-size: 12px;
}

.property_list li {
	clear: both;
	margin-bottom: 10px;
	list-style-type: none;

}

.property_list img {
	float: left;
	margin: 0 5px 10px 0;
}


/* Home page */
#destinations_list {
	margin-top: 5px;
	padding: 3px;
}


#destinations_list h2 {
	font-size: 15px;
}

#destinations_list li {
	font-size: 12px;
	line-height: 18px;
	padding-left: 2px;

}

.more_link {
	font-weight: bold;
}


.latest_listing h2 {
	margin-bottom: 2px;
}

.latest_listing p {
	margin-top: 0px;
}

.featured_listings {
	margin-right: 155px;
	padding-right: 4px;
	margin-top: 20px;
}

.featured_listings h2 {
	margin-bottom: 2px;
	padding-top:2px;
}


.featured_listings h2.location {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}

.featured_listings h2.headline {
	font-weight: normal;
}

.featured_listings .description {
	margin: 2px 0 2px 0;
}

.featured_listings h4 {
	color: #555;
}

p.tags {
	margin-top: 2px;
}

.two_column_list {
  margin-right: 155px;
  border: 0px solid #bbb;
  margin-top: 5px;
  padding: 4px 0 0 4px;
}


/* user page */

ol {
	margin-left: 30px;
  margin-bottom: 10px;	
}