/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip {
	font-size:14px;
	height:250px;
	width:265px;
	font-size:14px;
	display:none;
	color:#fff;
	text-align:center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/blue_arrow_big.png);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:15px; 
    color:#fff; 
}
.narrowcolumn {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
}
.subnav {
	float:right;
	width:230px;
	height:241px;
	margin-top:25px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.label {
	font-weight:bold;
}
.tooltiplink {
	background-image: url(../images/currency_btn_bg.png);
	background-repeat: no-repeat;
	text-align:center;
	width:59px;
	height:24px;
}
.tooltiplink a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.tooltiplink a:hover {

	font-weight:bold;
	text-decoration:underline;
	background-color:#FFFFFF;
}

.tooltiplink a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.pricerotatebronze {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 53px;
	width: 611px;
	text-align: right;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin: 0px;
}

