@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;
}

input.btn {
	background: #F8910C url(/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.btnSmall {
	background: #F8910C url(/rentalImages/bg-button.png) repeat-x;
	border: 1px solid #F8910C;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	overflow: visible;
	padding: 0.1em 0.7em;
	width: auto;
	height:24px;
}
input.btnOff {
	background: #CCCCCC url(http://www.rvrental.com/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: 254px;
	}
	
		#leftCol .box-top {
			background-color: #0058bd;
			color: #fff;
			font-size: 1.2em;
			font-weight: bold;
			padding: 8px 12px;
		}
		#leftCol .box-head {
			background-color: #ff9900;
			color: #000;
			font-size: 1.2em;
			font-weight: bold;
			padding: 2px 12px;
		}
		#leftCol .box {
			background-color: #EBF0F3;
			padding: 8px 12px;
		}
		
		#leftCol .box-arrow {
			background: url(/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: 589px;
	}
	
		#mainCol #lifestyle {
			display: block;
			margin-bottom: 19px;
		}
		
		
		
			#mainCol #spotlightLocations div {
				float: left;
				margin-right: 18px;
				text-align: center;
				width: 180px;
			}
			
				#mainCol #spotlightLocations div#last {
					margin: 0;
				}
				
				#mainCol #spotlightLocations div img {
					margin-bottom: 8px;
				}



