/* tooltips */

.hide {
	display: none;
}

.tooltip {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tooltip img {
	display: block;
}

.tooltip-left .tooltip-container {
    left: auto;
    right: 100%;
	background-image: url("/files/images/qtip/bubble-tip-left-bg.png");
	width: 319px;
	background-position: center top;
}

.tooltip-down .tooltip-container {
    left: 50%;
    margin-left: -154px;
    top: 110%;
	margin-top: 20px;
	width: 308px;
	background-image: url("/files/images/qtip/bubble-tip-down-bg.png");
}

.tooltip-container {
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: top left;
	background-image: url("/files/images/qtip/tooltip-body3.png");
	z-index: 9999;
	position: absolute;
	display: none;
	font-weight: normal;
	top: 20px;
	left: 100%;
	width: 367px;
	padding: 0 10px 10px;
}

.tooltip-container p {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 14px;
	padding: 0 !important;
}

.tooltip-left .tooltip-header {
	left: auto;
	right: 10px;
	background-image: url("/files/images/qtip/bubble-tip-left-header.png");
	background-position: top right;
	width: 319px;
	height: 39px;
	top: -39px;
}

.tooltip-down .tooltip-header {
	background-image: url("/files/images/qtip/bubble-tip-down-header.png");
	width: 308px;
	height: 20px;
	top: -20px;
}

.tooltip-header {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("/files/images/qtip/tooltip-header3.png");
	position: absolute;
	top: -46px;
	left: 0;
	width: 367px;
	height: 46px;
}

.tooltip-down .tooltip-body {
	margin-top: 10px;
}

.tooltip-body {
	padding: 0 20px 10px;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-right: 10px;
	color: #222 !important;
}

.tooltip-body p {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.tooltip-left .tooltip-footer {
	background-image: url("/files/images/qtip/bubble-tip-left-footer.png");
	width: 319px;
	height: 14px;
	bottom: -14px;
	left: auto;
}

.tooltip-down .tooltip-footer {
	background-image: url("/files/images/qtip/bubble-tip-down-footer.png");
	width: 308px;
	height: 15px;
	bottom: -15px;
}

.tooltip-footer {
	background-image: url("/files/images/qtip/tooltip-footer3.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 367px;
	height: 12px;
}

.qtip-text {
 line-height: 15px;
}