/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* 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 */

#ajax_tooltipObj .ajax_tooltip_arrow{ display:none; }

#ajax_tooltipObj .ajax_tooltip_content{
	border:3px solid #7594c2;	/* Border width */
	left:-162px;
	top:30px;
	width:250px;	/* Width of tooltip content */
	height: auto;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:12px;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}


.product-name-box{
	padding-bottom: 2px;
	font-size: 14px;

	}

#pricing-box{
	margin: 10px;
	padding-left: 40px;
	font-size: 14px;	
}

#lower-words{
	padding: 10px;
	font-size: 12px;
}