/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
	display:none;
	color: #cccccc;
}

.tabbertab {
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 20px;
	padding: 0px 10px;
	font-size: 11px;
	color: #cccccc;
	background: #696762;
}
.tabbertab h4 {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}
.tabbertab li {
	color: #cccccc;
}


body,tr,td,ul,li {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #3E3D3B;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
h1 {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.oneColFixCtr #bodycontainer {
	background: #5E5B56 url(../images/secondary/body-bkg.jpg) repeat-y;
	width: 780px;
}
.mainContent {
	margin: 0px;
	padding: 20px 30px 20px 10px;
	text-align: left;
}
.prodContent {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-align: left;
	clear: both;
}
.oneColFixCtr #bottom {
	padding: 0 20px 0 43px;
	background: url(../images/bottom_bkg.jpg) no-repeat;
	height: 37px;
	width: 718px;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #66CCFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtr #bottom a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtr #bottom a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.top {
	padding: 0px 6px 6px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.top a:link, .top a:visited {
	text-decoration: none;
	color: #cccccc;
}
.top a:hover, .top a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.searchbar {
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/search-bkg.jpg) repeat-x;
}
.search {
	margin: 0px;
	padding: 3px 0px 0px;
}
sup {
	line-height: 0px;
}
.texta {
	font-size: 10px;
	background-color: #898681;
	border: 1px solid #5E5B57;
	color: #cccccc;
	font-weight: bold;
	
}
#leftnav {
	font-size: 10px;
	font-weight: bold;
	margin: 10px 20px 10px 42px;
	width: 139px;
}
#leftnav ul {
	line-height: 11px;
	font-size: 10px;
	list-style: none;
}
#leftnav li {
	padding-left: 8px;
	background: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
#leftnav #leftnavulul {
	padding-left: 10px;
}
#leftnav #leftnavulul li {
	padding-left: 8px;
	background: url(../images/dash.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
#leftnav a {
	color: #68B9E2;
	text-decoration: none;
}
#leftnav a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}
#leftnav #on a {
	color: #cccccc;
	text-decoration: none;
}
#printer {
	float: right;
	font-size: 9px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 10px;
}
#ecat {
	color: #cccccc;
	font-size: 9px;
}
#ecat a {
	color: #cccccc;
	text-decoration: none;
}
#ecat a:hover {
	color: #cccccc;
	text-decoration: underline;
}
#printer a {
	text-decoration: none;
	color: #cccccc;
}
#printer a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.featuresul {
	padding-left: 20px;
}
#prodtable th {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #cccccc;
}
#prodtable td {
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
}
.poptxt {
	font: 12px Arial, Helvetica, sans-serif;
	color: #cccccc;
}
.poptxt a {
	color: #66CCFF;
	text-decoration: none;
}
.poptxt a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#tableInside tr td {
	padding: 0;
	margin: 0;

}
.oneColFixCtr #container .prodContent ul {
	padding-left: 25px;
}
.oneColFixCtr #container .prodContent a:link, a:visited {
	color: #66CCFF;
	text-decoration: none;
}
.oneColFixCtr #container .prodContent a:hover, a:active {
	color: #cccccc;
	text-decoration: underline;
}

