#PriceListArea
{
	margin: 10px;
}


#PriceListArea p
{
	text-align:right; 
	color:#ff0000
}

#PriceListArea table
{
	width:100%;
	border-collapse:collapse;
}

#PriceListArea table
{
	height:20px;
}

#PriceListArea table td
{
	padding:5px;
        border:1px solid #CCCCCC;
}

#PriceListArea table td.col2
{
	width:25%;
}

#PriceListArea table tr.Price td 
{
	
}

#PriceListArea table tr.PriceSpecial td
{
	border:1px solid #cccccc;
	padding:5px;
	background:#e5e5e5;
}

#PriceListArea table tr.PriceSpecial td.col2
{
	color:#ff0000;
}

#PriceListArea table tr.Header td
{
	background:#cccccc;
	font-weight:bold;
}

#PriceListArea table tr.Empty td
{
	background:#cccccc;
	height:20px;
}

#PriceListArea div
{
	margin-top:20px;
}



