html, body, img, form { margin: 0; padding: 0; }
img { border-style: none; }

body {
	text-align: center;
	background: #888 url(../images/steelplate.jpg) 0 0 repeat-y;
	}

body, td, p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; }

body#popWindow img { margin-top: 12px; }

a:link { color: #F60; }
a:visited { color: #C63; }
a:hover { color: #F93; }
a:active { color: #F93; }
a:visited:hover { color: #F93; }

h1,
h2,
h3,
h4,
h5 { color: #333; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

p.subhead {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	}

p.smallBold {
	font-size: 11px;
	font-weight: bold;
	}

.red { color: #F00; }

#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto 0 auto;
	background: #FFF url(../images/bk-wrap.gif) 0 0 repeat-y;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #wrap { width: 750px; }
/* End hide from IE5/mac */

#main {
	float: right;
	width: 586px;
	margin-right: 2px;
	display: inline;
	min-height: 512px;
	background: #FFF url(../images/bk-main.jpg) 0 0 no-repeat;
	text-align: left;
	}

/* For IE Mac
----------------------------------------------- */
* html>body #main { margin-right: 2px; width: 586px; }

/* For IE Win - acts like min-height
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #main { height: 512px; margin: -3px 2px 0 0; width: 586px; }
* html #main { height: 512px; margin: -3px 2px 0 0; wid\th: 586px; }
/* End hide from IE5/mac */

#main h1 { text-align: right; }

h1#hdrParts {
	/*Size of the image*/ 
	width: 588px;
	padding-top: 53px;
	overflow: hidden; 
	height: 0;
	margin-top: 0;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html h1#hdrParts {
	width: 580px;
	height: 53px;
	heigh\t: 0;
	}
/* End hide from IE5/mac */

h1#hdrParts { background: transparent url(../images/hdr-parts.gif) 0 0 no-repeat; }

#main h2 {
	margin-left: 20px;
	text-align: left;
	}

#main h3 { margin: 8px 0 8px 20px; }
#main h3.space { margin-top: 20px; }
#main h4 { margin: 8px 0 8px 20px; }


#main p {
	margin: 12px 40px 8px 20px;
	}
	
#main p.centered {
	margin: 12px 40px 8px 20px;
	text-align: center;
	}

#main p.subhead {
	margin: 12px 0 0 100px;
	}

#main p.popups {
	margin: 12px 0 0 120px;
	}

#main p.subhead input { font-size: 12px; }

#main select {
	font-size: 11px;
	}

#nav {
	/*position: relative;*/
	float: left;
	width: 160px;
	margin: 0;
	min-height: 512px;
	background: transparent url(../images/bk-nav.jpg) 0 0 no-repeat;
	text-align: left;
	padding-bottom: 20px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav { margin-top: -3px; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body #nav { height: 512px; }

/* For IE Win - acts like min-height
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav { height: 512px; }
/* End hide from IE5/mac */

#nav a.links {
	display: block;
	width: 146px;
	height: 18px;
	padding: 6px 0 0 5px;
	margin: 0 0 0 1px;
	border-color: #A6A6E8;
	border-style: solid none;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	}

#nav a.bottom {
	border-top-width: 0;
	margin-bottom: 12px;
	}

#nav a.links:hover {
	color: #FFF;
	background-color: #669;
	}

#nav p {
	margin: 12px 0 12px 6px;
	font-weight: bold;
	}

#nav p.contact { color: #900; }
.contact a { color: #F60; }
.contact a:hover { color: #F93; }

.miniCart {
	margin-left: 2px;
	width: 150px;
	}

.miniCart caption {
	margin-left: 3px;
	padding: 2px 0;
	border: 1px solid #333;
	font-size: 11px;
	font-weight: bold;
	background-color: #900;
	color: #FFF;
	}

.miniCart td,
.miniCart th {
	padding: 1px;
	background-color: #FFF;
	font-size: 9px;
	text-align: center;
	/*border: 1px solid #000;*/
	}

.miniCart th { background-color: #CCC; }
.miniCart th.qty { width: 20%; }
.miniCart th.part { width: 40%; }
.miniCart tr.odd td { background-color: #DDD; }
.miniCart tr.even td { background-color: #F0EEFF; }
.miniCart tr.total td { text-align: right; padding-right: 4px; }
.miniCart tr.total td.price { background-color: #FFF; color: #000; padding-right: 1px; }
.miniCart td.price { text-align: right; }

#nav p.center { margin: 3px; text-align: center; }
#nav input {
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CCC;
	color: #000;
	}

#hours {
	padding: 20px 0 20px 0;
	text-align: center;
	}

#footer {
	position: relative;
	width: 750px;
	height: 17px;
	padding: 5px 0 0 0;
	background: #888 url(../images/bk-footer.jpg) 0 0 no-repeat;
	clear: both;
	}

#footer p {
	margin: 0 0 0 160px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer a {
	padding: 2px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9.5px;
	}

#footer a:hover {
	color: #000;
	background-color: #F93;
	}

#footer #designLink {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 160px;
	}

#footer #designLink a {
	display: block;
	width: 100%;
	height: 100%;
	}

#footer #designLink a:hover {
	background-color: transparent;
	}

/* Detail Pages
---------------------------------------------------------------------------- */

#main h2.detail {
	text-align: left;
	margin-left: 20px;
	}

#main h3.detail {
	margin-left: 40px;
	margin-bottom: 20px;
	}

p.detail {
	margin-left: 20px;
	}

a#searchAgain {
	float: right;
	margin-right: 12px;
	}

img.detailPhoto {
	margin-left: 93px;
	border: 1px solid #000;
	}

table.prodThumbs { width: 546px; margin-left: 20px; margin-top: 12px; }

table.prodThumbs,
table.prodThumbs td {
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	text-align: left;
	}

table.prodThumbs td.textRight,
table.prodThumbs th.textRight { text-align: right; }
table.prodThumbs td.textLeft,
table.prodThumbs th.textLeft { text-align: left; }
table.prodThumbs td.centered { text-align: center; }

table.prodThumbs th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #900;
	color: #FFF;
	}

table.prodThumbs a {
	color: #900;
	}

table.subTable { border: none; width: 100%; }
table.subTable td { border: none; padding: 0 4px 0 4px; }
table.subTable td.total {
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
	font-weight: bold;
	}


dl.table-display,
dl.wdtable-display,
dl.smtable-display {
	margin: 0;
	padding: 0;
	}


/* for IE peekaboo bug */
/* Hides from IE5-mac \*/
* html  dl.table-display,
* html  dl.wdtable-display,
* html  dl.smtable-display { height: 1%; }
/* End hide from IE5-mac */


.table-display dt,
.wdtable-display dt,
.smtable-display dt {
	float: left;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-align: right;
	}

.table-display dt { width: 150px; line-height: 1.1em; border-bottom: 1px solid white; }

/* commented backslash hack for mac-ie5 \*/
 dt { clear: both; }
/* end hack */

.table-display dd {
	float: left;
	margin: 0;
	padding: 4px;
	text-align: left;
	}

.table-display dd { width: 350px; }

ul.wide,
ul.floater,
ul.floaterWide {
	float: left;
	width: 65px;
	margin: 0 0 6px 25px;
	padding: 0;
	}

ul.floater { min-height: 160px; }

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul.floater { height: 160px; } 
/* End hide from IE5/mac */

ul#fifties { background: transparent url(../images/50-s.gif) 36px 24px no-repeat; }
ul#sixties { background: transparent url(../images/60-s.gif) 36px 24px no-repeat; }
ul#seventies { background: transparent url(../images/70-s.gif) 36px 24px no-repeat; }
ul#eighties { background: transparent url(../images/80-s.gif) 36px 24px no-repeat; }
ul#nineties { background: transparent url(../images/90-s.gif) 36px 24px no-repeat; }
ul#aughts { background: transparent url(../images/00-s.gif) 36px 24px no-repeat; }

ul.floaterWide { width: 240px; margin-left: 20px; }
ul.wide { width: 500px; }

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html  ul.floater { margin-left: 20px; }
* html ul.wide { margin-left: 20px; }
/* End hide from IE5/mac */

ul.wide li,
ul.floater li,
ul.floaterWide li{
	list-style-type: none;
	margin: 0;
	padding: 2px 0 4px 12px;
	font-size: 12px;
	background: transparent url(../images/bk-li-r.gif) 0 7px no-repeat;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul.floater li { padding-left: 0; }
* html ul.floater li { padd\ing-left: 12px; }
/* End hide from IE5/mac */

ul.subCat {
	margin: 0 0 20px 40px;
	padding: 0;
	}

ul.subCat li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 4px 12px;
	font-size: 12px;
	background: transparent url(../images/bk-li-r.gif) 0 7px no-repeat;
	}

ul.wide li a,
ul.floater li a,
ul.floaterWide li a,
ul.subCat li a { color: #900; text-decoration: none; }

ul.wide li a:visited,
ul.floater li a:visited,
ul.floaterWide li a:visited,
ul.subCat li a:visited { color: #600; text-decoration: none; }

ul.wide li a:hover,
ul.floater li a:hover,
ul.floaterWide li a:hover,
ul.subCat li a:hover { color: #900; text-decoration: underline; }


br.clear { clear: left; }
br.clearR { clear: right; }

div.center { text-align: center; }

span.specHead { color: #900; }

span.special,
a.special:link,
a.special:visited {
	color: #900;
	border-bottom: 1px dotted #900;
	text-decoration: none;
	cursor: help;
	}

img.special {
	cursor: help;
	}

#main p.notes {
	margin-right: 20px;
	padding: 6px;
	border: 1px dotted #AAA;
	font-size: 12px;
}

span.astrx,
.notes span,
.notes strong { color: #900; }

span.core {
	color: #5D3AF9;
	font-size: 10px;
	}

#main p.core {
	margin-top: 3px;
	text-align: right;
	}

a.popLink,
table.prodThumbs a.popLink {
	color: #5D3AF9;
	font-size: 10px;
	text-decoration: none;
	cursor: help;
	}

a.popLink:visited,
table.prodThumbs a.popLink:visited {
	color: #5D3AF9;
	}

a.popLink:hover,
table.prodThumbs a.popLink:hover {
	text-decoration: underline;
	}

img.specPart {
	float: right;
	margin: 0 0 0 0;
	cursor: help;
	}

body.pop p {
	margin: 0 30px;
	padding: 20px;
	color: #000;
	background-color: #CCC;
	border: 1px solid #AAA;
	font-size: 12px;
	text-align: justify;
	}
