﻿.tableCost
{
	border:solid 1px #F8D867;
}
.tableCostTR1 td
{
	border:solid 1px #EC8B2A;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	background-color:#FAE7A3;
	padding:2px;
}
.tableCostTR1 td a
{
	color:#800000;
}
.tableCostTR2 td
{
	border:solid 1px #EC8B2A;
	font-family:Tahoma;
	font-size:11px;
	background-color:#FDF7DF;
	padding:2px;
}
.tableCostTR2 td a
{
	color:#F56C04;
}
.tablePrice
{
	background-color:#EDEDED;
	font-family:Verdana;
	font-size:11px;
}
.tablePriceHeader
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	background-color:White;
	padding:4px;
}
.tablePriceTop
{
	background-color:#EBECE6;
}
.tablePriceTD
{
	background-color:White;
}
.tablePriceCol
{
    background-color:#FEFBF1;
    font-weight:bold;
    line-height:18px;
}
#freeTableCost {
	
}
#freeTableCost table {
	font-family:Verdana;
	font-size:11px;
	border-spacing: 0;
	border-collapse: collapse;
}
#freeTableCost table tr:first-child td {
	background-color:#D5D5D5;
	background-image: url(../pics/bgCostTd.jpg);
	height: 49px;	
	background-repeat: repeat-x;	
	font-weight: bold;
	color: #2B2B2B;	
}
#freeTableCost table td {
	margin: 0px;
	padding: 8px;	
	text-align: center;	
	border: 1px solid #EDEDED;
    border-collapse: collapse;	
}
#freeTableCost table td:first-child {
	text-align: left;	
}
#freeTableCost table td span {
	display: block;	
}

