/* Stylesheet for SpokaneOpen.com, copyright 2008*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
}
#container {
	width: 750px;
	margin: 10px auto 0 auto;
}
#title {
	position: relative;
	background: url(../images/shadow-top.gif) left top no-repeat;
	height: 129px;
}
#title H1 {
		padding: 7px 0 0 7px;
		height: 122px;
		width: 735px;
}
#header {
	padding: 20px 0 0 20px;
	float: left;
}
.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac \*/
	
	overflow: hidden;
	/* */
}
.replace SPAN {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: 1; /*for Opera 5 and 6*/
}
#h-Title, #h-Title SPAN {
	background: url(../images/header.jpg) 7px 7px no-repeat;
	height: 129px; 
	width: 100%;
}
#h-Search, #h-Search SPAN {
	background: url(../images/header-Search.gif) left top no-repeat;
	width: 266px;
	height: 28px; 
}
#h-Results, #h-Results SPAN {
	background: url(../images/header-SearchResults.gif) left top no-repeat;
	width: 255px;
	height: 23px;
}
#h-ListingInfo, #h-ListingInfo SPAN {
	background: #fff url(../images/header-ListingInfo.gif) left top no-repeat;
	width: 143px;
	height: 22px;
	padding-bottom: 15px;
}
#h-Details, #h-Details SPAN {
	background: url(../images/header-Details.gif) left top no-repeat;
	width: 70px;
	height: 26px;
}
#login {
	position: absolute;
	top: 9px;
	right: 15px;
	z-index: 1;
}
	#login a:link, #login a:visited {
		color: #527328;
		font: bold 12px/16px Verdana, Arial, sans-serif;
	}
	#login a:hover, #login a:active {
		color: #cae5a7;
		font: bold 12px/16px Verdana, Arial, sans-serif;
	}
#content {
	background: url(../images/shadow-middle.gif) left top repeat-y;
}
#sectionWelcome {
	padding: 20px;
}

#sectionWelcome b{
font: 18px Verdana, Arial, sans-serif;
}
	#sectionWelcome p {
		font: 12px/18px Verdana, Arial, sans-serif;
	}
h2 {
	font: bold 18px Verdana, Arial, sans-serif;
	padding-bottom: 10px;
}
.box55 {         /*FF for text input and drop down boxes*/
	width: 55px;
}
.box75 {  
	width: 75px;
}
.box100 {
	width: 100px;
}
.box150 {
	width: 145px;
}
.box210 {
	width: 150px;
}
.divider {
	border-bottom: 2px solid #74ae2a;
	width: 400px;
	/*font-weight: bold;*/
}
#sectionSearch {
	margin-left: 45px;
	border-bottom: 2px solid #74ae2a;
	width: 660px;
}
#sectionForm {
	padding: 10px 50px 0 55px;
}
#tbSearch td {
	font: bold 14px Verdana, Arial, sans-serif;
}
#tbSearch td.subSearch {
	font: bold 12px Verdana, Arial, sans-serif;
}
	td#lnkSelect a {
		text-decoration: underline;
		cursor: pointer;
		font: bold 14px Verdana, Arial, sans-serif;
		text-decoration: underline;
	}
	td#lnkSelect a:link, td#lnkSelect a:visited {
		color: #000;
	}
	td#lnkSelect a:hover, td#lnkSelect a:active {
		color: #8c9583;
	}
	td.lnkMapThis a {
		cursor: pointer;
		text-decoration: none;
	}
#map a:link {
	font: normal 9px Arial;
	text-decoration: none;
}
p.instructions {
	font: normal 9px Verdana, Arial, sans-serif;
}
#btnSearch a:link,
#btnSearch a:visited,
#btnSearch a:hover {
	width: 169px;
	height: 52px;
	display: block;
	text-decoration: none;
	background: url(../images/btn-Search.gif);
}
#btnSearch a:active {
	width: 169px;
	height: 52px;
	display: block;
	text-decoration: none;
	background: url(../images/btn-Search_hover.gif);
}
select {
	border: 1px solid #7F9DB9;
}
	select:link, select:visited {
		background: white;
	}
	select:hover, select:active {
		background: white;
	}
#tbSearch #txtAddress, #tbSearch #txtZip {
	color: #999;
}
/*-----------------SEARCH RESULTS-------------------*/

.btnPrint {
	padding-top: 5px;
	padding-right: 15px;
	font: normal 10px Verdana, Arial, sans-serif;
	float: right;
}
#content>.btnPrint {
/*	width: 725px;*/
}
.txtSort {
	font: bold 12px Verdana, Arial, sans-serif;
}
.btnFavorites {
	padding-left: 10px;
	font: normal 10px/12px Verdana, Arial, sans-serif;
	color: #000;
	width: 400px;
	clear: both;
}

.listingDetails {
	font: normal 10px Verdana, Arial, sans-serif;
	margin-top: 5px;
}
.listingDetails td {
	text-align: left;
	vertical-align: top;
}
td.address, td.price, td span.city {
	font: bold 12px Verdana, Arial, sans-serif;
}
td span.city {
	font-variant: small-caps;
}
span.MLSnum {
	font: 10px Verdana, Arial, sans-serif;
}
span.ttlRecords {
	font: normal 12px Verdana, Arial, sans-serif;
	color: #8c9583;
}
td.directions {
	padding-right: 5px;
}

.DTBold{
font-weight: bold;
}
/*-----------------LISTING DETAILS-------------------*/
#listingPics {
	float:left;
	width: 350px;
	font: 12px Verdana, Arial, sans-serif;
	
}
#content>#listingPics {
	margin-left:30px;
}
* html #listingPics {
	margin-left: 15px;
}
.listingThumb {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	float:left;
}
.listingThumbNextRow {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	clear: both;
	float:left;
}
#photoMain {
	border-top: 2px solid #BDC5B4;
	border-bottom: 2px solid #BDC5B4;
	padding: 4px;
	margin: 4px 0;
}
#photoBox {
	width: 340px;
	height: 255px;
	overflow: hidden;
}
#agentInfo {
	float:left;
	font: 12px Verdana, Arial, sans-serif;
	margin-left: 20px;
	padding-right: 8px;
}
	.txtLnks a {
		font: 12px Verdana, Arial, sans-serif;
		color: #000;
		text-decoration: underline;
	}
	.txtLnks a:link, .txtLnks a:visited {
	}
	.txtLnks a:hover, .txtLnks a:active {
		cursor: pointer;
	}
	.agentLogo {
		padding: 5px 5px;
		background-color: #e8e8e8;
	}
	.agentDetails {
		padding: 5px 5px 5px 5px;
		background-color: #e8e8e8;
	}
	.agentPic {
		padding: 0 5px;
		background-color: #e8e8e8;
	}
	
	.agentInfoTop {
		background: url(../images/agent-Top.gif) left top repeat-x;
	}
	.agentInfoBottom {
		background: url(../images/agent-Bottom.gif) left top repeat-x;
	}
	.agentInfoLeft {
		background: url(../images/agent-Left.gif) left top repeat-y;
	}
	.agentInfoRight {
		background: url(../images/agent-Right.gif) left top repeat-y;
	}
#nextOpenHouse {
	background: url(../images/nextOpenHouse.gif) left top no-repeat;
	width: 331px;
	height: 60px;
	padding: 25px 0 8px 10px;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 10px;

}

#EmailFriend{
background: url(../images/EmailFriend.gif) left top no-repeat;
	width: 331px;
	height: 70px;
	padding: 5px 0 8px 10px;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 10px;
}

#sectionDetails {
  border-bottom: 2px solid #74ae2a;
	width: 690px;
	height: 31px;
	margin-left: 30px;
	margin-bottom:10px;
	clear: left;
}
#listingInfo {
	margin-left: 30px;
	padding-bottom: 20px;
	width: 690px;
	font: 12px Verdana, Arial, sans-serif;
}
.listingInfo td {
	vertical-align: top;
}
.listingAddress {
	font-size:16px;
	font-weight: bold;
}
.listingNotes {
	padding-top: 7px;
	padding-right: 10px;
}

/*-----------------LOGIN PAGE-------------------*/
h1 {
	font: bold 16px Verdana, Arial, sans-serif;
	color:  #8c9583;
}
#contentLogin {
	background: url(../images/shadow-middle.gif) left top repeat-y;
	height: 250px;
	padding: 20px 0 0 20px;
	font: bold 14px Verdana, Arial, sans-serif;
}
td.required {
	font: normal 10px Verdana, Arial, sans-serif;
}
.error {
	font: normal 10px Verdana, Arial, sans-serif;
	color: red;
}
/*-----------------FOOTER-------------------*/
#bottom-shadow {
	background: url(../images/shadow-bottom.gif) left top no-repeat;
	height: 10px;
}
#footer {
	width: 746px;
	margin: 0 auto 10px auto;
	font: 10px Verdana, Arial, sans-serif;
	color: #000;
	padding: 0;
}
	#footer a {
		color: #000;
		text-decoration: underline;
	}
	#footer a:link, #footer a:visited {
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}