﻿
/* legacy CBA */
.pageConRow1col .contentColumn { width:80%; }

/* Selector */
#selectorWrap { width:auto !important; }
#selectorControls { display:none; }
#selectorAll { display:none; }
#selectorButtons{ display:none; }
.btnCompSelected{ display:none; }
.btnCompAll{ display:none; }
#btnSelector{ display:none; }
#btnAllProducts{ display:none; }
#btnReset{ display:none; }
#btnReset1{ display:none; }
#btnReset2{ display:none; }
#btnReset3{ display:none; }

.btnSelector{ display:none; }

.item { margin:0 0 10px 0 !important; }
.step { padding:0; border:none; }
.step ul.options { }
.step ul.options li { display:inline; padding:0 20px 0 0 !important; margin:0 !important; background:none; }
.step ul.options{ width: 385px; }
.step h2 { text-indent:0; padding:0; font-weight:normal; font-size:1.2em; font-weight:bold; }

#filtersAndProducts .active { border:1px solid #ccc !important; }	

#filtersAndProducts h2 { text-indent:0; padding:0; font-weight:normal; font-size:1.2em; font-weight:bold; }
table.tableComparison tr.highlight { font-weight:bold; font-style: italic;}
table.tableComparison tr.lowlight { font-weight:normal; color: #f0f0f0}

#step4 { margin-left: 40px !important;}

table.tableComparison td.tdCloseFeature {
border-right:0px !important;
border-collapse:collapse;
padding-left:3px;
padding-right:0;
width:13px;
}

/* fake checkboxes for print only */
#filtersAndProducts .item .itemInner span { display:none; }
.printCheckBox {
	width:13px;
	height:13px;
	display:block;
	float:left;
	position:relative;
	padding:0 10px 0 0; 

}
.printCheckBox img {
	position:absolute;
	top:8px;
	left:0;	
	
}
.printCheckBox img.chkStandard { visibility:visible;}
.printCheckBox img.chkSelected { visibility:hidden; } 

.active .printCheckBox img.chkSelected,
.tempActive .printCheckBox img.chkSelected { 
	visibility:visible; 
}

img {
	opacity:1 !important;
	filter:alpha(opacity=100) !important; 
}