/* ------ page overrides ------ */
h4 {
	color: #000000;
	background: #ffffff;
	font-size: 13px;
	padding: 3px 5px;
	margin: 0;
	font-weight: bold;
	}
/* ----- detail_content_right -------------------- */
#detail_content_right {}

#detail_content_right {
	display:inline;
	float:right;
	margin-right:20px;
	width:336px;
}
/*	#detail_content_right .left { width: 470px; }
	#detail_content_right .right { width: 200px; margin-top: 45px;}*/
	
/* ----- detail_content_left -------------------- */
#detail_content_left {}

#detail_content_left 
{
	display:inline;
	float:left;
	margin-left:10px;
	width:612px;	
}
    * html #detail_content_left  {
    \width: 180px; /* for IE5 and IE6 in quirks mode */
    w\idth: 160px; /* for IE6 in standards mode */
}

/* ------ detail_header ------ */
#detail_header { margin: 12px 0 15px 4px; }
	#detail_header h2 {
		color: #BF1C0F;
		font-size: 18px;
		}
	#detail_header h3 {
		color: #8C7D6A;
		font-size: 14px;
		}
	#detail_header p {
		color: #999;
		font-size: 11px;
		padding-left: 1px;
		}
	#detail_header span {
		color: #999;
		font-size: 11px;
		padding-left: 1px;
		}
	#detail_featured {
		position: absolute;
		top: 0px;
		right: 20px;
		height: 24px;
		width: 130px;
		text-indent: -9999px;
		background: url(../../../../images/featured_listings_h2_bg_dem.gif) no-repeat;
		}
     #detail_top
     {    
        width: 470px;
        margin: 7px 0 6px 0;
        position: relative;
     }
     #detail_top ul
     {
        list-style-type:none;
        margin: 5px 0;
     }
     #detail_top li
     {
       /* display:inline; */
     }
    #detail_top a
    {
        color:#926738;
        font-size:11px;
        padding-bottom: 3px;
        text-decoration:none;
    }
    
/* ------ photos ------ */
#detail_photos { margin: 0 0 15px;  }
	#detail_photo_wrap { text-align: center; margin-bottom: 10px; }
		#detail_photo { width: 395px; height: 282px; overflow: hidden; }
	#detail_photo_wrap #just_listed { position: absolute; width: 75px; height: 75px; background: url(../../../../images/just_listed_bg.gif) no-repeat; text-indent: -9999px; }
	#detail_photo_wrap #recently_sold { position: absolute; width: 75px; height: 75px; background: url(../../../../images/recently_sold_bg.gif) no-repeat; text-indent: -9999px; }

	/* ------ more photos ------ */
	/* styles for more photos are located  - includes\javascript\jquery\jcarousel\skin.css */
		
	/* ------ photo loading ------ */
	#detail_photo_more_loading { width: 395px; height: 53px; background: url(../../../../images/detail_photo_more_loading_bg.gif) center no-repeat; }
	#detail_photo_more_loaded {}
		#detail_photo_more_loaded.loading { height: 0; overflow:hidden; }
		#detail_photo_more_loaded.active { height: 53px; overflow:hidden; }
	
	
/* ------ detail_description ------ */
#detail_description { margin: 0 0 10px 0; }
	#detail_description h4 
	{
        background:#FDE1C0 none repeat scroll 0%;
        color:#567B37;
        font-size:13px;
        font-weight:bold;
        margin:0pt;
        padding:3px 5px;
	}
	#detail_description p { padding: 4px; }
	
	
/* ------ detail_open_house ------ */
#detail_open_house { margin: 4px; margin-bottom: 10px; }
	#detail_open_house h5 { color: #EF3026; font-size: 16px; }
	#detail_open_house p { padding: 2px 0; }
	

/* ------ detail_features ------ */
#detail_features 
    {
    background:url(../../../../images/ocr/col1grad.jpg) repeat-x;
    margin: 0 0 10px 0; 
    }
	#detail_features h4 
	{
		color: #567B37;
	background: #FDE1C0;
	font-size: 13px;
	padding: 3px 5px;
	margin: 0;
	font-weight: bold;
   
    }
	#detail_features p { padding: 4px; font-size: 13px; }
	#detail_features ul { list-style: none; margin: 4px; }
	#detail_features li { margin: 2px 0; font-size: 13px; }
	#detail_features dl 
	{
	    list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:4px;
	}	
	#detail_features dt, #detail_features dd
	{
	    font-size:13px;
	}

#detail_features dt
{
    	clear:both;
float:left;
font-weight:bold;
width:100px;
}
	#detail_features .left { width: 35%; text-align: left; margin: 5px;  }
	    #detail_features .left h3 {font-size:16px; font-weight:bold; margin: 5px 0 15px 0;}
	    #detail_features .left p {font-size:13px; margin:0px; padding:0px;}
	#detail_features .right { width: 60%; text-align: left; margin: 5px; _margin-top: -90px}
	#detail_features .virtualTour { float:right ;width: 60%; text-align: left; margin: 5px; _margin-top: 0px /*IE6 positioning fix */;}		

/* ------ detail_paging ------ */
#detail_paging {
	margin: 0px 0px 10px 0px;
	text-align: center;
	background: #FFFFFF;
	padding: 6px;
	width: 274px;
	/*border-top: 0;
	border-right: 0;
	position: absolute;
	top: 5px;
	right: 5px;*/
	font-size: 11px;
	color: #3399CC;
	}
	#detail_paging a { color: #4A8DBB; text-decoration: none; font-size: 11px; padding-left: 10px; padding-right:10px; }
	#detail_paging .previous {}
		#detail_paging .previous a {
			padding-left: 18px;
			background: url(../../../../images/btn_previous.gif) no-repeat left;
			}
		#detail_paging .previous span {
			padding-left: 18px;
			background: url(../../../../images/btn_previous_off.gif) no-repeat left;
			}
	#detail_paging #status {
		font-size: 12px;
		padding: 0 0 4px 0;
		color: #563D21;
		}
	#detail_paging .next {}
		#detail_paging .next a {
			padding-right: 18px;
			background: url(../../../../images/btn_next.gif) no-repeat right;
			}
		#detail_paging .next span {
			padding-right: 18px;
			background: url(../../../../images/btn_next_off.gif) no-repeat right;
			}
			
			
/* ------ detail_contact ------ */
#detail_contact {
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: center;
	width: 160px;
	}
	#detail_contact img { }
	#detail_contact h4 { padding: 0; margin: 1px 0 8px 0; background: none; color: #333; font-size: 15px; letter-spacing: -0.04em; font-weight: normal; }
	#detail_contact ul { list-style: none; }
		#detail_contact li { margin: 8px 0 4px 0; }
	
	#detail_contact .left { width: 83px; margin-right: 8px; }
		#detail_contact .left img { background: #fff; padding: 4px; }
	
	#detail_contact .right { float: left; width: 210px; margin-left: 2px; }
		.agent_name { font-size: 14px;  font-weight: bold; }
		.advertiser_name { font-size: 11px; color: #666;  margin-top: -4px !important; margin-bottom: 6px !important;}
		.advertiser_address { margin-bottom: 0 !important; }
		.agent_phone { margin-bottom: 6px !important; }
		.agent_email { margin-top: 10px !important; }
	
	#detail_contact .center { width: 100%; }
		.agent_name { font-size: 14px;  font-weight: bold; }
		.advertiser_name { font-size: 11px; color: #666;  margin-top: -4px !important; margin-bottom: 6px !important;}
		.advertiser_address { margin-bottom: 0 !important; }
		.agent_phone { margin-bottom: 6px !important; }
		.agent_email { margin-top: 10px !important; }
			
			
/* ------ detail_tools ------ */
#detail_tools {
	padding-bottom: 0;
	margin-bottom: 10px;
	width: 268px;
	}
	#detail_tools h1 
	{
	    font-size:16px;
	    background:#5FB8E4;
	    text-align:center;
	    font-weight:bold;
	    width: 100%;
	    margin-bottom: 10px;
	}
	#detail_tools a {
		padding: 2px 0;
		padding-left: 22px;
		text-decoration: none;
		display: block;
		color: #333;
		}
	#detail_tools .tool {
		float: left;
		display: inline;
		margin-left: 65px;
		padding-right: 10px;
		padding-bottom: 10px;
		font-weight: bold;
		}
	.icon_saved { background: url(../../../../images/icons/icon_saved.gif) no-repeat 2px 0px;}
	.icon_save { background: url(../../../../images/icons/icon_save.gif) no-repeat 2px 0; }
	.icon_finance { background: url(../../../../images/icons/icon_finance.gif) no-repeat 2px 0; }
	.icon_print { background: url(../../../../images/icons/icon_print.gif) no-repeat 2px 0; }
	.icon_email { background: url(../../../../images/icons/icon_email.gif) no-repeat 2px 0; }
	.icon_phone { background: url(../../../../images/icons/icon_phone.gif) no-repeat 2px 0; }
	.icon_schedule { background: url(../../../../images/icons/icon_schedule.gif) no-repeat 2px 0; }
	.icon_map { background: url(../../../../images/icons/icon_map.gif) no-repeat 2px 0; }
	.icon_photos { background: url(../../../../images/icons/icon_photos.gif) no-repeat 2px 0; }
	
	#detail_tools #bookmark {
		clear: both;
		padding-bottom: 8px;
		}
			
			
/* ------ detail_resources ------ */
#detail_resources { background: #EFEBE7 url(../../../../images/detail_resources_bg.jpg) repeat-x; padding: 8px; }
	#detail_resources h2 {
		color: #342D25;
		font-size: 14px;
		text-align: center;
		height: 30px;
		font-family: Georgia;
		}
	#detail_resources h3 {
		color: #342D25;
		font-variant: small-caps;
		font-size: 15px;
		font-weight: bold;
		}
	#detail_resources .horiz_rule { border-bottom: 1px dotted #BCB2A6;  margin: 10px 0; }
	#detail_resources .resource { margin: 0; }
		#detail_resources .resource img {
			float: left;
			width: 73px;
			margin: 3px 10px 0 0;
			}
		#detail_resources .resource p {
			margin: 0;
			padding: 0;
			}
		#detail_resources .rate_assumed {
			font-size: 16px;
			color: #900;
			}
		#detail_resources p.rate_actual {
			margin: 10px 0;
			}
		#detail_resources .resource p span {
			display: block;
			font-size: 10px;
			color: #999;
			}
	
	
/* ------ detail_demographics ------ */
#detail_demographics {
	margin-bottom: 10px;
	}
	/* styles for api are located  - includes\css\demographics.css */
	
	
/* ------ detail_bookmark ------ */
#detail_bookmark {
	margin: 0 0 10px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: #fafafa;
	padding: 5px;
	text-align: center;
	}
	
	
/* ------ map ------ */
#detail_map_border {
	border: 1px solid #eaeaea;
	}
	#detail_map {
		height: 260px; 
		}
	#detail_map_streetview {
		/* styles for width and height are declared inline */
		}
	.map_open {
		border: 0;
		padding: 4px;
		margin-bottom: 15px;
		}
	.map_closed {
		height: 1px;
		visibility: hidden;
		margin: 0;
		padding: 0;
		overflow: hidden;
        display:none;
  		}
	
	#map_type { font-size: 11px; }
		#map_type li {
			float: left;
			display: block;
			background-color: #FDE1C0;
			margin:1pt;
            padding:3px 5px;
			border: 1px solid #567B37;
			}
			#map_type li a {color: #567B37;}
		#map_type li.active {
			background-color: #fff;
			border: 1px solid #ddd;
			}
			#map_type li.active a {
				text-decoration: none;
				color: #333;
				}
			#map_type_text {
				color: #333;
				font-size: 11px;
				padding-top: 3px !important;
				}
		
#detail_get_directions {
	text-align: center;
	}
	#detail_get_directions label { color: #8C7D6A; }
	#detail_get_directions input#saddr  { width: 100px;}
	
/* ------ agent_info ------ */
#agent_info {
	margin: 12px 5px 10px 0;
	padding: 10px;
	width: 600px;
	}
	#agent_info .left { width: 340px; }
	#agent_info .right { width: 240px; /*background: #f5f5f5;*/ border-left: 1px dotted #EFD5CE; padding-left: 15px;}
	
	#agent_header {
		margin: 0 0 10px 4px;
		}
		#agent_header h2 {
			color: #3796CC;
			font-size: 24px;
			}
		#agent_header h3 {
			color: #8C7D6A;
			font-size: 14px;
			}
		#agent_header p {
			color: #999;
			font-size: 11px;
			padding-left: 1px;
			}
		
	#agent_photo {
		float: left;
		display: inline;
		width: 96px;
	/*	height: 96px; */
		overflow: hidden;
		text-align: center;
		}
		#agent_photo img {
			padding: 2px;
			background: #fff;
			margin: 0 auto;
			}
	#agent_logo {
		float: left;
		display: inline;
		width: 96px;
		overflow: hidden;
		text-align: center;
		}
		#agent_logo img {
			padding: 2px;
			background: #fff;
			margin: 0 auto;
			}		
	#agent_bio {
		/*float: right; */
		width: 425px;
		display: inline;
		margin-right: 10px;
		}
	#agent_bio ul
	{
		width: 425px;
		display: inline;
		margin-right: 10px;
	}	
		
	#agent_contact {
		margin: 0px 16px;
		}
		#agent_contact h2 {
			color: #2a2a2a;
			font-size: 14px;
			margin-bottom: 4px;
			margin-top: 10px;
			font-weight: bold;
			}
		#agent_contact h3 {
			color: #333;
			font-size: 13px;
			margin-bottom: 4px;
			}
		#agent_contact h4 {
			color: #666;
			font-size: 12px;
			background: none;
			padding: 0;
			font-weight: normal;
			margin-bottom: 4px;
			}
			#agent_contact h4 span {
				display: block;
				}
		#detail_featured_agent
		{
		    background: url(../../../../images/featured_agents_h2_bg_demo.gif) no-repeat;
		    text-indent: -9999px;
		}		
.agent_listings {
	margin: 15px 5px 0 0;
	background: #F5F2EF /*#EAE3DDurl(../../images/agent_listings_bg.jpg) repeat-x*/;
	padding: 10px;
	padding-right: 0;
	}
	.agent_listings h2 {
		font-size: 15px;
		font-weight: bold;
		color: #333;
		margin: 0 0 0 4px;
		}
	.agent_listing {	
		float: left;
		display: inline;
		margin: 14px 14px 0 0;
		width: 143px;
		height:165px;
		text-align: center;
		font-size: 11px;
		}
		.agent_listing a { color: #000; }
		.agent_listing img {	
			width: 115px;
			height: 86px;
			padding: 3px;
			background: #fff;
			}
		.agent_listing h3 {	
			color: #333;
			font-size: 13px;
			margin: 0;
			font-weight: bold;
			}
		.agent_listing h4 {
			color: #333;
			font-size: 11px;
			background: none;
			padding: 0;
			font-weight: normal;
			margin: 0;
			}
		.agent_listing p {
			color: #666;
			padding: 0;
			margin: 0;
			}


/* Styles from frontdoor's property_detail.css */

#detail_header 
{
	width:594px;
	margin:0 5px;
	background: url(../../../../images/detail_hdr_bkg.gif) repeat-x;
	padding:6px 14px 0px 2px
	}

	#detail_tools {
		display:inline;
		float:right;
		width: 270px;
		margin-top:10px
		}
		#detail_tools ul {}
			#detail_tools ul li {
				float: right;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				margin-left: 8px;
				display: inline;
				}
			#detail_tools a 
			{
				padding-left: 25px; 
				}
				
	
				
#detail_wrap { margin: 0px 0px 20px 10px; }
	#detail_wrap .left,#detail_wrap .right { background: none; display: inline; margin: 10px 8px; padding: 0; }
	#detail_wrap .left { width: 160px; margin-right: 0;}
	#detail_wrap .right { width: 395px; margin-left: 0; }
	
	#detail_address {width:310px; float:left; display:inline; margin-top:5px; margin-left:10px;}
		#detail_address h3 { font-size: 18px; margin: 0; font-weight: bold; color:#A41D21}
		#detail_address p { font-size: 12px; color: #666; padding-bottom:5px}
	
	#detail_price { margin-bottom: 10px; }
		#detail_price h4 { font-size: 14px; margin: 0; font-weight: bold; }
		#detail_price span { display:block; margin-bottom: 4px; font-size: 10px; line-height: 12px; color: #999; }
		
	#detail_dates { margin-bottom: 10px; border-bottom:1px dotted #999; border-top:1px dotted #999; padding:10px 0 }
		
	#detail_stats { margin-bottom: 10px; padding-bottom:10px; border-bottom:1px dotted #999; }
	#detail_stats li {padding-left:10px; background: url(../../../../images/dimensions_li_bg.gif) no-repeat 0 7px}

	#detail_amenities { margin-bottom: 10px; padding-bottom:10px; border-bottom:1px dotted #999; }
	#detail_amenities li {padding-left:10px; background: url(../../../../images/dimensions_li_bg.gif) no-repeat 0 7px}
	
#detail_amenities 

	#detail_advertiser { margin-bottom: 10px; }
		#advertiser_listing_url {
			margin: 10px 0;
			}
			
	#detail_agent { margin-bottom: 10px; }
				
	#agent_wrapper 
	{
		border-bottom: 1px dotted #C5C5B8;
		padding-bottom:10px
	}
	
	
	#detail_description {
		padding: 10px;
		padding-bottom: 5px;
		/*border-top: 1px dotted #C5C5B8;*/
		}
		#detail_description p { margin: 0; }
		
	#detail_features {
		padding: 2px 10px;
		}
		#detail_features h4 {
			margin-bottom: 2px;
	 		font-weight: bold;
			font-size: 12px;
			}
		#detail_features .feature {
	 		float: left;
			width: 180px;
			margin-right: 10px;
			border-right: 1px dotted #ccc;
			}
			#detail_features .feature p {
				padding: 2px 0;
				margin: 0;
				}
				
	#detail_demographics {
		margin-bottom: 10px;
		}
		#detail_demographics .tabContentGTS {
			padding: 12px;
			}
		#detail_demographics table {
			width: 100%;
			border-collapse: collapse;
			}
			#detail_demographics th {
				background: url(../../../../images/detail_demographics_th_bkg.gif) no-repeat bottom left;
				border-bottom: 2px solid #575744;
				padding: 5px 8px;
				}
				#detail_demographics th.first {
					background: none;
					}
			#detail_demographics td {
				border-left: 1px dotted #D3D3C9;
				border-top: 1px dotted #D3D3C9;
				padding: 5px 8px;
				background: #F5FAFA;
				text-align: center;
				}
				#detail_demographics td.first {
					font-weight: bold;
					border-left: none;
					text-align: left;
					}
				#detail_demographics .alt td {
					background: #fff;
					}
		#detail_demographics_map { border-top: 2px solid #575744; }
	
					
	
	#detail_paging {
		margin: 0 0 4px 0;
		color: #999;
		font-size: 11px;
		padding: 0 5px;
		width:385px
		}
		#paging_status {
			width: 385px;
			text-align:center;
			color:#575744
			}
			

				#paging_status div 
				{
					margin-bottom:10px;
				}

			#back_results 
			{
				padding-left:18px;
				font-size:11px;
				background: url(../../../../images/icon_return_results.gif) no-repeat;
			}
			
			#paging_prevnext
			{
			width: 385px;
			text-align:center;
			margin-top:-16px;
			}
			
		
				#paging_status #status 
				{
				font-size:14px;
				font-weight:bold;
						}
				
		.previous {
			float: left;
			text-align: left;
			display:inline
			}
		.next {
			float: right;
			text-align: right;
				display:inline
			}
	
			
	#detail_photos {
		margin: 0 0 10px 0;
		}
		#detail_photo_wrap {
			text-align: center;
			margin-bottom: 10px;
			}
			#detail_photo {
				width: 395px;
				height: 282px;
				overflow: hidden;
				}

			
#analysis {
	background: url(../../../../images/analysis_bkg.gif) no-repeat;
	height:188px;
	width:625px;
	}
		
#similar_tabs {}
	#similar {
		width: 619px;
		}
		#similar .tabContent {} 
		#similar .scroll_left {
			width:27px;
			float:left;
			margin:50px 4px 0 0 
		 	}
		#similar .scroll_right {
			width:27px;
			float:right;
			margin:50px 0 0 4px
			}
		#similar a.listing { width: 170px; margin: 15px 6px 0 8px; display: block; float: left; text-decoration: none; }
			#similar a:hover.listing { background: #f2f2f2; display:block}
				#similar a.listing .listing_img {width: 170px; height: 115px;}
				#similar a.listing .top_num {position:relative;}
				/* alignment for single digit listings*/
				#similar a.listing .address { font-size: 12px; color: #999; margin-left:25px; display:block; position:relative; top:-35px}
				#similar a.listing .price { font-size: 12px; color: #999; margin-left:25px; margin-bottom:-25px; display:block; position:relative; top:-35px; font-weight:bold}
				/* alignment for tenth listing */
				#similar a#listing10 .address { font-size: 12px; color: #999; margin-left:35px; display:block; position:relative; top:-35px}
				#similar a#listing10 .price { font-size: 12px; color: #999; margin-left:35px; margin-bottom:-25px; display:block; position:relative; top:-35px; font-weight:bold}	
						
	#nearby .scroll_left {
		width:27px;
		float:left;
		margin:50px 4px 0 0 
		}
		.scroll_right {
			width:27px;
			float:right;
			margin:50px 0 0 4px
			}
	 	#nearby a.listing { width: 170px; margin: 15px 8px 0 8px; display: block; float: left; text-decoration: none; }
		#nearby a:hover.listing { background: #f2f2f2; display:block;}
			#nearby a.listing .listing_img {width: 170px; height: 115px;}
			#nearby a.listing .top_num {position:relative;}
			/* alignment for single digit listings*/
			#nearby a.listing .address { font-size: 12px; color: #999; margin-left:25px; display:block; position:relative; top:-35px}
			#nearby a.listing .price { font-size: 12px; color: #999; margin-left:25px; margin-bottom:-25px; display:block; position:relative; top:-35px; font-weight:bold}
			/* alignment for tenth listing */
			#nearby a#listing10 .address { font-size: 12px; color: #999; margin-left:35px; display:block; position:relative; top:-35px}
			#nearby a#listing10 .price { font-size: 12px; color: #999; margin-left:35px; margin-bottom:-25px; display:block; position:relative; top:-35px; font-weight:bold}
		
#emailformsmask
{
	background-color: #000;
	display: block;
	position: absolute;
	z-index:100;
	left: -1000px;
	top:-1000px;
	width:1px;
	height:1px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#emailforms
{
	background-color: #fff;
	border: 2px solid #000;
	display: block;
	position: absolute;
	z-index:101;
	left: -1000px;
	top:-1000px;
	padding:10px;
}

#gutter {
	margin:25px 0px 0px !important;
}

#tools_header 
{
	float: right;
	margin: 0px 10px 5px 10px;
}

#agent_content_left 
{
	margin-left:20px;
}
