/* Standard Styles */

.RealEstateTable 
{ 
	background-color: black; 
	margin: 0px; 
}

.RealEstateContentCell 
{ 
	color: black; 
	padding: 6px; 
	background-color: #FEFEFE; 
}

.RealEstateContentCellAlternate 
{ 
	color: black; 
	padding: 6px; 
	background-color: #F0F9FF; 
}

div.hr {
	margin: 4px 0 4px 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	background:#E2E2E2;
}

/* Listing Styles */

.Normal .RealEstateCity
{
	text-transform:uppercase;
}

.Normal .RealEstateLink a:link, .Normal .RealEstateLink a:active, .Normal .RealEstateLink a:visited
{
	color:#F27606;
	font-weight:bold;
}

.bed
{
	background:url("images/icon_bed.gif") right center no-repeat;
}

.bath
{
	background:url("images/icon_bath.gif") right center no-repeat;
}

.car
{
	background:url("images/icon_car.gif") right center no-repeat;
}

a.arrowLink:link, a.arrowLink:visited, a.arrowLink:active 
{
	/*background: url("images/icon_arrow.gif") no-repeat 3px 7px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 18px;*/
	
	margin: 0;
	padding: 0;
}

/* Photo Styles */
.Item_Photo_Container {
    /*text-align: center;*/
    margin: 0 auto 10px auto;  
    text-align: center; 
}

.First_Thumb_Photo_Container {
    /*border: solid 1px #bbc684;
    background-color:#FAFADD;*/
    }

.Thumb_Photo_Container { 
    /*border: solid 1px #ffffff;*/   
}

.First_Thumb_Photo_Container img, .Thumb_Photo_Container img{
border: 1px solid transparent;
margin: 3px; 
}

.First_Thumb_Photo_Container img:HOVER, .Thumb_Photo_Container img:HOVER{
border: 1px solid #53593B;
margin: 3px; 
}

.Selected_Thumb_Photo_Container { 
    padding: 5px;
    border: solid 1px #bbc684;
    background-color:#FAFADD;
}


.photo_198 
{   
	cursor: pointer;
}

.album-frame {
	width: 370px;
	width: 370px;
	margin: 10px 0;
	padding: 0;
}

.album-frame td {	
	margin: 0;
	padding: 0;
}

.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-topx--.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-top-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-top--x.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-midx--.gif);
	width: 4px;
	height: auto;
}

.photo-frame .mid--x {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-mid--x.gif);
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-botx--.gif);
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-bot-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-bot--x.gif);
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Lightbox */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* ***** LIST ITEM ******************************************************************/
.List_TypeLink {
    font-size: 20px;    
}

.List_TypeCount {
    font-size: 26px;   
}

.List_Title { 
    color:#606300;
    float:left;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.75em;
    font-weight:normal;
    line-height:1.125em;
    margin:6px 0 12px;    
}

.List_Item_AccTitle {
    background-color: #BBC684;   
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    line-height: normal;     
    width: 100%;
    text-align: left;    
    padding: 5px 0 3px 10px;    
    vertical-align: top;      
    height:15px;    
    font-size: 16px !important;
    color: #606300;  
}

.List_Item_Container {    
    width: 100%;
    border: solid 1px #bbc684; 
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #53593b !important;
}

.List_Item_Image {
    vertical-align: top;
    text-align: left;    
    padding: 5px;
    width:146px;
}

.List_Item_Description {
   width: 355px;
   text-align: left;
   vertical-align: top;  
   background-color: #D9E2A9; 
   padding: 10px;
   height: 60px;     
   line-height: 1.4em; 
}

.List_Item_Location {
    text-align: left;
}

List_Item_rightSide {
    text-align: left;
    vertical-align: top;     
    width: 311px;
}

.List_Item_rightSide_table {
    background-color: #D9E2A9;     
}


/* ***** ITEM ******************************************************************/
.Item_GlobalContainer {
    width: 707px;    
    text-align: left;    
    border: solid 1px #bbc684;
    background-color: #D9E2A9;  
    padding: 0;
    margin: 0;       
    color: #53593B;         
}

.Item_InfoContainer {    
    /*width: 100%;*/
    padding: 0 15px 0 0;
}


.Item_MainTitle {

}

.Item_Container {
    float: left;    
}

.Item_MainInfoContainer {
    
}

.Item_Container {
    width: 100%;  
}

.Item_SectionContainer {
    width: 100%;
    clear: both;
}

.Item_Photos {    
    float: left; 
    background-color: white;  
    margin: 0 15px 0 0;
    width: 370px;	
}

.Item_Title {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:24px;
    font-weight:normal;
    line-height: normal;    
    color:#442108;
    width: auto;                                                      
    padding: 10px 0;  
    text-align: left;                      
}

.Item_InfoLabel {
    padding: 0 10px 5px 0;   
    white-space: nowrap;
    vertical-align: top;
}

.Item_InfoValue {
     padding-bottom: 5px;
     text-align: left; 
     line-height: 1.4em; 
}


.Item_SectionTitle {      
    width: auto;          
    background-color: #BBC684;   
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    line-height: normal;
    font-size: 16px;
    color: #606300;          
    height: 20px;        
    padding: 5px 0 5px 15px;      
}

.Item_Description {
    padding: 15px;
    background-color:#FAFADD;
}

.Item_AccommodationTypes {
    padding: 15px;
    background-color:#FAFADD;
}

.Item_Facilities {
    padding: 15px;
    background-color:#FAFADD;
}


td.thumb{
    position:relative; 
    display:block; 
    width:5px; 
    height:5px; 
    width: inherit;
    
  }
td.thumb .ImgLarge{display:none;} 
td.thumb:hover .ImgLarge{display:block; position:absolute;  z-index: 10; top:100%; left:100%;}
