ul#tabbednav {
	display: block;
	background-color: #eee;
	padding: 2px 0px 0 2px;
	width: 714px;
	border: 2px solid #CDCDCD;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	_height: 1%;
	overflow: hidden;
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}

ul#tabbednav li {
	margin: 0 2px 0 0;
	float: left;
}

ul#tabbednav li a {
	display: inline-block;
	background-color: #fff;
	padding: .5em 1em;
	border: 1px solid #CDCDCD;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
	text-decoration: none;
}

ul#tabbednav li a:hover { background-color:#f8f8f8; }

ul#tabbednav li.on a,
ul#tabbednav li.on a:hover {
	background-color:#c71100;
	color:#FCD503;
}

table.tablesorter {
	background-color:#CDCDCD;
	width: 720px;
	font-family:arial;
	font-size:8pt;
	text-align:left;
	margin:0px 0 15px;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color:#EEE;
	border:1px solid #FFF;
	font-size:8pt;
	padding:4px;
}

table.tablesorter thead tr .header {
	background-image: url('/images/table_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor:pointer;
}

table.tablesorter tbody td {
	background-color:#FFF;
	padding:4px;
	color:#3D3D3D;
	vertical-align:top;
}

table.tablesorter tbody tr.odd td { background-color:#f8f8f8; }
table.tablesorter tbody tr.on td { background-color:#DFE8F6; }

table.tablesorter thead tr .headerSortUp { background-image:url('/images/table_asc.gif'); }

table.tablesorter thead tr .headerSortDown { background-image:url('/images/table_desc.gif'); }

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	background-color:#c71100;
	color:#FCD503;
}

#storeTable {width:300px; font-weight:normal; cursor:default}