td.pageHeading
{
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
td.productListing-heading
{
	font-size: 14px;
	font-weight: bold;
	background-color: #535353;
	padding: 5px;
}
tr.productListing-even
{
	background-color: #999999;
}
tr.productListing-odd
{
	background-color: #777777;
}
body { 
	background:#050505;
	line-height: 1.5;
}
input
{
	font-size:12px;

}



.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #000000;
 
}

/* mike - added */
td.left-nav { 
	padding: 10px 10px;
	background: url(images/info_background.gif) no-repeat;
}

span.left-nav-heading { 
	font-family:arial;
	font-size:22px;
	font-weight:bold;
}

span.light-grey { 
	color:#999999;
}

span.dark-grey { 
	color:#535353;
}

#left-nav-divider { 
	width:141px;
	height:2px;
	border-bottom:1px solid #999999;
	margin:5px 0px;
}

span.choose-style { 
	font-size:10px;
	color:#ffffff;
}

.style-gap { 
	width:141px;
	height:2px;
	margin:5px 0px;
}

td.top-nav { 
	background: url(images/menu_bar.gif) no-repeat;
	font-size:11px;
	height:20px;
}