@charset "utf-8";
/* CSS Document */

.btnSearch{width:42px; line-height:24px; background:url(/images/common/btn_search42x22.gif) no-repeat;padding:0; margin:0;}
/* Button Style */
/*The button is clicked to buy the item at Product Detail Page*/
a.buyButton{width:120px; height:30px; display:block;background:url(/images/common/btns_160.png) scroll 0 -216px no-repeat;}
a:hover.buyButton{background:url(/images/common/btns_160.png) scroll 0 -252px no-repeat;}
/*The button is clicked to add the item to my favorite at detail Page*/
.addFavoriteButton{width:90px; height:26px; display:block;background:url(/images/common/btns_160.png) scroll 0 -288px no-repeat;}
/*The button is clicked to send the item link to friend by email at Product Detail Page*/
.shareToFriendeButton{width:90px; height:26px; display:block;background:url(/images/common/btns_160.png) scroll 0 -324px no-repeat;}

.btnPayNow{width:140px; height:30px; display:inline-block;background:url(/images/common/btns_160.png) scroll 0 -360px no-repeat; cursor:pointer;}

.btnReturnHome{width:140px; height:30px; display:inline-block;background:url(/images/common/btns_160.png) scroll 0 -396px no-repeat;}
a.outOfStockButton{width:120px; height:30px; display:block;background:url(/images/common/btns_160.png) scroll 0 -504px no-repeat; cursor:default;}
.button01{width:60px; line-height:20px; display:inline-block; color:#FFF; text-align:center;background:url(/images/common/btns_160.png) scroll 0 0 no-repeat;}
a:hover.button01{color:#F90;background:url(/images/common/btns_160.png) scroll -72px 0 no-repeat;}

.button02{width:60px; line-height:20px; display:inline-block;color:#FFF;background:url(/images/common/btns_160.png) scroll 0 0 no-repeat;}
a:hover.button02{color:#FFF;background:url(/images/common/btns_160.png) scroll -72px 0 no-repeat;}

.button03{width:60px; line-height:20px; display:inline-block;color:#FFF;background:url(/images/common/btns_160.png) scroll -72px -145px no-repeat; font-weight:normal;}
a:hover.button03{color:#F60;background:url(/images/common/btns_160.png) scroll -72px -145px no-repeat;}

/*The button is clicked to delete the favorite*/
.deleteFavoriteButton{width:100px; height:24px; display:block;background:url(/images/common/btns_160.png) scroll -1px -469px no-repeat;float:left;}

/* Title Style */
.title00{color:#333;}
.title01{color:#0C5FD8}
.titleBox01{ background:url(/images/common/pix_1x2_grey.gif) bottom repeat-x; text-align:left;}
.titleBox01 h3{ padding:0px 5px 0 5px;width:120px; text-align:center;line-height:25px; color:#0E5FD8; background:url(/images/common/pixs_1x2_blue.gif) bottom repeat-x;}

/* Text Style [item price]*/
.textStyle00{color:#666;}
.textStyle01{color:#F60;}
.textStyle02{color:#09C;}
.textStyle03{color:#333;}
.textStyle04{color:#690;}
.textStyle05{color:#900;}
.bgTitle04{background:url(../images/common/bg_pix_lightGreen.gif); display:block; padding:5px; border:1px dotted #FC0;}

/* Text Link */
/*Product Title Link*/
a.textLink01{color:#0C5FD8;}
a:hover.textLink01{color:#F60;}

/* List Style */
.itemLst01{padding:0px; text-align:left;}
.itemLst01 dd {margin-top:5px; border-bottom:1px dotted #CCC;}
.itemLst01 dd a{padding-left:10px;width:170px; display:block;line-height:30px;font-size:12px; color:#666; text-decoration:none;}
.itemLst01 dd a.current,.itemLst01 dd a:hover.current{background:url(/images/common/bg_sideItem180x35.gif) no-repeat; border:none;}
.itemLst01 dd a:hover{ background:url(/images/common/bg_sideItem180x35.gif) no-repeat; border:none;}

.inlineTextLst li{padding-right:10px;float:left;}

/* Text Link with bulletin*/
a.bulletLink01{color:#7C5D1A; background:url(/images/common/bulletins_small_36.png) scroll 0 -71px no-repeat; height:20px; width:100px; display:block; padding-left:10px;}
a:hover.bulletLink01{color:#900; background:url(/images/common/bulletins_small_36.png) scroll 0 -107px no-repeat;}

/* Box contains text links*/
.txtLinkBox01{ background:#F3F3F3;}
.txtLinkBox01 a{color:#666;}
.txtLinkBox01 a:hover{color:#900; text-decoration:underline;}

/*Box Style*/
/* Product detail Page*/
.boxStyle01{ border:1px solid #CCC; background:#EEEEFF;}
.boxStyle02{ border:1px solid #7C5D1A;}
.boxStyle03{ background:url(/images/common/bg_userInfoBox182x102.gif) no-repeat;}
.sideBox{margin-bottom:1px; padding:5px 0 0 0px; position:relative; z-index:5;}
.sideBox h3{line-height:24px; text-align:center; color:#FFF; font-size:12px;}

/*Sep style*/
.sep_h{width:100%; height:10px; display:block;background:url(/images/common/bg_sep710x10.jpg) bottom center no-repeat;}
.sep_h_r{width:100%; height:10px; display:block;background:url(/images/common/bg_sep710x10_r.jpg) bottom center no-repeat;}

/* Panel Style*/
.listPanel,.actionPanel {border:1px solid #CCC;}
.listPanel th, .actionPanel th{ background:#5476A0; height:24px;line-height:24px; color:#FFF;}
.listPanel td, .actionPanel td{padding:5px 0;}
.listPanel .hd{ background:#F6F6F6;}
ul.floatRightBottomBar{ float:right; margin:20px 20px 20px 0; }
.floatRightBottomBar li{ float:left; padding-right:10px;}

.odd{background:#F0F6F0;}

/*data to be saved to cookie*/
.data_productPrice{font-size:16px;color:#F90;}
.data_marketPrice{font-size:14px;}

/* Alpha Style */
.alpha_grey{position:absolute;background:black;left:0px;top:0px;filter:Alpha(Opacity=30);
/* IE */
-moz-opacity:0.5; 
/* Moz + FF */
opacity: 0.5; 
}

