TD.ProductListCell 
{
	padding: 5px;
	color : #000000;
	font-size: 10px;
	text-align: left;
	background-repeat:no-repeat;
}	


td.ProductListTitle	    
{    
	background: #ffffff;
	COLOR:#6666FF;
	font-size:14px;
	font-family: verdana;
	font-weight: bold;
	margin-top: 10px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

A.ProductListItem:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	size: 10px;
}

A.ProductListItem:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	size: 10px;
}

A.ProductListItem:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	size: 10px;
}

A.ProductListItem:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #6666FF;
	size: 10px;
}

td.nav
{
	padding-left:20px;
}

TD.NoTile
{
background-repeat: no-repeat;
background-position: top left;
}

