/*
	Printer Friendly CSS
*/

body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 20px 10px 20px; font-size:12pt;
	text-align:left;
	color:#000000;
}

h1 { color:#000000; font-size:22px; margin: 5px 0px 5px 0px; font-weight:normal;}
h2 { color:#000000; font-size:18px; margin: 5px 0px 5px 0px; }
h3 { color:#000000; font-size:16px; margin: 5px 0px 5px 0px; }
h4 { color:#000000; font-size:14px; margin: 5px 0px 5px 0px; }
h5 { color:#000000; font-size:12px; margin: 5px 0px 5px 0px; }
p { font-size:12px; color:#4f4f4f;}
ul,ol { font-size:12px; color:#4f4f4f; }
hr { color: #b1afaf; background-color: #b1afaf; height: 1px; border:0px; }
a {
	color:black; text-decoration:underline;
}

.menubox,.headerbar,#headercont,#splashbox,#topnav {
	display:none;
}

#products li {
	display:block;
	float:left;
	width:200px;
}

#latest a {
	display:block;
	background:#cdcdcd;
	color:#5e5e5e; text-decoration:none;
	padding:6px;
}

#latest a:hover { background:#5e5e5e; color:white;}

#latest .selected {
	background:#5e5e5e;
	font-weight:bold; color:white;
}

.producthead a { font-size:11px; color:white; }
.producthead a:hover { font-size:11px; color:white; }

.product { border-right:1px dotted silver; border-bottom:1px dotted silver; margin:5px; padding:4px; text-align:left; }
.productname { font-size:1.2em; font-weight:bold; color:black; }
.productname a { text-decoration:none; color:#000000;}
.productname a:hover { text-decoration:underline; }
.productprice { font-size:14px; color:orange; font-weight:bold;}
.productlink a { color:red; font-size:11px; text-decoration:none;}

.productimg img { border:0px; background:url(images/spinner-med.gif) no-repeat; background-position: center; margin-right:4px; }
.ofwproduct { border:1px solid silver; padding:4px; text-align:center;}
.product p { font-size:11px; }
.productrelease { font-size:11px;}
.preorder { background:green; color:white; padding:3px; font-size:10px; margin-bottom:20px;}
.specialoffer { background:red; color:white; padding:2px; font-size:11px; height:28px;}
.productspacebreak { line-height:20%; }
.productstop { border-top:1px solid silver; border-left:1px solid silver; border-right:1px solid silver; text-align:center; padding: 5px 3px 3px; }
.productsmid { border-left:1px solid silver; border-right:1px solid silver; text-align:center; padding-left:3px; padding-right:3px; }
.productsmid p { margin:0px; }
.productspace { width:5px; height:10px; }
.productsend { border-left:1px solid silver; border-bottom:1px solid silver; border-right:1px solid silver; text-align:center; padding-left:2px; padding-right:2px; padding-bottom:4px;}
.prodbuttons { display:block; float:left;}

#news .sep,#blog .sep { border-bottom:1px dashed silver; margin-bottom:10px; clear:both;}
#news .h2,#blog .h2 { margin: 5px 0px 0px 0px;  }
#news .title a,
#blog .title a { color:#000000; font-size:16px; text-decoration:none; font-weight:bold;}
#blog .small,#news .small  { font-size:10px; color:#2c2c2c; margin-top:0px; }

#news h1 { font-size:14px; }