/*--------------------- listings page styles ------------------------*/
#listingDisplay{
	width:890px;
	height:365px;
	position:relative;
	z-index:1;
	text-align:left;
	overflow:hidden;
}
/*--------------------- listingImage styles ------------------------*/
#listingImage{
	width:490px;
	height:365px;
	float:left;
	background-color:#ccc;
	position:relative;
	overflow:hidden;
}
#currentImage{ 
	position:absolute; 
	z-index:1;
	left:0px;
	top:0px;
}
#listingThubHolder{ 
	height:45px;
	position:absolute; 
	z-index:10;
	bottom:0px;
	background-image:url(../images/bg_thumb_holder.png);
}
#thumbClip{
	width:440px;
	height:45px;
	float:left;
	overflow:hidden;
}
#thumbClip ul{
	width:880px;
}
#thumbClip li{
	width:45px;
	height:32px;
	float:left;
	margin:6px;
	overflow:hidden;
	border: 1px solid #FFF;
}
#thumbClip li img {
	height:32px;
}
.arrowBtn{
	width:25px;
	height:45px;
	display:block;
	float:left;
}
/*--------------------- listingDetails styles ------------------------*/
.detailsBox{
	width:375px;
	height:285px;
	display:none;
	background-color:#fbf9f3; 
	padding:25px 0px 0px 25px;
}
#listingDetails{
	width:400px;
	height:365px;
	float:left;
	overflow:hidden;
	background-color:#fbf9f3; 
}
#listingDetails div{ float:left;}

#listingDetails .formBox{
	width:290px;
	text-align:right;
}
#listingDetails input{
	background-color:#f6f0e1;
	border: 1px solid #045a76;
	margin: 3px 0px 3px 5px;
}
#listingDetails .regInput{
	width:190px;
}
#listingDetails textarea{
	width:190px;
	margin: 3px 0px 3px 5px;
	background-color:#f6f0e1;
	border: 1px solid #045a76;
}
#listingDetails .reqIndicate{
	border: 1px solid #ff0000;
}
/*--------------------- listingDescription styles ------------------------*/
#listingDescription{
	width:400px;
	height:310px;
	padding:0px;
}
#listingInfo{
	width:275px;
	height:135px;
	padding:25px 0px 0px 25px;
	font-size:12px;
	background-image:url(../images/shadow_detail.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#listingAvailability{
	width:100px;
	height:135px;
	padding:25px 0px 0px 0px;
	font-size:13px;
	background-image:url(../images/shadow_detail.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#listingSummary{
	width:355px;
	height:100px;
}
/*--------------------- listingFeatures styles ------------------------*/
#listingFeatures{
	width:375px;
	height:285px;
	padding:25px 0px 0px 25px;
}
#listingFeatures li{
	margin-bottom:5px;
}

/*--------------------- listingDocuments styles ------------------------*/
#listingDocs a{
	color:#045a76;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
#listingDocs a:hover{
	color:#d4753b;
}
/*--------------------- listingRequest styles ------------------------*/
#listingRequest{
	
}
.confirmSent{
	display:none;
}
.submitBtn{
	background-color:#f6f0e1;
	color:#FFF;
	width:105px;
	height:27px;
	padding:0;
	border:none;
}
/*--------------------- listingFriend styles ------------------------*/
#listingFriend{
	
}

/*--------------------- listingLinks styles ------------------------*/
#listingLinks{
	width:375px;
	height:22px;
	float:left;
	background-color:#f6f0e1;
	padding:5px 0px 0px 25px;
}

#listingLinks li{
	height:20px;
	float:left;
	margin:0px 12px 0px 0px;
	display:inline;
	position:relative; 
	font-size:11px;
	line-height:20px;	 
}

#listingLinks li a{
	text-decoration:none;
	color:#000;
	position:relative;
	z-index:1;
}

#contentTip{
	width:100px;
	height:20px;
	position:absolute;
	z-index:10;
	top:-28px;
	left:-40px;
	color:#FFF;
	line-height:20px;
	text-align:center;
	background-color:#1b96b2;
}
/*--------------------- msic styles ------------------------*/
.currentBox{display:block;}
.listingTitle{
	color:#045a76;
	font-size:14px;
	font-weight:bold;
}
.listingAddress{ font-size:13px;}
/*--------------------- pagination styles ------------------------*/
#pageContent .pagination{
	float:right;
	margin: 10px 20px 10px 0px;
	color:#000000;
}
.pagination a{
	color:#045a76;
}
.pagination a:hover{
	color:#f6f0e1;
}
.deadLink{
	color:#bbbbbb;
}
/*--------------------- .dynamicListing styles ------------------------*/
.dynamicListing{
	width:835px;
	height:90px;
	background-color:#e9f6f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.stripeDL{
	background-color:#d4eef2;
}
.soldDL{
	width:420px;
	background-color:#ffffff;
}


.openHouseDL{
	width:420px;
	height:155px;
	margin:0px 5px 5px 0px;
	background-color:#f1eee8;
	border:none;
}
.hoverDL{	background-color:#a9dde4;}
.dynamicListing div{ float:left;}
.dynamicListing .imageHolder{
	width:94px;
	height:70px;
	overflow:hidden;
	border: 1px solid #FFF;
	margin:8px 25px 0px 11px;
}
.dynamicListing .imageHolder img{
	height:70px;
}
.soldDL .imageHolder{
	border: 1px solid #51A6B5;
}
.dynamicListing .detailsHolder{
	width:300px;
	margin:15px 0px 0px 0px;
}
.soldDL .detailsHolder{
	width:170px;
	margin:15px 0px 0px 0px;
}
#listingClip .openHouseDL .detailsHolder p {
	margin:5px 0px 5px 0px;
}
.openHouseDL .detailsHolder{
	width:250px;
	margin:10px 0px 0px 0px;
}
#listingClip  .openHouseDL .mapLink{
	height:20px;
	line-height:12px;
}
.dynamicListing .detailsHolder .listingTitle a{
	color:#045a76;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
}
.dynamicListing .featuresHolder{
	width:200px; 
	margin:38px 10px 0px 20px;
}

.dynamicListing .availabilityHolder{
	width:150px;
	margin:38px 0px 0px 0px;
}
