/* CSS needed for the script */

#ajax_tooltipObj {
	position: fixed;
	top: 5px;
	left: 5px;
    color: #000;
}

* html #ajax_tooltipObj {
	position: absolute;
	z-index: 100;
}

#ajax_tooltipObj #ajax_tooltip_title {
	background-color: #000;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */
/* Left div for the small arrow */
/*
#ajax_tooltipObj #ajax_tooltip_arrow {
	background: url('../images/arrow.gif') no-repeat left center;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 120;
	height: 60px;
}
*/

#ajax_tooltipObj #ajax_tooltip_content {
	background-color: #d6cbb1;
	border: 1px solid #000;
	padding: 10px;
}


/* === STYLE FOR CONTENT === */

#ajax_tooltipObj h4 {
	margin: 5px 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#ajax_tooltipObj table {
	border-collapse: collapse;
	margin: 3px 0 10px;
}

#ajax_tooltipObj table td {
	padding: 2px 4px;
}

#ajax_tooltipObj table.tblPrice td {
	background-color: #fffdda;
	border: 1px solid #ababab;	
}

#ajax_tooltipObj .color {
	display: block;
	height: 1%;
	border: 1px solid #000;
	overflow: hidden;
}

#ajax_tooltipObj .color span {
	float: left;
	width: 15px;
	height: 12px;
	font-size: 0;
	text-indent: -5000px;
}