/********************************

	WEB SITE COLOR PALETTE
	
	grey: #999
	kinda dark grey: #666
	really dark grey: #333
	really light grey: #EEE
	red: #DD2617
		
********************************/

body, td, th, select, input, textarea {
	color: #000;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

form {
	margin: 0;	
}

a {
	color: #DD2617;
	text-decoration: underline;
}

a:hover {
	color: #DD2617;
	text-decoration: underline;
}

img {
	border: none;
}

input.SubmitBtn {
	border: none;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 15px;
}

h1 {
	color: #DD2617;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	color: #DD2617;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h3 {
	color: #DD2617;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div#PageFoot {
	color: #999;
}

div#PageFoot p.Copyright a {
	text-decoration: none;
}

div.HorzRule {
	background-color: #EEE;
	height: 1px;
	margin: 16px 0;
	overflow: hidden;
}

div.HorzRule hr {
	display: none;
}

.ClearAll {
	clear: both;	
}

img.PDFicon {
	display: block;
	float: left;
	margin: -2px 6px 5px 0;
}

p.ErrorMsg {
	color: #DD2617;
	font-weight: bold;
}

table.SpecsTable th {
	color: #999;
	padding: 0 10px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 125px;
}

/******************************/
/*        PRODUCT PAGE        */
/******************************/

.ProductPhotos {
	padding-right: 25px;
	width: 400px;
}

.ProductDetails {
	padding-top: 20px;
	width: 475px;
}

.ProductImage {}

.OptionImages {}

.RelatedProduct {}

.ProductDesc {}

.ProductPrice {}

.OrderForm {}

.ProductNotes {}
