/* *** BASIC SETUP *** */

body, td, p, input {
	font-family:georgia,"times new roman",times,courier,serif;
	color:#000;
	background:#FFF;
}
body {
	margin: 	0;
	text-align: left;
	background: white;
	font-size: 11pt;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#storyContent a:link:after,
#storyContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

img {display:block;}

.clearboth {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

#page {
	width: auto;
	border: 0;
	margin: 2% 6%;
	padding: 0;
	background:#FFF;
}
#headerBlock {
	display:none;
}
#bodyBlock
{
	margin-top:110px;
	border-top:1px dotted #000;
}
#contentColumn  	/* The big wahoonie */
{
	margin:0;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
    margin:0;
    padding:0;
	position:absolute;
	top:3%;
	right:5%;
	width:28%;
	height:70pt;
	overflow:hidden;
}
#leftColumn h2,
#leftColumn ul,
#leftColumn div {display:none;}
#leftColumn #leftContact {
	display:block;
}
#leftColumn address {
	text-align:right;
	font-style:normal;
	font-size:9pt;
	margin-right:20pt;
}


#printHead {
	display:block !important;
	width:390px;
	height:100px;
	position:absolute;
	top:0;
	left:40pt;
}

#homeFeatured {
	display:none;
}
#homePage h2 {
	display:none;
}

#rightColumn {
	display:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"trebuchet ms",arial,helvetica,san-serif;
	font-weight:bold;
	margin:1em 0;
}
h1 {display:none;}

h2 {font-size:20pt;padding-bottom:3pt;border-bottom:1px dotted #000;}
h3 {font-size:18pt;}
h4 {font-size:16pt;}
h5 {font-size:14pt;}
h6 {font-size:12pt;}

#pageheader {height:auto;}
#pageheader img {
	display:inline;
	height:10px;
}
#pageheader #headerLeft		{display:none;}

#navTop,
#footerBlock,
#bottomLinks {
	display:none;
}

.storyContent,
.content {
	padding:0 5pt 10pt 5pt;
	border-bottom:1px dotted #000;
}

/* *** LIST NAVIGATION *** */

.listNavTable {
	font-size:0.9em;
	text-align:right;
}
.listNavTable a,
.listNavTable .fakeA
{
	padding:0 2px 0 2px;
	color:#000000 !important;
	text-decoration:none !important;
}
.listNavTable a:hover {text-decoration:underline !important;}
.listNavTable span.current {
	font-size:1.1em;
	color:#000 !important;
}

/* *** SHOPPING CART *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
}
.fakeH2 {display:none;}
.listNavTable {display:none;}

table.fakeTable {
	margin:0 2%;
	width:96%;
}
#shoppingCart .fakeTable .imageBlock {width:150px;border-bottom:1px dotted #000;padding-top:10pt;padding-bottom:10pt;}
.cartStuff {border-bottom:1px dotted #000;padding-top:10pt;padding-bottom:10pt;}
.cartStuff input {display:none;}
.cartStuff a {display:none;}

table.option {display:none;}

.imageUnder {display:none;}
.imageArea img {
	margin:0 5pt 5pt 0;
	border:1px dotted #000;
}
#shoppingCart h2 {margin:10pt 0 10pt 0;line-height:1.2em;}
#shoppingCart h3 {margin-top:0;line-height:1.2em;}


#breadcrumbs {display:none;}


/***** SHOWPROD ******/

#shoppingCart #showProduct h2 {border-width:0px !important;font-size:16pt;}
#shoppingCart #showProduct .quantity {display:none;}
#shoppingCart #showProduct .contentArea {padding-top:0;}
#shoppingCart #showProduct .listing {border-top:1px dotted #000;padding-top:5pt;}


/***** LISTPROD ******/

#shoppingCart .listing {
	clear:both;
	border-top:1px dotted #AAA;
	margin-bottom:20pt;
}
#shoppingCart .listing .imageBlock img {float:left;margin-right:10pt;}
#shoppingCart .listing .listingTextBlock {margin-left:130px;}
#shoppingCart .listing h3 {margin-top:5pt;font-size:14pt}
#shoppingCart .listing h3 a {text-decoration:none;}

img.sideBottom {display:none;}