/* pricing and suppliers */

table.grey_table,
table.grey_table th,
table.grey_table td
{
	border-style: solid;
	border-color: #999999;	
}

table.grey_table
{
	border-width: 0px 1px 0px 0px;
}

table.grey_table th
{
	text-align: left;
	padding: 0.5em 10px;
	background-color: #65686c;
	color: white;
	border-width: 1px 0px 1px 1px;
}

table.grey_table td
{
	padding: 0.5em 10px;	
	font-weight: bold;
	border-width: 0px 0px 1px 1px;
}

table.grey_table tr.odd
{
	background-color: #ededed;
}