/* GENERIC */
body {
	border: 0px;
	margin: 0px;
	font-family:Verdana, Arial, sans-serif;
}

h1 {
	background:#6F9182;
	color:white;
        padding:.2em;
	padding-bottom:.5em;
        margin-bottom:0px;
}

h2 {
        background:#6480AA;
        color:white;
        margin:0px;
        padding:.2em;
        margin-bottom:.5em;
}

#main {
	padding-right:200px;
	margin-left:10px;
}

#btnlnk {
	margin: 20px;
	color: black;
	background-color:#ddd;
	border-top: 1px solid gray;
	font-size:95%;
	text-align:center;
	color:gray;
	font-weight:bold;
}

#btnlnk a {
	text-decoration:none;
	color:gray;
}

#btnlnk a:hover {
	text-decoration:none;
}

.lnk2hpg {
	font-size:80%;
	font-style:italic;
	color:black;
}

.lnk2hpg a {
	color:black;
}

/* PARTS SEARCH */
#parts-finder {
	width:170px;
	margin-left:1em;
	margin-bottom:1em;
	padding:0px;
	float:right;
	clear:right;
	border-bottom:1px solid #6F9182;
}

#parts-finder form {
	border:0px;
	margin:0px;
}

#parts-finder td {
	font-size:80%;
	background:#E9E9E9;
}

#parts-finder .header {
	padding:3px;
	width:170px;
	background:#6F9182;
	color:white;
	font-size:95%;
}

#parts-finder .search-button {
	color:#6F9182;
}

/* QUICK LINKS/RESOURCE BOX */
#resouce-box {
	margin-left:1em;
	margin-bottom:1em;
	max-width:170px;
	width:170px;
	border:1px solid #004080;
	border-collapse:collapse;
	float:right;
	clear:right;
}

#resouce-box select{
	max-width:170px;
	width:170px;
}

#resouce-box .root_category_title {
	max-width:170px;
	font-size:93%;
	text-align:left;
	font-weight:bold;
	background:#004080;
	color:white;
}

#resouce-box .resource_subcategory_title {
	max-width:170px;
	font-size:90%;
	margin:0px;
	text-align:left;
	background:#6F87BF;
	color:white;
	font-size:70%;
}

#resouce-box .resource_listing {
	max-width:170px;
	font-size:85%;
	margin:0px;
	text-align:left;
	background:#F0FFF0;
	border-bottom:1px dashed #004080;
	font-size:70%;
}


