@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #ffa;
	padding: 0.5em;
	width: 300px;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	border: solid 2px #eee;
}

.tooltipContent h2 {
	font-size: 1.8em;
}

.tooltipContent p {
	font-size: 1.1em;
	margin: 0.3em;
}

.tooltipContent p.carttitle {
	font-size: 1.2em;
	margin: 0.3em;
	color: #333;
}

.tooltipContent p.hint_highlight{
	color: #0077d4;
}

.tooltipContent ul {
	font-size: 1em !important;
}

.tooltipContent li {
	font-size: 1.1em !important;
}
