/*
 PRINT SYLESHEET CSS
   
*/

/* ========== */
/* = Layout = */
/* ========== */
@import url("reset.css");
@import url("typography.css");

body
{
font-size: 10pt;
margin: 0 5%;
background: white;
color: black;
}

	
#container, #article, .VehiclePage, #sidebar  {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;


}
a:link, a:visited {
	color: #999;
	background: transparent;
	text-decoration: underline;
	}



/* =================== */
/* = Hidden Elements = */
/* =================== */

#top_bar, #header, #masthead img, #phone_bar, #map_nav, #copyright, #nav_tier1, #nav_category, #nav_tier2, #home_book,
.photo_source, #bonus_nav, .orange.text_widget   {
	display: none;
}

#map_canvas {
clear:both;
}

#vehicle_book {
margin-bottom:20px;
}
/* =========== */
/* = Content = */
/* =========== */

#content {
	padding: 2em 0 0 0;
}

#content p#loading {
	text-align: center;	
	margin-top: 1.5em;
}

#content p.loading_mini {
	text-align: center;	
	margin-top: 2em;
}

.VehiclePage li, .vehicles li {
list-style: none;
}

ul.vehicles {
margin:0;
padding:0;
clear:both;
padding-top:15px;
}

div.capacity_stats {
font-size:.8em;
font-weight:normal;
width:300px;
clear:both;
}
.capacity_stats p {
float:left;
width:60px;
clear:none !important;

}
.quote_or_book{
display:none;
height:0;
}
/*.capacity_stats p.adults {			
				float: left;
				background: url('../images/icons/adults.png') no-repeat 0 0;
				padding: 13px 0 0 19px;
				font-size:.9em;
				font-weight:normal;			
			}
			.capacity_stats p.luggage_small {		
				float: right;
				background: url('../images/icons/luggage_small.png') no-repeat 0 1px;
				padding: 0 0 0 24px;
				margin-top: 13px;
				font-size:.9em;
				font-weight:normal;							
		
			}

			.capacity_stats p.luggage_large {
				float: right;
				background: url('../images/icons/luggage_large.png') no-repeat 0 0;
				padding: 5px 8px 0 30px;
				margin-top: 8px;
				font-size:.9em;
				font-weight:normal;		
		
			.hidden {
			font-size:.8em;
			font-weight:normal;
			display:none;
			}*/
			#vehicle_holder p {
			clear:both;
			}

	h3.blue_bar span {	
	padding-left: 15px;
	text-transform: none;
	color:#000;
	font-weight:bold;
}

h3.blue_bar {
	clear:both;
	border-top:1px solid #000;
	padding-top:20px;
	font-weight:bold;
	margin:10px 0;
	position:relative;
}
a.quote_or_book {
clear:both;
float:none;
text-decoration:none;
color:#ccc;
}
.book {
width:auto;
}

.alt_odd, .alt_even {
width: auto;
border:1px solid #ccc;
}

#hot_deals ul li {
list-style: none;

}

.orange li {
line-height:0;
margin:0;
padding:0;
font-size:.9em;
}
/* =============== */
/* = Testimonial = */
/* =============== */

blockquote.testimonial {
		color: #1448B3;
	}


/* ========== */
/* = Footer = */
/* ========== */

#footer {
	
	line-height: 1.4em;
}
	#copyright {
	
	}
	#copyright p {
		
	}

#footer .address_container {
	
}
	#footer .address_container address {
		
	}
	
#footer #face_link {
	
}

/* ============ */
/* = Clearfix = */
/* ============ */
/* also clearfix form field containers */

.clearfix:after,
.field:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix,
* html .field {
    height: 1%;
    overflow: visible;
}
*+html .clearfix,
*+html .field {
    min-height: 1%;
}

.clear {
	clear: both;
}

/* firefox scollbar hack */
html {overflow-y:scroll;}