/*
	RESET.CSS
*/



/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0;
font-size:16px;
font-weight:bold;
color:#333;
}
 
h2 {
padding:0px ;
font-size:16px;
font-weight:bold;
color:#333;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
/***** Tables *****/
 
table {
border:0;
padding:0;
/*width:960px;  what?? */
margin:0 auto;
}
 
table tr td {
padding:0px;
margin:0px;
}
 
td {
	position:relative;
	vertical-align:top;
}
 
/***** Wrapper *****/
 
#PageWrapper {
	text-align:center;
	padding: 0;
	margin: 0;
}

#Page {
	padding: 0;
	margin: 0;
}
 
/***** Global Classes *****/
 
div, img {
	position:relative;
	border:0;
	margin:0;
	padding:0;
}

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/****** Extras *******/

#LoginWelcome {
	margin:0;
	padding:0;
}

#LoginWelcomeText {
	margin:0;
	padding:0;
}

#Logo {
	float:left;
	margin:0;
	padding:0;
}


/*
	FROM RESET.CSS
*/








/*
	COMMON STYLES FOR THE FRONT END WEBSITE PAGES (ALL TEMPLATES)
*/


div.content_frame {
	position:relative;
}
div.content {
	position:relative;
}


div.spacer {
	height:1px;
	clear:both;
	padding:0;
	margin:0;
}



#Designations {
	width:100%;
	padding:8px 0;
	margin:8px auto;
	text-align:center;
}

img.designation {
	padding:4px;
	margin:8px;
	background:#fff;
}

span.footer_text {
	display:block;
	margin:12px auto;
	text-align:center;
	font-style:oblique;
}

#PoweredBy {
	padding:0 0 20px 0;
}
span.powered_by {
	font-style:oblique;
}
img.ihouse_gold {
	position:relative;
	top:3px;
	border:0;
}

#Disclaimers {
	font-size:0.75em;
}






/*
	NAVIGATION STYLES FOR HORIZONTAL NAV LAYOUTS
*/
#MainNav {
	position:relative;
	z-index:2;
}
div.drop_down_menu {
	position:absolute;
	top:50px;
	left:0px;
	z-index:50;
	height:auto;
	width:auto;
    background:#eee;
	border:1px solid #000;
}
div.drop_down_menu div.drop_down_link {
	text-align:left;
	padding:4px;
	border-top:1px solid #ccc;
}
div.drop_down_menu div.last {
	
}
a.drop_down_link {
	
}
a.drop_down_link:hover {
	
}


div.reserved_image_frame {
	position:relative;
	z-index:1;
}
img.img_shield {
	position:absolute;
	z-index:2;
}


/* Login Page */
#WebUser_Page {}


#loginForm ul {
	list-style:none;
	width:auto;
	padding:16px 24px;
	margin:16px 0;
	border:1px solid #ccc;
}
#loginForm ul li {
	display:block;
	padding:8px 0;
	margin:0;
}
#loginForm ul li label.text {
	display:block;
	float:left;
	width:80px;
	padding:0;
	margin:0;
	height:22px;
	line-height:22px;
}
#loginForm ul li input.text {
	margin:0 8px 0 0;
}


/* Register Page */
#registerForm ul {
	list-style:none;
	width:auto;
	padding:16px 24px;
	margin:16px 0;
	border:1px solid #ccc;
}
#registerForm ul li {
	display:block;
	padding:8px 0;
	margin:0;
}
#registerForm ul li.section_top {
	padding:24px 0 8px 0;
}
#registerForm ul li label.text {
	display:block;
	float:left;
	width:80px;
	padding:0;
	margin:0;
	height:22px;
	line-height:22px;
}
#registerForm ul li input.text {
	margin:0 8px 0 0;
}
#registerForm table.survey {
	width:100%;
	padding:0;
	margin:0;
	border:1px solid #dedede;
	border-collapse:collapse;
}
#registerForm table.survey td.question {
	padding:16px 0 16px 16px;
	margin:0;
	border:0;
}
#registerForm input[type="radio"] {
	position:relative;
	top:3px;
}
#WebUser_Page p.footnote {
	font-size:0.75em;
	font-style:oblique;
}


/* Forgot Password Page */
#sendPasswordForm ul {
	list-style:none;
	width:auto;
	padding:16px 24px;
	margin:16px 0;
	border:1px solid #ccc;
}
#sendPasswordForm ul li {
	display:block;
	padding:8px 0;
	margin:0;
}
#sendPasswordForm ul li label.text {
	display:block;
	float:left;
	width:60px;
	padding:0;
	margin:0;
	height:22px;
	line-height:22px;
}
#sendPasswordForm ul li input.text {
	margin:0 8px 0 0;
}



/* Account Page */
#accountForm ul {
	list-style:none;
	width:auto;
	padding:16px 24px;
	margin:16px 0;
	border:1px solid #ccc;
}
#accountForm ul li {
	display:block;
	padding:8px 0;
	margin:0;
}
#accountForm ul li.section_top {
	margin:12px 0 0 0;
	padding:18px 0 8px 0;
	border-top:1px solid #ddd;
}
#accountForm ul li label.text {
	display:block;
	float:left;
	width:80px;
	padding:0;
	margin:0;
	height:22px;
	line-height:22px;
}
#accountForm ul li input.text {
	margin:0 8px 0 0;
}
#accountForm ul li span.instructions {
	font-style:oblique;
}



/* Saved Searches Page */
ul#SavedSearches {
	display:block;
	padding:0;
	margin:0;
}

#SavedSearches li.saved_search {
	position:relative;
	display:block;
	margin:0 0 12px 0;
	padding:0;
	border:1px solid #ccc;
	list-style:none;
	min-height:1px;
}
#SavedSearches li.saved_search div.saved_search {
	position:relative;
	margin:0;
	padding:12px;
}

#SavedSearches li.last {}
/* use if doing something that needs different treatment on the ends */

#SavedSearches a.name {
	font-weight:700;
	text-transform:uppercase;
}
#SavedSearches .view {
	font-weight:100;
}

#SavedSearches .search_description {
	display:block;
	font-size:10px;
	padding:2px 0 0;
}

#SavedSearches .search_description .value {
	font-weight:700;
}

#SavedSearches a.btn_delete_search img {
	position:absolute;
	top:8px;
	right:8px;
	z-index:2;
}


/* Mortgage Rates Page */
#Mortgage_Page span.note {
	font-style:oblique;
	font-size:.85em;
}
table#MortgageRatesTable,
table#SimpleCalcTable {
	position:relative;
	z-index:1;
	width:350px;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0;
	padding:0;
}
table#MortgageRatesTable td,
table#SimpleCalcTable td,
table#MortgageRatesTable th,
table#SimpleCalcTable th {
	padding:4px;
	border:1px solid #ccc;
}
#Mortgage_Page th.payment,
#Mortgage_Page td.payment {
	padding: 12px 4px;
}



/* Open Houses Page */
ul#OpenHouseList {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}
ul#OpenHouseList li {
	position:relative;
	display:block;
	
	min-height:85px;
	font-size:11px;
	line-height:13px;
	
	text-align:left;
	background:#f8f8f8;
	border:1px solid #f0eee9;
	border-bottom-color:#ccc;
	margin:10px 0;
	padding:10px 0 30px 0;
	color:#000;
}
ul#OpenHouseList li div.info_block {
	position:relative;
	padding:0 16px 0 212px;
}
#OpenHouseList a.thumbnail {
	position:absolute;
	top:7px;
	left:104px;
	z-index:2;
	display:block;
	width:80px;
	height:60px;
	padding:7px 10px 9px 6px;
	background:url(../../../www.doorcountyrealestatesearch./images/web/layout/thumbnail_bg_80.gif) no-repeat 0 0;
}
#OpenHouseList img.thumbnail { 
	width:80px;
	height:60px;
}
#OpenHouseList .calendar_event {
	position:absolute;
	top:7px;
	left:8px;
	display:block;
	width:80px;
	height:60px;
	padding:7px 10px 9px 6px;
	background:url(../../../www.doorcountyrealestatesearch./images/web/layout/thumbnail_bg_80.gif) no-repeat 0 0;
}
#OpenHouseList .text_event {
	position:absolute;
	top:82px;
	left:12px;
}
#OpenHouseList .month {
	display:block;
	text-align:center;
	font-size:11px;
	font-weight:700;
	color:#fff;
	background:#CC0000;
	padding:2px 0;
}
#OpenHouseList .day {
	display:block;
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#000;
	background:#fff;
	padding:16px 0 0 0;
}
#OpenHouseList span.price,
#OpenHouseList span.full_date,
#OpenHouseList span.time {
	font-weight:700;
}


/* Articles Pages */
div.article {
}
div.back_to_toc {
	padding:8px 0 16px 0;
	clear: both;
}
div#glossaryTOC { padding: 20px 0; }
ul.glossaryTOC { list-style: none; padding: 0;}
li.glossaryTOC { 
	float: left; 
	margin-right: 10px;
}
p.glossary_heading { font-weight: bold; margin-top: 15px; margin-bottom: 4px;}
p.glossary_definition { margin-top: 0px; margin-bottom: 8px;}
p.glossary_notes { margin-top: 0px; margin-bottom: 8px; font-style:italic; }



/* Agent Directory Pages */

#AgentDirectory, #AgentProfile  {
	position:relative;
	display:block;
	width:auto;
	clear:both;
	text-align:left;
}

#AgentDirectory td {padding-bottom:20px;}
#AgentDirectory table {width:100%;}

#AgentDirectory .agent_profile {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:16px 0 25px;
	border:0;
}

#AgentDirectory a.assoc_photo,
#AgentProfile a.assoc_photo {
	margin:0;
	padding:0;
	background:none;
	border:0;
}

#AgentDirectory img.assoc_photo,
#AgentProfile img.assoc_photo {
	display:block;
	border:0;
	padding:0;
	margin:0;
}

#AgentDirectory a.agent_more_info {
	position:relative;
	display:block;
	width:auto;
	white-space:nowrap;
	text-align:right;
	padding:0 5px;
}

#AgentDirectory div.agent_contact_info,
#AgentProfile .agent_contact_info {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	padding:0;
}

#AgentDirectory a.agent_name,
#AgentProfile span.agent_name {
	font-weight:700;
}

#AgentProfile td {padding-bottom:15px;}
#AgentProfile table { width:100%;}

#AgentProfile div.agent_bio_info {
	text-align:left;
	width:100%;
	margin:0;
	padding:0;
}


/* Featured listings assoc profile */

#AssociateLink {
	position:relative;
	display:block;
	width:100%;
	 padding:10px 0;
}

#AgentDirectoryProfile {
	position:relative;
	height:auto;
	width:100%;
	text-align:left;
}

#AgentDirectoryProfile table {
	width:100%;
}

#AgentDirectoryProfile .assoc_photo {}

#AgentDirectoryProfile img.assoc_photo {
	border:0;
	padding:0;
	margin:0;
	padding-right:15px;
}

#AgentDirectoryProfile .agent_bio_info {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	margin:0;
}

/* Quick Search and Advanced Search Pages */
#ListingSearch_Page {
}




/*	QUICK SEARCH ONLY	*/
#QuickSearchForm {
	position:relative;
}
.auto_complete_menu {
	background-color:#fff;
	border:1px solid #000;
	color:#000;
	max-height:120px;
	overflow:auto;
	z-index:10000;
	padding:0;
}
.auto_complete_menu ul {
	padding:0;
	margin:0;
}
.auto_complete_menu li {
	display:block;
	padding:1px 10px 1px 10px;
	margin:0;
	color:#000;
}
.auto_complete_menu li.selected {
	display:block;
	padding:1px 10px 1px 10px;
	margin:0;
	background-color:#d8e9ff;
}

#QuickSearchForm select {
	margin:0;
}
#QuickSearchForm #SearchBy {
	position:relative;
	margin:0 0 8px 0;
	padding:0;
	min-height:1px;
}

#QuickSearchForm .input_wrapper {
	position:relative;
	padding:8px;
	margin:8px 0;
	border:1px solid #ccc;
	min-height:1px;
}
#QuickSearchForm .input_wrapper label.hdr {
	display:none;
}
#QuickSearchForm .input_wrapper input {
	width:300px;
	height:24px;
	padding:0;
	margin:0;
	font-size:16px;
	line-height:16px;
}
#QuickSearchForm .view_all {
	padding:4px;
	text-decoration:underline;
}






/*
	THE MAIN INPUT FIELDS: TYPE, BEDS, BATHS, PRICE
	(FOR BOTH QUICK AND ADVANCED)
*/
ul.scroll_box {
	display:block;
	padding:4px 0;
	margin:0;
	list-style:none;
	overflow:auto;
	background:#fff;
	border:1px solid #cccccc;
	color:#000;
}
ul.scroll_box li {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	color:#000;
}
ul.scroll_box li label {
	display:block;
	margin:1px 0 0 0;
	padding:1px 4px;
	background:#fff;
	color:#000;
}
ul.scroll_box li label:hover {
	background:#b8d6fe;
}
ul.scroll_box li label span {
	position:relative;
	top:-2px;
}
.one_column {
	display:block;
	margin:0 0 16px 0;
	padding:0;
	position:relative;
	width:91%;
}
.two_column {
	position:relative;
	display:block;
	float:left;
	margin:0 16px 0 0;
	padding:0;
	width:45%;
}
.one_column ul.scroll_box,
.two_column ul.scroll_box {
	height:110px;
}

#ListingSearch_Page .select_wrapper {
	margin:0 0 8px 0;
}
#ListingSearch_Page #SearchFormMain {
	position:relative;
	margin:0;
	padding:0;
}
div.basic_fields {
}
#ListingSearch_Page div.basic_fields {
	position:relative;
	
	height:132px;
	/*padding:0 0 0 45%;*/
	margin:0;
}
#ListingSearch_Page div.property_type {
	position:absolute;
	top:0px;
	left:0px;
	width:45%;
	height:132px;
	padding:0;
	margin:0;
}
#ListingSearch_Page div.basic_selects {
	position:relative;
	left:46%;
	min-height:1px;
	width:280px;
}
#ListingSearch_Page ul.property_type_list {
	height:94px;
}
#ListingSearch_Page div.bedrooms,
#ListingSearch_Page div.bathrooms,
#ListingSearch_Page div.min_price,
#ListingSearch_Page div.max_price {
	position:absolute;
	display:block;
	width:110px;
	margin:0;
	padding:0;
}
#ListingSearch_Page div.bedrooms {
	top:0px;
	left:16px;
	z-index:1;
}
#ListingSearch_Page div.bathrooms {
	top:0px;
	left:136px;
	z-index:2;
}
#ListingSearch_Page div.min_price {
	top:50px;
	left:16px;
	z-index:3;
}
#ListingSearch_Page div.max_price {
	top:50px;
	left:136px;
	z-index:4;
}
#ListingSearch_Page div.pics_first {
	position:absolute;
	top:104px;
	left:16px;
	z-index:4;
}
#ListingSearch_Page div.bedrooms label.hdr,
#ListingSearch_Page div.bathrooms label.hdr,
#ListingSearch_Page div.min_price label.hdr,
#ListingSearch_Page div.max_price label.hdr {
	display:block;
	margin:0;
	padding:0;
	z-index: 2;
}
#ListingSearch_Page .buttons {
	text-align:left;
	margin:16px 0 0 0;
}
#ListingSearch_Page .instructions {
	font-style:oblique;
}
#ListingSearch_Page p.instructions {
	display:block;
	margin:0;
	padding:0 0 8px 0;
}




/*	ADVANCED SEARCH ONLY	*/
#AdvancedSearchForm hr {
	border:1px solid #ccc;
	border-bottom:0;
	margin:16px 0;
	clear:both;
}
#SEARCH_address {
	margin:0 0 8px 0;
}
.one_column ul.scroll_box li.county_label,
.two_column ul.scroll_box li.county_label {
	font-style:oblique;
	padding:2px 0 0 8px;
}
#AdvancedSearchForm ul.advanced_select_boxes,
#AdvancedSearchForm ul.advanced_checkboxes {
	list-style:none;
	padding:0;
	margin:0;
}
#AdvancedSearchForm ul.advanced_select_boxes li,
#AdvancedSearchForm ul.advanced_checkboxes li {
	display:block;
	padding:2px 0;
}



/*	FIND SIMILAR SEARCH	*/
ul.find_similar_to li {
	display:block;
	height:24px;
	line-height:24px;
	list-style:outside;
}





/*	for validation - error and confirmation message styles	*/
.fieldWithError {
	background-color:#ff0;
}
.error_msg {
	display:block;
	padding:16px 16px 16px 48px;
	margin-bottom:10px;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	border:2px solid #d40202;
	background:#fff6f6 url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/error.gif) no-repeat 16px 13px;
}
.error_msg ul {
	padding:0;
}
.error_msg li {
	list-style:disc inside;
	padding:0 0 0 10px;
	color:#cc0000;
}
.conf_msg {
	display:block;
	padding:16px 16px 16px 48px;
	margin-bottom:10px;
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	border:2px solid #199639;
	background:#f0fff3 url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/confirmation.gif) no-repeat 16px 13px;
}

.info_msg {
	display:block;
	padding:16px 16px 16px 48px;
	margin-bottom:10px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	border:2px solid #0066CC;
	background:#f3f9ff url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/info.gif) no-repeat 16px 13px;
}

.alert_msg {
	display:block;
	padding:16px 16px 16px 48px;
	margin-bottom:10px;
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	border:2px solid #199639;
	background:#f0fff3 url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/info.gif) no-repeat 16px 13px;
}



/* Lightbox */
div.lightbox_content div.notification {
	position:relative;
	top:0px;
	left:0px;
	
	display:block;
	/*width:492px;*/
	min-height:292px;	
	padding:16px;
	margin:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#000;
	
	background:url(../../../www.doorcountyrealestatesearch./images/web/lightbox/bg_lightbox_content.jpg) top left no-repeat;
}

div.lightbox_content h2 {
	display:block;
	padding:4px 8px 4px 36px;
	margin:16px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
	color:#333;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/info.png) 4px 5px no-repeat;
}

div.lightbox_content h3 {
	position:relative;
	display:block;
	padding:2px 8px;
	margin:32px 0 16px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:700;
	letter-spacing:-1px;
	background:#ccc;
	color:#333;
	/*font-style:oblique;*/
}

div.lightbox_content a {
	color:#0066cc;
}

div.lightbox_content p {
	display:block;
	padding:0 8px;
	margin:16px 0;
	font-size:14px;
	line-height:24px;
	color:#000;
}

div.lightbox_content p img.icon {
	display:inline;
	position:relative;
	width:16px;
	height:16px;
	bottom:-3px;
}

div.lightbox_content em {
	font-style:oblique;
}

div.lightbox_content span.or {
	margin:0 8px;
}

/* lightbox render fix ensures that the lightbox effect is rendered properly in templates. margin must be zero and explicit height defined */
#LightboxRenderFix { 
	margin:0;
	padding:0;
	height:32px;
}

a.bookmark_site {
	display:block;
	height:28px;
	padding:0 0 0 30px;
	text-align:left;
	background:#fff url(../../../www.doorcountyrealestatesearch./images/web/icons/24x24/favorites_star.gif) no-repeat 2px 2px;	
	border:1px solid #dedede;
	line-height:28px;
}




/* WIDGETS */

/* all widgets edit button */
div.widget {
	position:relative;
}
div.widget a.widget_edit img {
	position:absolute;
	top:0px;
	right:0px;
	z-index:11;
	width:26px;
	height:25px;
	background:none;
	padding:0;
	margin:0;
	border:0;
}
#Header div.company_logo_frame a.widget_edit img {
	background:none;
	padding:0;
	margin:0;
	border:0;
}

/* Search by MLS No. (Find a Listing) */
.mlsno_search_image_submit {
    display:none;
}
/* Agent Search */
.agent_search_image_submit {
    display:none;
}


/* Slide show */

img.ie6_ss_mask {
	display:absolute;
	top:0px;
	left:0px;
	z-index:51;
	width:400px;
	height:260px;
}
#Region_10 .slide_show {
	position:relative;	
}
.slide_show .slide_show_listing {
	padding:10px;
	margin:0 0 15px 0;
	font-size:12px;
	text-align:left;
}

#Region_1 .slide_show .slide_show_listing,
#Region_2 .slide_show .slide_show_listing,
#Region_3 .slide_show .slide_show_listing {
	height:480px;
}
#Region_10 .slide_show .slide_show_listing { 
	width:660px;
	margin:0 auto 15px auto;
	padding:10px 10px 20px 10px;
}
.slide_show_photo_frame {
	text-align:center;
}
#Region_10 .slide_show_photo_frame {
	width:400px;
	padding:8px 8px 0 8px;
}
div.slide_show_photo {
	position:relative;
	width:400px;
	height:300px;
	padding:0;
	margin:0;
	overflow:hidden;
}
img.slide_show_photo {
	position:absolute;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
	width:400px;
	height:300px;
}
#Region_1 div.slide_show_photo,
#Region_2 div.slide_show_photo,
#Region_3 div.slide_show_photo {
	margin:0 auto;
}
.slide_show .controls_bg {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:50;
	width:400px;
	height:40px;
	padding:0;
	margin:0;
	background:#000;
	opacity:0.65;
}
.slide_show .controls {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:51;
	width:400px;
	height:40px;
	padding:0;
	margin:0;
	text-align:left;
	line-height:40px;
	color:#fff;
}
.slide_show .controls img {
	cursor:pointer;
}
.slide_show .controls span.count {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
}
.slide_show .controls img.back {
	position:absolute;
	top:6px;
	left:269px;
}
.slide_show .controls img.next {
	position:absolute;
	top:6px;
	left:314px;
}
.slide_show .controls img.play,
.slide_show .controls img.pause {
	position:absolute;
	top:5px;
	left:365px;
	border:0px;
}
#Region_10 .slide_show_listing_info {
	position:absolute;
	top:40px;
	left:420px;
	z-index:2;
	width:200px;
	padding:10px;
	margin:0;
}
#Region_1 .slide_show_listing_info,
#Region_2 .slide_show_listing_info,
#Region_3 .slide_show_listing_info {
	position:absolute;
	top:310px;
	left:0px;
	z-index:2;
	width:400px;
	padding:10px;
}

.slide_show_listing .title {
	display:block;
	margin:15px 0 8px 0;
	padding:2px;
	font-weight:700;
	font-size:16px;
	text-align:left; 
}
#Region_1 .slide_show_listing .title,
#Region_2 .slide_show_listing .title,
#Region_3 .slide_show_listing .title {
	display:block;
	margin:8px 0 8px 0;
	font-size:14px;
}
.slide_show_listing_info .price {
	display:block;
	margin:0;
	padding:2px 2px 0;
}
.slide_show_listing_info .beds_baths {
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}
.slide_show_listing_info .description {
	display:block;
	margin:0 0 2px 0;
	padding:2px;
}



/* Sold graphic for featured listings */
.featured_listing .thumb_frame {
	position:relative;
}
.featured_listing .thumb_frame img.sold {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:block;
	width:84px;
	height:77px;
}
.featured_listing .close_info {
	display:block;
	margin:1em 0;
	font-style:oblique;
}
.quick_search .quick_search_submit {
	cursor:pointer;
}
.custom_form_image_submit {
	display:none;
}

/* RSS Feed */
.description { 
	text-align: left;
}
a.rss_source {
	font-style: italic;
}
.rss_item { }
.download img { margin-right: 5px; vertical-align: middle}
.enclosure { margin: 8px auto; border: 1px solid #ccc; background: #fff; padding: 5px; }
.enclosure .type { text-transform: uppercase; }
