@charset "utf-8";

/*mainContent商品列表上方區塊*/
#topNavi{ width: 100%; height:40px;}

#topNavi ul{ list-style-type: none; margin: 5px 0px 0px 10px;}

#topNavi ul li{ float: left; font-family: Verdana; font-size: 15px; line-height: 200%; font-weight: bold; color: #333333; text-decoration: none; display: block; }

#topNavi ul li a{ color: #333333; }

#topNavi ul li a:hover{ color: #CC0000; text-decoration: underline; }

#cart{ width: 150px; float: right; font-size: 13px; line-height: 200%; z-index: 1; margin: 0px; text-align: center; }

#cart a{ width: 100%; font-family: Verdana; font-weight: bold; color: #FFFFFF; background-color: #333333; margin: 0px; padding: 0px; display: block; text-decoration: none; }

#cart a:hover{ color: #333333; background-color: #E3E3E3; text-decoration: none; }


/*商品列表*/
#itemList{ width: 100%; position: relative; text-align: center; float: left; }

#itemList ul{ padding: 0px; margin: 0px; list-style-type: none; }

#itemList li{ width: 185px; height:265px; float: left; margin: 0px 0px 5px 4px; }

.itemBox{ width: 170px; margin: 0px auto 0px auto; }

.itemThumb{ height: 160px; width: 160px; margin: 10px 0px 0px 0px; padding: 0px; border: 1px solid #999933; background-color: #FFFFFF; }

.itemPrice{ width: 100%; margin: 0px 0px 5px 0px; }

.itemPrice th { width: 145px; font-family: Verdana; font-size: 10pt; line-height: 18px; color: #000066; text-decoration: none; font-weight: normal; height: 18px; text-align: left; padding-left: 15px; }

.itemPrice td { font-family: monospace; font-size: 11pt; line-height: 18px; font-weight: bold; color: #FF6666; text-decoration: none; text-align: left; padding-right: 3px; }


