@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
body {
	width: 100%;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	position:relative;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background:url(../data/wrapper/top_bg.png) center top repeat-x;

}
#wrapper:after {
    content:'';
    clear: both;
    display:block;
}
/*#wrapper_box {*/
/*	width: 100%;*/
/*	clear: both;*/
/*	position: relative;*/
/*}*/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#logo{
	z-index: 10;
	position: absolute;
	left:50%;
	margin-left:-49px;
	top:34px;
}
/*********************************************************/
/*********************************************************/
#header_box{
	width:100%;
	margin:0 auto;
	background: #fff url(../images/top_bg.jpg) center bottom repeat-x;
	z-index:400;
    position: relative;
}
#header{
	width:1000px;
	height:113px;
	margin:0 auto;
	padding-top:84px;
	position:relative;
}
#header #pic{
	z-index:10;
	position: absolute;
	right:0px;
	top:68px;
}
/*********************************************************/
/*********************************************************/
#header .nav{
	height:37px;
	position:relative;
	margin:0 auto;
}
/*********************************************************/
/*********************************************************/
#topcart{
	width:100%;
	min-width:1000px;
	height:20px;
	position: relative;
}
#topnav{
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0px;
	top: 10px;
}
#topnav li:first-child{
	border:none;
}
#topnav li:last-child a{
	padding-right:0px;
}
#topnav li{
	float:left;
	list-style:none;
	border-left:#B0B7BD 1px dashed;
}
#topnav img{
	margin-right:5px;
	margin-bottom:2px;
	vertical-align:middle;
}
#topnav a, #topnav a:visited{
	font-size: 12px;
	line-height: 20px;
	display: block;
	color: #868686;
	padding: 0 10px;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#topnav a:hover{
	color: #BF312C;
	text-decoration: none;
}
#topnav span{
	color:#FFF !important;
	font-weight:bold;
}
#topnav li a.btn{
	float:left;
	display:block;
	width:121px;
	height:34px;
	padding:0px;
	text-indent:-9999px;
	background:url(../images/paid_inform.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#topnav li a.btn:hover{
	background:url(../images/paid_inform_.png) no-repeat;
}
#topnav li.cart a{
	float:left;
	display:block;
	line-height:14px;
	width:23px;
	height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	padding:3px 3px 18px 83px;
	background:url(../images/top_cart.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#topnav li.cart a:hover{
	color:#FFF;
	background:url(../images/top_cart_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#topinfo{
	width:400px;
	display:block;
	position:absolute;
	top:10px;
	left:0px;
}
#topinfo li.info{
	width:400px;
	font-size:16px;
	margin-bottom:5px;
	font-weight: bolder;
}
#topinfo li{
	width:195px;
	color:#BF312C;
	font-size:22px;
	font-weight:bold;
	list-style:none;
	float: left;
}
#topinfo li img{
	vertical-align:middle;
}
/*********************************************************/
/*********************************************************/
#search {
	width: 120px;
	height: 27px;
	position: absolute;
	right:68px;
	top:-30px;
	color: #AAAAAA;
	background:#EEEEEE;
	padding: 2px 0 0px 10px;
	border:#D1D1D1 1px solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#search {
}
#search .btn {
	width:33px;
	height: 27px;
	position: absolute;
	right:-33px;
	top: -1px;
}
/*********************************************************/
/*********************************************************/
#search {
	height: 18px;
	width: 180px;
	position: absolute;
	right: 24px;
	top: 45px;
	color:#AAAAAA;
	padding: 0px 0 4px 5px;
	background:#FFF;
}
#search .btn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: -24px;
	top: -1px;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#rightnav{
	width: 70px;
	position: absolute;
	left: 50%;
	z-index: 50;
	margin-left: 520px;
	top: 215px;
}
#rightnav .quantity{
	width: 50px;
	text-align: center;
	color:#958F71;
	font-size:20px;
	font-weight:bold;
	position: absolute;
	top: 88px;
	left: 12px;
	height: 25px;
	line-height:25px;
}
#rightnav .info1{
	font-size:13px;
	text-align: center;
	line-height: 25px;
	color: #C33D38;
	text-decoration: none;
}
#rightnav .info1 span{
	display:block;
	font-size:30px;
	font-weight:bold;
}
#rightnav .info2{
	font-size:18px;
	text-align: center;
	line-height: 25px;
	color: #007FFF;
	font-weight:bold;
	text-decoration: none;
	margin-bottom:20px;
}
#rightnav .btn01, #rightnav .btn02{
	width:70px;
	height:101px;
}
#rightnav .btn01 a{
	text-indent:-9999px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/right_btn01.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav .btn01:hover a{
	background:url(../images/right_btn01_.png) no-repeat;
}
#rightnav .btn02 a{
	text-indent:-9999px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/right_btn02.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav .btn02:hover a{
	background:url(../images/right_btn02_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#top_u{
	width:40px;
	height:25px;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:-16px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background:url(../images/top_u.png) no-repeat;
}
#top_u:hover{
	background:url(../images/top_u.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#ad{
	float:right;
}
#ad li{
	list-style:none;
	margin-bottom:13px;
}
#ad li:last-child{
	margin-bottom:0px;
}
/*********************************************************/
/*********************************************************/
.hidden{
	display:none;
}
/*.opacity{
	opacity:0;
}
*/