#refine_search_criteria {
  width: 420px;
  height: 240px;
}




.handle{
	display: inline;
	background: url(../images/handle.png);
	color: #808080;
	z-index: 2;
	width: 60px;
	height: 8px;
	font-size: 8px;
	text-align: right;  /* there is a little '>' in the handle (it blends in with the background) - this will push it to the right */
}

.handleTop {
  margin-top: 52px;
}



.handleBottom {
  margin-top: 52px;  
}



.track{
	width: 80px;
	border: 1px inset #333333;
	background-color: #FFFFFF;
	height: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
}



#refine_search_criteria #sliders_header td {
	width: 80px; /* shape header is wider - defined below */
	/*background-color: #464646;*/
	background: url(../images/backgrounds/product_nav_bg.png);
	color: #000000;
	font-weight: bold;
}


#refine_search_criteria #clarity {
	background-image: url(../images/slider_options_clarity.png);
}
#refine_search_criteria #color {
	background-image: url(../images/slider_options_color.png);
}
#refine_search_criteria #carat_wt, #refine_search_criteria #price {
	background-image: url(../images/slider_options_decimal.png);
	width: 75px;
}


#refine_search_criteria #shapeTrack {
  padding-left: 2px;
  width: 90px;
}


#refine_search_criteria .shapeName {
  width: 70px;
  line-height: 1.1em;
  padding: 0px;
  margin: 0px;
}




