#howwecompare
{
	padding: 10px 43px 0 43px;
	width: 814px;
}
#howwecompare .content
{
	clear: both;
	padding: 15px 0 0 0;
}
#howwecompare .content .top
{
	background: url('../Images/bkg_content_top.png') no-repeat;
	height: 15px;
	width: 814px;
}
/* Internet Explorer, Firefox */
#howwecompare .content .middle
{
	background: url('../Images/bkg_content_middle.png') repeat-y;
	display: table;
	height: auto;
	padding: 0 2px 0 2px;
	width: 810px;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#howwecompare .content .middle
	{
		width: 814px;
	}
}
#howwecompare .content .middle table
{
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
	width: 809px;
}
#howwecompare .content .middle table caption
{
	display: none;
}
#howwecompare .content .middle table thead tr th
{
	color: #669933;
	font-size: 15px;
	padding: 0 10px 10px 10px;
	text-align: left;
	width: 188px;
}
#howwecompare .content .middle table thead tr .th1
{
	width: 172px;
}
#howwecompare .content .middle table thead tr .th2
{
	width: 242px;
}
#howwecompare .content .middle table thead tr .th3
{
	width: 152px;
}
#howwecompare .content .middle table thead tr .th4
{
	width: 242px;
}
#howwecompare .content .middle table tbody tr td
{
	border-top: 1px solid #cccccc;
	font-size: 12px;
	padding: 10px;
}
#howwecompare .content .middle table tbody tr .td1
{
	background: #eaf3df;
	font-weight: bold;
}
#howwecompare .content .middle table tbody tr .td2
{
	background: #ffebcc;
}
#howwecompare .content .middle p
{
	margin: 15px 0 0 15px;
}
#howwecompare .content .bottom
{
	background: url('../Images/bkg_content_bottom.png') no-repeat;
	height: 15px;
	width: 814px;
}