@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.bold {
	font-weight: bold;
}
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif, '微軟正黑體'
}
/***頁頭範圍************************************************************************************************/
/***至頂靠齊*********************************************************/

#fixedbar {
	width: 100%;
	height: 26px;
	z-index: 10;
	background-color: #262626;
}
#topnavcart {
	text-align: right;
	z-index: 10;
	left: 0px;
	top: 0px;
	font-size: 12px;
}
#topnavcart a{ text-decoration:none; color:#ffffff;}
#topnavcart #cartinfo {
	width: 1000px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0 auto;
	font-size: 13px;
	color: #AAAAAC;
}
#topnavcart .c01 {
	color: #fff;
	font-size: 18px;
}
#topnavcart .c02 {
	color: #000;
}
#topnavcart .c03 {
	color: #E94385;
}
#topnavcart .caption {
	color: #5D5D5D;
}
/***至頂靠齊*********************************************************/
/***頁頭********************************************************/
#header_box {
	width: 100%;
	height: 220px;
	background-color: #000;
}
#header {
	width: 1000px;
	height: 260px;
	margin: 0 auto;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
}
/***頁頭********************************************************/
/***商標*********************************************************/
#logo {
	position: absolute;
	z-index: 999;
	height: auto;
	width: auto;
	right:620px;
	top: 30px;
}
/***商標*********************************************************/
/***語系*********************************************************/
#language {
	position: absolute;
	z-index: 1;
	height: 24px;
	width: 173px;
	left: 825px;
	top: 8px;
	font-size: 13px;
}
/***語系*********************************************************/
/***頁頭範圍************************************************************************************************/
/***麵包屑*********************************************************/
#breadcrumbs {
	width: 300px;
	height: auto;
	text-align: left;
	color: #777777;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	right: 5px;
	top: -10px;
	text-align: right;
	letter-spacing: 1px;
	font-weight: normal;
}
#breadcrumbs span {
	color: #18A0CC;
}
#breadcrumbs img {
	padding: 0px 2px 0 0;
}
#breadcrumbs a {
	color: #777777;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#breadcrumbs a:visited {
	color: #777777;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #fff;
	text-decoration: none;
}
/***麵包屑*********************************************************/
/***主視圖範圍**********************************************************************************************/
/***主視圖******************************************************/
#ad_box {
	width: 100%;
	height: auto;
	background-repeat: repeat-y;
	background-position: left;
}
#ad {
	width: 683px;
	height: auto;
	float: right;
}
#ad_left {
	width: 437px;
	height: 640px;
	float: left;
	float: left;
}
#ad_right {
	width: 438px;
	height: 640px;
	float: left;
}
#ad_dot {
	position: absolute;
	z-index: 2;
	height: auto;
	width: auto;
	right: 40px;
	top: 600px;
}
/***主視圖******************************************************/

/***主視圖範圍**********************************************************************************************/
/***主要內容範圍**********************************************************************************************/
/***主要內容******************************************************/
#main_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: left;
}
#main {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
}
#leftside {
	width: 180px;
	min-height: 400px;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}
#icon {
	width: 180px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#rightside {
	width: 778px;
	height: auto;
	float: right;
	margin: 0px 15px 0px 0px;

}
/***主要內容主要內容範圍******************************************************/
#title {
	width: 1000px;
	height: 25px;
	margin: 0px 0px 34px 0px;
	float: right;
	background-image: url(../data/wrapper/title_line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	color: #525252;
	font-weight: bold;
	font-size: 16px;
}
#title2 {
	width: 759px;
	height: 44px;
	float: right;
	}
#title_sub {
	width: 759px;
	height: 44px;
	font-size: 18px;
	float: left;
	color: #FFFFFF;
	}
#title_sub a {
	color: #B8B8B8;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#title_sub a:visited {
	color: #fff;
	text-decoration: none;
}
#title_sub a:hover {
	color: #fff;
	text-decoration: none;
}

/***主要內容範圍**********************************************************************************************/

/***頁底*********************************************************/
#footer_box {
	width: 100%;
	height: auto;
}
#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	border-top: 1px #333333 solid;
	position: relative;
}
.gotop{
	position: absolute;
	left:50%;
	margin-left:510px;
	z-index: 10;
	width:auto;
	height:auto;}
#footer .community {
	position: absolute;
	z-index: 1px;
	top: 8px;
	left: 408px;
	width: 182px;
	height: auto;
	float: left;
	cursor:pointer;
}
#footer .community img {
	padding: 3px;
}
#footer .copyright {
	font-size: 12px;
	color: #BBBBBB;
	position: absolute;
	left: 317px;
	top: 61px;
	z-index: 5;
	letter-spacing: 2px;
}
#footer .copyright span {
	color: #fff;
	font-size: 12px;
}
/***頁底*********************************************************/

/***頁底*********************************************************/

#cart table,#cart table td,#cart table th,#cart table tbody .pro_img img{ border:1px solid #444;}
#cart table thead,#cart table tfoot th,#cart table tfoot td{color: #BABABA; background-image: url(../data/cart/head_bg.jpg);}

#cart table{ width:100%; padding:0; margin:0; border-collapse:collapse; }
#cart table td,#cart table th{ margin:0; padding:10px; font-weight:normal;}
#cart table thead{ text-align:center;}
#cart table tbody,#cart table tbody a{ text-align:center; color:#fff; text-decoration:none;}
#cart table tbody .pro_name{ text-align:left;}
#cart table tfoot th{ text-align:right; }
#cart table tfoot td{ text-align:center;}

#cart table th.red,#cart table td.red{ color: #B01400;	font-size:16px;}
#cart table td.red2{color: #B01400; font-weight:bold;}
#cart table img{ max-width:100px;

