#suggestion {
	font-size: 1em;
	line-height: 1.5em;
	clear:both;
	text-align:left;
	position:absolute;
	width:230px;
	background:#fff;
	margin: -1px 0px 0px 0px;
	z-index:1000;
    color: #adadad;
    display:none;
    cursor:pointer;
}
#suggestion li #floating {
	float:right;
	margin-right:3px;
}
#suggestion li {
	display: block;
	list-style: none;
}

#suggestion li:hover { 
	cursor:pointer; 
}
#suggestion li.high, #suggestion li:hover {
    display: block; 
    font-weight:600;
    background-color:#cee0e6;
    color: #444444;
}
#suggestion li .low {
    display: block; 
    font-weight:600;
    color: #adadad;
}
*.horizontal_track {
     margin: 10px 0px 0px 0px;
}
*.horizontal_sliders {
	position:relative;
}
*.horizontal_slider {
	background-color: #333;
	width: 12px;
	height: 19px;
	position: absolute;
	z-index: 4;
	cursor: e-resize;
	background-image: url(price_slider.gif);
}
*.horizontal_slit {
	background-color: #333;
	width: 150px;
	height: 2px;
	margin: 7px 4px 2px 4px;
	line-height: 0;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.vertical_track {
	background-color: #bbb;
	padding: 3px 5px 15px 5px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.vertical_slider {
	background-color: #666;
	width: 18px;
	height: 8px;
	font: 0px;
	text-align: left;
	line-height: 0px;
	position: relative;
	z-index: 1;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.vertical_slit {
	background-color: #000;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.display_holder {
width:188px;
}
.value_display_low {
	margin: 20px 2px 10px 0px;
    text-align: left;
    position:absolute;        
}
.value_display_high {
	margin: 20px 10px 10px 90px;
    text-align: right; 
}
.value_display {
	color: #333;
	width: 70px;
	font-size: 8pt;
	font-face: verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	border: 0;
	cursor: default;
}

