@charset "utf-8";
/* ===================================================================
CSS information

 file name  :tooltip.css
 author     :igu(admin)
 style info :カートCSSセット
=================================================================== */


.hotspot {
	color:#900; 
	padding-bottom:1px; 
	border-bottom:1px dotted #900; cursor:pointer
}
#tt {
	z-index:26; 
	position:absolute; 
	display:block; 
	background:url(/img/cart/tt_left.gif) top left no-repeat
}
#tttop {
	z-index:26; 
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/img/cart/tt_top.gif) top right no-repeat; overflow:hidden
}
#ttcont {
	z-index:26; 
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#666; 
	color:#FFF
}
#ttbot {
	z-index:26; 
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/img/cart/tt_bottom.gif) top right no-repeat; overflow:hidden
}