﻿table.product-index {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0;
}

table.product-index th {
	border-style: none none solid;
	border-color: #E4E4E4;
	border-width: 6px;
	background-color: transparent;
	color: #838383;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 10px 0 0;
	text-align: left;
}

table.product-index td {
	border-style: none none solid;
	border-color: #E4E4E4;
	border-width: 1px;
	color: #838383;
	font-size: 11px;
	line-height: 23px;
	padding: 0 10px 0 0;
}

table.product-index tr { cursor: pointer; }
table.product-index tr.category-row th { border-width: 1px; font-size: 12px; padding: 0; }
table.product-index tr.product-row td a { display: block; }
table.product-index tr.highlighted th,
table.product-index tr.highlighted td { background: transparent url(../images/lists/level3-nav.gif) repeat-x; }

table.product-index tr.category-row th div,
table.product-index tr.product-row td a { padding-left: 32px; }

/*
table.product-index tr.category-row th div { background: transparent url(../images/product/productindextable-arrows-8bit.png) no-repeat scroll 0 0; }
table.product-index tr.category-row.highlighted th div { background-position: -878px 0; }
table.product-index tr.category-row.selected th div { background-position: -1756px 0; }
*/
table.product-index tr.category-row th div { background: transparent url(../images/product/productindextable-arrows-8bit.png) no-repeat scroll -856px 0; }
table.product-index tr.category-row.highlighted th div { background-position: -1734px 0; }
table.product-index tr.category-row.selected th div { background-position: -2612px 0; }
