body
{
	font: 12/16pt times,serif;
	color: #000;
	background-color: #fff;
}

a
{
	color: #000;
	text-decoration: none;
}

a img { border: none; }
h1 { margin: 0; }

h2
{
	margin: 1em 0;
	font-weight: normal;
}

h3 { margin: 1em 0 0; }

#header
{
	position: relative;
	height: 70px;
}

table { width: 100% !important; }
table th, table td { background: none !important; }
table tbody td { border-bottom: 1px solid black; }

h1#sitename
{
	position: absolute;
	bottom: -1px;
	left: 0;
}

#header-logo
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#primary, #date, #search-elements, #sidebar, #more-info, .alt { display: none; }
#home-categories td, #product-thumbnails td { border: none !important; }

#footer
{
	margin: 1em 0 0;
	border-style: solid;
	border-color: #666;
	border-width: 1px 1px 0;
	text-align: center;
}

#copyright
{
	font-style: normal;
	font-size: 9pt;
}

#brand img
{
	display: block;
	margin: 10pt auto;
}

/* forms */
.form-options { display: none; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

/* End hide from IE-mac */
.mac-clearfix
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac */

