#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:  #5f5f5f;
	width: 248px;
	padding: 8px 12px 12px 12px;
	opacity: 0.9;
	color: #ffffff;
	font-weight: bold;
	border: 8px solid #333333;
	}

#tooltip h4 {
	padding-bottom: 6px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	}

.productItemList h4 {
	cursor: default;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	}

#tooltip h3, #tooltip div { margin: 0; }
