@charset "utf-8";
/* CSS Document */

.rentHead {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
}
.rentPrice {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.rentPriceDay {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.errorClass {
	color: #e50611;
}

.rentalPricing {
	width:90%;
}

h1 {
	color:#0088c5;
	font-size:1.45em;
}

input.btn {
	background: #F8910C url(/images/rentalImages/bg-button.png) repeat-x;
	border: 1px solid #F8910C;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	overflow: visible;
	padding: 0.4em 0.7em;
	width: auto;
}

input.btnOff {
	background: #CCCCCC url(/images/rentalImages/bg-button-off.png) repeat-x;
	border: 1px solid #999999;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	overflow: visible;
	padding: 0.4em 0.7em;
	width: auto;
}

#content {
	background-color: #fff;
}

	#leftCol {
		float: left;
		width:293px;
		overflow:hidden;
	}
	
		#leftCol .box-top {
			background-color: #4b7a97;
			color: #fff;
			font-size: 1.2em;
			font-weight: bold;
			padding: 8px 12px;
		}
		#leftCol .box-head {
			background-color:#FF9900;
			color:#000000;
			font-size:1.2em;
			font-weight:bold;
			padding:2px 12px;
			}
		#leftCol .box {
			background-color: #ebf0f3;
			padding: 8px 12px;
			background-image:none;
			float:none;
		}
		
		.center {
			text-align:center;
		}
		
		#leftCol .box-arrow {
			background: url(/images/rentalImages/box-arrow.png) center no-repeat;		
			height: 13px;
			margin-bottom: 10px;
		}
		
		#leftCol #checkAvailability {
			padding-bottom: 20px;
			padding-top: 20px;
		}
		
		#leftCol #cityLinks {
			margin-top: 19px;
		}
		
			#leftCol #cityLinks ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
			
				#leftCol #cityLinks ul li {
					margin: 0 0 4px;
				}
	
	#mainCol {
		float: right;
		width: 489px;
	}
	
		#mainCol #lifestyle {
			display: block;
			margin-bottom: 19px;
		}
		
		
		
			#mainCol #spotlightLocations div {
				float: left;
				margin-right: 18px;
				text-align: center;
				width: 150px;
			}
			
				#mainCol #spotlightLocations div#last {
					margin: 0;
				}
				
				#mainCol #spotlightLocations div img {
					margin-bottom: 8px;
				}

