/* Main */

body { 
	background-color: #ffffff; 
	font-family: verdana, sans-serif; 
	color: #0000ff;
}
.content {
	text-align: justify; 
	margin: 0 auto;
	width: 92%;
}
.content a { color: #c00000; text-decoration: none; }
.content a:hover { text-decoration: underline overline; }
.content a:visited { color: #800080; }
.content a:button { color: #ffffff; }
.content h1 { text-align: center; color: #0000c0; }
.content h2 { text-align: center; color: #0000c0; }
.content h3 { text-align: center; color: #8000c0; }
.content h4 { text-align: center; color: #ffffff; }

.blog {
	width: 80%;
}

.bottom { text-align: center; }


/* Manufacturer Listing */

.man_listing {
	width: 94%;	
	padding: 2px;
	border: solid #000 2px;
}
.man_listing td { 
	border: solid #000 2px; 
	text-align: left;
}





/* General */

.listing {
	width: 96%;	
	padding: 2px;
	border: solid #000 2px;
}
.listing td { 
	border: solid #000 2px; 
	text-align: center;
}

.check_link { font-size: smaller; }
.on_sale { color: #004040; font-weight: bold; }
.button { color: #ffffff; font-weight: bold; }
.search_highlight { color: #ff0000; font-weight: bold; }
.search_results { font-weight: bold; }
.search_sale { color: #004040; font-weight: bold; }
.search_reg { color: #000000; }



/* Per Use */

#instock { 
	color: #0000ff; 
	font-size: larger; 
	font-weight: bold;
	text-align: center;
}

.submitLink {
	color: #00f;
	background-color: transparent;
	border: none;
}


table.admin_table {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.admin_table th {
	text-align: left;
	border-width: thin;
	padding: 3px;
	border-style: none;
	border-color: gray;
	background-color: #fff;
}
table.admin_table td {
	min-width: 125px;
	border-width: thin;
	padding: 3px;
	border-style: none;
	border-color: gray;
	background-color: #faf0e6;
}

table.admin_table td.even { background-color: #fff; }
