/* CSS Document */

/* Styles For the Table of Contents list at the top of the dealer search */
ul#dealersearch_toc {
	margin: 0px auto;
	width: 730px;
	text-align: center;
	}
ul#dealersearch_toc li {
	display: inline;
	line-height: 20px;
}
ul#dealersearch_toc li a {
	margin: 10px 12px;
}
#tcontent1, #tcontent2, #tcontent3, #tcontent4, #tcontent5, #tcontent6, #tcontent7, #tcontent8, #tcontent9, #tcontent10, #tcontent11, #tcontent12 {
	margin: 30px 100px;
	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;
	}

