.comparer {
	float: left;
	width: 100%;
	margin-top: 1px;
	/*width: 800px;*/
	font-size: 20pt;
}

#comparerGroup :first-child {
	margin-top: 0;
}

.comparer.mini {
	font-size: 10pt;
	font-weight: bold;
}

.comparerLabelLeft {
	float: left;
	direction: rtl;
}

.comparerLabelRight {
	float: right;
}

.comparerLabelLeft, .comparerLabelRight {
	width: 120px;
	text-indent: 5px;
	overflow: hidden;
}

.comparerBars {
	/*width: 600px;*/
	margin: 0 120px;
	color: #ffffff;
}

.comparerBarLeft, .comparerBarRight {
	float: left;
	text-indent: 5px;
	overflow: hidden;
}

.comparer.mini .comparerBarLeft, .comparer.mini .comparerBarRight {
	text-indent: 2px;
}

.comparerBarLeft {
	background-color: #ff3333;
	direction: rtl;
}

.comparerBarRight {
	background-color: #00ccff;
}
