/* =listing_intro */

.listing-intro {
	margin:0px;
	padding:0px 10px 10px 10px;
	width:400px;
	overflow:hidden;
	float:left;
	position:relative;
	height:180px;
}

/* =heading */

.listing-intro h3 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:24px;
	line-height:24px;
	overflow:hidden;
	display:none;
}

/* address */

.listing-intro .address, .listing-intro h4 {
	/*clear:left;*/
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:12px;
	text-shadow:1px 1px 4px #000C20;
	height:24px;
	line-height:24px;
	text-indent:15px;
	background:url(../images/heading.png) top left no-repeat #00347D;
	color:#FFF;
	overflow:hidden;
}

/* =thumbnail */

.listing-intro .thumbnail-link {
	margin:0px;
	display:block;
	padding:11px;
	width:180px;
	height:135px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/thumbnail.png) top left no-repeat;
	/*top:24px;
	left:0px;*/
}

.listing-intro .thumbnail-link img {
	margin:0px;
	padding:0px;
	border:none;
	width:180px;
	height:135px;
}

	/* =listing-status */

	.listing-intro .status-label:link,
	.listing-intro .status-label:visited,
	.listing-intro .status-label:hover,
	.listing-intro .status-label:active {
		margin:0px;
		border:none;
		padding:0px;
		display:block;
		position:absolute;
		width:180px;
		height:135px;
		text-decoration:none;
		top:35px;
		left:21px;
		z-index:100;
		background:url(../images/spacer.gif) top left no-repeat;
	}
	
	.listing-intro .status-label:hover {
		background:url(../images/more.gif) top left no-repeat;
	}

/* =rooms */

.listing-intro ul.features {
	margin:0px;
	padding:0px;
	height:18px;
	float:none;
	list-style:none;
	width:200px;
	position:absolute;
	top:34px;
	right:10px;
}

.listing-intro ul.features li {
	margin:0px;
	padding:0px 0px 0px 0px;
	height:18px;
	line-height:18px;
	font-size:11px;
	position:relative;
	color:#FFF;
	width:67px;
	background:url(../images/rooms.png) top left no-repeat;
	float:left;
}

.listing-intro ul.features li span {
	color:#FFF;
	text-transform:capitalize;
	padding:0px 5px 0px 15px;
}

.listing-intro ul.features li.garages {
	width:66px;
}

/* =text */

.listing-intro .text {
	margin:0px 0px 4px 225px;
}

/* =holiday pricing */

.listing-intro ul.holiday-pricing {
	margin:0px;
	padding:22px 0px 0px 0px;
	list-style:none;
	position:absolute;
	width:200px;
	top:54px;
	right:10px;
	background:url(../images/holidaypricing.png) top left no-repeat;
}

.listing-intro ul.holiday-pricing li {
	margin:0px 0px 2px 0px;
	padding-left:110px;
	height:14px;
	line-height:14px;
	font-size:11px;
	position:relative;
	color:#333;
}

.listing-intro ul.holiday-pricing li span {
	text-indent:20px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:16px;
	line-height:16px;
	color:#666;
}

/* =introduction  */

.listing-intro .introduction {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
	list-style:none;
	position:absolute;
	width:180px;
	top:54px;
	right:20px;
}

/* =more */

.listing-intro .checkavailability:link,
.listing-intro .checkavailability:visited,
.listing-intro .checkavailability:hover,
.listing-intro .checkavailability:active {
	background:url(../images/availability.png) top left no-repeat orange;
	display:block;
	height:29px;
	line-height:29px;
	width:140px;
	position:absolute;
	top:143px;
	right:10px;
	text-align:center;
	color:#FFF;
	text-transform:capitalize;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px 5px #9F0700;
}

.listing-intro .checkavailability:hover {
	background:url(../images/availabilityhover.png) top left no-repeat #CCC;
	color:#FFF;
	text-shadow:1px 1px 5px #666;
}

.listing-intro .checkavailability span {
	/*display:none;*/
}
