﻿table#matrixdisplay
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 20px;
}

table#matrixdisplay td
{
	text-align: center;
}

table#matrixdisplay tr.product img
{
	margin-top: 5px;
}

table#matrixdisplay tr#frow td
{
	font-size: 9px;
	width: 100px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #aaa;
}

table#matrixdisplay tr#frow b
{
	color: #C80D0D;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

table#matrixdisplay td.fill
{
	background: #efefef;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

table#matrixdisplay tr.product td.noborder
{
	border-left: none;
}

table#matrixdisplay tr.product td
{
	border: 1px solid #aaa;
}

div.checkwrapper
{
	position: relative;
	width: 100px;
	height: 180px;
}

div.checkwrapper img
{
	position: absolute;
	top: 86px;
	left: 50px;
}

div.checkwrapper div
{
	position: absolute;
	top: 86px;
	height: 34px;
	background: url(../../images/product/greenbar.gif) repeat-x;
}

table#matrixdisplay div.header
{
	height: 50px;
	width: 100px;
	border-bottom: 1px solid #aaa;
	text-align: center;
	margin-top: 5px;
}

div.barwrapper
{
	position: relative;
	width: 110px;
	height: 180px;
}

div.barwrapper img
{
	position: absolute;
	left: 24px;
	top: 70px;
}

div.barwrapper_ff
{
	position: relative;
	width: 90px;
	height: 180px;
}

div.barwrapper_ff img
{
	position: absolute;
	left: 6px;
	top: 70px;
}
table.comparison_table
{
	width:100%;
}
table.comparison_table td
{
	text-align: left;
	vertical-align: middle;
	padding: 5px 6px;
	border-right: 1px solid #fff;
	height: 22px;
}
table.comparison_table td.DChecked
{
	background-color: #DFE9F3;
	text-align: center;
	border-right: 1px solid #DFE9F3;
	width:160px;
}
table.comparison_table td.LChecked
{
	background-color: #EDF2F8;
	text-align: center;
	border-right: 1px solid #EDF2F8;
}
table.comparison_table td.NChecked
{
	background-color: #FFFFFF;
	text-align: center;
}
table.comparison_table td.DText
{
	background-color: #DFE9F3;
	text-align: left;
	width: 160px;
	color: #2E6399;
}
table.comparison_table td.LText
{
	background-color: #EDF2F8;
	border-right: 1px solid #EDF2F8;
	text-align: left;
	width: 160px;
	color: #2E6399;
}
table.comparison_table td.NText
{
	background-color: #FFFFFF;
	text-align: left;
	width: 160px;
	color: #2E6399;
}
