/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../images/tooltip/white_big.png) no-repeat scroll 0 0;
	font-size:13px;
	height:153px;
	padding:30px;
	width:315px;
	display:none;
	color:#000000;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-family: Renfrew;
	font-size:18px;
	color:#CC0000;
	font-weight: bold;
}

div.tooltip h2 {
	margin:0;
	font-family: Renfrew;
	font-size:14px;
	color:#CC0000;
}

.tooltip:hover {
	cursor:hand; 
	/*font-weight: bold;*/
}	

div.cartsummary {
	background:transparent url(../images/tooltip/white_big.png) no-repeat scroll 0 0;
	font-size:10px;
	height:200px;
	padding:30px;
	width:310px;
	display:none;
	color:#000000;
}

/* tooltip title element (h3) */
div.cartsummary h3 {
	margin:0;
	font-family: Renfrew;
	font-size:14px;
	color:#CC0000;
	/*font-weight: bold;*/
}

.cartsummary:hover {
	cursor:hand; 
	/*font-weight: bold;*/
}	

.tttext {
	color:#000000;
}		
	
.hltext {
	color:#FF0000;
	text-decoration: underline;
}		

.hltext:hover {
	color:#000000;
	cursor: hand;
	/* cursor: url(../images/email.cur) */
}	
	
.monytext {
	color:#FFFFFF;
	/*font-weight:bold*/
}		
