@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	position:relative;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#search {
	height: 24px;
	width: 275px;
	position: absolute;
	right: 55px;
	top: 127px;
	padding: 4px 0 0 10px;
	border: #C68865 1px solid;
	background:#FFF;
}
#search .btn {
	width:30px;
	height:30px;
	position: absolute;
	right:-31px;
	top: -1px;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#topcart{
	width:100%;
	min-width:1000px;
	height:30px;
	position: relative;
}
#topnav{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	color: #D8D3CB;
	position: absolute;
	margin: 0 auto;
	left: 58px;
	top: 123px;
}
#topnav img{
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:2px;
}
#topnav a{
	color:#585048;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#topnav a:visited{
	color:#585048;
	text-decoration:none;
}
#topnav a:hover{
	color:#EE87B5;
	text-decoration:none;
}
#topnav a span{
	font-size:16px;
	font-weight:bold;
	color:#EE87B5;
	text-decoration: underline;
}
#topnav a:visited{
	color:#EE87B5;
	text-decoration: underline;
}
#topnav a:visited{
	color:#585048;
	text-decoration:none;
}
/*********************************************************/
/*********************************************************/
#lang{
	width: 100px;
	display: block;
	right: 10px;
	cursor: pointer;
	position: absolute;
	height: 25px;
	top: 4px;
}
#lang_box{
	position:absolute;
	right:0px;
	top:25px;
	width:95px;
	z-index:999;
	border:#FFFFFF 1px solid;
	border-bottom: none;
	background:#DDDDDD;
	display:none;
}
#lang_box li{
	text-align:center;
	line-height:25px;
	list-style:none;
	border-bottom:#FFF 1px solid;
}
#lang_box li a{
	color:#666666;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#lang_box li a:visited{
	color:#666666;
	text-decoration:none;
}
#lang_box li a:hover{
	color:#BE006D;
}
/*********************************************************/
/*********************************************************/
#rightnav{
	width: 61px;
	position: absolute;
	left: 50%;
	z-index: 50;
	cursor: pointer;
	margin-left: 520px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav > a{
	display:block;
	text-align:center;
	margin-bottom:5px;
	font-size:13px;
	color:#333333;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav > a:hover{
	color:#BE006E;
	text-decoration:underline;
}
#top_u {
	position: absolute;
	left: 50%;
	z-index: 50;
	cursor: pointer;
	margin-left: 510px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index:999;
	padding-bottom: 10px;
	background:url(../data/wrapper/top_u.png) no-repeat;
}
#top_u img{
	opacity:0;
}
#top_u:hover {
	background:url(../data/wrapper/top_u_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#rcart{
	width:60px;
	height:60px;
	position:relative;
	margin-bottom:5px;
}
#rcart .list{
	color: #000000;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	left: 34px;
	top: 7px;
}
#rcart a{
	width:100%;
	height:100%;
	display:block;
	background: url(../data/rightnav/bg.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rcart a:hover{
	background: url(../data/rightnav/bg_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
.hidden{
	display:none;
}
.opacity{
	opacity:0;
}
