@import url("styles.css");

#blockShow ul {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	list-style-type: none;
}
#blockShow ul li {
	padding-left: 0px;
	margin: 0px;
	list-style: square;
}
#blockShow ul li ul {
}
#blockShow ul li ul li {
}
.showTable {
	background-color: #FFFFFF;
}
table#saleresults tr th {
	font-size: 12px;
	color: #000000;
	background-color: #A7D929;
	font-style: italic;
	font-weight: bold;
}
table#saleresults tr.showRowOdd td, .showRowOdd {
	font-size: 11px;
	background-color: #FFF;
	border-bottom: 1px solid #8E9E76;
	padding:1px 2px;
}
.showRowEven {
	font-size: 11px;
	background-color: #D3D9C3;
	border-bottom: 1px solid #8E9E76;
}
.catalogTop {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}
.regNumber {
	text-align: right;
}
.prevNext {
	text-align: center;
}
/*table#saleresults td {
	font-size: 11px;
	background-color: #FFF;
	border-bottom: 1px solid #8E9E76;
}
*/
