@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-family: "Arial Black", Arial;
	color: #aaa;
}

h2 {
	font-size: 16px;
	font-family: "Arial Black", Arial;
	color: #666;
	padding-top: 24px;
}


a:link {
	text-decoration: none;
	color: #006699;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.linksel {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.noteText {
	font-style: italic;
	color: #c00;
}

.fineLine {
	display: block;
	height: 1px;
	width: 730px;
	border-color: #eee;
	border-width: 1px;
	border-style: solid;
	color: #eee;
	background-color: #eee;
	margin: 34px 0 0 0;	
}

.redBtn {
	background-color: #fee;
}

.greenBtn {
	background-color: #efe;
}

.bareList {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Catalog Navigation */

div.catalogCat {
	display: block;
	width: 139px;
	height: 22px;
	padding: 0;
	margin: 0 0 0 2px;
	text-align: left;
	background-image:url(../images/nav_cat_bg.gif);
	color: #084d86;
	font-size: 12px;
	font-weight: bold;
}
div.catalogCat div {
	display: block;
	width: 130px;
	height: 16;
	margin: 0;
	padding: 4px 0 0 4px; 
}

ul.catProdList {
	margin: 0;
	padding: 2px 0 12px 3px;
	list-style: none;
}
ul.catProdList li {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

ul.catProdList li a, ul.catProdList li a:visited {
	color: 069;
	text-decoration: none;
	font-size: 12px;
}
ul.catProdList li a:hover {
	text-decoration: underline; 
}

ul.catProdList li a.navSelect, ul.catProdList li a.navSelect:visited {
	color: 069;
	font-weight: bold;
}

ul.matrixProdList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.matrixProdList li {
	display: inline;
	margin-top: 6px;
}

ul.matrixProdList div {
	display: block;
	width: 145px;
	height: 160px;
	float: left;
	text-align: center;
	font-size: 12px;
}

/* Instructions */

p.instructProdName {
	margin: 16px 0 4px 0;
	padding: 0;
}


/* Admin */



td#adminArea {
	font-size: 12px;
}

td#adminArea h2 {
	font-size: 16px;
	font-family: "Arial Black", Arial;
	color: #666;
	padding-top: 24px;
}

td#adminArea h3 {
	padding-top: 24px;
	font-size: 14px;
	font-weight: bold;
}

td#adminArea form {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#adminCat, ul#adminCat li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#adminProducts, ul#adminProducts li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#adminNav {
	list-style: none;
	margin: 0;
	padding: 0 0 24px 0;
}

ul#adminNav li {
	float: left;
	text-align: center;
	margin-right: 4px;
}

ul#adminNav li a, ul#adminNav li a:visited {
	display: block;
	width: 120px;
	height: 16px;
	padding: 4px;
	margin: 0; 
	color: #3f5ec7;
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	text-decoration: none;
}

ul#adminNav li a:hover {
	background-color: #f6f6f6;
}

#moreFeatures, #moreDetails {
	display: none;
}

/* Fix Clearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Fix */

