

/* generic */
#advisor {
	background:url(/_ttt/lib/components/solution-advisor/img/ie/advbg.png) -1px -1px no-repeat;
}


/* sheet fleet size */
#sheet-fleetsize #slider {
	box-shadow:none !important;
	background:none;
	border:none !important;
	border-radius:none !important;
	background:url(/_ttt/lib/components/solution-advisor/img/ie/fsbg.png) 0 0 no-repeat;
}
#sheet-fleetsize #slider .ui-slider-range {
	box-shadow:none !important;
	background:none;
	border:none !important;
	border-radius:none !important;
	background:url(/_ttt/lib/components/solution-advisor/img/ie/fsfg.png) 0 0 no-repeat;
}

#sheet-fleetsize #slider .ui-slider-handle {
	margin-left:-17px;
	box-shadow:none !important;
	background:none;
	border:none !important;
	border-radius:none !important;
	width:34px;
	height:34px;
	background:url(/_ttt/lib/components/solution-advisor/img/ie/fssel.png) 0 0 no-repeat;
}


/* sheet vehicle type */
#vehicletypes li {
	background-image:url(/_ttt/lib/components/solution-advisor/img/ie/sa-vehicles-bg.png);
	background-position:center center;
}


/* sheet primary/secondary topics */
#topics li:hover .topic_box,
#topics li.active .topic_box {
	background-image:url(/_ttt/lib/components/solution-advisor/img/ie/sa-topics-bg.png);
	background-position:center top;
}


/* sheet result */
.result_box {
	background-image:url(/_ttt/lib/components/solution-advisor/img/ie/sa-result-bg.png);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.45);
}
.advDialog .dialogContainer {
	background-image:url(/_ttt/lib/components/solution-advisor/img/ie/advbg.png);
	background-position: center center;
	background-repeat:no-repeat;
}