#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
        font-size:10px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:10px;}
#tooltip.pretty {
        font-size:10px;
        height:80px;
        width:180px;
        padding:10px;
	font-style:italic;
	border: none;
	margin-top:35px;
	margin-left:-25px;
	background: url('../images/tooltip/light_box.png');
	background-repeat:no-repeat;
}

#tooltip.pretty strong{color:#009DDF; font-style:normal; font-size:10px;}
#tooltip.pretty p{color:#000; font-style:normal; font-size:10px;}
#tooltip.pretty .price{color:#ea690b; font-style:normal; font-size:10px;}

#tooltip.pretty2 {
        font-size:10px;
        height:80px;
        width:180px;
        padding:10px;
	font-style:italic;
	border: none;
	margin-top:35px;
	margin-left:50px;
	background: url('../images/tooltip/light_box_rev.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
#tooltip.pretty2 strong{color:#009DDF; font-style:normal; font-size:10px;}
#tooltip.pretty2 .price{color:#ea690b; font-style:normal; font-size:10px;}

.fancy{cursor:pointer;font-size:10px;}
.fancy2{cursor:pointer; font-size:10px;}

