/*
===Landing Page General Stylesheet===
*/

/* Reset
---------*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td { margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
img, a img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a:focus {outline: none;}
#main ul, #main ol {list-style-position: inside;}

.required,
.warning {
color: #B90000;
font-weight: bold;
}

/* Page Structure
------------------*/

html, body, #wrap {
height: 100%;
}

#main {
clear: both;
padding: 15px;
}

#wrap {
width: 760px;
margin: 0 auto;
}

#footer {
border-top: 1px solid #aaa;
clear: both;
padding: 10px;
padding-bottom: 25px;
}

#main {
border-top: 4px solid;
}

/* Header
----------*/

#header {
padding: 15px;
float: left;
}

#header img {
float: left;
}

#header dl {
float: right;
}

#header {
border-bottom: 1px solid #fff;
}

/* Footer
-----------*/

#footer {
overflow: hidden;
}

#footer .copyright {
float: left;
}

#footer .links {
float: right;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #222;
}

p {
font-size: 1em;
}

p.auction {
font-weight: bold;
color: #CC0000;
}

h1 {
font-size: 1.5em;
margin-bottom: 12px;
}

h2 {
font-size: 1em;
margin-bottom: 5px;
padding: 3px 0;
color: #000;
}

h2.section {
font-style: italic;
font-size: 1.2em;
}

h3 {
font-size: 1em;
margin-bottom: 2px;
}

ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside !important;
}

ul.bullets {
list-style-position: inside !important;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #111;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #53556e;
text-decoration: none;
}

#footer a:hover {
color: #f2891c;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
}

form input,
form textarea,
form select {
width: 250px;
}

form ul {
margin-bottom: 0;
}

form li {
clear: both;
margin-bottom: 10px;
}

form li span {
float: right;
width: 250px;
font-size: 0.9em;
color: #999;
}

form fieldset {
display: block;
}

form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset.submit input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #333;
border: none;
color: #fff;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #333;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* Columns
------------- */

body.detail #propertydetails {
width: 470px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 244px;
float: left;
margin-bottom: 20px;
}

/* Address bar
--------------*/

body.detail #addressbar {
height: 25px;
margin-bottom: 5px;
}

body.detail #addressbar h2 {
float: left;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

/* Content
----------*/

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

/* Thumbnails
--------------*/

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails img#mainimage {
width: auto;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

/* Overview
------------*/

body.detail #overview {
border-top: 1px dashed #333;
border-bottom: 1px dashed #333;
padding: 15px 0;
margin-bottom: 15px;
}

/* Property Alert
------------------*/

body.detail #propertyalert {
height: 84px;
padding: 5px 10px;
margin-bottom: 15px;
background-color: #E7E6E6;
background-image: url(/landingpage/alert_bg.gif);
background-repeat: no-repeat;
background-position: right top;
}

body.detail #propertyalert h2 {
border: none;
background-color: transparent;
}

/* Agent Details
------------------*/

body.detail #contact {
background-color: #E7E6E6;
}

body.detail #contact h2 {
padding: 5px;
color: #fff;
}

body.detail #contact dl {
padding: 10px;
margin-bottom: 10px;
clear: both;
}

body.detail #contact dl dt {
font-weight: bold;
}

body.detail #contact dl img {
width: auto !important;
margin-right: 10px !important;
}

/* Attached properties
-------------------------*/

body.detail #attachedProperties {
background-color: #E7E6E6;
border: 1px dashed #999;
font-size: 0.9em;
}

body.detail #attachedProperties td {
padding: 0 10px;
}

body.detail #attachedProperties .stripe {
background-color: #D8D7D7;
}

body.detail #attachedProperties td img {
position: relative;
top: 4px;
margin: 0 4px;
}


/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
float: none;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow .button {
background-color: #ccc;
background-image: none;
border: none;
margin-right: 2px;
padding: 2px;
font-size: 0.9em;
font-weight: bold;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}


/* Email forms
----------------*/

html#emailagent #content,
html#emailafriend #content {
border-top: 4px solid;
padding: 15px;
}

/* Property Alert
-----------------------*/

#alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

#alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
#alertmenu a {
padding: 5px 20px;
display: block;
}

#alertmenu .last {
border: none;
}

#alertmenu a:link,
#alertmenu a:visited {
text-decoration: none;
}

#alertmenu a:hover {
text-decoration: underline;
}

#existingRequirements p {
margin-bottom: 5px;
}

#existingRequirements p span {
margin-right: 6px;
}

#existingRequirements .links {
text-align: right;
margin-bottom: 10px;
background-color: #eee;
}

#existingRequirements .links a {
background-color: #fff;
padding: 3px;
font-size: 0.9em;
}

fieldset#subscriptions label {
float: none;
width: auto;
}

fieldset#subscriptions input {
float: left;
text-align: left;
width: 50px;
}

#loginbox {
float: right;
margin-left: 20px;
width: 254px;
}

#loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
}

#loginbox label,
#loginbox input {
width: auto;
}

#loginbox label {
width: 75px;
}

#loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
}

#loginbox fieldset.submit p {
font-size: 0.9em;
}

#registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

#registerbox a {
display: block;
padding: 50px;
width: 150px;
}

#registerbox a:link,
#registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

#registerbox a:hover {
text-decoration: underline;
}

/* Email
----------------*/

div#htmlemail {
font-family: arial, helvetica, sans-serif;
}

div#htmlemail #logo {
margin-bottom: 15px;
padding: 10px;
}

div#htmlemail #logo img {
display: block;
}

div#htmlemail h1 {
font-size: 1.2em;
margin-bottom: 15px;
padding-left: 20px;
}

div#htmlemail p {
font-size: 1em;
margin-bottom: 10px;
padding-left: 20px;
}


