﻿body
{
}

.tooltipContent, .tooltipContentQ, #tooltip{
	background-color: #ffffff;
	overflow: visible;
	color: #545454;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	border:1px solid #545454;
	padding:5px;
}
#tooltip {
	/*position: absolute;*/
	z-index: 3000;
	/*padding: 5px;*/
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltipContentQ {
	min-height: 20px;
}

.tooltipElement {
	float: left;
	margin: 4px 1px 4px 4px;
	width: 254px;
}

.tooltipElementHeader {
	float: left;
	width: 174px;
}
.tooltipElementPrice {
	float: left;
	height: 33px;
	margin: -1px;
	width: 174px;
}
.tooltipElementTitle {
	float: left;
	margin: 2px 0 0;
	width: 174px;
}
.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, .tooltipElementContentShipping {
	float: left;
	font-size: 11px;
	height: auto !important;
	padding-left:5px;
}
.tooltipElementContent {
	margin: 5px;
	width:246px;
}
.tooltipElementPrice h1 {
	color: #E15811;
	margin-top: 5px;
}
.tooltipElementTitle h4 {
	font-weight: bold;
	margin-top: 10px;
}
