html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.t01			{ width:100%; height:100%; }
table.leftnav			{ width:220px; height:100%; }

//tr.p1product01:hover		{ background-color: #C3FDB8; }
tr.p1product01:hover            { background-color: #eeeeee; }

td.header			{ width:100%; background-color:#006633; }
td.footer			{ width:100%; height:60px; background-color:#006633; }
td.leftnav			{ min-width:220px; height:100%; background-color:white; text-align: right; vertical-align:top;}
td.content			{ width:100%; height:100%; padding:20px; vertical-align:top; }

#headernavigation {
        display: block-inline;
        margin-left:240px;
        color:#ffffff;
	padding: 10px;
}
#headernavigationright {
	float:right;
        display: inline;
        margin-right:40px;
        color:#ffffff;
	padding: 10px;
}
#headernavigation a:link, #headernavigationright a:link {
        text-decoration: none;
        color: #FFFFFF;
        font: 15px sans-serif;
	padding: 10px;
}
#headernavigation a:visited, #headernavigationright a:visited {
        text-decoration: none;
        color: #FFFFFF;
        padding: 10px;
}
#headernavigation a:hover, #headernavigationright a:hover {
        text-decoration: none;
        color: #FFFFFF;
//	background-color:#777733;
	background-color:#4E9258;
	padding: 10px;
}

#navlist {
	margin: 60px 0px 0px 0px;
	padding-left: 0;
	margin-left: 0;
	font: 13px Helvetica, Arial, sans-serif;
	background: #999;
	width:220px;
}
#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
}
#navlist li a {
	display:inline-block;		// duplicate is required for pre-IE7 gap problems
	padding: 5px 9px 5px 5px;
	background: #999;
	text-decoration: none;
}
#navlist li a {
	display:block;			// duplicate is required for pre-IE7 gap problems
	padding: 5px 9px 5px 5px;
	background: #999;
	text-decoration: none;
}
#navlist li a:link { color: #448; }
#navlist li a:visited { color: black; }
#navlist li a:hover {
	border-color: #FE3;
	color: black;
	background: #B8B8B8;
}

table.tablesorter {
	font: 13px Helvetica, Arial, sans-serif;
	margin:10px 0 15px ;
	text-align: left;
	border: #cccccc 0px solid;
	border-collapse: collapse;
	border-spacing: 1px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: white;
	border: 1px solid #FFF;
	font: 13px Helvetica, Arial, sans-serif;
	padding: 4px;
}
table.tablesorter thead tr .tablesorter-header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #E8E8E8;
}

ul.leftnavigation01 {
	list-style-type: none;
	margin: 40px 0px 0px 0px;
	padding: 0;
	white-space: nowrap;
}
ul.leftnavigation01 a:link {
	text-decoration: none;
	color: #000000;
}
ul.leftnavigation01 a:visited {
	text-decoration: none;
	color: #000000;
}
li.leftnavigation01 {
	padding: 2;
}
