/**********************************************
 NVIS, Inc. (nvisinc.com) Partial Style Sheet
 Created by ZURB, Feb. 2007
 *********************************************/

/***********************************************
	PAGE SPECIFIC -- PRODUCT LIST PAGE
***********************************************/

h2#legacy_head {
  height: 37px;
  width: 268px;
  background: url(../images/products_head.gif) no-repeat 0 0;
}
  
/*=========Stripy Table Colors========*/
.dataTable {
	color: #666666;
}
.dataTable tr.alt {
	background-color: #FAFAFA;
}
.dataTable tr.main {
	background-color: #DDDDDD;
}
/*=====Table=====*/
th {
  background: #8A8575;
	color: white;
	text-align: left;
}

th, td {
	padding: 3px;
	font-size: .8em;
}


