
/* Author: Misty Beier (mistybeier.blogspot.com)
   Created: 5.21.08
   Version: 1
   ----------------------------------------------------------------------*/
   
/* Basic Styles
   ----------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(images/site_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	z-index:0;
}

h2
{
	font-size:18px;
	font-weight:bold;
	padding:5px 0 5px 5px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 10px;
	padding: 0;
}

.headingDarkBlue
{
	color: #1e3478;
}

.headingBlue
{
	color: #3872b0;
}

.headingRed
{
	color: #b32017;
}

#L650mainContent h3.headingRed, #L945mainContent h3.headingRed
{
	font-size: 16px;
	color: #b32017;
	font-weight: bold;
	margin: 0 0 5px 20px;
	padding: 0;
}

h4.headingBlue
{
	font-size: 14px;
	color: #3872b0;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
}

h4.headingBlueTab
{
	font-size:14px;
	color: #3872b0;
	font-weight: normal;
	margin: 10px 0 0 20px;
	padding: 0;
}

h4
{
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h5
{
	font-size: 10px;
	color: #3872b0;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

img
{
	border: 0;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style: italic;
}

.centerAlign
{
	text-align:center;
}

a:link
{
	color: #3872b0;
	text-decoration: none;
}

a:visited
{
	color: #3872b0;
	text-decoration: none;
}

a:hover
{
	color: #3872b0;
	text-decoration: underline;
}

a:active
{
	color: #3872b0;
	text-decoration: none;
}

.hr
{
	background-color: #dbebfb;
	width: 100%;
	height: 1px;
	margin: 0 10px;
}

.hrKhaki
{
	background-color:#cfcf99;
	width:auto;
	height:1px;
	margin:0 5px 5px 5px;
	font-size:0;
}

.hrBlue
{
	width: 925px;
	height: 3px;
	background-color: #3872b0;
	margin: 0 0 0 7px;
}

.smallInfo
{
	font-size: 10px;
}

.smallLink
{
	color:#000;
	font-size:10px;
}

.boldLink
{
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.bgColorWhite
{
	background-color: #fff;
}

.blue
{
	color:#3872b0;
}

.valignTop
{
	vertical-align:top;
}

/* Home Page Header Layout
   ----------------------------------------------------------------------*/
#HomeLheader
{
	padding: 10px 0 0;
	height: 97px;
	width: 945px;
	margin: 0 0 10px 0;
	background-color:#fff;
}

#HomeLheader h1
{
	padding: 0;
	float: left;
	width: 342px;
	height: 97px;
	margin: 0 0 0 10px;
}

#HomeLheader h2
{
	padding: 0;
	width: auto;
	height: 97px;
	float: right;
	margin: 10px 0 0;
}

/* Container Layout
   ----------------------------------------------------------------------*/
#Lcontainer
{
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

/* Sub-Pages Header Layout
   ----------------------------------------------------------------------*/
#Lheader
{
	padding: 10px 0 0;
	height: 60px;
	width: 945px;
	margin: 0 0 10px 0;
	background-color:#fff;
}

#Lheader .left
{
	padding: 0;
	float: left;
	width: 220px;
	height: 60px;
	margin: 0 155px 0 15px;
}

#Lheader .right
{
	padding: 0;
	width: 550px;
	height: 60px;
	margin: 10px 0 0 20px;
}

#Lheader .right .testimonial
{
	margin: 0;
	font-size: 18px;
}

/* Menu or Navbar
   ----------------------------------------------------------------------*/
.hovermenu
{
	padding: 0;
	margin: 0;
	height: 26px;
	background-color: #1e3478;
	width: 945px;
}

.hovermenu ul.left li
{
	list-style: none;
	display: inline;
	float: left;
}

.hovermenu ul.left a
{
	padding: 5px 10px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #1e3478;
}

.hovermenu ul.left a:hover
{
	padding: 6px 10px 5px 10px;
	background-color: #fff;
	color: #1e3478;
	text-decoration: none;
}

.hovermenu ul.right li
{
	list-style: none;
	display: inline;
	float: right;
}

.hovermenu ul.left li.divider, .hovermenu ul.right li.divider
{
	color:#fff;
	padding-top:3px;
}

.hovermenu ul.right a
{
	padding: 5px 10px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #1e3478;
}

.hovermenu ul.right a:hover
{
	padding: 6px 10px 5px 10px;
	background-color: #fff;
	color: #1e3478;
	text-decoration: none;
}

.hovermenu li.loggedIn
{
	background-color: #fff;
	color: #b32017;
	padding: 6px 15px 5px 15px;
	font-weight: bold;
	font-size: 11px;
}

/* Sidebar Layout
   ----------------------------------------------------------------------*/
#Lsidebar
{
	float: right;
	width: 250px;
	padding: 0;
	margin: 10px 0 0;
}

.sidebarBox
{
	width: 247px;
	padding: 0;
}

.sidebarBox h4
{
	padding:0 0 0 10px;
	margin:0;
}

/* Home Page Top Container Layout
   ----------------------------------------------------------------------*/
#LHometopContainer
{
	width: 945px;
	height: auto;
	padding: 5px 0 5px 0;
	margin: 7px 0 10px 0;
	background-color: transparent;
}

#LHometopContainer table td table td, #LHomebottomContainer table td table td, #Lsidebar table td, #L650mainContent table td
{
	vertical-align: top;
}

#LHometopContainer label, #LHomebottomContainer label
{
	text-align: right;
}

#LHometopContainer input, #LHomebottomContainer input
{
	text-align: left;
}

#LHomebottomContainer
{
	width: 945px;
	height: auto;
	padding: 5px 0 0;
	margin: 5px 0 0;
}

/* Medium Column Layout - width was changed from 650 to 680
   ----------------------------------------------------------------------*/
#L650mainContent
{
	margin: 10px 15px 0 0;
	padding: 0;
	width: 680px;
	float: left;
}

#L680OpenWindow
{
	margin: 10px;
	padding: 0;
	width: 680px;
	float: left;
}

/* Large Column Layout
   ----------------------------------------------------------------------*/
#L945mainContent
{
	margin: 10px 0 0;
	padding: 0;
	width: 945px;
	float: left;
}

/* Start Boxes
   ----------------------------------------------------------------------*/
.boxColors
{
	border-left: 1px solid #cfcf99;
	border-right: 1px solid #cfcf99;
	background-color: #fff;
}

/* 945 x whatever height Box
   ----------------------------------------------------------------------*/
.top945x9
{
	background-image: url(images/945x9top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 945px;
	height: 9px;
}

.bottom945x12
{
	background-image: url(images/945x12bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 945px;
	height: 12px;
}

.addDetailsPage, .addPhotosPage, .checkOutPage, .searchResultsPage, .propertyDetailsPage
{
	width: 943px;
	margin: 0;
	padding:0 0 10px 0;
}

/* 650 x whatever height Box - this just got changed to a width of 680px. this class will be renamed in version 2 later on.
   ----------------------------------------------------------------------*/
.top650x14
{
	background-image: url(images/650x14Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 680px;
	height: 14px;
}

.bottom650x14
{
	background-image: url(images/650x14Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 680px;
	height: 14px;
	position:relative;
	top:-1px;
}

.choosePlanPage, .myRealtySpacePage, .termsConditionsPage
{
	width: 676px;
	margin: 0 0 0 1px;
	text-align:left;
	padding:0 0 10px 0;
	height:auto;
}

/* 267 x 80 Box - first used as Sell Your Home
   ----------------------------------------------------------------------*/
.top267x12
{
	background-image: url(images/267x12Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 267px;
	height: 12px;
}

.left9x80
{
	background-image: url(images/9x80Left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 9px;
	height: 80px;
}

.right10x80
{
	background-image: url(images/10x80Right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 80px;
}

.bottom267x10
{
	background-image: url(images/267x10Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 267px;
	height: 10px;
}

/* 267 x 152 Box - first used as Why RealtySpace
   ----------------------------------------------------------------------*/
.top267x11
{
	background-image: url(images/267x11Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 267px;
	height: 11px;
}

.left9x152
{
	background-image: url(images/9x152Left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 9px;
	height: 152px;
}

.right10x152
{
	background-image: url(images/10x152Right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 152px;
}

.bottom267x12
{
	background-image: url(images/267x12Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 267px;
	height: 12px;
}

/* 244 x 264 Box - first used as Search Homes
   ----------------------------------------------------------------------*/
.top244x12
{
	background-image: url(images/244x12Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 244px;
	height: 12px;
}

.left10x264
{
	background-image: url(images/10x264Left.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#fff;
	width: 10px;
	height: 264px;
}

.right10x264
{
	background-image: url(images/10x264Right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 264px;
}

.bottom244x12
{
	background-image: url(images/244x12Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 244px;
	height: 12px;
}

/* 385 x 264 Box - first used as featured home
   ----------------------------------------------------------------------*/
.top385x12
{
	background-image: url(images/385x12Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 385px;
	height: 12px;
}

.left10x264
{
	background-image: url(images/10x264Left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 264px;
}

.right10x264
{
	background-image: url(images/10x264Right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 264px;
}

.bottom385x12
{
	background-image: url(images/385x12Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 385px;
	height: 12px;
}

/* 250 x whatever height Box
   ----------------------------------------------------------------------*/
.top250x14
{
	background-image: url(images/250x14Top.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 14px;
}

.bottom250x14
{
	background-image: url(images/250x14Bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 14px;
}

/* Sell Your Home Box
   ----------------------------------------------------------------------*/
#LHometopContainer div.sellHomeBox table, #LHometopContainer div.whyRealtySpaceBox table, #LHometopContainer div.searchHomesBox table, #LHometopContainer .featuredHomeBox table
{
	width:auto;
	padding:0;
	margin:0;
}

#LHometopContainer div.sellHomeBox
{
	padding: 0 25px 11px 0;
	width:auto;
}

#LHometopContainer .sellYourHome
{
	margin: 0;
	padding: 0 0 5px 10px;
	background-color: #fff;
	width: auto;
	height: auto;
}

#LHometopContainer .getStarted
{
	font-size: 12px;
	padding: 0 5px 0 0;
}

#LHometopContainer .getStarted input
{
	width: 60px;
	margin: 10px 0 0;
}

#LHometopContainer .getStarted input[type="button"]
{
	margin: 12px 0 0 5px;
	width: 130px;
}

/*  Why RealtySpace Box
   ----------------------------------------------------------------------*/
#LHometopContainer div.whyRealtySpaceBox
{
	padding:0 25px 0 0;
	width:267px;
}

#LHometopContainer .whyRealtySpace
{
	font-size: 12px;
	margin: 0;
	padding: 0 5px 5px 10px;
	background-color: #fff;
	width: auto;
	height: auto;
}

#LHometopContainer .whyRealtySpace img
{
	float: left;
	padding: 0 10px 5px 0;
}

/* Search Homes Box
   ----------------------------------------------------------------------*/
#LHometopContainer div.searchHomesBox
{
	padding:0 20px 0 0;
	width:245px;
}

#LHometopContainer .searchHomesBox h3.headingBlue
{
	font-size:14px;
}

#LHometopContainer .searchHomes
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	width: auto;
	height: auto;
	background-image: url(images/search-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}

#LHometopContainer .searchHomes td, .searchHomes td p
{
	vertical-align: top;
}

#LHometopContainer .searchHomes label
{
	padding: 0;
	margin: 10px 5px 0 0;
	width: 95px;
}

#LHometopContainer .searchHomes input
{
	width: 110px;
	margin: 8px 5px 5px 0;
}

#LHometopContainer .searchHomes .zipInput, .searchHomes .propertyIDInput
{
	width: 60px;
	margin: 8px 5px 5px 0;
}

#LHometopContainer .searchHomes select
{
	margin: 8px 5px 10px 0;
	text-align: left;
}

#LHometopContainer .searchHomes td p
{
	text-align: center;
}

#LHometopContainer .searchHomes input[type="submit"]
{
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 2px;
	width:52px;
}
!important 
/* Featured Home Box
   ----------------------------------------------------------------------*/
#LHometopContainer div.featuredHomeBox {
width:auto;
}

#LHometopContainer .featuredHome
{
	font-size: 12px;
	margin: 0;
	padding: 0 5px 5px 10px;
	background-color: #fff;
	width: 340px;
	height: auto;
}

#LHometopContainer .featuredHome img
{
	border: 2px solid #cfcf99;
	margin: 5px 0 10px 30px;
}

#LHometopContainer .featuredHome .featuredInfo
{
	float: left;
}

#LHometopContainer .featuredHome span.city
{
	padding: 0 20px 0 0;
}

#LHometopContainer .featuredHome .featuredPrice
{
	float: right;
}

/* Just Sold Scrolling Bar
   ----------------------------------------------------------------------*/
#justSold
{
	background-color: #fff;
	width: 945px;
	height: 120px;
	margin: 0;
	border-top: 3px solid #3872b0;
	border-bottom: 3px solid #cfcf99;
}

/* LbottomContainer Table Tabs
   ----------------------------------------------------------------------*/
.bottomContainerTab
{
	background-image: url(images/bottomContainerTab.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 301px;
	height: 41px;
}

.bottomContainerLeft
{
	background-image: url(images/bottomContainerLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 12px;
	height: 178px;
}

.bottomContainerRight
{
	background-image: url(images/bottomContainerRight.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 178px;
}

.bottomContainerBottom
{
	background-image: url(images/bottomContainerBottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 301px;
	height: 11px;
}

/* Your Savings Box
   ----------------------------------------------------------------------*/
#LHomebottomContainer div.yourSavingsBox, #LHomebottomContainer div.testimonialsBox, #LHomebottomContainer div.asSeenOnBox
{
	width:301px;
	height:230px;
}

#LHomebottomContainer .asSeenOn
{
	margin: 0;
	padding: 20px 0 0 10px;
	background-color: #fff;
}

#LHomebottomContainer div.asSeenOnBox
{
	margin: 0;
}

#LHomebottomContainer div.yourSavingsBox
{
	padding:0 20px 0 0;
}

#LHomebottomContainer .yourSavings
{
	width: auto;
	height: auto;
	font-size: 12px;
	margin: 0;
	padding: 10px 5px 5px 7px;
	background-image: url(images/dollarsigns.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#LHomebottomContainer .yourSavings label
{
	padding: 0;
	position: relative;
	top: 12px;
	margin: 0 5px 0 0;
	width: 140px;
}

#LHomebottomContainer .salePriceInput
{
	width: 60px;
	margin: 12px 0 5px 0;
}

#LHomebottomContainer .dollarSignGreen
{
	font-weight: normal;
	font-size: 15px;
	color: #408304;
}

#LHomebottomContainer .dollarSignBlack
{
	font-weight: normal;
	font-size: 15px;
	color: #000;
}

#LHomebottomContainer .calculateSavings
{
	text-align: center;
	margin: 15px 0 10px 0;
	width: 120px;
}

#LHomebottomContainer .calculatedCommissions
{
	width: 120px;
	position: relative;
	top: 15px;
	font-weight: bold;
	color: #408304;
}

/* Testimonials Box
   ----------------------------------------------------------------------*/
#LHomebottomContainer div.testimonialsBox
{
	padding:0 20px 0 0;
}

#LHomebottomContainer .testimonial
{
	margin: 10px 0 13px 0;
}

#LHomebottomContainer .testimonialAlt
{
	margin: 0;
}

#LHomebottomContainer .quoteLeft
{
	background-image: url(images/quoteLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 21px;
	height: 15px;
}

#LHomebottomContainer .quoteRight
{
	background-image: url(images/quoteRight.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 22px;
	height: 19px;
}

#LHomebottomContainer .quoteAuthor
{
	font-size: 9px;
	color: #999;
}

/* All Listings Include Box
   ----------------------------------------------------------------------*/
.sidebarBoxMargin
{
	margin: 0 0 10px 0;
	padding: 0;
	width: 250px;
}

img.listingsInclude
{
	margin: 15px 0 0 15px;
}

ul.includeList
{
	list-style-type: disc;
	padding: 0 10px 0 30px;
}

ul.includeList li
{
	padding: 10px 0 0 0;
}

/* Seller Page Testimonials
   ----------------------------------------------------------------------*/
.sidebarBox .sidebarTestimonial
{
	padding:10px;
	font-weight:bold;
	line-height:14px;
}

.sidebarBox .sidebarTestimonial span.quoteAuthor
{
	font-weight:normal;
	position:relative;
	top:10px;
	color:#999;
}

img.sellerTestimonial
{
	border: 0;
	float: left;
	padding: 10px;
}

.sidebarBox .sidebarSecure, .sidebarBox .sidebarAsSeenOn, .sidebarBox .sidebarConnect
{
	padding:10px;
}

.sidebarBox .sidebarConnect img
{
	border:1px solid #1e3478;
}

.sidebarBox .sidebarSecure img
{
	float:left;
	padding:0 10px 10px 0;
}

/* Featured Property/Listing
   ----------------------------------------------------------------------*/
.featured
{
	font-size: 16px;
	color: #1e3478;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 5px;
	border-bottom: 1px solid #dbebfb;
}

.listingPhoto
{
	margin: 0 10px 0 10px;
	padding: 0;
	width: 120px;
	height: 90px;
}

.listingAddress, .bedsBaths
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
}

.highestBid, .makeOffer
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	text-align: right;
}

.propertyID
{
	margin: 0;
	line-height: 16px;
	color: #000;
	padding: 0 0 0 10px;
	font-size: 10px;
}

.propertyShort
{
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

/* Sellers Pages aka Listing Process
   ----------------------------------------------------------------------*/
.progressBar
{
	text-align: center;
	padding: 0 0 10px 0;
}

.skip
{
	text-align: center;
	margin:0 0 5px 15px;
	padding:3px;
	background-color: #f8f8e2;
	float:left;
	width:900px;
}

.skip input[type="submit"]
{
	padding: 0;
	margin: 0;
}

.fieldsetNoBorder .skip
{
	text-align: center;
	margin:0 0 5px 0;
	padding:3px;
	background-color: #f8f8e2;
	float:left;
	width:auto;
}

.choosePlanPage fieldset, .addDetailsPage fieldset, .addPhotosPage fieldset, .checkOutPage fieldset
{
	border: 1px solid #cfcf99;
	padding: 10px 10px 20px 20px;
	margin: 5px 20px;
}

.choosePlanPage .fieldsetNoBorder, .addDetailsPage .fieldsetNoBorder, .addPhotosPage .fieldsetNoBorder, .checkOutPage .fieldsetNoBorder, .confirmOrderPage .fieldsetNoBorder
{
	border: 0;
	margin: 0 20px;
	padding: 0;
	background-color: #fff;
}

.orderSummary, .totalSummary, .billingSummary, .shippingSummary, .paymentSummary
{
	background-color: #f9f9e0;
	padding: 10px;
	vertical-align: top;
}

.orderSummary h5, .totalSummary h5, .billingSummary h5, .shippingSummary h5, .paymentSummary h5
{
	font-size: 12px;
	color: #3872b0;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.total
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.totalAmount
{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.choosePlanPage td
{
	vertical-align: top;
}

.cellSpacing
{
	width: 10px;
	background-color: #fff;
}

.addDetailsPage td.mainLabel
{
	vertical-align: middle;
	text-align: right;
	padding: 10px 5px 10px 0;
	width: 170px;
	font-weight: bold;
}

.addDetailsPage td.mainLabelAlt
{
	vertical-align: top;
	text-align: right;
	padding: 10px 5px 0 0;
	width: 170px;
	font-weight: bold;
}

.addDetailsPage td.valignTop
{
	vertical-align: top;
	padding: 5px 5px 0 0;
}

.addDetailsPage input, .addDetailsPage select
{
	margin: 2px 0 5px 0;
}

.addDetailsPage input[type="checkbox"]
{
	float: left;
	margin: 6px 0 0;
}

.addDetailsPage td.valignTop label
{
	margin: 6px 5px 0 5px;
	width: auto;
	text-align: left;
	float: left;
	font-weight: normal;
}

.addDetailsPage tr.altRow
{
	background-color: #f8f8e2;
}

.addDetailsPage .alignneg3
{
	margin: 0 0 10px -3px;
	width: 100%;
}

.addDetailsPage .alignneg3 td
{
	width: 150px;
}

.addDetailsPage td > span
{
	font-size: 12px;
	position: relative;
	top: -5px;
}

.addDetailsPage table.alignneg3 td label
{
	margin: 4px 0 0 5px;
}

.addDetailsPage table.alignneg3 td input[type="checkbox"]
{
	margin: 5px 0 0;
	float: left;
}

.hint
{
	background-color: #fff;
	width: 150px;
	padding: 0 10px;
	border-left: 1px solid #cfcf99;
	font-size: 10px;
	color: #333333;
}

.addPhotosPage .mainPhoto
{
	width: 300px;
	height: 200px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.addPhotosPage td.formElement
{
	padding: 0 10px;
	vertical-align: top;
}

.addPhotosPage td.formElement div.selectPhoto, #L945mainContent td.formElement div.uploadPhoto
{
	margin: 0 0 10px 0;
	text-align: left;
}

.addPhotosPage .additionalPhoto
{
	text-align: center;
	margin: 0 0 10px 0;
}

.addPhotosPage td.formElement div.note
{
	font-size: 10px;
	margin: 10px 0 0;
}

.addPhotosPage ul
{
	margin-left:20px;
}

legend
{
	font-size: 10px;
	color: #3872b0;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding:0 5px;
}

label
{
	margin: 15px 5px 0 0;
	width: 150px;
	text-align: right;
	float: left;
	font-weight: bold;
}

.leftAlignLabel
{
	margin: 0;
	float: left;
	text-align: left;
	font-weight: bold;
}

.orderSummary .leftAlignLabel
{
	margin: 0 0 5px 0;
	float: left;
	text-align: left;
	font-weight: bold;
}

input, select
{
	margin: 10px 0 0 0;
}

.margin0Input, .margin0Select
{
	margin: 0;
}

.choosePlanPage .zipPropertyInput, .addDetailsPage .zipPropertyInput, .checkOutPage .zipPropertyInput
{
	width: 60px;
}

.choosePlanPage input[type="checkbox"]
{
	position:relative;
	top:2px;
}

.confirmOrderPage input
{
	margin: 0;
	padding: 0;
}

input .radioInput
{
	margin: 0 0 7px 10px;
}

input .checkbox
{
	float: left;
	margin: 0 5px 0 0;
}

.choosePlanPage ul
{
	margin: 5px 0 0 15px;
}

.propertyDetailsEx
{
	float: right;
	width:220px;
}

.propertyDetailsEx a img
{
	border: 1px solid #3872b0;
	margin: 5px 0;
}

td.recommendedItem
{
	width: 50%;
	vertical-align: top;
	padding: 5px;
	margin: 0;
}

td.recommendedItem img
{
	float: left;
	padding: 5px;
}

.recommendedName
{
	padding: 0 0 5px 0;
	font-weight: bold;
}

.recommendedItemPrice
{
	padding: 15px 50px 0 0;
	text-align: left;
	float: left;
}

.recommendedItemQuantity
{
	padding: 0 0 0 10px;
	text-align: left;
}

.placeOrder
{
	background-color: #a9cf99;
	padding: 5px;
	margin: 0 20px;
	height: 25px;
}

.placeOrder .txt
{
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	width: 700px;
	padding: 5px 0 0;
	color: #fff;
}

.placeOrder input
{
	float: right;
}

.continueButton
{
	float: right;
	padding: 0 0 0 20px;
}

.orderConfirmedPage p
{
	margin:0 20px;
}

.orderConfirmedPage .fieldsetNoBorder
{
	margin:10px 15px 0 15px;
}

.couponCode
{
	vertical-align:bottom;
	padding:0 0 2px 0;
}

/* Search Results Page
   ----------------------------------------------------------------------*/
.searchResultsPage .featuredProperty
{
	border: 1px solid #cfcf99;
	padding: 10px;
	background-color: #f9f9e0;
	margin:0 10px 10px;
}

.searchResultsPage .featuredHeadline, .searchResultsPage .standardHeadline
{
	margin: 10px;
	padding: 5px;
	background-color:#ffffee;
	height:auto;
	width:auto;
	float:left;
}

.searchResultsPage .featuredHeadline a, .searchResultsPage .standardHeadline a
{
	color:#3872b0;
	text-align:left;
	padding:0;
	margin:0;
}

.searchResultsPage .featuredProperty h4 a, .searchResultsPage .featuredProperty h4
{
	color:#000;
	padding: 0 0 5px 0;
	width: auto;
	font-size:16px;
}

/*.searchResultsPage img { margin: 10px 15px 10px 0; position: relative; left: 40px; border: 1px solid #7b6227; }*/

.searchResultsPage span
{
	font-weight: bold;
}

.searchResultsPage td
{
	width: 260px;
}

.searchResultsPage td[colspan="3"]
{
	width: auto;
}

.searchResultsPage td.photo
{
	width: 200px;
}

.searchResultsPage td.photo a img
{
	border:1px solid #f9f9e0;
}

.searchResultsPage .standardProperty
{
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid #10787d;
	padding: 0 0 10px 0;
}

.searchResultsPage .standardProperty h4
{
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	width: auto;
}

.searchResultsPage .source
{
	padding:0 5px 0 0;
	font-weight:normal;
	font-size:10px;
}

.searchResultsPage .searchResultsPagination
{
	height:22px;
	padding:5px 10px;
}

.searchResultsPage .pages
{
	float:right;
}

ul .pagination
{
	border:0;
	margin:0;
	padding:0;
}

.pagination li
{
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	margin-right:5px;
	display:inline;
}

.pagination a
{
	border:solid 1px #1e3478;
	margin-right:5px;
	position:relative;
	z-index: 99;
}

.pagination .previousOff, .pagination .nextOff, .pagination .firstOff, .pagination .lastOff
{
	border:1px solid #ccc;
	color:#999;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding:3px 4px;
}

.pagination .next, .pagination .previous, .pagination .first, .pagination .last
{
	font-weight:bold;
}

.pagination .active
{
	background-color:#1e3478;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

.pagination a:link, .pagination a:visited
{
	color:#1e3478;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

.pagination a:hover
{
	background-color:#1e3478;
	color:#fff;
}

.propertiesFound
{
	font-weight:normal;
	text-align:left;
	float:left;
	position:relative;
	top:3px;
}

.propertiesFound span
{
	font-weight:normal;
}

.oodleLogo
{
	float:left;
	position:relative;
	bottom:0;
	left:10px;
}

.showResults
{
	position:relative;
	top:-11px;
	left:40px;
}

/* Property Details Page
   ----------------------------------------------------------------------*/
.propertyDetailsPage
{
	background-color: #fff;
	overflow:auto;
}

.back
{
	padding: 0 0 0 20px;
	text-align:left;
}

.propertyDetailsLeft
{
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	width: 300px;
	height: auto;
	background-color: #fff;
}

.propertyDetailsRight
{
	margin: 0;
	padding: 0 20px 0 0;
	width: 590px;
	height: auto;
	background-color: #fff;
}

.propertyDetailsRight .label
{
	font-weight:bold;
	padding:1px 10px 0 0;
	text-align:left;
}

.propertyDetailsRight .input
{
	line-height:18px;
}

.propertyDetailsPage .headline
{
	margin: 0 20px 0;
	padding: 10px 0 0;
}

.propertyDetailsPage .headline h3
{
	padding: 0;
	margin: 0;
}

.propertyDetailsLeft .propertyDetailsPage img
{
	border: 1px solid #7b6227;
}

.propertyDetailsPage .viewSlideshow
{
	text-align: center;
	padding: 5px 0 0;
}

.propertyDetailsPage .propertyPhotos ul
{
	margin: 0 0 10px 0;
	text-align: center;
}

.propertyDetailsPage .propertyPhotos ul li
{
	display: inline;
	list-style-type: none;
	width:90px;
	vertical-align:middle;
	text-align:center;
}

.propertyDetailsPage .propertyPhotos ul li img
{
	margin: 8px 5px 5px 0;
}

.propertyDetailsPage .resources ul
{
	margin: 0 0 0 20px;
}

.propertyDetailsPage .resources ul li
{
	list-style-type: square;
}

.propertyDetailsPage h2
{
	text-align: left;
	color: #000;
	font-size: 18px;
	background-image:url(images/views_09.png);
	background-position:top right;
	background-repeat:repeat-x;
	padding:0;
}

.propertyDetailsPage h4
{
	padding: 2px 0 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7b6227;
	background-color: #f9f9e0;
}

.propertyDetailsPage p
{
	padding: 0 5px 10px 5px;
}

.propertyDetailsPage .propertyPhotos, .propertyDetailsPage .monthlyPayment, .propertyDetailsPage .yourSavings, .propertyDetailsPage .resources
{
	margin: 10px 0;
	padding: 0 0 10px 0;
	background-image: none;
}

.propertyDetailsPage .yourSavings label
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}

.propertyDetailsPage .yourSavings .dollarSignBlack
{
	margin: 0 0 5px 0;
}

.propertyDetailsPage .yourSavings input
{
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	top: 5px;
	width: 120px;
}

.propertyDetailsPage .yourSavings .calculatedCommissions
{
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	top: 0;
}

.propertyDetailsPage .monthlyPayment .monthlyPaymentAmount
{
	text-align: center;
	color: #3872b0;
	font-weight: bold;
}

.propertyDetailsPage ul.resources
{
	list-style-type: square;
	margin: 0 0 0 20px;
}

.propertyDetailsPage ul.resources li
{
	display: list-item;
	line-height: 18px;
}

.propertyDetailsPage .mainInfo
{
	margin: 10px 0;
	padding: 0;
}

.propertyDetailsPage table
{
	margin:0 0 0 5px;
	text-align:left;
}

.propertyDetailsPage .location
{
	margin: 10px 0 0;
	padding: 0;
}

.propertyDetailsPage .minimenu
{
	margin:0;
	background-color:#f9f9e0;
	padding:5px;
	text-align:right;
}

.propertyDetailsPage .minimenu ul
{
	list-style-type:none;
	line-height:20px;
	font-size:12px;
}

.propertyDetailsPage .minimenu ul li a
{
	color:#3872b0;
}

.propertyDetailsPage .views
{
	width:auto;
}

.propertyDetailsRight table td
{
	vertical-align:top;
}

.propertyDetailsPage .highestBid
{
	margin:10px 0;
	font-weight:normal;
	border:1px solid #cfcf99;
	padding:5px;
	background-color: #f9f9e0;
	overflow:auto;
}

.propertyDetailsPage .highestBid h4
{
	padding: 2px 0 2px 5px;
	margin:0 0 10px -5px;
	font-size: 14px;
	font-weight: bold;
	color: #3872b0;
	background-color: #f9f9e0;
}

.propertyDetailsPage .highestBidContent
{
	position:relative;
	top:-4px;
	vertical-align:top;
}

.highestBid input, .highestBid input[type="submit"]
{
	position:relative;
	top:-6px;
}

.propertyDetailsPage .yourBid
{
	position:relative;
	top:10px;
}

.propertyDetailsPage .dollarSignBlack2
{
	vertical-align:bottom;
	position:relative;
	top:-8px;
	font-size:14px;
}

.propertyDetailsPage .highestBidSmallInfo
{
	font-size:10px;
	position:relative;
	top:0;
	left:10px;
}

.propertyDetailsPage .description
{
	margin: 20px 0 0;
	padding: 0;
	text-align:justify;
	width:auto;
}

.propertyDetailsPage .terms
{
	margin: 10px 0 0;
	padding: 0;
	text-align:justify;
	width:285px;
}

.propertyDetailsPage .features, .propertyDetailsPage .income, .propertyDetailsPage .expenses, .propertyDetailsPage .details
{
	margin: 10px 0 0;
	padding: 0;
	width:295px;
}

.propertyDetailsPage .mainInfo .address
{
	font-style: normal;
	font-weight: bold;
	padding:0 70px 0 0;
}

/* Property Details Flyer
   ----------------------------------------------------------------------*/
.propertyDetailsFlyer
{
	padding: 10px;
	width:640px;
}

.propertyDetailsFlyer .printSection
{
	padding:10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed #3872b0;
}

.propertyDetailsFlyer .flyerHeading
{
	font-size:12px;
	font-weight:bold;
	color:#1e3478;
	padding:20px 10px 0;
	float:right;
}

.propertyDetailsFlyer #imgLogo
{
	padding:0 40px 0 0;
}

.propertyDetailsFlyer h3
{
	padding:10px 0;
	margin:0;
	color:#000;
}

.propertyDetailsFlyer table td
{
	vertical-align:top;
	padding:0 0 10px 0;
}

.propertyDetailsFlyer table td table td
{
	padding:0 0 2px 0;
}

.propertyDetailsFlyer #imgLarge
{
	margin:0 20px 20px 0;
}

.propertyDetailsFlyer p
{
	margin:0;
	padding:0;
	line-height:16px;
	font-size:12px;
}

.propertyDetailsFlyer h4
{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.propertyDetailsFlyer ul
{
	padding:10px 0;
	margin:0;
}

.propertyDetailsFlyer ul li
{
	display:inline;
	list-style-type:none;
	padding:0 0 10px 0;
}

/* My RealtySpace Sidebar
   ----------------------------------------------------------------------*/
#myLSidebar
{
	float: left;
	width: 250px;
	padding: 0;
	margin: 10px 0 0;
	font-size:11px;
}

#myLSidebar a
{
	color:#000;
}

#myLSidebar h3.headingDarkBlue
{
	padding:0 0 5px 5px;
	margin:0;
}

#myLSidebar .subHeading
{
	width:auto;
	margin:0 0 5px 0;
	padding:5px;
	height:12px;
	background-image:url(images/subheadingbg.png);
	background-repeat:repeat-x;
}

#myLSidebar .subHeading a
{
	color:#1e3478;
	font-weight:bold;
}

#myLSidebar .retractExpand
{
	padding:3px 0 0;
}

#myLSidebar .paddingLeft
{
	padding:0 0 0 5px;
}

#myLSidebar .offers
{
	width:55%;
	text-align:left;
	padding:0 0 0 5px;
}

#myLSidebar .messages
{
	width:40%;
	text-align:left;
}

#myLSidebar .smallLinkRed
{
	color:#b32017;
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
	position:relative;
	top:-2px;
}

#myLSidebar .inactive
{
	color:#b32017;
}

#myLSidebar .inactive a
{
	color:#b32017;
}

#myLSidebar .hrKhaki
{
	background-color:#cfcf99;
	width:100%;
	height:1px;
	margin:3px 0;
}

#myLSidebar .hrKhakiDouble
{
	width:100%;
	height:3px;
	margin:3px 0;
	border-bottom:3px solid #cfcf99;
}

#myLSidebar ul
{
	list-style-type:none;
	margin:0;
	line-height:18px;
	padding:0 0 0 5px;
}

#myLSidebar ul.myOtherLinks
{
	padding:0 0 0 5px;
}

/* My RealtySpace Page
   ----------------------------------------------------------------------*/
#myL650mainContent
{
	margin: 10px 0 0 15px;
	padding: 0;
	width: 680px;
	float: left;
}

#myL650mainContent table td.bottom650x14
{
	position:relative;
	top:-1px;
	margin:-1px 0 0;
	display:block;
}

#myL650mainContent table
{
	margin:0 0 10px 0;
}

.myRealtySpacePage p
{
	padding:0 10px;
}

.myRealtySpacePage .offerAccepted, .myRealtySpacePage .inactiveListing, .myRealtySpacePage .soldListing, .myRealtySpacePage .activeListing
{
	margin:0 10px;
	padding:0;
	width:auto;
	line-height:18px;
	background-color:#fff;
	height:auto;
}

.myRealtySpacePage .title
{
	padding:0;
	margin:0 10px;
	border-bottom:1px solid #1e3478;
	height:25px;
}

.myRealtySpacePage .title h2
{
	margin:0;
	padding:0;
}

.myRealtySpacePage .title .headingDarkBlue
{
	margin:0;
	padding:0;
}

.myRealtySpacePage .headline
{
	margin:10px 0;
	width:auto;
}

.myRealtySpacePage .headline h3
{
	margin:0;
	padding:0;
	font-size:12px;
}

.myRealtySpacePage .headline h3 a
{
	color:#000;
}

.myRealtySpacePage .col1, .myRealtySpacePage .col2
{
	width:50%;
	margin:0 0 10px 0;
}

.myRealtySpacePage .col1 .photo
{
	margin:0 10px 0 0;
}

.myRealtySpacePage .col2 .listingDetails
{
	margin:0 100px 0 0;
}

.myRealtySpacePage h3
{
	margin:0 0 0 10px;
}

.myRealtySpacePage h4
{
	padding:5px 0 0 10px;
	margin:0;
	font-weight:bold;
}

.myRealtySpacePage .propertyID
{
	font-size:12px;
	color:#000;
	margin: 0;
	padding: 10px 0 0;
}

.myRealtySpacePage .accountMiniMenu
{
	text-align: left;
	background-color:#dbebfb;
	padding:0 3px;
	margin:0 0 5px 0;
	color:#3872b0;
}

.myRealtySpacePage table td
{
	vertical-align:top;
}

.myRealtySpacePage .more
{
	margin:0;
	padding:5px 0 0;
}

.myRealtySpacePage .more a
{
	color:#1e3478;
}

.myRealtySpacePage .col2 .miniMenuItem
{
	margin:0 5px 0 0;
}

/* My RealtySpacePage Photos
   ----------------------------------------------------------------------*/
.myRealtySpacePage .mainPhotoContent
{
	padding:10px;
}

.myRealtySpacePage .mainPhoto
{
	padding:0 20px 0 0;
}

.myRealtySpacePage .note
{
	padding:10px 0 0;
	font-size:10px;
}

.myRealtySpacePage .additionalPhotoContent
{
	padding:10px 0 0;
}

.myRealtySpacePage .additionalPhotoLayout
{
	padding:0 10px;
}

.myRealtySpacePage .leftPhoto
{
	padding:0 60px 15px 0;
}

.myRealtySpacePage .rightPhoto
{
	padding:0 10px 0 0;
}

/* My RealtySpacePage Property Details
   ----------------------------------------------------------------------*/
.myRealtySpacePage fieldset
{
	border: 1px solid #cfcf99;
	padding: 10px 10px 20px 20px;
	margin: 5px 20px 5px 20px;
}

.myRealtySpacePage .fieldsetNoBorder
{
	border: 0;
	margin: 0 20px 0 20px;
	padding: 0;
	background-color: #fff;
}

.myRealtySpacePage .zipPropertyInput
{
	width: 60px;
}

.myRealtySpacePage td.mainLabel
{
	vertical-align: middle;
	text-align: right;
	padding: 10px 5px 10px 0;
	width: 170px;
	font-weight: bold;
}

.myRealtySpacePage td.mainLabelAlt
{
	vertical-align: top;
	text-align: right;
	padding: 10px 5px 0 0;
	width: 170px;
	font-weight: bold;
}

.myRealtySpacePage td.valignTop
{
	vertical-align: top;
	padding: 5px 5px 0 0;
}

.myRealtySpacePage td.valignTop input
{
	margin:0;
}

.myRealtySpacePage input, .myRealtySpacePage select
{
	margin: 2px 0 5px 0;
}

.myRealtySpacePage input[type="checkbox"]
{
	float: left;
	margin: 6px 0 0;
}

.myRealtySpacePage td.valignTop label
{
	margin: 0 5px;
	width: auto;
	text-align: left;
	float: left;
	font-weight: normal;
}

.myRealtySpacePage tr.altRow
{
	background-color: #f8f8e2;
}

.myRealtySpacePage .alignneg3
{
	margin: 0 0 10px -3px;
	width: 100%;
}

.myRealtySpacePage .alignneg3 td
{
	width: 150px;
}

.myRealtySpacePage td > span
{
	font-size: 12px;
	position: relative;
	top: -5px;
}

.myRealtySpacePage table.alignneg3 td label
{
	margin: 4px 0 0 5px;
}

.myRealtySpacePage table.alignneg3 td input[type="checkbox"]
{
	margin: 5px 0 0;
	float: left;
}

.myRealtySpacePage .hint
{
	background-color: #fff;
	width: 100px;
	padding: 0 10px;
	border-left: 1px solid #cfcf99;
	font-size: 10px;
	color: #333;
}

.messagesTable .listingAddressWrapper table label
{
	text-align:right;
	width:100px;
	margin:3px 5px 0 0;
	padding: 0;
}

/* My RealtySpacePage Offers Table
   ----------------------------------------------------------------------*/
.myRealtySpacePage .offersTableWrapper
{
	margin:10px 0 0;
}

.myRealtySpacePage .offersTable
{
	margin:10px 0 0;
	background-color:#f9f9e0;
	border:1px solid #cfcf99;
	padding:5px 5px 0 5px;
	overflow:auto;
}

.myRealtySpacePage .offersTable .offerStatus
{
	padding:0 0 0 30px;
}

.myRealtySpacePage .offersTable .seeOfferHistory
{
	border-top:1px solid #cfcf99;
	margin:2px 0 0;
	padding:2px 0 0;
}

.myRealtySpacePage .offersTable .seeOfferHistory a
{
	color:#000;
}

.myRealtySpacePage .offerHistoryTable
{
	margin:5px 10px 0 10px;
	background-color:#fff;
	overflow:auto;
	padding:0 0 20px 0;
}

.myRealtySpacePage .offerHistoryTable table td
{
	border:0;
}

.myRealtySpacePage .offerHistoryTable h4
{
	color:#3872b0;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.myRealtySpacePage .offerHistoryTable h3
{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px 0;
	border:0;
}

.myRealtySpacePage .offerHistoryTable .offerHistoryTitle
{
	width:654px;
	text-align:center;
	padding:0 0 5px 0;
}

.myRealtySpacePage .offerHistoryTable .offerHistorysubHeading
{
	width:280px;
	text-align:center;
}

.myRealtySpacePage .offerHistoryTable .waitingOnResponse
{
	padding:10px 0 0;
}

.myRealtySpacePage .offerHistoryTable .offersBg
{
	background-color:#dbebfb;
	width:276px;
	padding:0 10px;
	margin:0 1px 0 0;
	overflow:visible;
}

.myRealtySpacePage .offerHistoryTable .offersBgTop
{
	background-color:#dbebfb;
	width:276px;
	height:17px;
	padding:0 10px;
	background-image:url(images/offertop.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 1px 0 0;
}

.myRealtySpacePage .offerHistoryTable .offersBgBottom
{
	background-color:#dbebfb;
	width:276px;
	height:17px;
	padding:0 10px 10px 10px;
	background-image:url(images/offerbottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0 1px 0 0;
}

.myRealtySpacePage .offerHistoryTable .topRightBottom
{
	background-image:url(images/offertoprightbottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:654px;
	height:17px;
	clear:both;
}

.myRealtySpacePage .offerHistoryTable .bottomLeftTop
{
	background-image:url(images/offerbottomlefttop.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:654px;
	height:17px;
	clear:both;
}

/* Make an Offer Table
   ----------------------------------------------------------------------*/
.myRealtySpacePage .makeOfferTable
{
	margin:20px 0 0;
}

.myRealtySpacePage .makeOfferTable label
{
	vertical-align:top;
	margin:0 5px 0 0;
	padding:0;
}

.myRealtySpacePage .makeOfferTable input
{
	vertical-align:top;
	margin:0 0 20px;
	padding:0;
}

.myRealtySpacePage .makeOfferTable span
{
	padding:0;
	margin:0;
	position:relative;
	top:0;
}

.myRealtySpacePage .makeOfferTable .offerDisclaimer
{
	margin:20px 0 0;
	width:350px;
	background-color:#ffc;
	padding:10px;
	border:1px solid #ff0;
}

.myRealtySpacePage .makeOfferTable .submitButton
{
	margin:5px 0 0;
}

/* Message Table 
   ----------------------------------------------------------------------*/
.myRealtySpacePage .messagesTable
{
	margin:10px 10px 0 10px;
	padding:0;
}

.myRealtySpacePage .messagesTable h3
{
	margin:0 0 10px 0;
}

.myRealtySpacePage .messagesTable label
{
	vertical-align:top;
	margin:0 5px 10px 5px;
	padding:0;
	width:auto;
}

.myRealtySpacePage .messagesTable input
{
	vertical-align:top;
	margin:0 0 20px;
	padding:0;
}

.myRealtySpacePage .messagesTable span
{
	padding:0;
	margin:0;
	position:relative;
	top:0;
}

.messageTabs
{
	padding: 0;
	margin: 5px 0 0;
	background-color: #f9f9e0;
}

.messageTabs li
{
	list-style: none;
	display: inline;
	float: left;
}

.messageTabs a
{
	padding: 5px 10px;
	text-decoration: none;
	float: left;
	color: #000;
	background-color: #f9f9e0;
}

.messageTabs a:hover
{
	padding: 5px 10px;
	background-color: #dbebfb;
	color: #000;
	text-decoration: none;
}

.myRealtySpacePage .selectedTab
{
	background-color:#dbebfb;
}

.myRealtySpacePage .messageContent
{
	background-color:#dbebfb;
	padding:5px 5px 10px 5px;
}

.myRealtySpacePage .messageContentDetail
{
	background-color:#dbebfb;
	padding:5px 5px 10px 5px;
}

.myRealtySpacePage .send
{
	padding:10px 0 0 5px;
}

.myRealtySpacePage .messageLine
{
	border-bottom:1px solid #ccc;
}

.myRealtySpacePage .messageFrom, .myRealtySpacePage .messageSubject
{
	padding:3px;
	margin:0 10px 0 0;
}

.myRealtySpacePage .messageDate
{
	padding:3px;
	margin:0;
	text-align:right;
}

.myRealtySpacePage .newMessage
{
	background-color:#f9f9e0;
}

/* Billing
   ----------------------------------------------------------------------*/
.renewalDate
{
	margin:0 0 10px 0;
}

.renewalItemsTable
{
	margin:5px 0 10px 0;
}

.renewalItemsTable th, .renewalItemsTable td
{
	padding:0 30px 0 0;
}

.renewalItemsTable th
{
	font-size:11px;
}

/* My RealtySpacePage welcome
   ----------------------------------------------------------------------*/
.myRealtySpacePage .welcomeSample
{
	margin:20px 0 0;
	padding:0 0 10px 0;
}

.myRealtySpacePage .welcomeSample img
{
	margin:5px 0 30px 10px;
}

.myRealtySpacePage .welcomeSample textarea
{
	margin:5px 0 5px 10px;
}

.myRealtySpacePage .craigslistSample
{
	margin:10px 30px 20px 30px;
	border:1px dashed #3872b0;
	padding:10px;
}

.myRealtySpacePage .craigslistSample h2
{
	margin:0 0 10px 20px;
	text-align:right;
}

.myRealtySpacePage .craigslistSample .propertyPhoto
{
	margin:10px 20px 10px 0;
}

.myRealtySpacePage .craigslistSample .details
{
	font-weight:bold;
	margin:0 0 20px 10px;
}

.myRealtySpacePage .craigslistSample .price
{
	background-color:#f9f9e0;
	color:#7b6227;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 5px 0;
}

.myRealtySpacePage .craigslistSample .description
{
	font-weight:bold;
	background-color:#f9f9e0;
	color:#7b6227;
}

.myRealtySpacePage .craigslistSample .viewMore
{
	font-size:14px;
	font-weight:bold;
	color:#b32017;
	text-decoration:underline;
}

.myRealtySpacePage .craigslistSample p
{
	margin:0 0 5px 0;
	padding:0;
}

/* Buyers Page
   ----------------------------------------------------------------------*/
.buyersPage
{
	padding: 0 10px;
	overflow:auto;
}

.buyersPage .searchHomes
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	width: auto;
	height: auto;
	background-image: url(images/search-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}

.buyersPage .searchHomes td, .buyersPage .searchHomes td p
{
	vertical-align: top;
}

.buyersPage .searchHomes label
{
	padding: 0;
	margin: 10px 5px 0 0;
	width: 95px;
}

.buyersPage .searchHomes input
{
	width: 110px;
	margin: 8px 5px 5px 0;
}

.buyersPage .searchHomes .zipInput, .buyersPage .searchHomes .propertyIDInput
{
	width: 60px;
	margin: 8px 5px 5px 0;
}

.buyersPage .searchHomes select
{
	margin: 8px 5px 10px 0;
	text-align: left;
}

.buyersPage .searchHomes td p
{
	text-align: center;
}

.buyersPage .searchHomes input[type="submit"]
{
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 2px;
	width:52px;
}
!important  .buyersPage h3 {
padding:0 0 10px 0;
margin:0;
}

.buyersPage ol
{
	margin:0 0 0 30px;
}

.buyersPage p
{
	padding:0 0 0 10px;
}

div.centerAlign input.search
{
	margin:10px 0 0 10px;
}

.buyersPage .homeEvaluationFormAd
{
	margin:5px auto 0 auto;
	background-image:url(images/homeevalutionad.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	width:230px;
	height:230px;
	position:relative;
	right:60px;
	border:1px solid #cfcf99;
	padding:10px;
}

.buyersPage div.floatRight
{
	width:360px;
}

.buyersPage div.floatRight img
{
	margin:0 0 0 30px;
}

.buyersPage div.floatRight table
{
	width:360px;
}

.buyersPage div.floatRight h3.headingRed
{
	margin:0;
	padding:0;
	position:relative;
	left:-20px;
}

.buyersPage div.floatRight div.featuredInfo
{
	width:auto;
	float:left;
	padding:10px 0 0;
}

.buyersPage div.floatRight div.featuredPrice
{
	width:auto;
	float:right;
	padding:10px 0 0;
}

/* Terms and Conditions/ Privacy Policy Page
   ----------------------------------------------------------------------*/
.termsConditionsPage h3
{
	padding:0 0 0 10px;
}

.termsConditionsPage h4
{
	padding:5px 20px 0 20px;
	margin:0;
}

.termsConditionsPage p
{
	padding:2px 20px 3px 20px;
}

.termsConditionsPage h4.headingDarkBlue
{
	font-weight:bold;
	font-size:12px;
}

.termsConditionsPage ol, .termsConditionsPage ul
{
	padding:10px 20px 10px 60px;
}

/* Various Form Pages
   ----------------------------------------------------------------------*/
.login, .register, .password
{
	padding:0 10px;
	overflow:auto;
	margin:0 0 0 1px;
}

.register label
{
	width:auto;
	text-align:right;
	float:right;
}

.login h3, .register h3, .password h3, .contact h3
{
	margin:0 0 5px 0;
}

.contact
{
	padding:0 10px 10px 10px;
	overflow:auto;
	margin:0 0 0 1px;
}

.register .acceptTerms
{
	margin:5px 0 0 155px;
}

.login .forgotPassword
{
	margin:5px 0 0;
}

.acceptTerms input[type="checkbox"]
{
	position:relative;
	top:2px;
}

.register .registerButton, .password .submitButton, .contact .submitButton
{
	margin:20px 0 0 150px;
}

.login .loginButton
{
	margin:20px 0 0;
}

.login .ad, .register .ad, .password .ad
{
	text-align:center;
	padding:100px 0 0;
	margin:0;
}

.contact label
{
	vertical-align:top;
}

.contact input, .contact textarea
{
	margin:10px 0;
}

.contact fieldset
{
	border:1px solid #cfcf99;
	padding:10px;
	margin:20px 0 0;
	overflow:auto;
}

.contact h4
{
	padding:0 10px 15px;
	margin:0;
}

.sidebarBox .searchHomes
{
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	width: auto;
	height: auto;
	background-image: url(images/search-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}

.sidebarBox .searchHomes td, .buyersPage .searchHomes td p
{
	vertical-align: top;
}

.sidebarBox .searchHomes label
{
	padding: 0;
	margin: 10px 5px 0 0;
	width: 95px;
}

.sidebarBox .searchHomes input
{
	width: 110px;
	margin: 8px 5px 5px 0;
}

.sidebarBox .searchHomes .zipInput, .buyersPage .searchHomes .propertyIDInput
{
	width: 60px;
	margin: 8px 5px 5px 0;
}

.sidebarBox .searchHomes select
{
	margin: 8px 5px 10px 0;
	text-align: left;
}

.sidebarBox .searchHomes td p
{
	text-align: center;
}

.sidebarBox .searchHomes input[type="submit"]
{
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 2px;
	width:52px;
}
!important  .login h3, .register h3, .password h3, .contact h3 {
margin:0 0 10px 0;
}

/* Footer
   ----------------------------------------------------------------------*/
#Lfooter
{
	padding: 5px;
	background: #cfcf99;
	width: 935px;
	font-size: 10px;
	color: #1e3478;
	font-weight: bold;
	margin: 0 0 5px 0;
	overflow:auto;
}

.footerNav
{
	float: left;
	margin: 0 50px 0 0;
}

.copyright
{
	float:left;
	margin: 5px 0 0;
}

.reportBugsLink
{
	text-align:right;
	float:right;
	margin:5px 0 0;
}

#Lfooter a:link
{
	color: #1e3478;
	text-decoration: none;
}

#Lfooter a:visited
{
	color: #1e3478;
	text-decoration: none;
}

#Lfooter a:hover
{
	color: #1e3478;
	text-decoration: underline;
}

#Lfooter a:active
{
	color: #1e3478;
	text-decoration: none;
}

div.seoText, div.propertyLocations
{
	padding: 10px 0;
	color: #898959;
	font-size: 10px;
	text-align: justify;
	font-weight: normal;
}

div.propertyLocations ul
{
	list-style-type:none;
}

div.propertyLocations ul li
{
	display:inline;
}

.adSpace
{
	width: 945px;
	height:60px;
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 3px solid #cfcf99;
	border-top: 3px solid #cfcf99;
}

.adBox468x60
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.paymentAccepted
{
	margin: 10px 0 0 70px;
	float: left;
	text-align: center;
}

.paymentAccepted img
{
	margin: 5px 0 0 0;
}

.veriSign
{
	text-align:right;
	width:135px;
	margin:0 10px 0 0;
	float:right;
	position:relative;
	top:-10px;
}

/* Ads and Banners
   ----------------------------------------------------------------------*/
.ads
{
	border: 1px solid #3872b0;
}

.ad
{
	padding:20px;
	text-align:center;
}

.topBanner
{
	padding: 0 0 5px 0;
	float: right;
}

/* Alert Messages
   ----------------------------------------------------------------------*/
.MessageSuccess
{
	border : 2px solid #007F08;
	background-color:#DDFFE3;
	padding: 8px;
	margin: 10px 20px 0 20px;
}

.MessageError
{
	color:Black;
	border: 2px solid #A5001B;
	background-color:#FFC1C7;
	padding: 8px;
	margin: 10px 20px 0 20px;
}

.MessageWarning
{
	border: 2px solid #AAAF00;
	background-color:#FFF9AA;
	padding: 8px;
	margin: 10px 20px 0 20px;
}

.Message
{
	border: 2px solid #000;
	background-color:#E2E2E2;
	padding: 8px;
	margin: 10px 20px 0 20px;
}

/* Carousel
   ----------------------------------------------------------------------*/
.carousel
{
	overflow: hidden; /* padding-bottom:3px;  ; */
	position: relative;
	cursor: default;
	border: 0px;
	z-index: 1;
}

.carousel ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 10000px;
}

.carousel li
{
	float: left;
	list-style-type: none; /* margin:0 0 0 20px; */
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 181px;
	text-align: center;
	background-image: url(images/slide.gif);
}

.carousel div
{
	font-size: 10px;
	font-family: Verdana;
}

.carousel img
{
	width: 120px;
	height: 80px;
	padding: 0 30px;
	border-right: 1px solid #cfcf99;
}

.carousel .carouselText
{
	margin: 3px 0 2px 0;
}

/* Negotiator
   ----------------------------------------------------------------------*/
#negotiator
{
	position: absolute;
	margin: 0;
	padding:10px;
	border:3px solid #1e3478;
	background-color: #fff;
	width: 600px;
	font-size: 12px;
	text-align:left;
	display:none;
	visibility:hidden;
}

#negotiator h3
{
	margin:0;
}

#negotiator p
{
	line-height:16px;
	padding:5px 0 0;
}

#negotiator label
{
	padding:5px 0 0;
	margin:0;
	text-align:left;
}

#negotiator input, #negotiator textarea
{
	padding:0;
	margin:0
}

#negotiator .accept, #negotiator .counter, #negotiator .decline
{
	width:178px;
	height:230px;
	padding:5px;
}

#negotiator .counter, #negotiator .counterButton
{
	margin:0 auto;
	background-color:#dbebfb;
}

#negotiator .button, #negotiator .counterButton
{
	width:178px;
	text-align:center;
	position: absolute;
	bottom:10px;
}

/* Site Map
   ----------------------------------------------------------------------*/
.siteMap h4
{
	padding:0 0 5px 10px;
}

.siteMap h5
{
	color:#000;
	padding:10px 0 0 10px;
	font-size:12px;
}

.siteMap ul
{
	margin:0 0 0 30px;
}

.siteMap div.propertyLocations
{
	padding: 0 10px 0 0;
	text-align: justify;
	font-weight: normal;
	font-size:12px;
}

.siteMap div.propertyLocations ul
{
	list-style-type:none;
}

.siteMap div.propertyLocations ul li
{
	display:inline;
}

/* admin
   ----------------------------------------------------------------------*/
.newNote
{
	width:100%;
	height:100%;
}

.newNote label
{
	float:right;
}

.newNote input[type="radio"]
{
	float:left;
	position:relative;
	top:5px;
}

.newNote label.cancel
{
	float:left;
}

.popupForm
{
	width:400px;
	padding:10px;
	text-align:left;
	position: absolute;
	top:0;
	left:0;
	visibility: hidden;
	margin:0;
	background-color:#ece8dd;
	border:3px solid #c9c4af;
	z-index:9999;
}

.popupForm td
{
	vertical-align:top;
}

.popupForm h2
{
	height:26px;
}

.popupForm p
{
	padding:0 10px 10px;
}

.popupForm label
{
	padding:0 5px 10px 0;
	float:right;
}

.popupForm .propertyAlertPopUp label
{
	float:none;
	padding:0;
	margin:0 0 0 10px;
}

.popupForm label.cancel
{
	margin:10px 0 0;
}

.popupForm .propertyAlertPopUp label.cancel
{
	float:left;
	margin:10px 0 0 10px;
}

.popupForm input, .popupForm select
{
	text-align:left;
	margin:0 0 10px 0;
}

.popupForm .propertyAlertPopUp input, .popupForm .propertyAlertPopUp select
{
	text-align:left;
	margin:0 0 10px 10px;
}

.popupForm .propertyAlertPopUp span.checkbox input[type="checkbox"]
{
	margin:0 5px 0 0;
	position:relative;
	top:2px;
}
/* End 
   ----------------------------------------------------------------------*/
