@charset "utf-8";
/* Products CSS - patterned after: http://veerle.duoh.com/blog/comments/css_hover_effect/
*/

table.prod_table
{
	text-align: center;
	width: 460px;
	border-collapse:collapse;
}

table.prod_table th
{
	background-color:#fff;
	color:#000;
	padding: 3px 0px 3px 5px;
}

table.prod_table th.title
{
	background:url(../images/table_bg.png) repeat-x;
	color:#FFF;
}

table.prod_table thead
{
	border-bottom: #000 solid 1px;

}


table.prod_table td
{
	font-size: 9pt;
	padding: 1px 5px 5px 5px;
	max-width: 210px;
	border: #000 solid 1px;
	text-align:center;
}

table.prod_table .left
{
	text-align: left;
	min-width: 110px;
}

table.prod_table .lefta
{
	text-align: left;
	min-width: 60px;
}

table.prod_table .name
{
	width: 90px;
}

table.prod_table .desc
{
	width: 270px;
}

