/* /////////////////////////////////
	Go Rentals "Hot Deals" CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */


/* /////////////////////////////////
	HOT DEALS BOX
///////////////////////////////// */

#hotDeals,
.hotDeals {
	height: 476px;
	background: #293685 url('../i/bg-hotdeals.gif') repeat-y left top;
	position: relative;
}

#hotDealsLink,
.hotDealsLink {
	display: block;
	position: absolute;
	top: -12px;
	right: -11px;
	width: 67px;
	height: 68px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/hotdeals.png') no-repeat left top;
	z-index: 1;
	cursor: pointer;
}

#hotContainer,
.hotContainer {
	height: 437px;
	border-top: solid 5px #293685;
	margin: 0px 5px;
	background: #fff;
	overflow: hidden;
}

.deal {
	height: 146px;
	background: transparent url('../i/bg-hot-dot.gif') repeat-x left bottom;	
}

.deal .title {
	height: 58px;
	background: transparent url('../i/bg-hot-title.gif') repeat-x left top;
	display: inline-block;
	display: block;
}

.deal .title p {
	margin: 0px 50px 0px 14px;
	padding: 12px 0px 0px 0px;
}

.deal .title p a,
.deal .title p a:visited {
	font-weight: bold;
}

.deal .car {
	height: 87px;
	padding: 0px 18px 0px 8px;
	background: #fff;
	display: inline-block;
	display: block;
	margin: 0px;
}

.deal .car img {
	float: left;
}

.deal .car .price {
	float: right;
	color: #3148a8;
	font-size: 11px;
	line-height: 13px;
	margin-top: 26px;
}

.deal .car .price strong {
	font-size: 22px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 18px;
}

#hotNav,
.hotNav {
	height: 34px;
	background: transparent url('../i/bg-hotdeals-bottom.gif') no-repeat left bottom;
	padding: 0px 15px;
}

p.hotNavInfo {
	margin: 0px;
	padding: 7px 16px 0px 16px;
	text-align: center;
	font-size: 11px;
	color: #293685;
}

span.rangeStart, span.rangeEnd {
	font-weight: bold;
}

a.moreHotDeals,
a.moreHotDeals:visited {
	margin-left: 5px;
	padding: 2px 0px 1px 6px;
	border-left: solid 1px #b1b7d4;
	text-decoration: none;
}

a.moreHotDeals:hover {
	text-decoration: underline;
}

.hotUp,
.hotUp:visited {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/hot-up.gif') no-repeat left top;
	margin-top: 7px;
	display: none;
}

.hotUp:hover {
	background-position: 0px -16px;
}

.hotDown,
.hotDown:visited {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/hot-down.gif') no-repeat left top;
	margin-top: 7px;
}

.hotDown:hover {
	background-position: 0px -16px;
}


