﻿.divtable
{
	width: 715px; /*The width of our layout*/
	text-align: left; /*Resets the text alignment*/
	color: #303030;
	font-size: 12px;
}

.divtable .divlabelcol
{
	width: 150px;
	float: left;
	/*background-color: #f6f6f6;*/
}
.divtable .divlabelcol .divcell p.header
{
	padding-top: 15px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: 600;
}

.divtable .divlabelcol .divcell
{
	width: 225px;
	height: 30px;
}

.divtable .divlabelcol .divcell p
{
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: 500;
}

.divtable .divlabelcol .productbox
{
	background-repeat: no-repeat;
	background-position: center;
	height: 114px;
}

.divtable .divcol
{
	width: 175px;
	float: left;
}

.divtable .divcol .divcell
{
	width: 175px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.divtable .divcol .divcell p
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: 300;
}

.divtable .divcol#columnExpressEdition .checked
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/check_premium.gif');
}

.divtable .divcol#columnStandardEdition .checked
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/check_business.gif');
}

.divtable .divcol#columnEnterpriseEdition .checked
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/check_ultimate.gif');
}

.divtable .divcol .productbox
{
	background-repeat: no-repeat;
	background-position: center;
	height: 114px;
}

.divtable .alternating
{
	background-color: #ffffff;
}
