@CHARSET "UTF-8";


div.main_content_container div.content > table.product_comparison {
	border-collapse: collapse;
	position: relative;
	border: 1px solid #968A80;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.main_content_container div.content > table.product_comparison > tbody > tr > td {
	border-left: 1px solid #968A80;
	border-right: 1px solid #968A80;
	border-top: 1px solid #968A80;
	border-bottom: 1px solid #968A80;
	padding: 5px;
	background-color: white;
	text-align: center;
}

div.main_content_container div.content > table.product_comparison > tbody > tr > td.odd {
	background-color: #F1F0EF;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.highlighted > td {
	background-color: #FFEFD7;
	color: black;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.normal > td {
	color: #999999;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.header > td {
	padding: 0px;
	font: bold 11px Verdana;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.header div {
	border-top: 1px solid white;
	background-color: #DCDCD6;
	padding: 5px;
	line-height: 24px;
	text-align: center;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.price > td {
	background-color: #FEEFD8;
	color: #333333;
	font: 11px Verdana;
	border-top: 1px solid #968A80;
	border-bottom: 1px solid #968A80;
}

div.main_content_container div.content > table.product_comparison > tbody > tr.order > td {
	background-color: #D8D8D2;
}

div.main_content_container div.content > table.product_comparison > tbody > tr > td.first {
	background-color: #84776B;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #DFDAD6;
	text-align: left;
}

div.main_content_container div.content > table.product_comparison > tbody > tr > td.no_bottom_border {
	border-bottom: 1px solid #968A80;
}

div.main_content_container div.content > table.product_comparison > tbody > tr > td.first div {
	background-color: #84776B;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=radio] {
    bottom: 2px;
}
