/* Hacks file specifically for IE6  - don't use it for ANYTHING ELSE! */

/* Hack for shaded background in comparison PDF popup */
div#backgroundPopup {
position: absolute;
}

/* Hack for jQuery UI Sliders - labels */
.ui-slider li span.ui-slider-label-show {
	margin-left: 0px !important;
	left: -50%;
}

/* View all link didn't like not having an explicit width while floating right.. */
div.compResults #view_all {
	width: 50px;
}

.solutions-link-image {
border: 1px solid #ff0000;
}