
ul.dropUL {
	display:none;
	background-color:#f8fdff;;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	top: 180px;
	padding: 0px;
	z-index:650;
	border: 1px solid #a1a1a1;
	max-height:299px;
	width:387px;
}
li.product_mssp{
	background-color: #f8fdff;;
	width: 370px;
	height: 60px;
	font-family: Verdana, Arial, Sans-serif;
	display: block;
	font-size: 10px;
	float: left;
}
li.product_mssp:hover{
	background-color: lightblue;
}
li.product_mssp img{
	height:50px;
	width:50px;
	float:left;
	padding: 0 5px 0 5px;
}
li.product_mssp #product_a_tag{
	float:none;
}
li.product_mssp #product_format{
	font-weight: normal;
}
li.product_mssp #product_tags{
	font-weight: normal;
	font-size: 10px;
	color:#4a4a4a;
}
.product_mssp #product_a{
	color:#4a4a4a;
	text-decoration: none;
}
.product_mssp #product_a:hover{
	text-decoration: none;
	background-color:lightblue;
}
.product_mssp #product_price{
	float:right;
	font-size: 12px;
	color:#4a4a4a;
	font-weight: bold;
	padding-top: 8px;
	padding-right:15px;
}
.product_mssp div{
	text-decoration: none;
	width: 370px;
	padding-top: 5px;
	border-bottom: 1px dotted;
	height: 54px;
}
.product_mssp div:hover{
	text-decoration: none;
}
.product_mssp #product_varenr{
	float:right;
	font-weight: normal;
	padding-right:15px;
}
.product_mssp #product_model{
		font-weight: normal;
}
.product_mssp #product_name {
	font-weight: bold;
	font-size: 11px;
	color:rgb(2,73,119);
}
span.highLighted{
	color: #ff0000;
}












