/**
* $Id: tooltip.css 33621 2010-04-08 11:06:22Z iargent $
*/

#GSI_JT_arrow_left{
	background-image: url(../../../static/img/shared/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:1001;
	left:-9px;
	height:12px;
	width:9px;
    top:6px;
}

#GSI_JT_arrow_right{
	background-image: url(../../../static/img/shared/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:1001;
	height:12px;
	width:9px;
    top:6px;
}

#GSI_JT {
	position: absolute;
	z-index:999;
	border: 1px solid #ccc;
	background-color: #E5E5E5;
	display:none;
	text-align:center;
	-moz-border-radius: 5px; /*mozilla*/
	-webkit-border-radius: 5px; /*safari*/
}

#GSI_JT_copy{
	padding:0 5px 5px;
	color:#333333;
}

.GSI_JT_loader{
	background-image: url(../../img/cm/GSI_JT_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#GSI_JT_close_left{
	background-color: #E5E5E5;
	text-align: left;
	/*padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;*/
	font-weight:bold;
}

#GSI_JT_close_right{
	background-color: #E5E5E5;
	text-align: left;
	/*padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;*/
	font-weight:bold;
}

#GSI_JT_copy p{
	margin:3px 0;
	text-align:center;
}

#GSI_JT_copy img{
	padding: 1px;
	border: 1px solid #E5E5E5;
}

.GSI_JTip{
	cursor:help;
}
#GSI_JT_copy .item-box-contents-price {
	margin:0;
	padding:0;
	text-align:center;
}
#item-tooltip-thumb {
	display:none;
}
#item-tooltip-thumb img {
	border:none
}
#GSI_JT .tooltip-name {
	font-size:10px;
}
#GSI_JT .item-box-contents-price {
	font-size:12px;
	font-weight:bold;
	bottom:0;
}
#GSI_JT .item-box-contents-price-offer {
	left:0;
	bottom:0;
	position:relative !important;
}
