
* {
	margin:0;
	padding:0;
	}

html {
	background:#222;
	}

body {
	padding:0.5em 1em 1em;
	color:#ccb;
	background:#222;
	font:100%/1.5 Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	}
	
	
a:link,
a:visited {
	color:#cccc3d;
	padding:0.15em;
	margin:0;
	}

a:visited {
	color:#ffc;
	}

a:focus,
a:hover,
li.here a {
	color:#000 !important;
	background:#dddd3d;
	}
	
	
	
	
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color:#ddd;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	letter-spacing:2px;
	}
h1 {
	font-size:1.6em;
	line-height:1.2;
	margin:0 0 0.625em;
	}
h2 {
	font-size:1.4em;
	margin: 0 0 1em 0;
	}
h3 {
	font-size:1em;
	text-transform:uppercase;
	}
	
p {
	margin-bottom: 1.2em;
	}
	
p.clear {
	margin: 0px;
	}
	
.hcBold {
	font-weight: bold;
	}
	
form,
table {
	margin-bottom: 0.8em;
	}
	
img {
	border:0;
	display:block;
	}
	
dl,
ol,
ul {
	margin:0 0 1em;
	}

dl {
	margin-top:-0.5em;
	}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {
	margin:0 0 0 2em;
	}

dd p {
	margin:0 0 0.5em;
	}

ul {
	padding:0 0 0 2.5ex;
	list-style:square;
	}

ol {
	padding:0 0 0 2.5ex;
	}
	
li {
	margin:0 0 0.5em;
	}
	
	
textarea {
	display: block;
	margin: 5px 0 10px 0;
	}
	
	
/*--- [ boxes ] ---*/
.subcats img,
.productCat img, 
.box img {
	float: left;
	margin: 0 0.5em 0 0;
	}
	
	
	
/* ------[ Product search / product comparison ]------ */
table.searchResults th,	
table.searchResults td,
table.productComparison th,
table.productComparison td,
table.pollResultsText th,
table.pollResultsText td {
	padding: 0.5em 1em;
	vertical-align: top;
	}
	
table.searchResults th {
	color: #222;
	background: #ccb;
	}
	
table.searchResults th a:link,
table.searchResults th a:visited {
	color: #222;
	}
	
table.pollResultsText td,
tr.topBorder td {
	border-top: 1px solid #ccb;
	}
	
table.pollResultsText th.left,
table.pollResultsText td.left {
	border-right: 1px solid #ccb;	
	}
	
	
table.productComparison .top td {
	border-top: 7px solid #ccb;
	}
	
table.productComparison td {
	border-left: 1px solid #ccb;
	border-bottom: 1px solid #ccb;
	}
	
table.productComparison .bottom td {
	border-bottom: 7px solid #ccb;
	}
	
table.productComparison th {
	border-bottom: 1px solid #ccb;
	}
	
table.productComparison td.first {
	border-left: 0px;
	}
	
	
.pollBar {
	display: none;
	}

