/* CSS  for product table */

.prodTable table
{
   border: none;
}

.prodTable thead
{
   background-color: #F7F295;	
}

.prodTable td
{
	border: none;
   border-bottom: 1px solid #ccc;
   height: 8em;
}

.prodTable tr
{
   border: none;
   background-color: #33FFCC;
}

.prodTable img
{
   text-align: center;
/*	width: 100%;*/
   max-width: 5em;
	max-height: 5em;
}

.prodTable input {padding:.5em;}

.prodTable,
.prodTable th
{
  border: none;
}

#imagecol {width: 5.2em;}
#stockcol {width: 6em;}
#pricecol {width: 8em;}
#addcol {width: 8em;}
#namecol 
{
   width: 20em; 
	text-align: left;
}

