/* CSS Document */

h1 span {
	color: #fff;
	background: #CC6600;
	}	
a:hover {
	color: #CC6600;
}

/* Main Nav Selected State (automatic for any page with this css stylesheet */
#mainnav li#nav-buy a {background-color: #c60;}

/* Left Column Styles */
#leftcol {
	background: #CC6600;
	}
table#body_twocolumn #leftcol ul li a:hover, 
table#body_twocolumn #leftcol ul li a:active, 
table#body_twocolumn #leftcol ul li.selected a, 
table#body_twocolumn #leftcol ul li.selected a:visited, 
table#body_twocolumn #leftcol a:visited:hover, 
table#body_twocolumn #leftcol a:hover:visited {
	color: #CC9966;
	}
#leftcol ul li:hover, #leftcol ul li:visited:hover, #leftcol ul li.selected {
	list-style-image: url("../images/ding_org_sm.gif");
}


td.gate_dealer_search {
	background: url("../The_LP_Family/images/wheretobuy_bg.jpg") top left repeat-y; 
	height: 380px; 
	vertical-align: top;
	}
td.gate_dealer_search h1 {
	}

/* Styles For the Table of Contents list at the top of the dealer search */
ul#dealersearch_toc {
	margin: 0px auto;
	width: 680px;
	text-align: center;
	}
ul#dealersearch_toc li {
	display: inline;
	margin: 10px;
	line-height: 20px;
}
#tcontent1, #tcontent2, #tcontent3, #tcontent4, #tcontent5, #tcontent6, #tcontent7, #tcontent8, #tcontent9, #tcontent10, #tcontent11, #tcontent12 {
	margin: 30px 50px;
	display: none;
}
/* Styles For the Table of Contents list at the top of the dealer search */
.dealer {
	height: 170px;
	width: 161px;
	float: left;
	vertical-align: top;
	padding: 10px 5px;
}
/* Styles for the US dealer search form in the main 'Where to Buy LP' section */
table.dealer_search_form {
	text-align: left;
	margin: auto;
	}
table.dealer_search_form td {
	padding: 25px 0px;
	}
table.dealer_search_form td.label {
	text-align: right;
	font-weight: bold;
	}
table.dealer_search_form .submitbutton {
	margin-top: 5px;
	}
.form_city {
	height: 16px;
	width: 150px;
	border: 1px solid #999;
	}
.form_zip {
	height: 16px;
	width: 150px;
	border: 1px solid #999;
	}
.form_state, .form_mileage {
	width: 110px;
	}
.submitbutton {
	height: 20px;
	width: 55px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: #e1e1e1;
	border: 1px solid #999;
	margin: 10px 0px 0px 0px;
	}
