/**
 * File: styles.css
 * Description: cascading style sheet for controlling page layout and display
 */

/* common settings - begin */
.centered {
  text-align: center;
}
/* common settings - end */

/* hot links */
div#hot_links {
  height: 20px;
  width: 300px;
  float: right;
  border: solid 1px green;
}

/* navigation area */
div#navi_bar {
  margin: auto;
  height: 30px;
  width: 800px;
  border: solid 1px blue;
}

/* contents display area */
div#contents {
  margin: auto;
  width: 800px;
  overflow: auto;
  border: solid 1px red;
}

/* left display area */
div#left_display {
  margin: auto;
  width: 200px;
  float: left;
}

/* categories list area */
div#categories {
  margin: auto;
  text-align: left;
  border: solid 1px green;
}
/* categories list */
ul#categories {
  margin: auto;
  margin-left: -20px;
}

/* advertises area */
div#advertises {
  margin: auto;
  height: 300px;
  border: solid 1px gray;
}

/* right main display area */
div#main_display {
  margin: auto;
  width: 600px;
  float: right;
}

/* headers on list pages */
.header {
  font-size: 32px;
  font-weight: bold;
}

/* total information about listing results */
.total_info {
  text-align: left;
}

/* page navigation links for listing results */
.page_navi {
  text-align: left;
}

/* links of communities */
.community_links {
  text-align: center;
}

/* listings as list items in a list */
.list_item {
  background-color: #ebebeb;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 5px;  
  padding-left: 15px;  
  border: solid #003366 1px;  
  margin-bottom: 10px;
  height: 130px;
}

/* icon of the list item */
.list_item img.thumbnail {
  width: 160px;
  height: 120px;
  float: left;
  margin: 0px;
  margin-right: 10px;
  border: 0px;
}
/* header of the list item */
.list_item h2 {
  margin-top: 0px;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  color: #003366;
}
/* short description in the list item */
.list_item p {
  text-align: left;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 15px;
  color: #333333;
}
/* small logo of mlsr in the list item */
.list_item logo {
  width: 32px;
  height: 30px;
  float: right;
  margin: 0px;
  margin-right: 10px;
  border: 0px;
}

/* listing items in a list - new design */
td.list_thumbnail_cell {
  width: 120px;
  vertical-align: top;
}
img.list_thumbnail {
  /*width: 108px;
  height: 72px;*/
  width: 160px;
  border: 0px;
}
td.list_description_cell {
  text-align: left;
}
.list_description_cell p {
  margin: 0px;
}
.list_description_cell table {
  border: 0px;
}
a.list_link {
  font-weight: bold;
}
span.list_field {
  color: #999999;
}
span.value {
  color: #FFFFFF;
}


/* block for displaying pictures of listings */
.pictures {
  margin: 10px;
  margin-right: 0px;
  text-align: center;
  width: auto;
}
/* images in this pictures block */
.pictures img {
  width: 500px;
  height: 300px;
  border: none; /*solid 1px;*/
}

/* the price tag under the image */
p.price_tag {
}

/* link of google map */
p.google_map_link {
}

/* block of description */
.description {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #f6f6f6;
	/*background-image: url('./images/background/quotemark.jpg');*/
  background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* block of inquire link and image */
.inquire {
	font-size: larger;
	margin: 0;
  margin-left: 40px;
  float: left;
  text-align: left;
}
/* image in inquire blocl */
.inquire img {
  margin: 0px;
  width: 200px;
  height: 50px;
  border: 0px;
}

/* block of provider */
.provider {
  float: right;
  width: 200px;
  height: 40px;
  text-align: left;
  font-size: 12px;
}

/* block for displaying detail information */
.detail {
	margin-left: 40px;
	margin-top: 50px;
	text-align: left;
	border: solid 1px;
	overflow: hidden;
	width: 510px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* for one piece of detail information */
.detail dt {
  margin: 2px;
  margin-left: 10px;
  width: 100px;
  font-weight: bold;
  float: left;
}
/* label of each piece of detail information */
.detail dd {
  margin: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
}
/* new line */
.detail br {
  display: none;
}

/* block of google map */
#google_map {
  margin-left: 40px;
  margin-top: 80px;
  margin-right: 10px;
  margin-bottom: 20px;
  height: 300px;
  text-align: center;
  border: solid 1px;
}

/* block of disclaimer */
#disclaimer {
  margin-left: 40px;
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: left;
  border: none;
}

/* for search frames */
.search_frame {
  border: solid 1px lightblue;
  text-align: left;
}
.search_frame td.option {
  width: 300px;
}

div#special_block {
  padding: 0px;
  margin: 0px;
  height: 0px;
  position: relative;
  top: 35px;
  margin-right: 10px;
  z-index: 99;
  float: right;
}
a#special_link {
  text-decoration: none;
  font-weight: bold;
}
.introduction {
	text-align: center;
}
div.make_appointment {
	text-align: left;
	margin: 2em;
	margin-left: 30px;
}
div.realtylink_logo {
	margin-left: 30px;
	text-align: left;
}


#category_page_top {
	font-size:13px;
	font-family:verdana,arial,helvitica,sans-serif;
}

#category_page_top a {
	color:#1B4762;
	text-decoration:underline;
}

#category_page_top a:hover {
	color:#5C727A;
}

#category_page_top .categories_header {
	font-size:13px;
	color:#1B4762;
}

#category_page_top .categories {
	font-weight: normal;
	margin-bottom:1em;
}

#category_page_top .pagenavi-properties {
	margin-bottom:1em;
}

#category_page_top .wp-pagenavi > a {
	margin:0 2px;
}


.related_thumbnail {
	width:105px;
}



