@CHARSET "ISO-8859-1";

table {
	width: auto;
	margin: 0 auto;
}

table,td,th,a {
	background-repeat: no-repeat;
}


th,td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
	font-size: 11px; /*IE6 does not inherit font size*/
}

thead tr {
	background-color: #ccc;
}

th.sorted {
	background-color: orange;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../img/arrow_off.png);
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #eee
}


span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: auto;
	border-right: none;
	float: left;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: auto;
	text-align: right;
	display: block;
	border-left: none;
}

.itemName {
	font-size: 11px;
}

.itemName p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.itemNameSmall {
	font-size: 11px;
}

.itemNameSmall p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.searchResultsTable table {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #666;
	
	/*text-align: center;
	position: relative;*/
}
