@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
img{border:none;}
.item_img{
	display:block;
	width:100px;
	height:100px;
}

.item_box{
	display:block;
	height:270px;
	width:163px;
	float:left;
	margin-right: 4px;
	border:1px solid #FFF;
	font-size: 12px;
	background-image: url(../images/box.png);
	margin-top: 2px;
	background-position: 0px 0px;
}
.item_box a{
	color:#366;
	text-decoration:none;
	font-weight: bold;
}
.item_box:hover{
	display:block;
	height:270px;
	width:163px;
	margin-right: 4px;
	margin-top:2px;
	background-color: #FFF;
}
	
.item_big{
	display:block;
	width:1015px;
}
.copy{
	font-size: 10px;
	color:#000;
	font-weight: normal; display:block; clear:both; width:1015px; height:40px;
}
.detail{
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding-left: 15px;
	font-size: 10px;
	color: #333;
	margin-top: 10px;
}

/* tooltip */
.shopname{
	display:block;
	width:150px;
	height:10px;
	padding-bottom:2px;
	padding-bottom:2px;
	font-weight:normal;
	float:left;
	background-color: #FFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
.shopname:hover{background-color:#EEE; }
.stock{
	display:block;
	width:150px;
	height:120px;
	background:#FFF;
	color:#666;
	padding:2px;
	font-size:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}
a.tooltip span.show {
	display:none;
	}
a.tooltip:hover span.show{
	display:inline;
	position:absolute; margin-left:-60px; padding-top:150px;
		}

