#listing_bin form {
  display:inline;
}

p.notice {
   color:  green;
   margin: 0;
}

/*--------------Specific Classes for Listing Displays--------------------*/
.listing_options {
	padding: 0;
	background: url("../images/optionsbg.jpg") top left repeat-x;
	color: #454545;
	font-size: 1.6em;
	overflow: hidden;
}

.listing_options li {
	float: left;
	height: 50px;
	line-height: 50px;
}

.listing_options li.contact {
	float: right;
}

.listing_options li.options {
	float: right;
	margin-right: 16px;
}

.listing_options img {
	cursor: pointer;
}

.listing_options select {
	margin: 0;
}

span.select_label {
	margin: 0 3px 0 10px;
	font-weight: bold;
}

select.search {
	display: inline;
	font-size: 0.6em;  
}

#city_default {
	display: inline;
	font-size: 0.8em;
}

#listing_bin {
	padding: 0 0 2px 0;
	overflow: hidden;
	background: #efefef;
}

#listing_bin h3 {
	color: #454545;
}

.single_listing {
	padding: 0 !important;
}

.listing_details {
	overflow: hidden;
}

.geocoords {
  display: none;
}

div.table_view table, div.detail_view table {
	width: 920px;
}

div.table_view th, div.table_view td {
	padding: 7px;
	font-size: 0.9em;
	border-bottom: #ddd solid 1px;
}

div.table_view th.centered, div.table_view td.centered {
	text-align: center;
}

div.detail_view td {
  padding: 7px;
	font-size: 0.9em;
	border-bottom: #ddd solid 1px;
}

div.detail_view td.remarks {
	font-size: 0.8em;
}

.main_photo {
	margin:     0 auto;
	display:    block;
	text-align: center;
	background: #efefef;
	color: #777;  
}

a.detail_view .main_photo {
  border: #ddd solid 5px;
  line-height: 58px;
  font-size:   0.7em;
}

a.tile_view .main_photo {
  border: #ddd solid 10px;
  line-height: 90px;
  font-size:   1.0em;
}

div.map_view .main_photo {
  border: #ddd solid 1px;
  line-height: 58px;
  font-size:   0.7em;    
}

#listing_detail_section .main_photo {
	float: left;
	margin: 0 10px 10px 0;
	width: 240px;
	height: 180px;
	border: #ddd solid 5px;
	line-height: 140px;
	font-size: 1.2em;
}

#relatedListings .main_photo {
  border: #ddd solid 5px;
  line-height: 58px;
  font-size:   0.7em;
}

div.tile_view ul {
	width: 920px;
}

div.tile_view li {
	float: left;
	padding: 20px 10px;
	width: 210px;
	height: 254px;
	font-size: 0.8em;
	text-align: center;
}

.white_tile {
	background: #fff !important;
}

.gray_tile {
	background: #efefef;
}

div.tile_view p {
	padding: 0 5px;
	margin: 0;
}

.address {
	font-size: 1.2em;
}

.price {
	color: #78a22f;
	font-weight: bold;
}

/* ================ PAGINATION STYLES ================*/
.pagination {
  text-align: right;
}

.pagination a, .pagination span {
  text-align:  center;
  padding:     4px 10px;
  margin:      0px 1px;
  height:      35px;
  line-height: 35px;
  background:  #efefef;
  border:      #ddd solid 1px;
}

.pagination a {
  text-decoration: none;
  color:           #454545;
}

.pagination a:hover, .pagination a:focus, .pagination span.current {
  color:            #FFF;
  border-color:     #000;
  background-color: #607488;
}

.pagination a:hover, .pagination a:focus {
  text-decoration:  underline;
}

.pagination span.current {
  text-decoration: none;
}

.pagination span.gap {
  border:  0;
  margin:  0;
  padding: 4px 5px;
}

.pagination span.disabled {
  color: #AAA;
}

/*-----------------------SINGLE LISTING--------------------*/
#listing {
	padding: 20px
}

#listing h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #333;
}

#listingExtras {
	float: left;
	padding: 20px;
	width: 400px;
	background: #ddd;
	overflow: hidden;
}

#listingExtras iframe {
	border: #ddd solid 10px;
}

/*#main_photo {
  float: left;
  margin: 0 20px 10px 0;
  width: 240px;
  height: 180px;
  border: #ddd solid 5px;
}
*/
#thumbnail_bin {
	width: 360px;
	overflow: hidden;
	clear: both;
}

#relatedListings {
	margin: 20px 0;
}

.tn_links {
}

.tn_img {
	float: left;
	margin: 0 5px 5px 0;
	width: 91px;
	height: 68px;
	border: #ddd solid 2px;
}

#listing_detail_section {
	float: left;
	margin: 0;
	padding: 20px;
	width: 440px;
}

.action_links {
	float: right;
	margin-right: 10px;
}

.action_links img {
	margin-top: 5px;
}

#relatedListings li {
	float: left;
	width: 130px;
	height: 180px;
	text-align: center;
	font-size: 0.8em;
}

#listingFeatures {
  float: left;
  border: 1px solid #999;
  padding: 10px;
  font-family: monospace;
}

#listingFeatures dl {
  float:left;
  width:100%;
  font-size: 1.0em;
  margin: 0 5px;
  padding: 10px 0;
}


#listingFeatures dt, #listingFeatures dd {
  overflow: hidden;
  float:   left;
  width:   48%;
  margin:  0;
  padding: 0;

}

#listingFeatures dt {
  text-align:right;
  padding-right:.33em;
  background-color: white;
  margin-right: 5px;  
}

#listingFeatures dd {
  text-align:left;
  margin-left: 5px;
}

/*-----------------------NO RESULTS--------------------*/
#no_results {
	padding: 20px;
	height: 600px;
}

.map_link {
  border: 0px;
  border-width: 0px;
}

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
  background: url(/images/bubble.png) bottom right;
}

#search_bar {
  background: url("../images/bg.png") top left repeat-x;
  text-align: center;
  padding:    0;
  margin:     0;
  font-size:  1.0em;
  color:      #454545;
  overflow:   hidden;
}

#search_bar table {
  width:      100%;
  text-align: center;
}

#search_bar th, #search_bar td {

}

#search_bar select{

  border:    1px solid #bbb;
}




#mainInfo {
  margin:  0;
  margin-top: 10px;
  padding: 0;
  width:    180px;
  overflow: hidden;
  font-size: 0.85em;
}

#mainInfo dt, #mainInfo dd {
  float:   left;
  padding: 0;
  margin:  0;
}

#mainInfo dt {
  margin: 0px 0px;
  padding: 0;
  width: 95px;
  font-weight: bold;
}

#mainInfo dd {
  width: 85px;
}

#mainInfo .mls_number {
  margin-top: 15px;
  font-weight: normal;
  font-size:0.8em !important;
}

a.selectedButton, a.unselectedButton {
  padding:         5px 10px;
  margin:          10px;
  width:           125px;
  text-decoration: none;
}

a.selectedButton, a.unselectedButton:hover {
  color:            #FFF;
  border:           1px solid #000;
  background-color: #607488;
}

a.selectedButton:hover, a.unselectedButton {
  color:             #454545;
  border:            1px solid #A6A6A6;
  background-color:  #efefef;
}

a.selectedButton span, a.unselectedButton:hover span{
  color: #FFC54A;
}

a.selectedButton:hover span, a.unselectedButton span{
  color: #454545;
}

#tiles_button, #detail_button, #list_button {
  float: left;
  width: 75px;
}

#map_button {
  float:       left;
  margin-left: 50px;
  margin-right: 100px;
}

#favorites_button {
  float: right;
  margin-right: 50px;
}