/*
	Copyright (C) 2006 BeStyle (http://www.bestyle.ru/).
	Price-list table decoration.
*/

table.priceList{
	width: 100%;
	margin: 0.4em 0;
	margin-bottom: 15px;
}
table.priceList td{
	border: 1px solid #C0C0C0;
	font: 0.7em/1.4em "Tahoma", "Helvetica", "Verdana", "Arial" sans-serif;
	padding: 8px 6px 8px 6px;
	vertical-align: middle;
	width: 20%;
}
table.priceList tr.head td
{
	font-weight: bold;
	text-align: center;
	background-color: #F1F1F1;
	border-bottom: 2px solid #C0C0C0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
table.priceList  td.Number
{
	text-align: center;
}
table.priceList td.Goods
{
}
table.priceList  td.Center
{
	text-align: center;
}

table.priceList tr.body:hover td,
table.priceList tr.hover td
{
	background-color: #f9f9f9;
	color: #000;
	border-bottom: 1px dashed #000;
}
