﻿/* 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: 1100;
	filter: alpha(opacity:0.1);
}
.tooltipContent {
	background-color: #ffffff;
	overflow: visible;
	color: #545454;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	min-height: 60px;
	border:1px solid #545454;
}

.tooltipContentQ {
	background-color: #ffffff;
	overflow: visible;
	color: #545454;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	border:1px solid #545454;
}

.tooltipElement {
	float: left;
	margin: 4px 1px 4px 4px;
	width: 354px;
}

.tooltipElementHeader {
	float: left;
	width: 274px;
}
.tooltipElementPrice {
	float: left;
	height: 33px;
	margin: -1px;
	width: 274px;
}
.tooltipElementTitle {
	float: left;
	margin: 2px 0 0;
	width: 274px;
}
.tooltipElementRight {
	float: left;
	height: 33px;
	width: 78px;
}
.tooltipElementImage {
	margin: -1px -1px 0 0;
}
.tooltipElementImage img {
	float: right;
	height: 50px;
	margin: 10px 10px 0 0;
	width: auto;
}
.tooltipElementContent {
	float: left;
	font-size: 11px;
	height: auto !important;
	margin: 5px;
}
.tooltipElementPrice h1 {
	color: #E15811;
	margin-top: 5px;
}
.tooltipElementTitle h4 {
	font-weight: bold;
	margin-top: 10px;
}

