@charset "UTF-8";
/* CSS Document */

/* Tooltips*/

.tool-tip
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(tooltip_bg.png) !important;
	position: relative;
	z-index: 1000;
	padding-bottom:3px;
}

.tool-title
{
	font-weight: normal;
	font-size: 12px;
	line-height:13px;
	margin: 0;
	color: #aff000 !important;
	padding: 4px 6px 4px 6px;
	text-align: right;
}

.tool-text
{
	font-size: 11px;
	padding: 0 6px 4px 6px;
	color: #fff;
	text-align: right;
}

.tipbox-products-list { /*max-width: 160px;*/ }

.tipbox-products-list .tip-title
{
	font-size: 13px;
	padding-bottom: 0;
}

.tipbox-products-list .tip-text
{
	padding-top: 0;
	font-size: 10px;
	white-space: nowrap;
}

.tipbox-products-list .tip-text .Types
{
	font-size: 10px;
	padding-top: 10px;
	display: block;
}

.tipbox-products-list .tip-text .Sold-Out { color: #fd0000; }


