* {
	margin: 0; 
	padding: 0;
}

.showPrint {
	display: block;

}


div.showPrint {
	padding: 10px 0 10px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	text-align: left;
	font-size: 110%;
	line-height: 1.4em;

}

div.showPrint img {
	float: left;
	margin-right: 10px;
}

p#print1 {
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 8px;

}


a#printIcon { display: none;}




#productViewTable {
	border-top: none;
	border-left: none;
	border-right: none;
	width: auto;
	margin-top: 10px;
}

#productViewTable td{
	border-bottom:none;
	padding: 3px;
	font-size: 100%;
	text-align: left;
}

div#productViewContainer {
	text-align: center;


}

#productViewTable .productCell {
	text-align: left;
}









.rightAlign { text-align: right; }
.leftAlign { text-align: left; }
.centerAlign { text-align: center; }
.price { padding: 0 3px 0 3px; }

body {
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0 20px 0;
}

img { border: none; }


br.clear {
	clear: both;
	height: 0;
}

.hide {
	position: absolute;
	left: -10000px;
}

div#wrapper {
	width: 90%;
	border: none;
	margin: 0px auto;	
}


div#header {
	height: auto;
	width: auto;
	background: none;
	text-align: left;


}


div#header div#navigation {
	display: none;
}

div#navigation ul li { display: inline; list-style-type: none; }

div#navigation ul li a {
	display: block;
	float: left;
	border-right: 1px solid black;
	padding: 0 5px 0 5px;
	font-size: 80%;
}

div#navigation ul li a:link, div#navigation ul li a:visited, div#navigation ul li a:hover {
	color: black;
	text-decoration: none;
}

div#navigation ul li a:hover { text-decoration: underline; }
div#navigation ul li a#navigationLastLink { border-right: none; }



div#main {
	width: 774px;
		padding-top: 10px;
	background: url(../_images/header-gradient.gif) top repeat-x;
}


div#leftCol {
	float: left;
	width: 169px;
	text-align: left;
	color: #076622;
	

}

div#leftCol h3 {

}

div#leftCol a:link, div#leftCol a:visited, div#leftCol a:hover {
	color: black;
	text-decoration: none;
}
div#leftCol a:hover { color: #333; text-decoration: underline; }


div#middleCol {
	float: left;
	width:  90%;
	margin: 0;
}

div#middleCol div#photoAlbum h2 {
	display: block;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	padding: 4px 0 4px 0;
	text-align: center;
	color: #666;
	font-size: 130%;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 5px;
}


div#middleCol div#pageContent {
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	text-align: left;
	margin-bottom: 10px;
}

div#middleCol div#pageContent p {
	padding: 3px 10px 3px 10px;
	font-size: 80%;
}












div#rightCol {
display: none;
	
}

div#leftCol {

display: none;
}





div.topFill { margin-bottom: 10px; }



div#footer {
	background: #ff9900;
	color: black;
	padding: 3px 0 3px 0;
}
div#footer p { font-size: 80%; }
div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
div#footer a:hover {
	color: #666;
	border-bottom: 1px solid #666; 
}

div#footerLeft { float: left; padding-left: 3px;}
div#footerRight { float: right;  padding-right: 3px;}




div#subPageContent {
	text-align: left;
	margin-bottom: 10px;
}

div#subPageContent p {
	padding: 3px 10px 3px 10px;
		margin: 3px 0 3px 0;
	font-size: 80%;
}

div#subPageContent h1 {
	font-size: 130%;
	font-family: helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666;
	border-bottom: 1px dotted #666;
}

div#subPageContent h2 {
	font-size: 110%;
	letter-spacing: -1px;
	color: #333;
	margin: 5px 0 5px 0;
}
div#subPageContent ul {
	margin: 5px 0 5px 30px;
	font-size: 80%;
}
div#subPageContent li {
	margin: 3px 0 3px 0;
}
div#subPageContent a:link, div#subPageContent a:visited, div#subPageContent a:hover  {
	color: #666;
	text-decoration: none;
}
div#subPageContent a:hover {
	color: #333;
	text-decoration: underline;
}

div#subPageContent p.important {  padding: 5px 0 5px 0;  text-align: center; font-size: 120%; border: 1px solid #666; color: #333; background: #eee; }


div#tableLegend {
	width: auto;
	
	text-align: left;
	border: none;
	font-size: 100%;
	padding: 3px 0 3px 5px;
	margin: 0px 0 0 0;
	background: none;
	font-weight: bold;
	color: #333;
	


}
div#tableLegend span.legendLeft {
	margin-right: 15px;

}



div#crumbs {
	background: #fff;
	border: none;
	font-size: 130%;
	font-weight: bold;
	width: auto;
	text-align: left;
	padding: 3px 0 3px 5px;
	margin: 0 0 10px 0;
}

div#crumbs a:link, div#crumbs a:visited, div#crumbs a:hover {
	color: black;
	text-decoration: none;
}

div#crumbs a:hover { color: #333; text-decoration: underline; }


#productTable {
	margin-top: 10px;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	width: 800px;

}

#productTable td{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	font-size: 100%;
}

#productTable td a:link, #productTable td a:visited, #productTable td a:hover {
	color: black;
	text-decoration: none;
}

#productTable td a:hover {
	color: #333; text-decoration: underline;
}

.productTableCell { text-align: left;  }
a.viewLink  { display: none;}

div#subCategories {
	text-align: left;
	width: auto;
	padding: 5px 0 5px 0px;
	margin-top: -1px;
	border-top: 1px solid #666;
	border: none;
	background: white;
	font-size: 100%;
}


#productTable, #searchResultsTable {
	margin-top: 10px;
	border: none;
	width: 800px;

}


div#subCategories ul li {
	margin: 0 0 0 15px;
	list-style-type: none;

}
div#subCategories ul li a:link, div#subCategories ul li a:visited, div#subCategories ul li a:hover { color: black; text-decoration: none; }
div#subCategories ul li a:hover { text-decoration: underline; }

tr.tableHead td { background: #fff; color: #000; font-size: 120%; }
tr.tableHead td span.sortedProduct { padding-right: 20px; background: none;}
tr.tableHead td a:link, tr.tableHead td a:visited, tr.tableHead td a:hover { color: white; text-decoration: none;}
tr.tableHead td a:hover { color: #eee; text-decoration: underline; }
