body
{
	margin: 30px 0;
	text-align: center;
}

div#compareProducts
{
	display:table;
	margin: 0 auto;
	min-width: 100px;
	padding: 20px;
	text-align: left;
}

div#compareProductsInner
{
	display:table;
	margin: 0 auto;
	min-width: 100px;
	text-align: left;
	background-color: Transparent;
}

div#compareProductsInnerInner
{
	padding: 20px;
	background-color: #fff;
}

div#compareProducts h2
{
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

div#compareProducts h3
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#compareProducts table
{
	white-space:nowrap; /* Makes table cells have a constant height and grow horizontally */
	margin-bottom: 10px;
}

div#compareProducts th
{
	padding: 0 5px 0 10px;
	height: 25px;
	white-space:nowrap; /* Makes table cells have a constant height and grow horizontally */
	vertical-align:middle;
	font-size: 11px;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#compareProducts th.topLeftTh
{
	border-left: 0px solid #ccc;
}

div#compareProducts td
{
	padding: 0 5px 0 5px;
	border-left: 1px solid #ccc;
	white-space:normal; /* Normal table cells can wrap */
}

div#compareProducts tr#productImages td
{
	height: 120px;
	text-align: center;
	vertical-align:middle;
	background-color: #fff;
}

div#compareProducts tr#productImages td.firstImage
{
	width: 150px;
	border-left: 0px solid #000;
	vertical-align:middle;
}

div#compareProducts td.propertyCategory,
div#compareProducts td.propertyCategoryEmpty
{
	height: 38px;
	padding: 0;
	vertical-align:middle;
	border-left: 1px solid #ccc;
}

div#compareProducts td.propertyCategory
{
	border-left: 0px solid #ccc;
}

div#compareProducts tr#firstPropertyCategoryRow td.propertyCategory,
div#compareProducts tr#firstPropertyCategoryRow td.propertyCategoryEmpty
{
	height: 27px;
	vertical-align:top;
}

div#compareProducts td.propertyName
{
	width: 150px;
	padding-right: 20px;
	border-left: 0px solid #ccc;
}


/************************************************/
/*  The shaded borders around the table sheet:  */
/************************************************/

div#topLeftCorner
{
	padding: 0 0 0 10px;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingTopLeft.png') no-repeat scroll top left;
}

div#topRightCorner
{
	padding: 0 10px 0 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingTopRight.png') no-repeat scroll top right;
}

div#topShading 
{
	padding: 10px 0 0 0;
	margin: 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingTopMiddle.png') repeat-x scroll;
}

div#rightShading 
{
	padding: 0 10px 0 0;
	margin: 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingMiddleRight.png') repeat-y scroll top right;
}

div#leftShading 
{
	padding: 0 0 0 10px;
	margin: 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingMiddleLeft.png') repeat-y scroll top left;
}

div#bottomLeftCorner
{
	padding: 0 0 0 10px;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingBottomLeft.png') no-repeat scroll top left;
}

div#bottomRightCorner
{
	padding: 0 10px 0 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingBottomRight.png') no-repeat scroll top right;
}

div#bottomShading 
{
	padding: 10px 0 0 0;
	margin: 0;
	background: transparent url('/images2/ProductComparisonCommon/SheetShadingBottomMiddle.png') repeat-x scroll;
}


