#infoColumn .bestsellers h4, #infoColumn .mostviewed h4 {
	margin-bottom: 2px;
}
#infoColumn .bestsellers h4 a, #infoColumn .mostviewed h4 a {
	font-size: 10px;
	text-decoration: none;
}
#infoColumn .bestsellers h4 a:hover, #infoColumn .mostviewed h4 a:hover {
	text-decoration: underline;
}

#preview_div {
	display: none;
	position: absolute;
	z-index: 110;
}

.topProductPreview {
	width: 250px;
	border-width: 1px;
	border-style: solid;
}

.topProductPreview h4 {
	display: block;
	font-size: 11px;
	padding: 3px 5px;
}

.topProductPreview img {
	margin: 8px;
	border-width: 0;
	float: left;
}

.topProductPreview p.description {
	font-size: 10px;
	margin: 8px;
}

.topProductPreview p.price {
	display: block;
	clear: both;
	text-align: right;
	margin: 0 8px 8px 8px;
	font-weight: bold;
}