body {
	background-color: #ccc;
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

td#TopNav {
	padding: 0px 0px 0px 10px;
}

form { margin: 0px; }

input.SearchBlur {
	border: 1px solid #36c;
	background-color: #cde;
	color: #000;
}
input.SearchFocus {
	border: 1px solid #003;
	background-color: #fff;
	color: #000;
}

li, p {
	line-height: 140%;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin: -5px 0px 5px 0px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
}
ul {
	padding-left: 0px;
	margin-left: 20px;
	list-style-image: url('images/bullet.gif');
	list-style-type: disc;
}

input {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

label {
	font-weight: bold;
}

td {
	text-align: left;
}

table#Page {
	background-color: #fff;
/*	border-left: 10px solid #999;
	border-right: 10px solid #999;*/
}

table {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
}

a img {
	border: none;
}

/* Content */
td#Content {
	vertical-align: top;
	padding: 5px;
}
table.ProductStats {
	border: 2px solid #006;
	margin: 5px 0px 10px 0px;
	height: 230px;
}
.ProductStats td {
	vertical-align: top;
}
.ProductStats h3 {
	margin-top: -5px;
}
td.ProductImage {
	vertical-align: top;
	border-left: 2px solid #006;
/*	background-color: #039;*/
}

/* Product variations table */
.Variations th {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
table.Variations {
	margin: 4px 0px 4px 0px;
}

td.OrderCode {
	height: 32px;
	vertical-align: top;
}
h1 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	color: #f60;
	background-color: #000;
	background-image: url('images/headbg.gif');
	background-repeat: no-repeat;
	padding: 4px 0px 4px 30px;
}
h2 {
	color: #36c;
	background-color: transparent;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 7px;
}
h3 {
	color: #36c;
	background-color: transparent;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 8px;
}

/* Order Form */
table.Order {
	background-color: #ccc;
	margin: 1px;
}
.Order th {
	color: #f60;
	background-color: #000;
}
.Order th, .Order td {
	margin: 1px;
	border: 1px solid #006;
}
td.Info {
	padding:4px;
	vertical-align: top;
}
#Footer {
	vertical-align: bottom;
	text-align: center;
}
td#anihot {
	background-color: #999;
	background-image: url('images/anihot.gif');
	background-repeat: repeat-y;
	width: 10px;
}
td#anicold {
	background-color: #999;
	background-image: url('images/anicold.gif');
	background-repeat: repeat-y;
	width: 10px;
}

/* Actinic styles */
#ProductBody {
	display: none;
}
div.ProductLine {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	border: 1px solid #000;
}
#FooterGuide, #HeaderGuide, #CartSummary {
	text-align: center;
}
.ProductRef {
	color: #f60;
}
.ProductName {
	color: #36c;
	font-weight: bold;
}
div.AddToCartButton {
	float: right;
}
iframe#menuframe {
	height: 665px;
}