@charset "utf-8";

/*==============================================*/
/* shop
/*==============================================*/

div#shopList{
	background:url(../img/frame/shoplistframe_bg.gif) no-repeat bottom center;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}


div.wfShop a:visited{color:#4C4C4C;}
div.wfShop a:hover{color:#CCC; text-decoration:none;}
div.wfShop a:active{color:#CCC;}

div.wfShop{
	background:url(../img/frame/shoplistframe_bg.gif) no-repeat top left;
	padding-top:28px;
	margin-bottom:0;
	padding-bottom:15px;
	*margin-bottom:17px;/*for IE*/
}

div.wfShop .floatBox{
	float:left;
	width:109px;
	margin-left:24px;
	margin-right:0;
	margin-bottom:15px;
	background:url(../img/frame/shoplistframe_header.gif) no-repeat top left;
	position:relative;
	_display:inline;
}

div.wfShop .floatBox .caption{
	background:url(../img/frame/shoplistframe_footer.gif) no-repeat bottom left;
	font-size:85%;	
	padding:12px 0;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	line-height:1.1em;
}

div.wfShop .floatBox .lineShrink{line-height:1.1em; padding:5px 0;}

/*div.wfShop .floatBox { display:block; text-decoration:none;}*/
div.wfShop .floatBox .tooltip{
	position:absolute;
	bottom:-32px; left:0;
	color:#F00;
	padding:5px 10px;
	z-index:999;
	font-size:77%;
}

div.wfShop a.external img{margin-bottom:0; display:block;}