.menu-for-sale div#mainTitle {
  background-image: url(/assets/images/title-forsale.png);
  background-position: 1px 0px;
}
.menu-for-rent div#mainTitle {
  background-image: url(/assets/images/title-forrent.png);
  background-position: 1px -2px;
}
div#sort-by {
  position: relative;
  float: left;
  width: 50px;
  height: 15px;
  background-repeat: no-repeat;
  background-image:  url(/assets/images/label-sortby.png);
}
div#sorting-actions a {
  position: relative;
  float: left;
  height: 15px;
  margin-left: 10px;
  background-repeat: no-repeat;
}
div#sorting-actions a:hover,
div#sorting-actions a.selected {
}
a#sort-by-all {
  width: 22px;
  background-image: url(/assets/images/label-sortby-all.png); 
}
a#sort-by-all span, 
a#sort-by-all:hover, 
a#sort-by-all.selected {
  background-image: url(/assets/images/label-sortby-all-hover.png); 
}
a#sort-by-price-hl {
  width: 100px;
  background-image: url(/assets/images/label-sortby-price-hl.png); 
}
a#sort-by-price-hl span, 
a#sort-by-price-hl:hover, 
a#sort-by-price-hl.selected {
  background-image: url(/assets/images/label-sortby-price-hl-hover.png); 
}
a#sort-by-price-lh {
  width: 100px;
  background-image: url(/assets/images/label-sortby-price-lh.png); 
}
a#sort-by-price-lh span, 
a#sort-by-price-lh:hover, 
a#sort-by-price-lh.selected {
  background-image: url(/assets/images/label-sortby-price-lh-hover.png); 
}
a#sort-by-location {
  width: 55px;
  background-image: url(/assets/images/label-sortby-location.png); 
}
a#sort-by-location span, 
a#sort-by-location:hover, 
a#sort-by-location.selected {
  background-image: url(/assets/images/label-sortby-location-hover.png); 
}

/* property summary / list */
div.property_summary {
  position: relative;
  float: left;
  margin-top: 6px;
  *margin-top: 8px;
}
div.property_summary * {
  font-size: 10px;
}
div.property_summary td {
  padding-bottom: 20px;
}
div.property_summary .c1,
div.property_summary .c2 {
  vertical-align: bottom;
}
div.property_summary div.numberPrice,
div.property_summary div.attributes * {
  margin-bottom: 3px;
}
div.property_summary div.numberPrice span.number {
  color: #FF0000;
  padding-right: 8px;
}
div.property_summary div.numberPrice .price2 {
  color: #CCCCCC;
}
div.property_summary div.attributes {
  margin-bottom: 5px;
}
div.property_summary div.property_image {
  width:   250px;
  margin-right: 20px;
  background-color: gray;
}
div.property_summary div.property_image.ready,
div.property_summary div.property_image.ready * {
  background-color: transparent;
}
div.property_summary div.property_image img {
  position: relative;
  float: left;
  bottom: 0;
}
div.property_summary div.two {
  width:       370px;
  position: relative;
}
div.property_summary div.two .number {
  color: #FF0000;
}
div.property_summary div.two .price {
  color: whites;
  padding-left: 10px;
}
div.property_summary div.attributes {
  color: #5F9A22;
}
div.property_summary div.description {
  color: #999999;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  max-height: 58px;
}
div.property_summary a.learnMore {
  position: relative;
  float: left;
  width: 85px;
  height: 11px;
  bottom: -1px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/label-learnmore.png);
}
div.property_summary a.learnMore span,
div.property_summary a.learnMore:hover {
  background-image: url(/assets/images/label-learnmore-hover.png);
}

/* property details */ 
div#property-label {
  position: relative;
  float: left;
  width: 60px;
  height: 15px;
  margin-top: 2px;
  padding-left: 5px;
  background-repeat: no-repeat;
  background-image:  url(/assets/images/label-property.png);
}
div#mainDetails .one .page_controls .previous {
  margin-left: 50px;
}
div#mainDetails .one div#floorplans {
}
div#mainDetails .one div#mortage_calculator {
}
div#mainDetails .propertId {
  font-size: 13px;
  line-height: 13px;
}
div.propertId div {
  height: 13px;
  position: relative;
  float: left;
}
div#mainDetails div#propertyNumber_label {
  width: 104px;
  background-repeat: no-repeat;
  background-position: -1px 2px;
  *background-position: -1px 1px;
  background-image: url(/assets/images/label-property-nbr.png);
}


div.property_actions {
  padding-top: 10px;
}
div.property_actions div {
  background-image: url(/assets/images/menu-sub-entry.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 10px;
  height: 15px;
}
div.property_actions div span,
div.property_actions div:hover,
div.property_actions div.selected {
  background-image: url(/assets/images/menu-sub-entry-hover.png);
}
div.property_actions a {
  position: relative;
  float: left;
  height: 15px;
  background-repeat: no-repeat;
  width: 130px;
}
div.property_actions a#view_images {
  background-image: url(/assets/images/property-images.png);
}
div.property_actions div.selected a#view_images, 
div.property_actions a#view_images span, 
div.property_actions a:hover#view_images {
  background-image: url(/assets/images/property-images-hover.png);
}
div.property_actions a#view_floorplans {
  background-image: url(/assets/images/property-floorplans.png);
}
div.property_actions div.selected a#view_floorplans,
div.property_actions a#view_floorplans span,
div.property_actions a:hover#view_floorplans {
  background-image: url(/assets/images/property-floorplans-hover.png);
}
div.property_actions a#view_googlemaps {
  background-image: url(/assets/images/property-googlemaps.png);
}
div.property_actions div.selected a#view_googlemaps,
div.property_actions a#view_googlemaps span,
div.property_actions a:hover#view_googlemaps {
  background-image: url(/assets/images/property-googlemaps-hover.png);
}
div.property_actions a#view_videotour{
  background-image: url(/assets/images/property-videotour.png);
}
div.property_actions div.selected a#view_videotour,
div.property_actions a#view_videotour span,
div.property_actions a:hover#view_videotour {
  background-image: url(/assets/images/property-videotour-hover.png);
}
div.property_actions a#view_contactus{
  background-image: url(/assets/images/property-contactus.png);
}
div.property_actions div.selected a#view_contactus,
div.property_actions a#view_contactus span,
div.property_actions a:hover#view_contactus {
  background-image: url(/assets/images/property-contactus-hover.png);
}
div.property_actions a#view_otherinfo{
  background-image: url(/assets/images/property-otherinfo.png);
}
div.property_actions div.selected a#view_otherinfo,
div.property_actions a#view_otherinfo span,
div.property_actions a:hover#view_otherinfo {
  background-image: url(/assets/images/property-otherinfo-hover.png);
}
div.property_actions a#view_printableversion{
  background-image: url(/assets/images/property-printableversion.png);
}
div.property_actions div.selected a#view_printableversion,
div.property_actions a#view_printableversion span,
div.property_actions a:hover#view_printableversion {
  background-image: url(/assets/images/property-printableversion-hover.png);
}
div.property_actions a#view_mortgagecalculator{
  background-image: url(/assets/images/property-mortgagecalculator.png);
  width: 180px;
}
div.property_actions div.selected a#view_mortgagecalculator,
div.property_actions a#view_mortgagecalculator span,
div.property_actions a:hover#view_mortgagecalculator {
  background-image: url(/assets/images/property-mortgagecalculator-hover.png);
}
div.property_actions a#view_sendtoafriend {
  background-image: url(/assets/images/property-sendtofriend.png);
}
div.property_actions div.selected a#view_sendtoafriend,
div.property_actions a#view_sendtoafriend span,
div.property_actions a:hover#view_sendtoafriend {
  background-image: url(/assets/images/property-sendtofriend-hover.png);
}

div.property_values {
  padding-top: 15px;
}
div.property_values .c1 {
  width: 80px;
  vertical-align: top;
  color: white;
}
div.property_values tr {
  min-height: 10px;
}
div.property_values .c2 {
  width: 109px;
  color: #999999;
}
/* pagination */
div#pagination {
  padding-top: 10px;
}
div#label_page {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-image: url(/assets/images/label-page.png);
  background-position: 0 1px;
  height: 15px;
  width: 40px;
}
div#page_numbers {
  width: 520px;
}
div.page_controls {
  position:    relative;
  min-width:   200px;
  padding-top: 10px;
}
div#page_controls {
  float: right;
}

div#mainDetails .one .row {
  min-height: 282px;
  clear:      both;
}

div.mockup {
  background-color: gray;
}

div#mortgagecalculator,
div#mortgagecalculator * {
  background-color: #444444;
}

#mortgagecalculator form {
  font-weight: bold;
  padding-top: 60px;
}
#mortgagecalculator form * {
  vertical-align: middle;
}
#mortgagecalculator table {
  left: 0;
}
#mortgagecalculator table tr {
  height: 5px;
} 

#mortgagecalculator .c1 {
  width: 220px;
}
#mortgagecalculator .c1 label {
  float: right;
  text-align: right;
  font-size: 10px;
}
#mortgagecalculator .c2 {
  width: 120px;
  padding-top: 0;
}
#mortgagecalculator .c2.calculate {
  height: 40px;
}
#mortgagecalculator .c2 #calculate {
  padding-left: 5px;
  color: #99CCFF;
}
#mortgagecalculator .c2 #calculate:hover {
  color: #FF0000;
}
#mortgagecalculator .c3 {
  width: 100px;
  color:#5F9A22;
  padding-left: 5px;
}
#mortgagecalculator input[type=text] {
  width: 120px;
  height: 18px;
  text-align: right;
  color: #999999;
}
#plans_list, #images_list {
  padding-top: 0px;
}
div#mainDetails .one div#floorplans div.image, div#mainDetails .one div#images div.image {
  min-height: inherit;
}
#current_property_image a.image_link, #current_plan_image a.image_link {
  position: relative;
  float: left;
  height: 282px;
}
