/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* General
==================================== */
body { 
  text-align: center; margin: 0; padding: 0;
  font-family: Arial, Helvetica, san-serif;
  font-size: smaller;
}

#container_outer {
  margin: 0 auto;
  width: 704px;
  text-align: left;
}


/* Forms
===================================== */
form {
	padding-bottom: 15px;
}

input, textarea {
	margin-bottom: 10px;
}


/* Flash logo
===================================== */

#flash_logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 410px;
	height: 73px;
}

.properties #flash_logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -370px;
	width: 410px;
	height: 73px;
}

/* Header
===================================== */
#page_header_outer h1,
.property_detail #site_title {
  float:left;
  height: 67px;
  width: 200px;
  text-indent: -5000px;
  overflow:hidden;
}

.property_detail #page_header_outer h1 {
	position: absolute;
	top: 200px;
	margin-left: -200px;
	heigth: 25px;
	width: 750px;
	text-indent:0;
	font-size: 18px;
	text-align: center;
}

* > .property_detail #page_header_outer h1 {
	margin-left: 0;
	text-align: center;
}

.property_detail #page_header_outer h1 strong {
	position: absolute;
	top: -30px;
}

#page_header_outer h2,
.property_detail #site_title small,
#contact_info,
#font_size,
#content_header_text { display: none; }

/* Menu
====================================== */
#menu_outer ul {
  clear:both;
  height: 100px;
  position: relative;
  padding-left: 20px;
}

#menu_outer ul li {
  float:left;
  font-weight: bold;
  padding: 10px 8px;
}

#menu_outer ul ul li { padding: 5px; }

#menu_outer li ul {
  display:none;
  position:absolute;
  left: 0;
  top: 37px;
  height: 30px;
}

#menu_outer li.sel ul { display: block; }

/* Content
====================================== */

#content_outer { padding-left: 20px; }

#content_body {
  width: 680px;
  float:left;
  padding-bottom: 25px;
}
.has_insets #content_body { width: 370px; }

h2, #address h1 {
  font-size: 20px;
  height: 55px;
}


.buying #content_body p img {
	margin: 10px 0 10px 10px;
}


/* Images for the Creative ads page */
#content_body img.ads {
	padding: 2px;
	border: 1px solid #000;
	float: left;
	margin: 0 20px 20px 0;
}

#content_body img.last {
	margin: 0 0 20px 0;
} 
/* Inset
======================================= */
#id_inset_outer {
  padding-top: 50px;
  width: 300px;
  float:right;
}

.home #id_inset_group1 h3 { display: none; }

.inset {
  margin-bottom: 20px;
  font-size: 11px;
}

.inset div, .inset small, .inset p {
  padding: 0 10px;
}

.inset h3 {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

/* Page Footer
======================================= */
#page_footer { clear: both; }

#page_footer #powered_by {
  float:right;
  border:none;
  background: url(https://uberplate.ubertor.com/images/powered-black.gif) no-repeat right;
  text-indent: -5000px;
  overflow:hidden;
  height:27px;
  width: 150px;
}

/* Listing
=================================== */

/* === Paging === */

.pages_return { clear:both; float:left; }
.pages { 
	margin-left: 250px;
	clear: both;
}
.pages li { float:left; padding: 0 3px; }

ul.pages li.total { float:none; }



/* === List === */

.listing {
  margin-top: 15px;
  padding: 0 50px;
  clear:both;
}

.listing h2 {
  padding: 5px;
  font-size: 16px;
  text-decoration: none;
}

.listing img {
  margin: 5px 8px 5px 25px;
  padding: 5px;
  float:left;
}

div.listing ul.stats {
  float:left;
  text-align:center;
  margin: 20px 10px;
  width:120px;
}

div#listing_group { border: none; }

div.listing ul.stats a {display:none;}
div.listing ul.stats li.value { font-size: x-large; }

.listing p { padding-top: 20px; }
.listing p strong { display:none; }
.listing p img {
  padding:0;
  margin:0;
  border:none;
  float:right;
} 
/* === Listing Details === */

#details {text-align:center;}
#details ul, #details h3, #details p {text-align:left;}

.show ul#navigation {
	display: inline;
	list-style-type: none;
	width: 510px;
	height: 30px;
}

.show ul#navigation li {
	display: inline;
}

.show ul#navigation li.return {
	font-size: 11px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	margin-left: 155px;
	padding-left: 80px;
	text-align: center;	
	float: left;
	margin-top: -15px
}

.show ul#navigation li.prev, .show ul#navigation li.next {
	font-size: 11px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.show ul#navigation li.prev {
	float: left;
	margin-left: -410px;
	margin-top: -15px;
}

.show ul#navigation li.next {
	float: right;
	margin-right: 30px;
	margin-top: -15px
}

/* === Detail Tabs === */

/*.listing_details {
	margin-top: 80px;
}*/

.listing_details {
	margin-top: 0;
}

.listing_details #details {
  clear:left;
  margin: 0 15px;
  padding: 0 15px;
}

.listing_details #detail_menu { 
	margin-left: 20px;
	clear: left;
}
.listing_details #detail_menu li {
  float: left;
  margin: 5px 5px 0 5px;
}

.listing_details #detail_menu li a {
  display:block;
  padding: 5px 10px;
  margin-top: 5px;
}

.listing_details #detail_menu .sel a {
  position:relative;
  top: 2px;
}

.listing_details #detail_menu .sel a,
.listing_details #detail_menu a:hover {
  padding: 5px 10px 10px 10px;
  margin-top: 0;
  position:relative;
}

/* === Flash Slideshow === */

.listing_details object {
  margin: 5px auto;
}

.listing_details #video object,
.listing_details #video iframe,
.listing_details #video video,
.listing_details #video embed {
  margin: 5px auto;
  max-width: 600px;
  max-height: 338px;
}

.has_insets .listing_details #video object,
.has_insets .listing_details #video iframe,
.has_insets .listing_details #video video,
.has_insets .listing_details #video embed {
  max-width: 306px;
  max-height: 172px;
}

/* === Detail Header === */

.listing_details #navigation li { float:right; }
.listing_details #navigation li.return { float:left; }

.listing_details #address {
  clear:both;
  text-align:center;
  padding: 10px 0;
  text-indext: -5000px;
  height: 50px;
}

.listing_details #address strong {
	display: none;
}

.listing_details #address h1,
.listing_details #address h2 {
	font-size: 20px;
}

/* === Detail Links === */

.listing_details object  { display:block; margin: auto; }

.listing_details ul.links {
  float:right;
  padding: 10px 20px 10px 10px;
}

.listing_details ul.info { float:left; }
.listing_details ul.right {
  margin: 30px 0 0 10px;
  padding-left: 10px;
}
.listing_details ul.info strong {
  float:left;
  width: 100px;
}

.listing_details ul.info li.value strong,
.listing_details ul.info li.type strong {
  display:none;
}

.listing_details ul.info li.value {
  font-size: 26px;
  text-align: center;
}

.listing_details ul.info li.type { clear:left; }
.listing_details .info p {
  margin-left: 150px;
  clear:right;
}

.listing_details p img { float:right; margin-left: 5px; }

.listing_details h3 {
  float:left;
  clear:both;
  width: 150px;
  font-size: 14px;
}

.listing_details p, .listing_details h3 { margin-top: 1em; }

/* === Business Card === */
#business_card {
  margin-left:15px;
  border: none;
}

/* -- Align by semicolons -- */
#business_card strong {
  position:absolute;
  top:0em;
  left:7em;
  display:block;
  text-align:left;
  width:15em;
}

#business_card li {
  text-align:right;
  position:relative;
  clear:both;
  width:6em;
  display:block;
  height:1.5em;
}

#business_card ul { width:20em; }

#business_card .office_info li {
  width:auto;
  text-align:left;
}

/* Links
=================================== */

#links h3 {
  clear:both; 
  padding-left: 15px;
}

#links ul {
  padding: 0 30px;
  margin-bottom:15px;
  overflow:auto;
}

#links li {
  width: 45%;
  float:left;
  padding: 3px 0;
}

#links li p {
  margin:0;padding:0;
}

/* Sellers form
=================================== */
form#for_sellers li.For_Sellers_Appliances_Included, form#for_sellers li.For_Sellers_Price, form#for_sellers li.For_Sellers_Receive_Newsletter {
	display: none;
}

form#for_sellers input.submit, form#for_buyers input.submit, form#custom_form input.submit {
	margin-left: 210px;
	color: #FFF;
	background: #B42119;
	clear: both;
}

/* Buyers form
=================================== */
form#for_buyers li.For_Buyers_Receive_Newsletter {
	display: none;
}

/* Sales List form
=================================== */
.sales_list label {
	display:block;
	float:left;
	width:200px;
	clear:left;
	text-align:right;
	padding-right:10px;
}

.sales_list form#custom_form textarea {
	width: 350px;
}

/* Contact form
=================================== */
form#contact input.submit {
	margin-left: 210px;
	color: #FFF;
	background: #B42119;
	clear: both;
}