@charset "utf-8";
/* CSS Document */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{ margin:0;
padding: 0;
}
input{border:1px solid #999999;
}
pre,code,address,caption,cite,code{
font-size:1em;
font-weight:normal;
font-style:normal;
}
ul,ol{list-style:none;
}
table{border-collapse:collapse;
border-spacing:0;
}
a{color:#333333;
}
a:link,a:visited,a:active{text-decoration:none;
}
a:hover{text-decoration:underline;
color:#666666;
}
body{font-size:13px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.3;
letter-spacing:1px;
}
h1{font-size:15px;
}
h2{font-size:115%;
}
h3,h4{font-size:15px;
}
html{background:url(images/bg.gif) left top;
}
#bigcontainer{width:824px;
margin:0 auto;
background:#ffffff;
}
/*排版*/
/* ****************************頁首區塊**************************** */
#header{background:url(images/header_bg.gif) left top repeat-x;
height:270px;
position:relative;
}
#content{background:url(images/content_bg.gif) left top repeat-y;
overflow:hidden;
padding-bottom:10px;
height:100%;/*可讓ie6左側背景填滿content_bg.gif圖*/
}
/* ****************************側邊區(放置產品選單、次選單)**************************** */
#sidebar{width:197px;
float:left;
}
/* ****************************內容區(放置常更換之內容)**************************** */
#main{width:627px;
float:right;
overflow:hidden;
}
/* ****************************內容區之下的box1**************************** */
#container1{width:300px;
float:left;
}
/* ****************************內容區之下的box2**************************** */
#container2{width:300px;
float:left;
}
.clear{clear:both;
}
/* ****************************頁尾**************************** */
#footer{background:url(images/footer_bg.gif) left top repeat-y;
height:65px;
position:relative;
color:#333333;
}
#footer a{text-decoration:underline;
color:#333333;
}
#footer a:hover{color:#FFFFFF;
}
/* ****************************logo區塊**************************** */
#logo{width:164px;
height:65px;
position:absolute;
left:10px;
top:8px;
}
#logo img{border:none;
}
h1#company_name{width:210px;
position:absolute;
top:62px;
left:195px;
height:20px;
overflow:hidden;
}
h1#company_name a{color:#ff5f0f;
}
h1#company_name a:hover{text-decoration:none;
color:#f89537;
}
/* ****************************購物車資訊**************************** */
#cart{width:250px;
height:30px;
position:absolute;
top:5px;
right:250px;
text-align:right;
}
#cart img{border:none;
vertical-align:middle;
margin-right:5px;
}
#cart a{color:#ffffff;
}
a:hover.cart_amount{text-decoration:none;
color:#CCCCCC;
}
/* ****************************常見功能連結**************************** */
ul#quide_content{width:210px;
height:30px;
position:absolute;
top:8px;
right:10px;
}
ul#quide_content li{float:left;
width:60px;
padding-left:12px;
background:url(images/ul_scate.gif) 3px 6px no-repeat;
}
/*ie6*/
*html ul#quide_content li{background:url(images/ul_scate.gif) 3px 5px no-repeat;
}
/*ie7*/
*+html ul#quide_content li{background:url(images/ul_scate.gif) 3px 5px no-repeat;
}
ul#quide_content li#quide_left{display:none;
}
ul#quide_content li#quide_index{width:50px;
}
ul#quide_content li#quide_right{display:none;
}
/* ****************************選單區塊**************************** */
#nav{height:33px;
position:absolute;
right:0;
top:50px;
z-index:3;
}
#nav h2{margin:10px 0 0 0;
height:33px;
overflow:hidden;
width:435px;
}
#nav_content{
float:right;
height:33px;
}
#nav_content li{display:inline;
width:77px;
float:left;
background:url(images/nav_bg.gif) left top repeat-x;
margin-right:5px;
}
#nav_content li#nav_index{width:50px;
}
#nav_content li#nav_left{width:7px;
background:url(images/nav_bg_left.gif) left top no-repeat;
height:33px;
display:none;
}
#nav_content li#nav_right{background:url(images/nav_bg_right.gif) right top no-repeat;
width:18px;
height:33px;
display:none;
}
#nav_content a{display:block;
padding:4px 0 0 0;
color:#ededde;
text-decoration:none;
text-align:center;
font-weight:bold;
height:33px;
width:77px;
font-size:13px;
}
#nav_content span.current{display:block;
padding:6px 0 0 5px;
color:#edbf77;
text-align:center;
font-weight:bold;
height:30px;
width:80px;
}
#nav_content li#nav_index a{width:50px;
}
#nav_content a:hover{color:#f89537;
}
#nav_right{background:url(images/nav_bg_right.gif) left top no-repeat;
width:30px;
height:30px;
float:left;
}
/* ****************************形象圖**************************** */
#banner{height:185px;
position:absolute;
top:85px;
left:0;
z-index:1;
}
#banner span{display:none;
}
/* ****************************首頁熱門商品區塊**************************** */
#hot_products{width:300px;
margin:10px 0 0 5px;
}
ul#hot_productlist{margin-top:15px;
overflow:hidden;
}
ul#hot_productlist li{width:150px;
float:left;
text-align:center;
margin-bottom:15px;
}
#hotproduct_img img{border:none;
}
/* ****************************首頁最新消息區塊**************************** */
#news{width:300px;
margin:10px 0 0 5px;
height:220px;
}
#news ul{margin:10px auto 0 auto;
line-height:2.3;
overflow:auto;
width:295px;
}
#news ul li{display:block;
clear:both;/*清除列表並列顯示*/
overflow:auto;/*解決非ie瀏覽列表不跟列表項介縮問題*/
}
#news ul li.new{background:url(images/icon_new.gif) 5px 7px no-repeat;
border-bottom:1px dashed #CCCCCC;
}
#news ul li.old{background:none;
border-bottom:1px dashed #CCCCCC;
}
#news ul li a{padding:5px 0 0 40px;
}
.headline{float:left;
clear:left;
}
.date{float:right;
font-weight:bold;
color:#ff5f0f;
font-size:90%;
}
/* ****************************首頁關於我們區塊**************************** */
#about{width:300px;
margin:10px 0 0 18px;
height:220px;
}
#about ul{margin:10px auto 0 auto;
line-height:2.3;
width:295px;
}
#about ul li{border-bottom:1px dashed #CCCCCC;
background:url(images/ul_about.gif) 10px center no-repeat;
}
#about ul li a{width:100%;
padding:8px 0 0 25px;
}
/* ****************************首頁產品介紹區塊**************************** */
#products{width:300px;
margin:10px 0 0 18px;
}
ul#index_productlist{margin-top:15px;
}
ul#index_productlist li{width:150px;
float:left;
text-align:center;
margin-bottom:10px;
}
#product_img img{border:none;
}
/* ****************************頁尾公司聯絡資訊**************************** */
#company_info{height:55px;
width:801px;
margin:0 auto;
padding-top:10px;
position:absolute;
z-index:2;
overflow:hidden;
}
#company_info li{
float:left;
}
#company_info li.col_1{width:200px;
margin-left:5px;
}
#company_info li.col_2{width:140px;
}
#company_info li.col_3{width:240px;
}
#company_info li.col_4{width:180px;
padding-left:30px;
padding-top:20px;
font-size:10px;
}
/*ie6*/
*html #company_info li.col_4{width:190px;
padding-left:20px;
}
#company_info dl{
}
#company_info dt{height:auto;
padding-top:4px;
float:left;
clear:both;
}
#company_info dd{height:auto;
padding:2px;
}
#company_info dt.company_name{width:63px;
display:none;
}
#company_info dd.company_name{font-size:115%;
font-weight:bold;
}
#company_info dt.tel{width:33px;
}
#company_info dd.tel{padding-left:33px;
}
#company_info dt.email{width:61px;
}
#company_info dd.email{padding-left:66px;
}
#company_info dt.fax{width:33px;

}
#company_info dd.fax{padding-left:33px;
}
#company_info dt.address{width:33px;
}
#company_info dd.address{padding-left:33px;
}
#company_info dt.copyright{width:63px;
display:none;
}
#company_info dd.copyright{
}
/* ****************************頁底365web顯示**************************** */
#footer_365web{width:88px;
height:50px;
position:absolute;
right:160px;
top:10px;
z-index:1;
}
span.powerby{font-size:11px;
}
td.align_right{text-align:right;
}
/*  JS Menu */
div.arrowlistmenu{background:url(images/subcate_bg.gif) left top repeat-y;
line-height:2.5;
}
div.arrowlistmenu h3.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
line-height:2;
cursor: hand;
cursor: pointer;
font-size:13px;
color:#333333;
text-decoration:none;
padding:3px 0 0 25px;
border-bottom:1px dashed #ccccb1;
background:url(images/ul_mcate.gif) 10px 9px no-repeat;
width:135px;
margin-left:5px;
}
/*ie6*/
*html div.arrowlistmenu h3.menuheader{background:url(images/ul_mcate.gif) 10px 7px no-repeat;
}
/*ie7*/
*+html div.arrowlistmenu h3.menuheader{background:url(images/ul_mcate.gif) 10px 7px no-repeat;
}
/*
padding:3px 0 0 25px;
border-bottom:1px dashed #c9c9c9;
width:154px;
background:url(images/category_bg_39.gif) repeat-y;
*/
div.arrowlistmenu .openheader{
/*color:#548d2a;*/
color:#00CC00;
 /*CSS class to apply to expandable header when it's expanded*/
}

div.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
background:url(images/category_bg_39.gif) repeat-y;
margin-left:7px;
}
/*次分類單項列表*/
div.arrowlistmenu ul li{line-height:2;
width:155px;
}

div.arrowlistmenu ul li a{color: #333333;
background:url(images/ul_scate.gif) 10px 12px no-repeat; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left:20px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
/*ie6*/
*html div.arrowlistmenu ul li a{background:url(images/ul_scate.gif) 10px 10px no-repeat;
}
/*ie7*/
*+html div.arrowlistmenu ul li a{background:url(images/ul_scate.gif) 10px 10px no-repeat;
}

div.arrowlistmenu ul li a:visited{
color: #535353;
}

div.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#9d9d9d;
}
/*category
----------------------------*/
#category{width:179px;
text-align:left;
margin:5px 0 0 5px;
}
#category_header{background:url(images/subcate_header.gif) left top no-repeat;
height:50px;
}
#category_header h2{text-align:center;
padding-top:18px;
color:#ffffff;
}
#category_header h2 span{
}
/*暫不用
#category h3{background:url(images/category_header_27.gif) no-repeat;
height:52px;
}
#category h3 span{display:none;
}
#category_content{background:url(images/category_bg_39.gif) repeat-y;
}
#category_content ul{margin:0 10px;
width:175px;
}

#category_content ul{margin:0 10px;
width:165px;
}
#category_content li{
line-height:2;
border-bottom:1px dashed #c9c9c9;
width:150px;
background:url(images/ul_category_46.gif) 3px center no-repeat;
}
#category_content li.sub{background:url(images/ul_subcategory_50.gif) 12px center no-repeat #eeeeee;
border-bottom:none;
}
#category_content li.sub a{color:#3b3b3a;
}
#category_content a{padding:3px 0 0 25px;
font-size:13px;
color:#548d2a;
text-decoration:none;
}
#category_content a:hover{color:#80bd53;
}
*/
#category_footer{background:url(images/subcate_footer.gif) left top no-repeat;
height:14px;
font-size:0;
}

/* ****************************次選單、產品選單**************************** */
#subcate{width:172px;
margin:10px auto;
}
/* ****************************附加功能**************************** */
h2#marquee{height:24px;
margin:5px auto;
background:url(images/marquee_bg.gif) left center no-repeat;
width:610px;
padding-top:5px;
color:#fb6a26;
}

/*365web廣告區塊*/
#ad{width:468px;
background:#FF0000;
margin:5px auto 0;
height:60px;
}
#ad img{height:60px;
width:468px;
}
#ad span{display:none;
}
#search{height:32px;
padding:5px 0 0 10px;
}
#search input{vertical-align:middle;
}
#search input.keyword{width:200px;
}
/*ie6*/
*html #search input.keyword{padding-top:-5px;
}
/* ****************************底部選單連結**************************** */
ul#sub_nav{margin:0 auto;
text-align:center;
background:#ffffff;
padding:8px 0 8px 197px;
}
ul#sub_nav li{display:inline;
width:85px;
}
ul#sub_nav li#sub_index a{border:none;
}
ul#sub_nav a{padding-left:10px;
border-left:1px solid #333333;
width:85px;
height:20px;
}
ul#sub_nav a:hover{color:#666666;
}
/* ****************************首頁標題開始**************************** */
h3.index_title{background:url(images/index_title_bg.gif) left center no-repeat;
width:300px;
height:35px;
}
span.cht{float:left;
margin:10px 0 0 40px;
color:#ff5f0f;
}
span.eng{float:left;
color:#ffffff;
font-size:80%;
margin:11px 0 0 5px;
}

.more{float:right;
width:39px;
height:13px;
margin:5px 5px 0 0;
}
.more img{border:none;
}
.more span.more{display:none;
}
/* ****************************首頁標題結束**************************** */
/*span style*/
a.cart_amount{color:#ff5f0f;
font-weight:bold;
letter-spacing:2px;
font-size:110%;
text-decoration:underline;
margin:0 3px;
}
/* ****************************首頁產品基本資訊**************************** */
h4#product_name{height:20px;
margin-top:5px;
}
dl.product_info{text-align:left;
width:121px;
line-height:1.6;
margin:0 auto;
}
dl.product_info dt{width:35px;
text-align:right;
float:left;
}
dl.product_info dd{
font-weight:bold;
}
dt.list_price{
}
dd.list_price_nb{text-decoration:line-through;
color:#ff5f0f;
}
dt.list_special_price{
}
dd.list_special_price_nb{color:#f89537;
}
/*購物車*/
p.addcart{display:none;
}
p.addcart img{border:none;
}
/*次頁*/
#container3{width:618px;
margin:0 auto;
overflow:hidden;
}
h3.title{background:url(images/title_bg.gif) left center no-repeat;
width:600px;
height:35px;
margin:0 auto 0;
color:#fb6a26;
}
h3.title span.title_text{display:block;
padding:10px 0 0 40px;
float:left;
}
#quide{height:25px;
text-align:right;
padding:10px 10px 0 0;
font-size:85%;
font-weight:100;
}
#quide span.quide_on{color:#ff5f0f;
}
/* ****************************條列式列表(最新消息、關於我們)**************************** */
#list_header{background:url(images/list_header.gif) left center no-repeat;
height:42px;
width:618px;
margin:10px auto 0;
}
#list_header h4{padding:20px;
}
#list_header h4 span.news_list_name{width:490px;
text-align:center;
float:left;
}
#list_header h4 span.about_list_name{width:618px;
text-align:center;
float:left;
}
#list_header h4 span.list_date{width:80px;
text-align:center;
float:right;
display:block;
}
#list_bg{width:618px;
background:url(images/list_bg.gif) left center repeat-y;
overflow:auto;
margin:0 auto;
}
#list_bg ul{line-height:2.1;
width:590px;
margin:0 auto;
}
#list_bg ul li{display:block;
clear:both;/*清除列表並列顯示*/
overflow:auto;/*解決非ie瀏覽列表不跟列表項介縮問題*/
}
#list_bg.news_list_box ul li.new{background:url(images/icon_new.gif) 5px 7px no-repeat;
border-bottom:1px dashed #CCCCCC;
}
#list_bg.news_list_box ul li.old{background:none;
border-bottom:1px dashed #CCCCCC;
}
#list_bg.news_list_box ul li.new a,#list_bg.news_list_box ul li.old a{padding:5px 0 0 40px;
}
#list_bg.about_list_box ul li.about_li{background:url(images/ul_about2.gif) 5px center no-repeat;
border-bottom:1px dashed #CCCCCC;
}
#list_bg.about_list_box ul li.about_li a{padding:5px 0 0 20px;
}
#list_footer{background:url(images/list_footer.gif) left center no-repeat;
height:22px;
width:618px;
margin:0 auto;
}
/* ****************************列表頁數**************************** */
#pagination{text-align:center;
margin:10px auto 0;
clear:both;
border-top:1px solid #CCCCCC;
padding-top:5px;
width:600px;
}
#pagination img{border:none;
vertical-align:middle;
margin-left:2px;
}
#pagination span{display:none;
}
#pagination a.current{color:#ff5f0f;
text-decoration:underline;
}
#pagination a{text-decoration:none;
letter-spacing:2px;
}
#pagination.products{
}
/*內頁產品列表*/
ul#productlist{margin-top:15px;
overflow:hidden;
}
ul#productlist li{width:150px;
float:left;
text-align:center;
margin-bottom:10px;
}
li.product1{margin-top:5px;
}
li.product2{background:#eeeeee;
margin-top:5px;
}
#product_img img{border:none;
margin-top:8px;
}
/*友善連結列表*/
ul#linklist{margin-top:15px;
overflow:hidden;
}
ul#linklist li{width:200px;
float:left;
text-align:center;
margin-bottom:10px;
overflow:hidden;
height:132px;
}
li.link{margin-top:5px;
}
li.link h4{margin-top:5px;
}
#link_img img{border:none;
margin-top:8px;
}
ul#linklist dl.link_info{text-align:center;
}
ul#linklist dl.link_info dt{display:none;
}
ul#linklist dl.link_info dd{width:198px;
margin-top:5px;
}
ul#linklist dl.link_info dd a{text-decoration:underline;
}
/* *****************產品詳細頁排版(產品詳細頁、購物車、聯絡我們共用)***************** */
#product_infobox,#contact_infobox{width:580px;
margin:0 auto;
overflow:hidden;
padding:10px;
}
#show_product{width:280px;
float:left;
}
#product_infomation{float:right;
width:280px;
}
/* ****************************產品詳細照片區**************************** */
#zoom_box{text-align:right;
height:20px;
}
#zoom_box img.zoom{vertical-align:middle;
border:none;
margin-right:5px;
}
#product_box img{border:none;
margin:0 auto 10px;
}
/* ****************************產品詳細頁產品資訊**************************** */
#product_infomation h1.info_product{padding-left:15px;
}
#product_infomation dt{width:75px;
text-align:right;
float:left;
}
#product_infomation dd{margin:0 0 0 75px;
}
#product_infomation dt,#product_infomation dd{line-height:1.8;
}
dt.serial{
}
dd.serial_number{
}
dt.brief_introduction{
}
dd.brief_text{height:95px;
overflow:hidden;
}
dt.capacity{
}
dd.capacity_value{
}
dt.price{
}
#product_infomation dd.price_money{color:#ff5f0f;
font-weight:bold;
text-decoration:line-through;
}
dt.special_price{
}
#product_infomation dd.special_price_money{color:#f89537;
font-weight:bold;
}
dt.cheap_price{
}
dd.cheap_price_money{
}
dt.less_buy{
}
dd.less_buy_amount{
}
dt.tran_charges{

}
dd.tran_charges_money{
}
dt.amount{
}
dd.amount_total{
}
#product_infomation dd.amount_total input{width:30px;
}
#product_infomation p.info_addcart{float:right;
margin-top:-22px;
}
p.info_addcart img{border:none;
}
p.info_addcart span{display:none;
}
/* ****************************編輯器區塊**************************** */
#editor{width:610px;
margin:0 auto;
clear:both;
}
#editor p{padding:10px;
}
/* ****************************頁面太長工具(返回、回頂端)**************************** */
#bottom_tool{text-align:right;
padding-right:20px;
margin-top:10px;
}
#bottom_tool img{border:none;
margin-left:5px;
vertical-align:middle;
}
#bottom_tool span{margin-left:5px;
}
/* ****************************聯絡我們頁面**************************** */
#company_infomation{width:260px;
float:left;
height:265px;
overflow:hidden;
}
#company_infomation p{padding-top:5px;
}
#google{width:300px;
height:250px;
float:right;
}
#map{width:300px;
height:250px;
background:#CCCCCC;
}
/* ****************************聯絡表單**************************** */
#contact_form{overflow:hidden;
width:500px;
margin:10px auto;
padding:10px;
}
#contact_form p{margin-top:10px;
}
dl#contact_us{width:600px;
margin-top:10px;
overflow:hidden;
background:#dad9d9;
}
dl#contact_us dt{width:80px;
font-weight:bold;
color:#666666;
text-align:right;
clear:both;
float:left;
padding:8px 5px 5px 10px;
background:#ffffff;
}
dl#contact_us dt.you_opinion{padding:60px 5px 60px 10px;
}
dl#contact_us dd{width:400px;
float:left;
padding:6px 0 6px 0;
}
#contact_us em{color:#999999;
}
dl#contact_us input,textarea{border:1px solid #CCCCCC;
width:300px;
margin-left:5px;
}
dl#contact_us input.name,dl#contact_us input.phone,dl#contact_us input.tel{width:200px;
}
p.form_tool{clear:both;
height:30px;
text-align:center;
padding:10px;
}
input.btn_two{background:url(images/btn_two.gif) left top no-repeat;
width:59px;
height:31px;
border:none;
cursor:pointer;
color:#ffffff;
font-weight:bold;
}
input.btn_four{background:url(images/btn_four.gif) left top no-repeat;
width:71px;
height:31px;
border:none;
cursor:pointer;
color:#ffffff;
font-weight:bold;
}
/*最新消息詳細頁*/
h3.news_title,h3.about_title{clear:both;
width:580px;
margin:10px auto 0;
}
#container3 span.headline{color:#ff5f0f;
}
#container3 span.date{color:#999999;
font-size:80%;
}
#order_listbox{width:600px;
margin:0 auto;
overflow:hidden;
padding:10px;
clear:both;
}
/*購物明細*/
#product_infobox h4{margin:10px 0;
}
ul#order_list{width:600px;
text-align:center;
line-height:2;
}
/*ie6*/
*html #order_list{line-height:1.8;
}
#order_list.order_check{width:570px;
}
/*名稱欄位標題*/
#order_list dt{font-weight:bold;
padding-top:7px;
float:left;
background:#e2e2e2;
}
/*相對欄位數值*/
#order_list dd{float:left;
padding-top:3px;
}
#order_list li{overflow:hidden;
}
/*清單產品橫列*/
#order_list li.title_text{background:#ffffff;/*定義li底色比定義dd背景好*/
border-bottom:1px solid #999999;
overflow:hidden;
height:30px;
}
/*ie6*/
*html #order_list li.title_text{margin-top:-3px;/*刪除清單橫列空隙*/
}
/*ie7*/
*+html #order_list li.title_text{margin-top:-3px;/*刪除清單橫列空隙*/
}
/*勾選欄*/
#order_list dt#select,#order_list dd#select{width:30px;
}
/*ie6*/
*html #order_list dd#select{padding-top:6px;/*解決ie6-checkbox之dd不同高*/
}
#order_list dd#select input{border:none;
}
/*產品編號欄*/
#order_list dt#product_number,#order_list dd#product_number{width:100px;
}
/*產品名稱欄*/
#order_list dt#name,#order_list dd#name{width:254px;
}
/*數量欄*/
#order_list dt#amount,#order_list dd#amount{width:45px;
}
/*ie6*/
*html #order_list dd#amount{padding-top:6px;/*解決ie6-input之dd不同高*/
}
#order_list dd#amount input{width:25px;
}
/*售價欄*/
#order_list dt#selling_price{width:87px;
}
#order_list dd#selling_price{color:#666666;
width:87px;
font-weight:bold;
}
/*小計欄*/
#order_list dt#little_total{width:84px;
}
#order_list dd#little_total{color:#ff5f0f;
width:84px;
font-weight:bold;
}
/*產品數量總計*/
#order_list li.total_products{clear:both;
text-align:right;
height:30px;/*解決ie6橫列高度*/
border-bottom:1px solid #999999;
background:#e2e2e2;/*產品數量橫列底色*/
}
/*ie6*/
*html #order_list li.total_products{margin-top:-3px;/*刪除清單橫列空隙*/
}
/*ie7*/
*+html #order_list li.total_products{margin-top:-3px;/*刪除清單橫列空隙*/
}
#order_list li.total_products dt{text-align:right;
width:100%;
padding-top:3px;/*去除先前dt設定*/
background:none;/*去除先前dt設定*/
}
/*產品數樣式*/
#order_list span.cart_amount{color:#ff5f0f;
margin:0 3px;
}
/*運費(暫不用)*/
#order_list li.tran_charges,#order_list li.tran_charges2{display:none;
}

#order_list li.tran_charges dt{text-align:right;
border-bottom:none;
background:none;
}
#order_list li.tran_charges dd,#order_list li.totle_money dd{
font-size:110%;
color:#ff5f0f;
font-weight:bold;
text-align:left;
padding-top:5px;
background:none;
font-weight:bold;
}
/*總金額*/
#order_list li.totle_money{/*總金額橫列底色*/
}
/*ie6*/
*html #order_list li.totle_money{margin-top:-19px;/*刪除清單橫列空隙*/
}
/*ie7*/
*+html #order_list li.totle_money{margin-top:-3px;/*刪除清單橫列空隙*/
}
#order_list li.totle_money dt{width:500px;
text-align:right;
background:none;/*去除先前dt設定*/
}
#order_list li.totle_money dd{
}
#order_list li.totle_money2 dt{width:480px;
text-align:right;
background:none;/*去除先前dt設定*/
}
#order_list li.totle_money2 dd{background:none;/*去除先前dt設定*/
color:#ff5f0f;
font-weight:bold;
padding-top:5px;
}

/*購物清單編輯(刪除、重新整理)*/
p.order_tool{text-align:right;
margin:0 0 10px;
}
p.thanks{width:595px;
padding:10px;
border:1px dashed #999999;
}
/*計數器*/
/*
ul#count_box{width:180px;
border:1px solid #006699;
overflow:hidden;
clear:both;
height:30px;
}
ul#count_box li{float:left;
}
ul#count_box li#count_people{width:80px;
}
ul#count_box li#counter{background:url(images/count_bg.gif) left top no-repeat;
width:79px;
height:26px;
border:1px solid #009999;
}
*/
#counter{width:79px;
height:43px;
margin:0 auto;
text-align:center;
clear:both;
padding-top:20px;
overflow:hidden;
}
/*產品列表第二波*/
#index_productlist2{position:absolute;
left:-9999px;
top:-9999px;
}
/*google廣告區設定*/
#google_ad{text-align:center;
}
#google_ad2{
text-align:center;
clear:both;
}