form.wpp_feps_form label.error {
  display: block;
}

.widget ul li {
	color: #777777;
	font-size: 13px;
}

ul.wpp_search_group {
  list-style:none;
}


/* Image Uploader Styles */
.wpp_feps_input_wrapper  .qq-upload-list{
  margin: 0;
}

.wpp_feps_input_wrapper  .qq-upload-list .qq-upload-cancel {
  text-decoration: none;
  color: #A0A0A0;
  float: right;

}

.wpp_feps_input_wrapper  .qq-upload-list .qq-upload-size,
.wpp_feps_input_wrapper  .qq-upload-list .wpp_upload_progress {
  height: 20px;
}

.wpp_feps_input_wrapper  .qq-upload-list .qq-upload-size {
  display: block;
  clear: both;
  border: 1px solid #BFBDBD;
}

.wpp_feps_input_wrapper  .qq-upload-list .wpp_upload_progress {
  background: #666666;
  display: block;
  float: left;
  text-align: right;
}



.wpp_feps_input_wrapper  .qq-upload-list .wpp_upload_progress_text {
  font-size: 11px; /* fixed height to fit into progress bar wrapper */
  display: block;
  float: left;
  line-height: 20px;
  margin: 0 4px;
}

.wpp_feps_input_wrapper  .qq-upload-list .wpp_upload_progress .wpp_upload_progress_text {
  float: right;
  color: #FFF;
  display: block;
}


.wpp_feps_input_wrapper .qq-uploader li {
  margin: 0 10px 10px 0;
  padding: 0;
}
.wpp_feps_input_wrapper .qq-uploader li.qq-upload-success{
  display: inline;
}

/* Image Uploader Styles */

#wp-admin-bar-wpp_approve_property {
  background: #CF982D;
}

#wp-admin-bar-wpp_approve_property a {
  color: #FFFFFF;
}

ul.feps_property_input_fields .qq-upload-button {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 1.1em;
    margin-bottom: 5px;
    text-align: center;
    width: 101px;
}

.qq-upload-failed-text {display:none;}


ul.feps_property_input_fields li.wpp_feps_input_wrapper.wpp_currency,
ul.feps_property_input_fields li.wpp_feps_input_wrapper.wpp_numeric {
    margin-right: 15px;
    width: 44%;
}

ul.feps_user_input_fields {

}

ul.feps_user_input_fields,
ul.feps_property_input_fields {
  margin: 0;
  clear: both;
}

ul.feps_user_input_fields li.wpp_feps_input_wrapper,
ul.feps_property_input_fields li.wpp_feps_input_wrapper   {
    background-color: #F5F5F5;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 4px 6px 0;
    padding: 5px 13px;
    width: 94%;
}

ul.feps_property_input_fields li.wpp_feps_input_wrapper.wpp_checkbox input.wpp_checkbox   {
  float: left;
  position: relative;
  top: 7px;
}
ul.feps_property_input_fields li.wpp_feps_input_wrapper.wpp_checkbox  label {
  margin-left: 10px;
}

ul.feps_property_input_fields li.wpp_feps_input_wrapper.wpp_checkbox  label span.description {
  float: none;
}

ul.feps_user_input_fields li.wpp_feps_input_wrapper {
  background: #EBEBEB;
}

ul.feps_property_input_fields label span.the_title {
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 10px;
}
ul.feps_property_input_fields label span.description{
  float: right;

}

ul.feps_property_input_fields label {
  margin-bottom: 1px;
}


ul.feps_user_input_fields input[type="text"] {
  width: 20em;
}

ul.feps_property_input_fields textarea {
  min-height: 100px;
}

ul.feps_property_input_fields textarea,
ul.feps_property_input_fields input[type="text"] {
  display: block;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 97%;
}

ul.feps_property_input_fields select {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -mox-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #888888;
    padding: 3px;
    width: 100%;
}

ul.feps_property_input_fields .description {
    color: #777777;
    font-weight: normal;
}


.wpp_pagination_slider_wrapper .wpp_pagination_back
 {
  background: #c9c9c9 url(../../uploads/2012/prev.jpg) no-repeat;
  line-height: 16px;
  cursor: pointer;
  width: 75px;
  height: 28px;
}

.wpp_pagination_slider_wrapper .wpp_pagination_forward
 {
  background: #c9c9c9 url(../../uploads/2012/next.jpg) no-repeat;
  line-height: 16px;
  cursor: pointer;
  width: 75px;
  height: 28px;
}

.wpp_sorter_options {
  float: right;

}
.properties_pagination.wpp_top_pagination,
.properties_pagination.wpp_bottom_pagination {
  /* margin-bottom: 1em; */
}

.wpp_sorter_options .wpp_sortable_link.wpp_sorted_element {
    background: none repeat scroll 0 0 #D36E09;
    color: #1C1711;
}

.wpp_sorter_options .wpp_sortable_link {
    background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 6px 6px 6px 6px;
    color: #CCCCCC;
    cursor: pointer;
    margin-left: 6px;
    padding: 1px 4px;
}

.wpp_ui .wpp_pagination_slider_wrapper .wpp_pagination_forward {
  float: right;
  color: transparent;
}
.wpp_pagination_slider_wrapper .wpp_pagination_back {
  float: left;
  margin-bottom: 50px;
  color: transparent;
}


.wpp_ui .wpp_pagination_slider.ui-slider-horizontal  {
   background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #606060;
    height: 16px;
    width: 75%;
    margin: 0 auto;
	display:none;
}

.wpp_pagination_slider_status {
  min-height: 35px;
  margin-left: 18px;
  display:none;
}

.wpp_pagination_slider .slider_page_info {
  height: 15px;
  position: absolute;
  top: -31px;
  left: -3px;
  display:none;
}
.wpp_pagination_slider .slider_page_info {

}

.wpp_property_overview_shortcode, .wpp_slider_pagination {
  position: relative;
}

.wpp_property_overview_shortcode .ajax_loader {
  position:absolute;
  z-index:10;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  border: 1px solid #606060;
  background: #DDDDDD url("images/ajax-loader-po.gif") center center no-repeat;
  top: 100px;
  left: 50%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display:none;
}

.wpp_ui .wpp_pagination_slider.ui-slider-horizontal .ui-slider-handle  {
  height: 24px;
  width: 26px;
  margin-left: -8px;
  top: -4px;
}

.wpp_ui .wpp_pagination_slider.wpp_slider_loading .ui-slider-handle  {
  background-image: url("images/ajax-loader-sm.gif");
  background-repeat: no-repeat;
  background-position: center center;

}

.wpp_agent_info_list {


}


.wpp_agent_info_list dl {
 }

.wpp_agent_info_list dt {
  float: left;
  display: table-cell;
  padding-right: 5px;

  }

.wpp_agent_info_list  dd {

  display: table-cell;
  }
.wpp_agent_info_list  dd .wpp_agent_attribute_link {
  position: relative;
  left: -3px;
}



/* Version 1.04 Begin */
#infowindow table.wpp_google_maps_infobox_table td.wpp_google_maps_left_col { padding: 10px; }
#infowindow table.wpp_google_maps_infobox_table td.wpp_google_maps_right_col { }
/* Version 1.04 End */


/* Version 1.0 Begin */

.property_widget_block li span.value {
   display: block;
}

.property_widget_block li span.attribute {
   display: block;
  color: #A3A2A2;
  float: left;
  margin-right: 5px; }

.property_widget_block ul{
  margin:0;
  padding:0;
}

.wpp_slideshow_global_wrapper .nivo-caption span {
  display: block;
  font-size: 0.5em;
}

#infowindow table.wpp_google_maps_infobox_table {
   margin:0;
  padding:0;
  border:0;
  font-size: 13px;
}

#infowindow table.wpp_google_maps_infobox_table .wpp_google_maps_attribute_row_directions_link {
  font-size: 0.9em;
      border-top: 1px solid #E0E0E0;
      font-size: 0.9em;
      margin-top: 5px;
      padding-top: 4px;
}

#infowindow table.wpp_google_maps_infobox_table img {
  position: static;
}

#infowindow table.wpp_google_maps_infobox_table td{
  vertical-align: top;
  padding-left: 3px;
  padding-right: 1px;
}

.wpp_google_maps_attribute_row_property_title {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


ul.wpp_google_maps_infobox {
  clear: both;
  list-style-type:none;
  margin:0;
  padding:0;
}

ul.wpp_google_maps_infobox .wpp_google_maps_attribute_row {
  clear: both;
}

ul.wpp_google_maps_infobox .wpp_google_maps_attribute_row span.attribute{
  display:block;
  float:left;
  margin-right: 10px;
  width: 70px;
}

ul.wpp_google_maps_infobox .wpp_google_maps_attribute_row span.value{
  display:block;
  float:left;
  width: 90px;
  margin-right: 10px;
}

#property_map img {
  position:absolute;
  max-width: none;
  overflow-x:hidden;
  overflow-y:hidden;
}



/* Version 1.0 End */


#content .wpp_shortcode_search  {
  background: #F2F2F2;
  padding: 10px;
  position: relative;
}


#content .wpp_shortcode_search  ul{
  list-style-type:none;
  padding:0;
  margin:0;
}
#content .wpp_shortcode_search  ul label{
  width: 150px;
  display: block;
  float: left;
}
#content .wpp_shortcode_search  ul li.submit{
  text-align:right;
  padding: 5px;
  width: auto !important;
}

#content .wpp_shortcode_search  ul li.submit .wpp_search_button {
  margin:0;
}

#content .shortcode_featured_properties dl, #content .shortcode_featured_properties dd, #content .shortcode_featured_properties dt { margin: 0; }

#content .shortcode_featured_properties ul li dl {
  margin: 4px;
  padding: 4px;
  height: 1em; }

#content .shortcode_featured_properties ul li dt {
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 5px;
  padding-top: 3px; }

#content .shortcode_featured_properties ul li dd {
  float: right;
  padding-right: 5px; }

#content .shortcode_featured_properties ul li dt, #content .big_featured_property ul li dd { display: block; }

#content .big_featured_property ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

  #content .big_featured_property ul li {
    display: table-cell;
    width: 33%; }

    #content .big_featured_property ul li dl {
      font-size: 1.3em;
      background: none repeat scroll 0 0 #767676;
      color: #FFFFFF;
      margin: 4px;
      padding: 4px;
      height: 1em; location=all }

    #content .big_featured_property ul li dt {
      color: #D6D6D6;
      float: left;
      font-size: 0.8em;
      font-weight: normal;
      padding-left: 5px;
      padding-top: 3px; }

    #content .big_featured_property ul li dd {
      float: right;
      padding-right: 5px; }

    #content .big_featured_property ul li dt, #content .big_featured_property ul li dd { display: block; }

.wpp_featured_properties_shortcode {
  list-style-type: none;
  margin: 0;
  pading: 0; }

  .wpp_featured_properties_shortcode li.wp-caption {
    display: inline;
    float: left; }

.shortcode_featured_properties ul {
  list-style-type: none;
  margin: 0;
  padding: 5px; }

  .shortcode_featured_properties ul li span {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 90px; }

  .shortcode_featured_properties ul li p {
    float: left;
    margin-bottom: 5px;
    text-align: left;
    width: 60px; }

input.wpp_search_input_field_min, input.wpp_search_input_field_max { width: 40px; }

.
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

#property_stats.overview_stats,
.wpp_property_stats.overview_stats {
  border-top: 1px dashed #CFCBCB;
  clear: both;
  margin: 25px 0; }

  #property_stats.overview_stats dt,
  #property_stats.overview_stats dd,
  .wpp_property_stats.overview_stats dt,
  .wpp_property_stats.overview_stats dd {
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
	font-size:14px;
	 }

  #property_stats.overview_stats dt,
  .wpp_property_stats.overview_stats dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 150px;
    padding-left: 15px;
  }

  #property_stats.overview_stats dd,
  .wpp_property_stats.overview_stats dd {
    /*border-bottom: 1px dashed #CFCBCB;*/
    padding-left: 26px; }

    #property_stats.overview_stats dd.alt,
    .wpp_property_stats.overview_stats dd.alt { background: #eee }

    #property_stats.overview_stats dd span,
    .wpp_property_stats.overview_stats dd span {  }


#primary .sidebar_property_thumbnail  img {
  border: 5px solid #DFDFDF;
  float: left;
  margin-top: 5px;
  margin: 0 9px 9px 0; }

#primary .property_widget_block {}
#primary .property_widget_block li p { margin: 0; }


#primary  .property_widget_block ul { clear: left; }


/*
  Properties Widgets
*/
.wpp_child_properties_widget .property_widget_block p.title,
.wpp_other_properties_widget .property_widget_block p.title,
.wpp_latest_properties_widget .property_widget_block p.title,
.wpp_featured_properties_widget .property_widget_block p.title {
  margin-bottom: 3px;
}

.wpp_child_properties_widget .property_widget_block,
.wpp_other_properties_widget .property_widget_block,
.wpp_latest_properties_widget .property_widget_block,
.wpp_featured_properties_widget .property_widget_block {
  clear: both;
  margin-bottom: 10px; }

.wpp_child_properties_widget img,
.wpp_other_properties_widget img,
.wpp_latest_properties_widget img,
.wpp_featured_properties_widget img {
  margin-right: 5px; }

.wpp_search_properties_widget ul.wpp_search_elements,
.wpp_child_properties_widget .property_widget_block ul.wpp_widget_attribute_list,
.wpp_other_properties_widget .property_widget_block ul.wpp_widget_attribute_list,
.wpp_latest_properties_widget .property_widget_block ul.wpp_widget_attribute_list,
.wpp_featured_properties_widget .property_widget_block ul.wpp_widget_attribute_list {
  margin-left: 0px;
  margin-right: 0;
  padding-top: 0; }

.wpp_child_properties_widget .property_widget_block li,
.wpp_other_properties_widget .property_widget_block li,
.wpp_latest_properties_widget .property_widget_block li,
.wpp_featured_properties_widget .property_widget_block li {
  border-bottom: 1px dashed #CDCDCD;
  color: #434141;
  display: block;
  padding: 2px 0;
  width: 100%; }

    .wpp_search_properties_widget .wpp_search_elements {
    clear: both;
    list-style-type: none;
    margin: 0; }

    .wpp_search_properties_widget .wpp_search_elements li {
      margin-bottom: 10px;
      text-align: left; }

    .wpp_search_properties_widget .wpp_search_elements .search_input_block { float: left; }

      .wpp_search_properties_widget .wpp_search_elements .search_input_block input { width: 50px; }

    .wpp_search_properties_widget .wpp_search_elements li .wpp_search_button {  }

    .wpp_search_properties_widget .wpp_search_elements li label {
      float: left;
      width: 85px; }

.wpp_gallery_widget br { display: none !important; }

.wpp_gallery_widget {
  float: left;
  margin-left: -15px;
  padding: 0px;
  line-height:40px; }

  .wpp_gallery_widget  img {
    border: 2px solid #000000;
    margin: 0; }


/*
  Property Results View
*/
.wpp_row_view { margin-top: 10px; }

  .wpp_row_view div.property_div {
    overflow: auto;


    /* background: none repeat scroll 0 0 #FFFFFF; */
    margin-bottom: 25px;
	border-bottom: 1px solid #c9c9c9;
    padding: 1%;
    position: relative;
    width: 99%;
	float:right; }

  .wpp_row_view .wpp_overview_right_column {
    display:table-cell;
    vertical-align: top;
	width:100%;
    }

  .wpp_row_view .property_div .wpp_overview_left_column {
    vertical-align: top;
    display: table-cell;
    position: relative; }

  .wpp_row_view .child_properties {
    clear: both;
    display: block;
    margin-right: 10px;
    padding-top: 15px; }

    .wpp_row_view .child_properties * { vertical-align: middle; }

    .wpp_row_view .child_properties .property_child_title {
      padding: 5px 10px 5px 5px;
      text-align: left;
      width: 150px; }

      .wpp_row_view .child_properties .property_child_title a {
        color: #707070;
        font-weight: normal; }

        .wpp_row_view .child_properties .property_child_title a:hover {
          color: orange;
          text-decoration: underline; }

  .wpp_row_view .property_image img { border: 1px solid #CFCFCF; width: auto;}

  .wpp_row_view .property_image .property_overview_thumb {
    /* background: none repeat scroll 0 0 #EFEFEF; */
    color: black;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }

	#left_sidebar {
	width: 200px;
	float: left;
	background-color:#888877;
	margin-top: 16px;
	border: 1px solid #777766;
	}

	#left_sidebar p {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	}

	#left_sidebar h4 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	}

  .wpp_row_view ul.wpp_overview_data li { margin-bottom: 7px; }

  .wpp_row_view ul.wpp_overview_data {
    list-style-type: none;
    padding-left: 5px; }

    .wpp_row_view ul.wpp_overview_data  .property_title { font-size: 1em; margin-left:35px }

  .wpp_row_view  .property_title a {
    color: black;
	font-weight:bold;
    text-decoration: none; }

  .wpp_row_view ul.wpp_overview_data .property_price {
    color: green !important;
    display: block;
    font-size: 14px;
    height: 25px;
    margin-top: 10px;
    text-decoration: none; }

	.wpp_row_view ul.wpp_overview_data .auction_status{
    color: red;
    display: block;
    font-size: 16px;
	font-weight: bold;
    height: 25px;
    margin-top: 10px;
    text-decoration: none; }

  .wpp_row_view  ul.wpp_overview_data .property_phone_number {
    background: url("images/phone_address.gif") no-repeat scroll left top transparent;
    color: #666363;
    font-size: 18px;
    padding-left: 34px; }

  .wpp_row_view  ul.wpp_overview_data .wpp_overview_list { padding-left: 34px; }

  .wpp_row_view ul.wpp_overview_data .property_address {
    background: url("images/phone_address.gif") no-repeat scroll left -36px transparent;
    color: #666363;
    font-size: 15px;
    padding-left: 34px;
    line-height: 1.2em; }

  .wpp_row_view  ul.wpp_overview_data .property_address a {
    color: #666363;
    display: block;
    padding-top: 6px;
    text-decoration: none; }

  .wpp_row_view ul.wpp_overview_data .property_address a:hover {
    color: orange;
    text-decoration: underline; }

  .wpp_row_view ul.wpp_overview_data .property_tagline {
    color: #525252;
    font-size: 1em;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 7px;
    border-bottom: 1px solid #EFEFEF; }

  .wpp_row_view .wpd_floorplans_title {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 5px; }

  .wpp_row_view .stats { display: none; }

  .wpp_row_view .child_properties table {
    magin-top: 15px;
    margin: 0;
    padding: 0;
    width: 100%; }

    .wpp_row_view .child_properties table * {
      margin: 0;
      padding: 0; }

    .wpp_row_view .child_properties table td, .wpp_row_view .child_properties table th { border-top: 1px solid #E7E7E7; }

/* --- Supermap ---*/
.super_map_list_property {
  padding-top: 10px;
  width: 35; }

.property_in_list {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E8E8E8;
  margin-bottom: 6px;
  width: 96%; }

.map_filters {
  display: none;
  background: #DAE0FF;
  margin-bottom: 0px;
  line-height: 12px; }

.super_map_list .map_filters li ul {
  margin-left:20px;}

.super_map_list .map_filters li ul li {
  list-style: none;}

.hide_filter {
  background: #DAE0FF;
  border: 2px ridge grey;
  text-align: center; }

.super_map_list input { margin: 5px 5px 5px 0; }

.super_map, .super_map_list { height: 550px; }

.super_map {
  float: right;
  width: 65%; }

.super_map.no_sidebar {
  width: 100%; }

.super_map .gmnoprint img {
  background: none !important;}

#content .super_map img { max-width: none; }

input.wpp_supermap_input_field_min, input.wpp_supermap_input_field_max { width: 40px; }

.super_map_list select {
  margin-bottom: 0;
  max-width: 96%;
}

.super_map_list {
  float: left;
  overflow-y: scroll;
  overflow-h: hidden;
  width: 35%;
  position: relative; }

.map_filters #search_loader,
.super_map_list .search_loader {
  display: none;
  float: right;
  margin-top: 8px;
  right: 0;
  top: 0;
  padding-left: 18px;
  width: 42px;
  height: 13px;
  font-size: 10px;
  color: #888888;
  background: url(images/ajax-loader.gif) center left no-repeat;
}
.super_map_list .show_more {
  position:relative;
  text-align: center;
  background: none repeat scroll 0 0 #DAE0FF;
  cursor:pointer;
}
.super_map_list .show_more .search_loader {
  height:auto;
  margin:0;
  position:absolute;
  margin:5px;
}

.super_map_list ul.property_in_list_items {
  list-style-type: none;
  margin: 5px;
  padding: 0;
  font-size: 0.9em;
  position: relative;
  width: 100%;
   }

  .super_map_list ul.property_in_list_items li {
    background: transparent;
    list-style-type: none;
    display: block;
    margin-right: 6px; }

    .super_map_list ul.property_in_list_items li.supermap_list_title span {
      color: #004893;
      font-size: 1.2em;
      cursor: pointer;
      text-decoration: none; }

    .super_map_list ul.property_in_list_items li.supermap_list_thumb {
      float: left;
      position: relative;
      top: 5px;
      left: 5px;
      padding-left: 0;
      margin-right: 10px; }

    .super_map_list ul.property_in_list_items li.supermap_list_view_property {
      color: #004893;
      font-size: 1em;
      cursor: pointer;
      text-decoration: underline; }

#no_properties { background: #FF737A; }

/* --- Pagination ---*/
.clear {
  clear: both;
  margin: -1px 0 0 0;
  padding: 0;
  height: 1px;
  font-size: 1px;
  line-height: 1px; }

.properties-handling { position: relative; }

  .properties-handling .ajax_loader {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 18px;
    width: 42px;
    height: 24px;
    font-size: 10px;
    color: #888888;
    background: url(images/ajax-loader.gif) center left no-repeat; }



.properties_pagination a.nav, .properties_pagination ul li { float: left; }

.properties_pagination a.nav { width: 60px; }
.properties_pagination a.page_button {   width: 20px; }

.properties_pagination a.nav,
.properties_pagination a.page_button {
   display: block;
  padding: 2px 0;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  margin-right: 6px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

  .properties_pagination a:hover {
    color: #0066CC;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset; }

    .properties_pagination a:hover.disabled, .properties_pagination a:hover.selected {
      -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.properties_pagination ul, .properties_sorter {
  display: block;
  margin: 10px 0 0 0;
  padding: 0; }

.properties_pagination ul { margin: 0 !important; }

  .properties_pagination ul li { list-style: none; }

.properties_pagination a.page_button.selected {
  cursor: default;
  background-color: #e4e4e4; }

.properties_pagination a.nav.disabled {
  background-color: #e4e4e4;
  cursor: default; }

.properties_sorter select {
  margin: 0;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.properties_sorter label, .sort_by, .sort_order {

  height: 23px;
  margin-right: 6px !important; }

.properties_sorter label { line-height: 23px; }

.sort_order {
  display: inline-block;
  width: 22px;
  height: 23px;
  cursor: pointer;
  vertical-align: bottom;
  }

  .sort_order.ASC { background: url(images/sort.png) -0 0 no-repeat; }

  .sort_order.DESC { background: url(images/sort.png) -22px 0 no-repeat; }


.nivoSlider { position: relative; }

  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px; }

 .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none; }

 .nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%; }

 .nivo-box {
  display:block;
  position:absolute;
  z-index:5;
}

 .nivo-caption {
  position: absolute;
  font-size: 2em;
  padding: 4px;
  left: 0px;
  top: 0px;
  height: 58px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.99;
  width: 100%;
  z-index: 89; }

  .nivo-caption p {
    padding: 5px;
    margin: 0; }

  .nivo-caption a { display: inline !important; }

.nivo-html-caption { display: none; }

 .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
  background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 30px; }

.nivo-prevNav { left: 15px; }

.nivo-directionNav a.nivo-nextNav {
  background: url("images/arrows.png") no-repeat scroll -30px 0 transparent;
  right: 15px; }

.nivo-controlNav {  }

  .nivo-controlNav a {
    background: url("images/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 10px;
    margin-right: 3px;
    text-indent: -9999px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    padding: 4px;
    text-align: center; }

    .nivo-controlNav a.active { background-position: -10px 0; }

/* Different Specific DOM elements */
.true-checkbox-image {
width:15px;
height:15px;
background:url("images/true-checkbox-image.png") no-repeat scroll 0 0 transparent;
float:left;
}

 /* Global Slideshow Begin */
 .wpp_slideshow_global_wrapper {
 position:absolute;
 overflow:hidden;
 top:0;
 left:0;
 }
 /* Global Slideshow End*/


 /* TwentyTen Specific */
 #primary .wpp_search_properties_widget ul.wpp_search_elements {
  margin:0;
 }

 /* TwentyTen Specific */
 .entry-content h2{
	 display:inline;}
 .entry-content .wpp_widget{
	 list-style:none;
	 float:right;}
.entry-content .wpp_gallery_widget h3{
	display:none;}
.entry-content .wpp_gallery_widget .first_gallery_item{
	float:right;}
.entry-content .wpp_gallery_widget .sidebar_gallery_item{
	display:none;
	}

.attachment-post-thumbnail{
	width:150px;
	height:auto;
	float:right;
	border:5px solid #ccc;}
.first_gallery_item{display:none;}
.firstimage{
	position:absolute;
	margin-left:-250px;
	margin-top:-235px;

	}
.entry-content p{
	/* margin-right:200px; */   }
#property_stats.overview_stats dt, .wpp_property_stats.overview_stats dt{
		clear:none;}
img.brokerphoto{
	width:150px !important;
	float:left;
	padding-right:0px;
	border:0px;
	}
.wpp_stats_group{
	display:none;}
	p.clr{
		clear:both;}
dl.group{
	border:1px solid #333;
	padding:10px 20px;
	background:#eee;
	min-height:240px;
	}
dl.group#property_stats.overview_stats, dl.group.wpp_property_stats.overview_stats	{border:1px solid #333;}
dl.group #property_stats.overview_stats dd.alt, dl.group .wpp_property_stats.overview_stats dd.alt,
dl.group #property_stats.overview_stats dd, dl.group .wpp_property_stats.overview_stats dd{
	background:transparent;
	border:0;}