#language{
	position:absolute;
	right:10px;
	top:6px;
}
#language a{color:#000;}

/* SEARCH FORM */
#searchform {
	font-size:12px; 
	color:#eeeeee;
	position:absolute;
	right:50px;
	top: 5px;
	height:18px;
}

#searchform input {
	font-size: 12px;
	padding: 0px;
	float: left;
	width: 143px;
	height: 13px;
	margin-top: 1px;
}

#submit-search{
	cursor:pointer;
	float:left;
}

#div_subscribe {
	position:absolute;
	top:30px;
	right:10px;
	width:170px;
	height:24px;
	z-index:110;
	cursor:pointer;
}

#img_subscribe {
	width:100%;
}

#div_subscribe_content {
	display:none;
	position:absolute;
	top:55px;
	width:340px;
	right:10px;
	z-index:999;
}

#div_subscribe_neck{
	width:50%;
	height:14px;
	margin-left:50%;
	background:white;
	-webkit-box-shadow: 0px 0px 15px rgba(66, 66, 66, 0.5);
}

#div_subscribe_title{
	color:#7c5f2b;
	font-weight:bold;
	font-size:14px;
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
}

#div_subscribe_body {
	background: white;
	-webkit-box-shadow: 0px 0px 15px rgba(66, 66, 66, 0.5);
	text-align: left;
	padding-bottom: 40px;
}

#div_subscribe_body a{
	color:#dcbd6b;
}

#div_subscribe_form {
	margin-left:20px;
	margin-right:20px;
}

.input_text {
	width:70%;
}
#div_subscribe_form select {
	margin:0px;
	width:34%;
}

#img_subscribe_btn_bg {
	width:100%;
	height:100%;
}

#div_subscribe_btn{
	width: 100px;
	height: 24px;
	margin: 0px;
	cursor:pointer;
}

#div_subscribe_submit {
	width: 100px;
	text-align: center;
	font-weight:bold;
	color: white;
	top: -22px;
	position: relative;
}

#table_agreement td{
	vertical-align:top;
}

.agree_statement{
	padding-left:5px;
}

#div_subscribe_content.title_position {
	display:block;
}

#div_subscribe_connector{
	height: 20px;
	width: 50%;
	float: right;
	position: relative;
	top: -10px;
	background: white;
}

#div_social {
	position:absolute;
	right:10px;
	top:60px;
	height:30px;
}

#table_social {
	border-collapse:separate;
	border-spacing:4px 0px;
	border:0px solid transparent;
}

#table_social img {
	width:25px;
	height:25px;
}

#wechatqr_popup{
	display:none;
	background-color:#fff;
	left:42%;
	width:500px;
	height:auto;
	margin-left:-150px;
	margin-top:-150px;
	position:absolute;
	text-align:center;
	top:50%;
	z-index:9999;
	-webkit-box-shadow:2px 2px 15px #ccc;
	-moz-box-shadow:2px 2px 15px #ccc;
}

#div_store_locator {
	position:absolute;
	right:150px;
	top:90px;
	height:30px;
}

#div_store_locator img {
	width:25px;
	height:25px;
}

#wechatqr_popup img{
	width:85%;
	padding:7% 2%;
}

#wechatqr_popup .close{
	position:absolute;
	width:35px;
	height:35px;
	cursor:pointer;
	background:url(../images/fancybox_sprite.png) no-repeat left top;
	top:-15px;
	right:-15px;
	z-index:9999;
}