@charset "utf-8";
/* CSS Document */

/* reset */
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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
:focus {
	outline: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

/* common
-------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	font-family: "微軟正黑體";
}
.clear {
	zoom: 1;
	clear: both;
}
.clearfix{display:inline-block;}
.clearfix:after{clear:both;visibility:hidden;height:0;}


.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0px;
}
.com_input {
	border: 1px solid #ccc;
	height: 20px;
	background-color: #f9f9f9
}


#outer {
	margin: 0px auto;
	width: 1000px;
	height: auto;
	overflow: hidden;
}
#main {
	width: 1000px;
	height: auto;

}
/* home
-------------------------------------------------------------- */
#top_line {
	background-color: #e54808; height: 3px; margin-bottom: 7px;
}
#top_bottom_line {
	background-color: #a9a890; height: 2px;
}
#top { position: relative; overflow: hidden; height: 358px;}
#logo { position: absolute; left:10px; top:13px; z-index: 999;}
#top_img { position: absolute; top:47px; z-index: 0; height: 311px;}

.menu {
	height:30px; line-height:30px;width:100%; text-align:right;
	color: #727272;
	font-size: 16px;
	clear: both;
	margin-top: 13px;
}
.menu a { text-decoration: none; }
.menu a:link, .menu a:visited  {color: #727272;	padding-top: 10px; margin:0px 4px;font-size: 16px;}
.menut a:active, .menu a:hover {color: #ffb100;text-decoration: none;margin:0px 4px;font-size: 16px;}

#top_space, .space { height:6px;}
#left_sider {
	padding-left:0px;
}

ul.top_nav {
	text-align: center;
	width: 100%;/*800px;*/
	height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.top_nav li {
	position: relative;
	float: left;
	z-index: 9999;
	list-style-image: none;
	cursor: default;

}

ul.top_nav li a {
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-align: center;
	text-decoration: none;
}


#search_box {padding:9px 0 9px 0;}

/* category
-------------------------------------------------------------- */
#cat_menu { margin: 10px 0px 0px; }
#cat_menu_body {
	background-color:#fff;
	width:204px;
	margin:0;
	padding:0;
	color:#857a7a;
}

#accordion {
	margin: 0;
	text-align: left;	}


#accordion ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#accordion  li {
	/*height:32px;*/
	line-height:32px;
}

#accordion h4 {display: block;}
.cat_tree {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 11px;
	vertical-align: top;
	margin-top: 10px;
  background: url(../images/sys/toggle.jpg) no-repeat scroll 0 0 transparent;
	float:right;
}
.active_close {
    background-position: -15px 0;
}
.active_open {
    background-position: -30px 0;
}



#accordion > li > h4 {
	padding: 4px 10px 4px 20px;
	height:31px;
	line-height:31px;
	color:#000;
	background: url(../images/cat_bg.jpg) no-repeat 0 6px;
}
ul#accordion > li > h4 > a {
	display: inline-block;
	color: #000; /*#857a7a;*/
	text-decoration:none;
	font-size:14px;
}
#accordion > li > h4 > a:hover {
	color: #fec83c;
}
ul#accordion > li > ul { margin: 0; padding: 0 0 0 10px;display: none;}
#accordion ul li { margin: 0; padding: 0; clear: both;}
#accordion ul li a { padding-left: 20px; font-size: 12px; font-weight: normal;}
#accordion ul li a:hover {background-color:#D3C99C; color:#675C7C;}
#accordion ul ul li a {color:#fff;; padding-left: 40px;}
#accordion ul ul li a:hover { background-color:#D3CEB8; color:#675C7C;}
#accordion span{float:right;}
/* 箭頭向下 */
.arrow-bottom {
    display: inline-block;
    margin-left: 5px;
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 1px;
    height: 1px;
}
/* 箭頭向右 */
.arrow-right {
    display: inline-block;
    margin-left: 12px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #666;
    width: 1px;
    height: 1px;
		float:right;
		margin-top:12px;
}

/* 浮動次選單 */
ul.navigation {display:none;}
ul.navigation, ul.navigation li, ul.navigation ul, a{
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-decoration: none;

}
ul.navigation,ul.navigation li {
    list-style: none;
}
/* 選單 li 之樣式 */
ul.navigation li {
    position: relative;
    float: left;
		width:100%;
		line-height: 1em;
}
/* 選單 li 裡面連結之樣式 */
ul.navigation li a{
    display:  block ;  /*inline-block;*/
    padding: 4px 20px;
    /*background: #888;*/
    color: #000; /*#888;*/
}
/* 特定在第一層，以左邊灰線分隔 */
ul.navigation > li > a{
    border-bottom: 1px dotted #CCC;
    /*border-left: 1px solid #CCC;*/
}
ul.navigation > li > a:hover{
    color: #666;
    background: #DDD
}
/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul.navigation li ul{
    display: none;
    float: left;
    position: absolute;
    left: 0;
    margin: 0;
		z-index:9999;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul{
    display: block;
		left:194px; /*與第二層的距離*/
		top:0px;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul.navigation ul li {
    border-bottom: 1px solid #DDD;
		width:200px;
}
/* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
    border-bottom: none;
}
/* 第二層或之後 選單 li 之樣式 */
ul.navigation ul a {
    /*width: 120px;*/
    padding: 4px 12px;
    color: #fff;
    background: #404040;/*#EEE;*/
}
ul.navigation ul a:hover {
    background: #CCC;
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul{
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

ul#accordion > li > h4 > a.active_open_text {
    color: #fec83c;
}
/* home-login
-------------------------------------------------------------- */
#login_box {
	background-image: url(../images/login_bg.jpg);
	width: 200px;
	height: 216px;
	overflow:hidden;
	margin-top: 10px;
}
#login_sider {

}
.mem_add {
	float: left;
	margin-top: 8px;
	font-size: 13px;
}
.mem_add a {
	color: #5687C8;
	text-decoration: none;
}

.search_bg {
	height: 40px;
	padding: 10px 0 0 0px;
}

/* home-sale
-------------------------------------------------------------- */
#sale_sider {

	border-left:1px solid #c9c9c7;
	border-right:1px solid #c9c9c7;
	display: block;
	width:194px;
	/*min-height:100px;
	height: auto !important; */
	height: 477px;
	padding:0 4px 0 4px;
	text-align:center;
	overflow: hidden;
}

.sale_list{
	margin: 0px;
	text-align: left;
}

.sale_list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sale_list li{
	width: 100%;
	margin:0;
	text-align:center;
}
.sale_list li a{
	color: #999;
	display: block;
	/*padding: 4px 0px 4px 8px;*/
	text-decoration:none;
	font-size:14px;
	text-align:center;
}
.sale_img { width: 194px;}

/* footer
-------------------------------------------------------------- */
.address {
	height:60px;
	width:100%;
	margin-top:10px;
	font-size: 16px;
	text-align:center;
	color: #666;
}
#footer {

}

#footer_sider {
	background:url(../images/foot_nav_bg.jpg) no-repeat;
	width:1000px;
	height:30px;

	line-height:30px;
	text-align: center;
	margin:0 auto;
	color: #fff;
	font-size: 12px;
	clear: both;
}
#footer_sider a { text-decoration: none;}
#footer_sider a:link, #footer_sider a:visited  {color: #ffffff;	padding-top: 10px; margin:0px 10px;}
#footer_sider a:active, #footer_sider a:hover {color: #184a93;text-decoration: none;margin:0px 10px;}
/* home-right
-------------------------------------------------------------- */
#right_sider{
	margin-left:5px;
	float:left;
	width: 780px;
	overflow: hidden;
}
/*edm*/
a img {
	border: none;
}
#slide_ad {
	position: relative;
	width: 780px;
	height: 275px;
}
#slide_ad a.ad {
	position: absolute;
}
#slide_ad .control {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#slide_ad .control a {
	display: inline-block;
	padding: 4px 2px 2px 2px;
	margin: 0 2px;
	width: 15px;
	height: 15px;
	color: #fff;
	background: #888;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#slide_ad .control a.on {
	font-weight: bold;
	color: #fff;
	background: #7ec14a;
}




/* pro_list
-------------------------------------------------------------- */
#product_list { /*margin-left:8px;*/ height:auto; overflow:hidden;}
.pro_list {
	width: 250px;
	height:auto;
	overflow:hidden;
	float: left;
	margin: 5px 4px 5px 0px;
	border: 1px solid #ccc;
	text-align:center;
	padding:1px 1px 0 1px;
}

.pro_bg,.cate_desc{
	background-color: #eee;
}
.pro_name {
	width: auto;
	color:#082fbf;
	font-size: 15px;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: 25px;
	height: 50px;
}
.pro_name a {
	color: #082fbf;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}
.pro_name a:hover {
	color: #83572F;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.pro_market {
	width: auto;
	color: #999;
	font-size: 14px;
	font-family: "微軟正黑體";
	line-height: 20px;
	text-decoration: line-through;
	padding:4px;
	text-align: left;
}
.pro_shop {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align:right;
}

.pro_price01 {
	color: #000;
	text-decoration: line-through;
	line-height: 20px;
}
.pro_price02 {
	color: #f00;
	line-height: 20px;
	font-size: 13px;
}
.pro_price03 {
	color: #f00;
	line-height: 20px;
	font-family: "Arial Black";
	font-size: 16px;
}

#installment td{
	font-size: 15px;
	color: #000;
	background-color: #fff;
	border: #ccc 1px solid;
    text-align: center;
    padding: 3px 5px 3px 5px;

}
