﻿/* Top10樣式設計 */
.balloonstyle
{
	position :absolute ;
	top:-500px;
	left :200;
	padding :5px;
	visibility :hidden ;
	border :1px solid #000000;
	font : normal 12px Verdana;
	line-height :18px;
	z-index :100;
	background-color :#f8f8f8;
	width :250px;
	/* Remove below line to remove shadow. Below line should always appear last within this CSS */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
	}

	
	.balloonstyle .bookname{
	color:#FF8501;text-decoration:none;
	font-size:13px;
	font-weight:700;
}
.balloonstyle .price_sale{
	color:#EB6B6A; font-size:12px; font-weight:600;
}

.balloonstyle img{
	padding:3px;
	width:90px;
	height:120px;
	border:1px solid #bbb;
}



.balloonstyle .box_mid_covershaw {
	float:right; 
	background:url(../images/bookshadow.gif) no-repeat left bottom; 
	padding:0 6px 0px 14px; 
	margin-left:-3px;
	
	}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}



