/* CSS Document */
#divCatalogue {
	font-size: 12px;
	line-height: 150%;
	vertical-align:top;
}
#divCatalogue ul {
	margin: 0px;
	padding: 0pc 5px 0px;

}
#divCatalogue li {
	list-style-type: none;
	
}
.available {
	color:#060;
	font-weight: bold;
}
.sold {
	color:#F00;
	font-weight: bold;
}
.reserved {
	color:#F00;
	font-weight: bold;
}
#divCatalogue input {
	margin-top: 10px;
}
.strongpager
{
	font-weight: bold;
	color:#000000;
}
#datalistSearchResult tr {
	background: transparent url('../images/catalogue_separator.jpg') bottom repeat-x;
}
#datalistSearchResult tr tr {
	background: none;
}

#datalistSearchResult td {
	padding: 1%;

}
