#slider_filter {
	margin: 1px 0;
	height: 8px;
	width: 169px;
	background: url(images/cart/slider-bg.png) repeat-x center center;
	position: relative;
	clear: left;
}
#slider_knob {
	height: 8px;
	width: 56px;
	background: url(images/cart/slider-knob.png) no-repeat top left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#option_1, #option_2, #option_3 {
	float: left;
	margin: 5px 1px 10px 0;
}
#option_1 a, #option_2 a, #option_3 a {
	width: 56px;
	height: 49px;
	display: block;
	background: #3b1a09;
	text-decoration: none;
}
#option_1 a.highlight, #option_2 a.highlight, #option_3 a.highlight {
	width: 56px;
	height: 49px;
	display: block;
	background: #3bc0d1;
}
#slider_numoptions {
	width: 169px;
	height: 22px;
	background: url(images/cart/slider-numoptions.png) no-repeat center center;
}
#flavor_2, #flavor_3 {
	display: none;
}
form p {
	 margin: 0 0 5px 0;
}
fieldset {
	 margin: 0 0 15px 15px;
	 display: block;
}