/* This stylesheet controls pretty much everything for print */
/* $Id$ */


/* Force IE to behave like other browsers, then stick back the default behaviour we actually want */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
} 
ul {
	padding-left:1em;
	margin-left:0;
}

/* Setup the main stuff */
body {
	background: white;
}

#wrapper, #content {
	width: auto;
	margin: 0px auto;
	text-align: left;
	float: none !important;
	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

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

/* The primary regions */
#toolbar {
	display: none;
}

#banner {
	width: auto;
	height: 137px; /* we need to forcibly trim the bottom few px off */
	overflow: hidden;
	margin-bottom: 15px;
}
#banner img { border: 0; }

#navigation {
	display: none;
}

#tools {
	display: none;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	color: #dddddd;
}
#footer hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	}

/* Child DIVs used within the main containers */

#breadcrumb {
	font-size: 8pt;
	color: #336699;
	text-align: left;
	position: relative;
	top:-22px;
	left: 15px;
	width: 530px;
	overflow: hidden; /* make sure this doesn't break things if it gets too long */
}
#breadcrumb a { color: #336699; text-decoration: none; }

#content h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; margin-top: 0.5em; clear: both; }
#content h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; margin-top: 0.3em; clear: both; }
#content h4 { font-size: 1em; font-weight: bold; clear: both; }

#featuredProducts {
	margin-top: 15px;
}

.ProductThumb {
	float: left;
	display: inline; /* Prevent double-IE margin bug */
	width: 137px;
	min-height: 200px;
	margin: 3px 2px;
}
div[class] .ProductThumb {
	height: auto;	/* HACK: http://wellstyled.com/css-minheight-hack.html */
}
.RelatedThumb {
	float: left;
	display: inline; /* Prevent double-IE margin bug */
	width: 100px;
	margin: 3px 2px;
	padding: 0px 5px;
}
img.fp {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dddddd;
}

#productImages {
	border: 1px solid #dddddd;
	margin: 0 12px 12px 0;
	float: left;
}

#productorder {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}
#productorder form p {
	padding: 0 !important;
}

#promo {
	height: 197px;
	overflow: hidden;
	margin-top: 10px;
}
#promo img { float: left; margin-right: 10px; }

div.pagination {
	color: #dddddd;
	text-align: right;
	margin: 0.4em 0;
	padding: 6pt
}
div.pagination a { color: #dddddd; text-decoration: none; }

/* Some utility stuff, used generally all over the place */

.indent { margin-left: 0em; }
.indent2 { margin-left: 1em; }

dt { margin-top: 1em; }
dd { margin-left: 2em; margin-top: 0.5em; }

.clear {
	clear: both;
}

/* Hide these everywhere */
.hidden-navigation, #banner h1, #navigation h5, #content h5 {   
	width: 1px;
	position: absolute;
	left:-9999px;
}

#content input, #video, #footer .tclinks, #selectqty {
	display: none;
}
