/* CSS Document */

table.prod_list {
	/*border-right:1px solid black;
	border-width:0;
	border-collapse:collapse;*/
	width:100%;
}
table.prod_list th, table.prod_list td {
	/*border-right:1px solid #aaaaaa;
	border-width:0 1px 0 0;
	border-style:solid;*/
}
table.prod_list thead th {
	/*background-color:#ccccff;*/
}
table.prod_list tfoot td {
	background-color:#ffccff;
}

table.prod_list tr.tbody_header {
	font-weight:bold;
	text-align:center;
	/*background-color:#dddddd;*/
}

table.prod_list a.pagelink {

}
table.prod_list a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#f3f3f3;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../images/descimg.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/ascimg.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	/*background-image:url("filter.gif");*/
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}
