/* Tiny Scrollbar */
#product_list { width: 800px; margin: 20px 0 10px; position:absolute;top: 160px; left: 210px; }
#product_list .viewport { width: 700px; height: 660px; position: relative; }
#product_list .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#product_list .scrollbar{ background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#product_list .track { background-color:#f5ebe4;height: 100%; width:13px; position: relative; padding: 0 1px; }
#product_list .thumb { background-color:#ffffff;height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#product_list .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 0px; width: 25px; }
#product_list .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#product_list .viewport .itemCat{ width: 810px; height: 60px; position: relative; float:left; margin-bottom:20px; }

#product_list .viewport .itemList{ width: 810px; height: 230px; position: relative; float:left; margin-bottom:20px; }
#product_list .viewport .itemList.cat4{ width: 810px; height: 230px; position: relative; float:left; margin-bottom:20px; }

#product_list .viewport .itemList .item{ width: 180px; height: 220px; position: relative; float:left; margin-left:10px; padding-right:10px; }
#product_list .viewport .itemList.cat4 .item{ width: 180px; height: 220px; position: relative; float:left; margin-left:10px; padding-right:10px; }

#product_list .viewport .itemList .item .smallPic{ width: 150px; height: 118px; position:absolute; top:0px; left:0px; cursor:pointer; }
#product_list .viewport .itemList.cat4 .item .smallPic{ width: 150px; height: 150px; position:absolute; top:0px; left:0px; cursor:pointer; }


#product_list .viewport .itemList .item .bigPic{ display:none; }
#product_list .viewport .itemList .item .tag{ 
width: 142px; height: 22px; position:absolute; top:130px; left:0px; /*display: none;*/
	text-align: center;
}
#product_list .viewport .itemList.cat4 .item .tag{ 
width: 142px; height: 22px; position:absolute; top:150px; left:0px;
}

#product_list .viewport .itemList .item .in{
	display:none;
}
#product_list .viewport .itemList .item .eng{
	display:none;
}
#product_list .viewport .itemList .item .an{ 
display:none;
}

#product_list .viewport .itemList .item .productName{ 
font-family: 微軟正黑體,Arial, Helvetica, sans-serif, 新細明體;
font-size:16px;
text-align:center;
width:140px;
color:#000000;
position:absolute; top:154px; left:0px; font-weight:bold; overflow:hidden;
}
#product_list .viewport .itemList.cat4 .item .productName{ top:184px}

#product_list .viewport .itemList .item .detail{ 
width:145px;
height:28px;
position:absolute; top:184px; left:0px; overflow:hidden; cursor:pointer;
}
#product_list .viewport .itemList.cat4 .item .detail{ top:214px;}

#product_list .viewport .itemList .item .detail img{ 
width:145px;
height:56px;
position:absolute; top:0px; left:0px;
}

#product_list .viewport .itemList .item .detail img:hover{ 
width:145px;
height:56px;
position:absolute; top:-28px; left:0px;
}






