/* 
JVC STYLE SHEET: TOOLTIP STYLES
Style sheet by Rupert Sliwa at Bluemoon
[ www.bluemoonmarketing.co.uk ]
----------------------------------------------- */

/* Tooltip
----------------------------------------------- */

a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	top:328px; 
	left:50%;
	border: 1px solid black;
	background-color: black;
	width: 307px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height:18px;
	margin:0 0 0 145px;
	padding: 15px 15px 25px 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
  	filter:alpha(opacity=85);
  	opacity:0.85;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	text-decoration:none;
}
	
a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:307px;
}

/*.tooltip {
	display: none;        
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	border: 1px solid black;
	background-color: black;
	width: 200px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height:18px;
	margin: 0;
	padding: 15px 15px 25px 15px;
	text-shadow: 2px 2px 1px #222;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
  	filter:alpha(opacity=85);
  	opacity:0.85;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85; 
}
*/


/* Previous Tooltip
----------------------------------------------- */




/*div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/tooltip_balloon.png) top left no-repeat !important;
	background: url(../images/tooltip_balloon.gif) top left no-repeat;
	font-size: 12px;
}

div.tooltip p {
	color:#fff;
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/tooltip_balloon.png) bottom left no-repeat !important;
	background: url(../images/tooltip_balloon.gif) bottom left no-repeat;
	font-size: 11px;
	line-height:18px;
}

#logoRollover {
	width:323px;
	height:109px;
	position:absolute;
	overflow:hidden;
	z-index:5;
	
}

#logoRollover .rollArea {margin-right:5px}
#logoRollover .top {margin-bottom:5px}
*/
