/*
 * listing.css
 * k. walters
 * kennethwalters@lostghost.com
 */

/* General */
#maincol {
	margin-right: 0;
	border-right: 0;
	}
#maincol h2 {
	margin-left: 0;
	margin-top: 24px;
	margin-bottom: 18px;
	text-align: center;
}

/* Property Slideshow Controls */
.propslidecontrols {
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e8e3ce;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#content .propslidecontrols li {
	display: inline;
	margin: 0 6px;
}
.propslidecontrols a {
	font-size: 11px;
	color: #405c8f;
	text-decoration: none;
	padding-left: 16px;
	background-position: center left;
	background-repeat: no-repeat;
}
.propslidecontrols a:hover {
	text-decoration: underline;
}
.controlback a {
	background-image: url(../../images/icons/rewind.gif);
}
.controlpause a {
	background-image: url(../../images/icons/pause.gif);
}
.controlplay a {
	background-image: url(../../images/icons/play.gif);
}
.controlforward a {
	background-image: url(../../images/icons/forward.gif);
}

/* Property Options */
.propoptions {
	list-style: none;
	text-align: center;
}
#content .propoptions li {
	display: inline;
	margin: 0 6px;
}
.propoptions a {
	font-size: 16px;
	color: #405c8f;
	text-decoration: none;
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}
.propoptions a span {
	font-size: 11px;
}
.propoptions a:hover span {
	text-decoration: underline;
}
.propoppri a {
	background-image: url(../../images/icons/print.gif);
}
.propopema a {
	background-image: url(../../images/icons/email.gif);
}
.propopinq a {
	background-image: url(../../images/icons/inquire.gif);
}
.propopvir a {
	background-image: url(../../images/icons/virtualtour.gif);
}
.propopbro a {
	background-image: url(../../images/icons/brochure.gif);
}
.propopmap a {
	background-image: url(../../images/icons/map.gif);
}
.propopmls a {
	background-image: url(../../images/icons/mls.gif);
}

/* Property Address */
.propaddress {
	text-align: center;
	margin-bottom: 2em;
}

div.contact {
	float: left;
	width: 225px;
	padding-bottom: 20px;
}
div.officecontact {
	float: right;
	width: 225px;
	padding-bottom: 20px;
}

/* Property Contact */
.propcontact {
	line-height: 1.2em;
}

/* Property Open House */
.propopenhouse {
	text-align: center;
	border: 1px solid #e8e3ce;
	background-color: #fcfaf3;
	margin-top: 2.5em;
	padding: 4px 12px;
}
.propopenhouse h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d60202;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	padding-bottom: 1px;
}
.propopenhouse ul {
	list-style: none;
}

/* Property Slideshow */
.propslideshow {
	background: transparent url(../../images/propertyslideshowshadow.jpg) top left no-repeat;
	margin-left: -3px;
	margin-right: -3px;
	padding: 3px 3px 0 3px;
	height: 358px;
}
.propslideshow div {
	border: 6px solid #f2e6c2;
	background-color: #f2e6c2;
}

/* Property Details Table */
.propdetailstable {
	clear: both;
	width: 544px;
}
.propdetailstable td {
	border-top: 1px solid #e8e3ce;
}
.propdetailstable .l {
	border-right: 1px solid #e8e3ce;
	padding: 2px 12px 2px 40px; 
	width: 120px;
}
.propdetailstable .r {
	font-weight: bold;
	padding: 2px 40px 2px 12px;
}

/* Property Disclaimer */
.disclaimer {
	border-top: 1px solid #e8e3ce;
	padding: 6px 40px 0;
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
}

#footer {
	border-top: 0;
}