﻿/* CSS Document */
@import url("table.css");
@import url("form.css");

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
/*table, caption, tbody, tfoot, thead, tr, th, td*/ { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;  background: transparent;}
ol, ul { list-style: none;} 
blockquote, q { quotes: none;} 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;} 

body{ 
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	font-size:13px;
	color: #777; 
	background: #f5f5f5 url(../image/bg.gif) repeat-x left top;
}

a{ color: #666; text-decoration: none; blr:e­xpression(this.onFocus=this.blur());/* 去除link虛線框 */}
a:hover, a.stay{ color: #ff8600;}
a.back { color:#004898; background:url(../image/bullet-02.gif) no-repeat left top; padding-left:21px;}
a:hover.back { color: #C60;}
area {blr:e­xpression(this.onFocus=this.blur())}
.block{ clear:both; display: block; height:10px;}
h1, h2, h3{ font-family:"微軟正黑體"; color: #5b940d;}
h1{ font-size:24px; margin:30px 0 20px 0;}
h2{ margin:0; font-size: 16px; display:block; }
h3, h3 a, h3 a:hover{ margin:0 0 10px 0; padding:0; color:#004898;}
h4{ font-size:13px; font-weight:normal;}

/*   版型欄位   */
#wrapper{ 
	margin: 0 auto;
	width: 940px;
}
#wrapperInner{ 
	margin:0;
}
#header{ 
	/*position: relative; */
	margin:0;
	width:940px;
	height:101px; 
}
#header-LCol{ 
	/*position: absolute; 
	top:0; 
	left:0;*/
	float: left;
}
#header-RCol{ 
	/*position: absolute; 
	top:0; 
	right:0;
	width:300px;*/
	float:right;
}
#contentwrapper{ 
	float: left; 
	width: 100%; 
	text-align:left; 
}
#contentcolumn{ 
	margin: 0 0 0 200px;/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumn_inner{
	margin: 0;
	text-align:left;
	line-height:20px;
	letter-spacing:normal;

}
#leftcolumn{ 
	float: left; 
	width: 200px; /*Width of left column in pixel*/ 
	margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
}
#leftcolumn_inner{ 
	margin:0 20px 0 0;

}
#footer{ 
	margin: 25px 0 30px 0;
    padding: 30px 0 0 0;
	clear: both; 
	font:12px arial;
    text-align: center;
	background: url(../image/bg_footer.gif) repeat-x left top;
    /* Do rounding (native in Firefox and Safari)
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px; */
}
#footer span{ color:#f5c0ff;}
#footer a{ color:#e8d39a;}
#footer a:hover{ color: #CC0099;}

/*   導覽列  */
.Navigation { 
	margin: 0px; 
	padding: 0px; 
	border-collapse: collapse; 
	width: 940px; 
	height: 45px; 
	background-image: url(../image/nav.gif); 
}/**/
.Navigation ul{ 
	margin: 0 0 0 45px; 
	padding: 8px 0 0 0; 
	list-style: none;
}
.Navigation li{ 
	display: inline;
	float: left;
}
.Navigation li a{ 
	margin:0; 
	padding: 5px 25px; 
	display: block; /*height: 35px; overflow: hidden;*/ 
	border-right:1px solid #c9e3a3;
	font: bold 15px  微軟正黑體;
	color:#fff;
}
.Navigation li a.none{ 
	border-right:none;
}

.Navigation li a:hover{ 
	color:#fff;
	background-color: #004898
}
.Navigation li a.selected, .Navigation li a.stay{ 
	color:#fff;
	background-color: #004898;

}
/*#nav01 a{ width:  102px; background-position:     0       0;}
#nav02 a{ width:  120px; background-position:  -102px     0;}
#nav03 a{ width:  121px; background-position:  -222px     0;}
#nav04 a{ width:  131px; background-position:  -343px     0;}
#nav05 a{ width:  129px; background-position:  -474px     0;}

#nav01 a.stay{ background-position:      0   -84px;}
#nav02 a.stay{ background-position:  -102px  -84px;}
#nav03 a.stay{ background-position:  -222px  -84px;}
#nav04 a.stay{ background-position:  -343px  -84px;}
#nav05 a.stay{ background-position:  -474px  -84px;}

#nav01 a:hover{ background-position:      0    -84px;}
#nav02 a:hover{ background-position:  -102px   -84px;}
#nav03 a:hover{ background-position:  -222px   -84px;}
#nav04 a:hover{ background-position:  -343px   -84px;}
#nav05 a:hover{ background-position:  -474px   -84px;}*/
.hidden{ text-indent: -5000px;}

.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 14px 微軟正黑體;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #fff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border:0px solid #fff;
}

.ddsubmenustyle li a{
display: block;
width: 145px; /*width of menu (not including side paddings)*/
color: #004898;
background-color: #fff;
text-decoration: none;
padding: 8px 0 8px 16px;
border-bottom: 1px solid #ececec;
text-align:left;
}

.ddsubmenustyle li a.none{
	border: none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 145px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color:#61a800;
	text-decoration:underline;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 8px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 4px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}




/*   左側產品目錄下拉選單   */
.category{ 
	width: 180px; /*width of accordion menu*/
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
    border: 1px solid #accbec;
	border-bottom: none;
	background: #fff url(../image/bg_categories.png) no-repeat left top;
	height:100%;
	}
.bottom{
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #accbec;
	border-top: none;
	background-color:#fff;
	}
.category h2{ 
	margin:0;
	color:#fff; 
	text-decoration:none; 
	display: block; 
	height:33px; 
	background: url(../image/bg_nav.gif) no-repeat left top; 
	padding-left:20px; 
	padding-top:7px;	
}
.category h2 span{
	font-size:11px; 
	color:#9abde4;
}
.category h3{ 
	margin:0 15px;
	color:#fff; 
	text-decoration:none; 
	font-size:15px;
}
.category .menuheader{
	font: bold 15px 微軟正黑體;
	color: #044d9d;
	width: 180px;
	display:block;
	overflow:hidden;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	cursor: hand;
	cursor: pointer;
	text-align:left;
	line-height:26px;
	z-index:100;
}
.category .menuheader a{ 
	color: #044d9d;
	text-decoration:none; 
}
.category .menuheader a:hover, .category .menuheader a.stay{ 
	color:#f60;
	background:url(../image/bg_nav.gif) no-repeat left -33px;
}
.category .menuthis,.category .menuthis a,.category .openheader, .category .openheader a{ /*CSS class to apply to expandable header when it's expanded
	background-image: url(../image/titlebar-active.png);*/ 
}
.category .categoryitems{ 
	margin:15px 20px; padding:0;
}
.category ul{ /*CSS for UL of each sub menu*/
	list-style-type: none; 
	margin: 0; 
	padding: 0;  /*bottom spacing between each UL and rest of content*/ 
}
.category ul li{ 
	padding-bottom: 5px; /*bottom spacing between menu items*/ 
	margin-bottom:5px; 
	border-bottom:1px dotted #c9ddf3; 
	background: url(../image/arrow-01.gif) no-repeat left 6px;
	padding-left: 12px; /*link text is indented 19px*/
}
.category ul li.none{ 
	border-bottom:none;
}
.category ul li a{
	color: #45add8;
	display: block;
	text-decoration: none;
	font: 14px 微軟正黑體;
	/*border-bottom: 1px solid #dadada;*/
}
/*.category ul li a:visited{ color: #ff6000;}*/
.category ul li a:hover, .category ul li a:hover.select, .category ul li a.stay{ /*hover state CSS*/
	color:#da8000;
	text-decoration:underline;
}

/*   首頁設定   */
#top-panel{ 
	margin-top:45px;
}
#top-panel ul{ 
	margin: 0; 
	padding:0; 
	list-type: none;
}
#top-panel ul li{ 
	float: left; 
	padding:0 10px; 
	text-align: center; 
	border-right: 1px solid #ccc; 
	list-style:none;
	font: normal normal 10px/150% ;
}
#top-panel ul li.none{ border-right: none;}
#top-panel ul li a{ font-size: 12px;}
#top-panel ul li a:hover{ }

/* 語言版本下拉選單設定 */
#DropDownBox{ 
	/*margin-left:0px;
	position:absolute; 
	top:0px; 
	right:10px; 
	z-index:101; */
	margin-top:0px;
}
.select { 
  padding: 0 24px 0 6px; 
  position: absolute; 
  width: 30px; 
  height: 20px;
  color: #004898; 
  font: 11px/21px arial,sans-serif; 
  background: url(../image/select.gif) no-repeat;
  overflow: hidden; 
} 

/*   推荐商品設定   */
#recommend{ 
	margin: 0 15px;
	padding: 25px 0 25px 0;
	overflow:hidden;
}
#recommend .column {
	float:left;
	display: block;
	padding:0 15px;
	width:151px;
	border-right:1px dotted #aaa;
}
#recommend .column h2{ margin-bottom: 5px;}
#recommend .column .pic{
    margin: 0;
    background-color: #fff;
    padding:0;
    text-align: center;
    border: 0px solid #c5f4b2;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	}
#recommend .column { font-size:13px}
#recommend .column .text{ height:43px; display:block; overflow:hidden;}
#recommend .column a.more{
	background: url(../image/ya1.gif) no-repeat right top;
	padding-right:18px;
	font: bold 12px arial;
	color: #004898;
}
#recommend .column a:hover.more{
	color:#f60
}
#recommend .none{
	border-right: none;
}

/*   麵包屑設定   */
#breadcrumb{ 
	padding-bottom:3px; 
	margin-bottom:15px; 
    background-color: #fcfcfc;
    padding:3px 12px;
    text-align: left;
    border: 1px solid #dedede;
 
    /*Do rounding (native in Firefox and Safari)*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
#breadcrumb h4{ 
	padding-bottom:3px; 
	border-bottom:0px solid #888; 
	display:inline;
	color:#5e970f; 
	/*background: url(../image/bullet-01.gif) no-repeat left 8px; 
	padding-left:10px;*/
}
	
#breadcrumb span{ 
	color:#888;
}

/*  最新消息  */
#NewsBox{ 
	margin: 0 auto; 
	padding-top: 10px;
}
#NewsBox ul{ 
	margin: 0 10px; 
	padding: 0; 
	list-style: none;
}
#NewsBox li{ 
	margin: 0; 
	padding: 7px 0; 
	background:url(../image/bullet-01.gif) no-repeat left 15px; 
	padding-left:12px; 
	border-bottom: 1px dotted #ccc;
}
#NewsBox li a:hover{ color: #5b940d;}
#NewsBox li.none{ 
	border-bottom:none;
}
#NewsBox .date{ 
	color: #999; 
	font: 0.9em Arial, Helvetica, sans-serif;
}
#NewsBox .more{ 
	margin-top: 5px; 
	margin-bottom: 8px; 
	text-align: right; 
	background-image: url(../image/arrow.gif); 
	background-repeat:no-repeat; 
	background-position: 135px 3px; padding-left: 10px;
} 
#NewsBox .more a{ 
	text-decoration: underline; 
	color:#E7E0A7;
}
#NewsBox .more a:hover{ 
	color:#FFFFFF;
}

/*  商品一覽  */
#ProCatalog{ 
	margin:0 auto; 
	padding: 20px 0 0 0; 
}
#ProCatalog .ImageBox{ 
	width:145px; 
	float: left; 
	margin: 0 15px 15px 5px; 
	text-align:left;
	padding: 10px; 
	background-color:#fff;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}
#ProCatalog .ImageBox .pic{
    margin: 0;
    background-color: #ffff;
    padding:0;
    text-align: center;
    border: 0px solid #ccc;
 	height: 115px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 20px 10px;
	}
#ProCatalog .ImageBox h3{ 
	margin:5px 0 10px 0; 
	font-size: 12px; 
	font-weight: normal;
	height:72px;
	overflow:  hidden;
}
#ProCatalog .ImageBox h3 span{ color: #5b940d; font:bold 11px Arial} 
#ProCatalog .ImageBox .price{ 
	color: #ffe6aa; 
	font-size:1.5em;
}
#ProCatalog .ImageBox img{ 
	border:0px solid #dcdcdc; 
	margin: 0 auto;
} 
#ProCatalog .ImageBox a{ 
	color: #45add8; 
	text-decoration: underline;
}
#ProCatalog .ImageBox a:hover{ 
	color: #ff9600; 
	text-decoration: none;
}

/*   商品內容欄位   */
#ContentLCol{ 
	float:left; 
	width:380px; 
	text-align:left; 
}
#ContentRCol{ float:left; width:300px;}
#ContentRCol h1{ margin:10px 0 20px 0;}

.photo { 
	width:350px; 
	height:330px; 
	display:block;
    background-color: #fff;
    padding:0;
    text-align: center;
    border: 0px solid #b29c79;
 
    /*Do rounding (native in Firefox and Safari)*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}
.thumbnail{ margin-top:5px; clear:both;}
.thumbnail ul{ margin:0; padding:0; list-style: none;}
.thumbnail li{ 
	float:left; 
	margin:2px 4px 2px 0;
	background-color: #fff;
    padding:0px 7px;
    text-align: center;
    border: 0px solid #b29c79;
 
    /*Do rounding (native in Firefox and Safari)*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;}
.thumbnail li img, .thumbnail li img a, .thumbnail li img a:hover{ border:none;}

div.pagination{ 
	padding:2px;
	/*background-color:#c1c1c1;*/
	width:500px; 
	font:15px Geneva, Arial, Helvetica, sans-serif; 
}
div.pagination a{
	padding: 2px 5px 2px 5px; 
	margin: 0px; 
	text-decoration: none; /* no underline */ 
	color: #004898;
}
div.pagination a:hover, div.pagination a:active{ 
	border: 0px solid #ff8400; 
	color: #fff;
	background-color:#8bc43b;
}
div.pagination span.current,div.pagination strong{ 
	padding: 2px 5px 2px 5px; 
	margin: 2px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #8bc43b;
	border: 0px solid #ff8400;
}
div.pagination span.disabled{ 
	padding: 2px 0px 2px 0px; 
	margin: 2px;
	color: #8a774e;
}
div.pagination span a{ 
	margin:0px;
}

/*  會員專區選單設定  */
#border{  
	background: url(../image/border_r.gif) no-repeat top right; height:48px;
}
#member { 
	margin:0; 
	padding: 0; 
	text-align:center; 
	height:48px; 
	background: url(../image/border_l.gif) no-repeat top left ;}
#member ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	margin-top:3px; 
	padding-top:10px;
}
#member li{ 
	display: inline; 
	margin-right:5px;
}
#member li a{ 
	background: url(../image/bullet-01.gif) no-repeat left 8px; 
	padding-left: 10px; 
	text-decoration:underline;
}
#member li a:hover, #member li a.stay{ 	
	text-decoration: none;
}

/*   頁籤 tab content   */
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	font: bold 13px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 4px 25px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #555;
	background: #fff url(../image/bg_tab_up.gif) top left repeat-x;
	font:12px arial;

    /*Do rounding (native in Firefox and Safari)
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
}

/*.shadetabs li a:visited{
	color: #2d2b2b;
}*/

.shadetabs li a:hover{
	color: #dcbb80;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;

}
.shadetabs li a.selected{ /*selected main tab style */
	background: url(../image/bg_tab_over.gif) repeat-x left top;
	/*background-image: url(../image/bg_tab_over.gif) repeat-x left top;*/
	border-bottom-color: #fff;
	color: #555;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
.tabcontent{
	display:none;
}

.list ul{ margin:0; padding:0; list-style:none;}
.list li{ background:url(../image/bullet-01.gif) no-repeat left 6px; padding-left:16px; font:13px arial; margin:8px 0; padding-bottom:8px; border-bottom:1px dotted #aaa;}


/*   購物問題設定   */
.mypets{ 
	cursor: hand; 
	padding: 8px 5px; 
	padding-left:34px; 
	margin-bottom:3px; 
	border: 1px solid #b29c79; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../image/qa.png) no-repeat 10px 10px; 
	color: #fff5db;
}
.openpet{ 
	color: #d8c28a; 
	padding-left:34px; 
	background: url(../image/qa.png) no-repeat 10px 10px; 
}
.thepet{ 
	padding:15px 30px; 
}


/*   邊框設定   */
.frame{
	background: #f0f1e3;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F0F0F0), to(#FFF));
	background: -moz-linear-gradient(#F0F0F0, #FFF);*/
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:0px solid #fff;
}
.frameInner{ 
	margin:15px; 
	padding: 10px 20px; 
	overflow: hidden;
}
.frame h1{ margin: 10px 0 20px 0; padding-bottom:10px; border-bottom:2px solid #ccc; display:block}


/*  內頁內容  */
.postbox{
   margin:0;
    padding: 0;
    text-align: left;
    /* border: 0px solid #c5f4b2;
 
    Do rounding (native in Firefox and Safari)
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	overflow:inherit; */
}

.tip{
	background-color:#fff;	
	padding:20px;
    border: 1px solid #ccc;
 
    /* Do rounding (native in Firefox and Safari)*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	overflow:inherit; 
)
