div.featureDetails {
	display: none;
	position: absolute;
	padding: 10px;
	top: 10px;
	left: 10px;
	background: #ffffff;
	width: 145px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
div.index_thumbnail_right {
	float: right;
	width: 135px;
	cursor: pointer;
	cursor: hand;
}
div.index_thumbnail_left {
	float: left;
	margin-right: 20px;
	width: 135px;
	cursor: pointer;
	cursor: hand;
}
div.index_thumbnail_text {
	background: #eeeeee;
	color: #666666;
	padding: 5px;
}
div.product_info_container {
	clear: both;
	background: #eeeeee;
	padding: 10px;
}
div.product_info_row {
	clear: both;
	padding: 3px;
}
div.product_info_left {
	vertical-align: middle;
	float: left;
	width: 50px;
	height: 18px;
}
div.product_info_right {
	vertical-align: middle;
	position: relative;
	float: left;
	width: 200px;
	height: 18px;
}
div.product_info_right .selectbox {
	position: absolute;
	top: -2px;
}
div.product_info_right .textbox {
	position: absolute;
	top: -2px;
}
