/* CSS Document */

.catalogtable {
width: 100%;
margin-top: 10px;
}

.base1 { /* Rows and columns */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
padding: 5px;
border: solid 1px #000000;
text-align: left;
}

.base2 { /* Double arrows - subheads */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
padding: 5px;
border: solid 1px #000000;
text-align: left;

}

.base99 { /* Heading for rows that need them */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
border: solid 1px #000000;

}
.ProductRowOdd{
	background-color: #cf9cc7;
}
.ProductRowEven{
background-color: #eaf2db;
}

.Base1ProductRowOdd{
background-color: #cf9cc7;
}
.Base1ProductRowEven{
background-color: #eaf2db;
}


/* CSS for Legend Table A */

.latable {
width: 500px;
border: solid 1px #000000;
margin: 0px;
} 

.latr {
background-color: #cf9cc7;
border: solid 1px #000000;
}

.latd {
color: #000000;
padding: 5px;
}

/* CSS for Legend Table B */

.lbtable {
width: 500px;
}

.lbtr {
background-color: #eaf2db;
}

.lbtd {
color: #000000;
border: solid 1px #000000;
padding: 5px;
}

.searchresultstable{
	border: 1px solid #000000;
	width:100%;
	margin: 5px;
}
.searchresultsheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.searchresultsglimpser{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.searchresultsglimpsel{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.searchresultslinks{
}
.searchresulthighlight{
	background-color: #FFFF33;
}


