#comparison-chart {
margin:0 4px 0 0;
}

.hdr-compare {
	background: #636466 url('/images/theme/core/hdr-compare-rt.gif') top right no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 2px #000 solid;

}

.hdr-compare .title-compare {
	float: left;
	background: url('/images/theme/core/hdr-compare-lt.gif') top left no-repeat;
	min-width: 370px;
	width: auto !important;
	width: 370px;	
	margin: 0 !important;
	padding: 0;
	height: 35px;
	padding: 23px 0 0 20px;
	font-size: 166% !important;
	font-weight: normal !important;
	text-align:left;
}

.hdr-compare .title-prod-group {
	float: right;
	width: 320px;
	padding: 5px 0 5px 0;
}


.accordion_toggle h1 {
	background: #f6f6f6 url('/images/theme/core/compare-title-bg.gif') top left repeat-x;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	font-size: 100% !important;
	color: #26508e;
	padding-bottom:6px;
	cursor: pointer;
}

.accordion_toggle h1 span {
	display: block;
	padding: 6px 0 0 15px;
	background: url("/images/theme/core/icon-compare-close.gif") no-repeat;
	background-position: 690px 8px;
	/*patch*/ text-align:left;
	vertical-align: top;
}

.accordion_toggle_active h1 {
	background: #f6f6f6 url('/images/theme/core/compare-title-bg.gif') top left repeat-x;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	font-size: 100% !important;
	color: #26508e;
	cursor: pointer;

}
.accordion_toggle_active h1 span {
	background: url("/images/theme/core/icon-compare-open.gif") no-repeat;
	background-position: 690px 8px;
}

.accordion_content {
	background-color: #fff;
	color: #333;
	overflow: hidden;
	margin: 0;
}

.accordion_content table {
}

.accordion_content h4, .content_last h4 {
	font-size: 100%;
}
.accordion_content p, .content_last p {
	padding: 0 0 5px 0;
}

.title-prod-group .title-prod-one, .title-prod-group .title-prod-two, .title-prod-group .title-prod-three, .title-prod-group .title-prod-four {
	float: left;
	width: 70px;
	text-align: center;	
	background: url('/images/theme/core/hdr-compare-separator.gif') top left no-repeat;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	padding: 5px 5px 0 5px;
}

.table-compare {
	width: 100%;
}

.table-compare .title-feature {
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;	
	padding: 5px 5px 5px 15px;
	/*patch*/ text-align:left;
}

.table-compare .prod-one, .table-compare .prod-two, .table-compare .prod-three, .table-compare .prod-four {
	width: 79px;
	text-align: center;	
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	vertical-align: top;
	padding: 5px 0 0 0;
}


.legend-new{
	padding: 0 5px 0 5px;
	color: #cf0000;
	font-size: 146%;
}

.legend-improved{
	padding-left: 10px;
	color: #0000cc;
	font-size: 146%;	
}

.legend-available{
	padding-left: 10px;
	color: #999999;
	font-size: 146%;	
}
