@charset "utf-8";
@import url(../system/css/editor.css);
/* CSS Document */

@font-face {
	font-family: Aldrich;
	src: url(font-awesome-4.4.0/fonts/Aldrich-Regular.ttf);
}

@font-face {
	font-family: Average Sans;
	src: url(font-awesome-4.4.0/fonts/AverageSans-Regular.ttf);
}

* {
	font-family: Arial, "微軟正黑體";
}

html {}

body {
	margin: 0 auto;
	position: relative;
	background: #FFF;
	font-size: 14px;
	color: #4D4D4D;
	min-width: 1000px;
	margin: 0 auto;
}

#logo_box {
	height: 65px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
}

#logo {
	z-index: 10;
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#logo:hover {
	opacity: 0.8;
}

#logo img, #logo2 img {
	max-width: 100%;
	vertical-align: middle;
}

/**************************************************************/

/**************************************************************/

#head_box .header {
	width: 1300px;
	margin: 0 auto;
}

#head_box .header:after {
	content: '';
	display: block;
	clear: both;
}

#language {
	float: right;
}

#language li {
	list-style: none;
	float: left;
	height: 26px;
}

#language li:before, #language li:after {
	content: '';
	height: 26px;
	width: 1px;
	display: inline-block;
	background: #1384B5;
	border-right: 1px solid #77D2F0;
	position: absolute;
}

#language li:last-child:before {
	display: none;
}

#language a {
	color: #FFF;
	padding: 0 15px;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
}

#language a:hover {
	background: url(../images/languages_.jpg);
}

/*#language{

	right:220px;

	top:5px;

	position:absolute;

	padding-left:22px;

	background:url(../images/world.png) 0 center no-repeat;

}

#language .select{

	background:#AD7858;

	border-top:#502C14 1px solid;

	-webkit-border-radius: 10px 10px 10px 10px;

	border-radius: 10px 10px 10px 10px;

}

#language .select:after{

	content:'';

	display:block;

	clear:both;

}

#language .select li{

	float:left;

	line-height:1.3;

	list-style:none;

}

#language .select li:first-child a{

	border-right:#985325 1px solid;

}

#language .select li a, #language .select li a:visited{

	color:#603518;

	padding:0 10px;

	font-size:13px;

	text-decoration:none;

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

#language .select li a:hover{

	color:#FFD10D;

}*/

#search {
	width: 270px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 100px;
	background: rgba(77, 77, 77, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	z-index: -1;
}

#search .bsend {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/search_btn.png)top no-repeat;
	float: right;
	padding: 0;
	margin: 6px;
}

#search .bsend:hover {
	background: url(../images/search_btn.png)bottom no-repeat;
}

#search_applications {
    width: 350px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 100px;
	background: rgba(77, 77, 77, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	z-index: -1;
}

#search_applications .bsend {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/search_btn.png)top no-repeat;
	float: right;
	padding: 0;
	margin: 6px;
}

#seasearch_applicationsrch .bsend:hover {
	background: url(../images/search_btn.png)bottom no-repeat;
}

/**************************************************************/

/**************************************************************/

#top_box {
	overflow: hidden;
	height: auto;
}

.head_bottom {
	min-width: 100%;
	background: url(../images/bg_top.png) top center repeat-x;
	position: absolute;
	display: block;
	height: 110px;
	z-index: 2;
	top: 0;
}

.container {
	padding: 0px 80px 0px 80;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#top_menu_box {
	width: 100%;
}

#google {
	width: 128px;
	height: 27px;
	margin-bottom: 10px;
}

#top_menu {
	width: 100%;
	padding: 0 0px;
	margin: 0 auto;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

/**************************************************************/

/**************************************************************/

#top_u {
	width: 46px;
	height: 18px;
	position: absolute;
	z-index: 50;
	top: -18px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
	background: url(../images/top_u.png) no-repeat;
}

#top_u img {}

#top_u:hover {
	background: url(../images/top_u.png) no-repeat;
}

/**************************************************************/

/**************************************************************/

#rightnav {
	width: 90px;
	position: absolute;
	left: 50%;
	margin-left: 520px;
	z-index: 50;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
}

#rightnav li {
	list-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#rightnav .inquiry {
	height: 85px;
	width: 86px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/inquiry.png) no-repeat;
	margin-bottom: 10px;
}

#rightnav .inquiry:hover {
	background: url(../images/rightnav/inquiry_.png) no-repeat;
}

#rightnav .notice {
	width: 90px;
	height: 71px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/notice.png) no-repeat;
}

#rightnav .notice:hover {
	background: url(../images/rightnav/notice_.png) no-repeat;
}

#rightnav .order_btn {
	width: 90px;
	height: 81px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/order.png) no-repeat;
}

#rightnav .order_btn:hover {
	background: url(../images/rightnav/order_.png) no-repeat;
}

#rightnav .paid_inform {
	width: 90px;
	height: 98px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom: 5px;
	background: url(../images/rightnav/paid_inform.png) no-repeat;
}

#rightnav .paid_inform:hover {
	background: url(../images/rightnav/paid_inform_.png) no-repeat;
}

#rightnav .inquiry a, #rightnav .notice a, #rightnav .order_btn a, #rightnav .paid_inform a {
	width: 100%;
	height: 100%;
	display: block;
}

#rightnav .cart_bg {
	width: 90px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 5px;
	background: url(../images/rightnav/cart.png) no-repeat;
}

#rightnav .cart_box:hover .cart_bg {}

#rightnav .price {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 60px;
	left: 0px;
	text-decoration: none;
}

#rightnav .quantity {
	height: 25px;
	line-height: 25px;
	color: #FFFF00;
	font-size: 14px;
	position: absolute;
	top: 92px;
	left: 15px;
	text-decoration: underline;
}

#rightnav #btn {
	width: 90px;
	height: 66px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/rightnav/cart_btn.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#rightnav #btn:hover {
	background: url(../images/rightnav/cart_btn_.png) no-repeat;
}

#rightnav #btn a {
	width: 100%;
	height: 100%;
	display: block;
}

/**************************************************************/

/**************************************************************/