@charset "utf-8";
/* CSS Document */



body{
	background-color:#333;
	margin: 0px;
}
img{border:none;}
a{text-decoration:none;}
.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
	display:block;
	width:1015px;
	height:40px;
	clear: both;
}
.main{
	display:block;
	width:1010px;
	height:560px;
	background-color:#FFF;
	clear:both;
	padding-left:5px;
	}
.main2{
	display:block;
	width:1015px;
	height:410px;
	background-color:#FFF;
	clear:both;
	}
.main3{
	display:block;
	width:1015px;
	height:600px;
	background-color:#FFF;
	clear:both;
	}
.mainSub{
	display:block;
	width:1000px;
	height:auto;
	float: left;
}

.menuBox{
	display:block;
	width:175px;
	height:160px;
	text-align:left;
	font-size:12px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 125px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #999;
	border: 1px solid #CCC;
	float: left;
}
.menu{
	display:block;
	width:175px;
	height:18px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:#333;
	padding-left: 10px;
	margin-left: -5px;
	padding-top: 2px;
}
.menuBox a{
	color:#333;
	font-weight: bold;
}

.itemBox{
	display:block;
	width:130px;
	height:180px;
	float:left;
	padding:5px;
	margin-right: 2px; margin-bottom:5px;
}
.itemPrice{display:block; width:120px; height:15px; color:#333; font-weight:bold;}
.itemName{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	display:block;
	width:130px;
	height:60px;
	text-decoration: none; overflow:hidden;
}
.itemName a{
	color:#333;
	text-decoration: none;
}
.itemName:hover{color:#099;}
.itemImg{
	display:block;
	height:65px;
	width:65px;
}
.SKU{font-size:10px; display:block; width:123px; float:left; text-align:left; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#333}
.save{color:#F00; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:left; display:block; width:123px; float:left; text-decoration:none;}
.save a{color:#F00; text-decoration:none;}
.SKU a{color:#333; text-decoration:none;}
.subMenu{
	display:block;
	width:940px;
	height:15px;
	color:#39C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	font-weight: bold;
	text-align: left;
	float:left;
	text-decoration:none;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
}

.subMenu a {color:#FFF; text-decoration:none;}
/* 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:-80px; padding-top:70px;
		}

