.tooltip_content h3{
	color:#d30000; 
	font-size:10px; 
	margin-top:0; 
	margin-bottom:5px; 
	text-transform:uppercase; 
	font-family: sans-serif;
}
.tooltip_content td{
	color:#666;
	font-size:11px;
}
.tooltip_content td ul{
	padding-left:10px;
	list-style-image:url(images/pop/arrow.gif);
}
.product_info_overlay {
	position: absolute;
	z-index:1000;
	width: 0;
	height: 0;
}
.product_info_overlay div {
	position: absolute;
	top: -70px;
	//top: -35px;
	left: -230px;
	//left: -380px;
	width: 350px;
	border: 2px solid #d30000;
	padding:13px;
	overflow:auto;
	text-align:left;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: 0px;
}
.btn_close {
	padding-right: 15px;
	background: transparent url(images/pop/btn_close.gif) no-repeat scroll right bottom;
	float:right;
	height: 16px;
	width: 16px;
}
a.btn_close {
	text-decoration: none;
	color: #aaa;
	font-family: Verdana;
	font-size: 12px;
	line-height: 11px;
}
#dhtmltooltip {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066FF;
	position: absolute;
	width: 285px;
	visibility : hidden;
	z-index : 100;
	left: -300px;
	top: -100px;
}
#titlebox {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	width: 285px;
	text-align: left;
}
#boxcontent {
	font-size: 11px;
	width: 285px;
	text-align: left;
}
.dpointer {
	position :absolute;
	z-index : 101;
	visibility : hidden;
	left: -300px;
	top: -100px;
}

/* Style product table in tooltip */
.mainbox {
	text-align: left;
}
.mainbox table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.mainbox ul {
	list-style-type: none;
	margin: 0 0 20px 10px;
	padding: 0;
}
.mainbox ul li {
	margin: 2px 0 0 0;
}
.mainboxImg {
	text-align: center;
}
.mainbox img {	
	padding: 5px;
}