body 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
a:active, a:hover {
    color : #3173AD;
    text-decoration:underline;
}

hr {
    color: #dddddd;
    height: 1px;
}

table.ProductsTable 
{
	border : solid 1px #cccccc;
}               

table.ProductsTable td
{	
	border : solid 1px #cccccc;
}
table.ProductsTable th
{		
	border : solid 1px #cccccc;	
}


tr.ProductsTableFooter td
{	
	border-style: none;
}

.smallProductImage img
{
	max-width: 80px; 
	width: expression( this.width >= 60 ? "60" : 'auto' );
}

.pageIndex {
  line-height: 1.7;
  margin: 3;
}
.currentPageIndex {
  margin: 3;
  padding: 2;
  font-weight: bold;
  border-width: 1;
  border-style: dotted;
  line-height: 1.5;
}

table.AdvancedSearch
{
	font-size: 0.8em;
}