h1 {
	color: #066;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #066;
	margin-bottom: 0px;
	margin-top: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #066;
	margin-bottom: 0px;
	margin-top: 6px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #066;
	margin-bottom: 0px;
	margin-top: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #066;
	margin-bottom: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #066;
	margin-bottom: 0px;
}
p {
	margin-top: 5px;
	margin-left: 7px;
	font-size: 14px;
}
.categoryP {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
	background-color: #066;
	clip: rect(auto,auto,auto,-7px);
	margin-left: 0px;
	text-indent: 7px;
}
.price {
	color: #C00;
	padding-right: 12px;
}
.productPic {
	margin-bottom: 0px;
}
.productName {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}
.outOfStockP {
	font-weight: bold;
	color: #F00;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 5px;
}

.MKdescriptionP {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.MKpriceP {
	margin-top: -6px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}


.captionP {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-bottom: 7px;
}


.center-p {
	text-align: center;
	margin-left: 150px;
}
.listMargins {
	margin-top: 4px;
}

a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #60C;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: underline;
	color: #0CF;
	top: auto;
}
.imgMargin {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.imgBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.bold {
	font-weight: bold;



}
.LimeGreen {
	color: #0F0;
}
.Superscript {
	vertical-align: super;
	font-size: 12px;
}
.cssTable {
	overflow: hidden;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #C03;
}
.productCell {
	height: 180px;
	width: 145px;
	border: 1px solid #2DFF57;
	float: left;
	margin: 8px;
	padding: 0px;
}
