div#pricing{float:left;width:620px;}
div.header{font-size:20px;font-weight:bold;margin-bottom:8px;}


div#pricing table {text-align:center;border-top:1px solid #faa005;border-bottom:1px solid #faa005}
div#pricing table tbody {border-top:none;}
iv#pricing table tr {}
div#pricing table td{padding:8px 2px;font-weight:bold;height:18px;border-bottom:1px dashed #ddd;}
div#pricing table td#extra{background:#F6F9FB;}
div#pricing table tr td.header {
    font-size:20px;
	color:#666;
	font-weight:bold;
	font-family:Tahoma, "Times New Roman", Times
}
div#pricing table tr td.firstCol{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color:#666;
} 
div#pricing table tr td.firstCol span{font-weight:normal;font-size:14px;}

div#pricing table tr td.highlite
{
	background:#FFFFCC;
	font-weight: bold;
}

div#pricing table tr td.highlite-head
{
	background:#FFFFCC;
	font-size: 16px;
}

.evenColumn
{
    background-color: #F6F9FB;
	width:200px;
}

.oddColumn
{
    background-color: #FFFFCC;
	width:200px;
}



