#content.width_100 #first_column { float: left;
	width: 580px; height: 100%;
	padding: 15px 10px; }
	
#content.width_100 #second_column { float: left;
	width: 120px; height: 100%;
	padding: 15px 10px; }

table.cart { width: 100% !important;
	border-collapse: collapse;
	table-layout: auto; }

table.cart tr { line-height: normal !important; }

table.cart td { width: auto !important;
	border: 1px solid #ddd;
	padding: 2px; }

.model { position: relative;
	float: left; clear: both;
	width: 500px;
	border: 1px solid #ddd; 
	padding: 5px; margin-bottom: 10px; }

.buttons_container_model { position: absolute;
	bottom: 30px; right: 10px;
	width: 120px; }	

.description { float: left; clear: none; 
	width: 300px;
	padding-bottom: 20px; }
	
img.image { float: left;
	margin-right: 10px;
	border: none; }

/* Standard aprilaire styles overlapping */

html { color: #797979;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt; line-height: 12pt; }

#content { min-height: 0 !important; height: auto !important; }

#menu { height: 36px !important; width: 760px !important;
	border-bottom: none !important; margin-bottom: 0 !important;  
	background: #ccc url("../img/menu_gradient.png") repeat-x !important; }

#menu.blue { background: #ccc url("../img/menu_gradient_blue.png") repeat-x !important; }
#menu.green { background: #ccc url("../img/menu_gradient_green.png") repeat-x !important; }

#menu ul { height: 36px !important;
	top: 0; left: 55px !important; 
	margin-right: -55px; }

#menu ul.floated li { float: left; 
	height: 26px;
	padding: 0 15px; padding-top: 10px; margin: 0 !important;
	text-align: center; }
	
#menu ul.floated li.active { background: #ccc url("../img/gradient_blue.png") repeat-x !important;}

#menu ul.floated li.active a {text-decoration: none}

#menu ul li { margin-right: 33px; }
	
#menu ul li a { color: #797979; 
	font-family: "Arial Narrow", "HelveticaNeue Condensed", serif; font-size: 12px; }

#menu ul li a:hover { color: #003b6e; }

#header { background: url("../img/header_back.png") repeat-x !important; 
	border: none !important; margin-bottom: 0 !important; }
	
#header.blue { background: url("../img/header_back_blue.png") repeat-x !important; }
#header.green { background: url("../img/header_back_green.png") repeat-x !important; }

html.green { background-color: #d9e7d2; }
html.blue { background-color: #d1d9e6; }

.no_float { float: none !important; }

/* Contact Us block */

#contact_us { position: absolute;
	right: 20px; top: 100px;
	font-family: "Arial Narrow", "HelveticaNeue Condensed", serif; font-size: 11px; line-height: 12pt; }
	
#contact_us a { color: olive;
	text-decoration: none; text-transform: uppercase; }
	
#contact_us a:hover { text-decoration: underline; }

#footer_links { list-style: none; overflow: hidden;
	margin-top: 25px !important; }

#footer_links li { display: inline; }

#footer_links li.first a { border: none; }

#footer_links a {  padding: 0 5px;  
	border-left: 1px solid #999; }


/* Dealer name */

#header h1 { position: absolute;
	left: 40px; top: 100px;
	font-family: "Arial Narrow", "HelveticaNeue Condensed", serif; line-height: 25px; font-size: 20px; }

/* Absolutely positioned buttons style definitions */

.buttons_container { position: relative; 
	margin-top: 10px; }
	
input.button_abs { position: absolute;
	width: 120px; height: 20px; 
	background-color: #406c92; color: #fff;
	border: none !important;	
	font-size: 9pt; font-weight: bold;
	text-align: center; text-decoration: none;
	vertical-align: middle !important; }

div.contacts { width: 200px; }

#first_column ul { margin-left: 25px; margin-top: 20px; list-style: inside disc; }
#first_column ol { margin-left: 25px; margin-top: 20px; list-style: inside decimal; }
