
div.all_products {
	left:0px;
	top:0px;
	width:158px;


	background-color:transparent;
	height:auto;
	vertical-align:top;
	float:left;
	position:relative;
	font-family:arial;
	font-size:8pt;
	color:white;
	
}

div.product_item_selected,div.product_item_unselected {
	background-image:url(../images/specials_header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:white;
	padding:5px;
	padding-left:10px;
	font-size:9pt;
	vertical-align:middle;
	border:none;
	text-align:left;
	font-weight:bold;
	background-color:white;
	border:none;
	border-bottom:1px solid black;
	float:top;
	position:relative;
	
	height:15px;
	overflow:hidden;	
	cursor:pointer;
}

div.product_item_selected {
	background-color:#eeeeee;
	color:white;
	height:auto;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:1.0;
	
}
a.product_item {
	font-weight:normal;
	font-size:9pt;
}

.drop_shadow {
	background-color:silver;
	position:relative;
	padding-right:4px;
	padding-bottom:4px;
}
.product_smallimg {
	width:100px;
	height:100px;
/*	border:1px solid silver;*/
	
}
div.product_highlight,div.product_normal {
/*	background-color:#eeeeee;*/
	color:black;
	padding:5px;
	font-size:50%;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	background-color:white;
	border:none;
	width:250px;
	cursor:pointer;
	border:1px solid white;		
}

div.product_highlight {
	background-color:#eeeeee;
	/*filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:1.0;*/
	border:1px solid #cccccc;	
}
