@charset "utf-8";
/* CSS Document */
html,body {
	-webkit-text-size-adjust:none;
	padding: 0;
	margin: 0;
}/*chrome font-size<12px */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/in_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}
.clear{
  clear:both;
}

#header {
	background-color: #FFF;
	height: 100px;
}
/*-1002-*/
.block_header {
	background-color: #FFF;
	height: 100px;
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 21px;
}
#logo_wapper {
	float: left;
	width: 261px;
	padding-top: 18px;
}
/*--*/
.list {
	float: left;
	width: 556px;
	padding-top: 31px;
}
.list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list ul li {
	float: left;
}
/*商品專區上方選單*/
#product_menu_block {
	position: absolute;
	display:none;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	background-image: url(../images/in_list_con.png);
	background-repeat: repeat;
	z-index:999;
}
.list_con{
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 255px;
	padding-right: 49px;
	position: relative;
	color:#ffffff;
}
.list_con A:link , .list_con A:visited{
	color:#ffffff;
	text-decoration:none;
}
.list_con A:hover , .list_con A:active{
	color:#b9a278;
	text-decoration:none;
}
.list_con_line{
	border-bottom:1px solid #9d9d9d;
}

.right_block {
	float: left;
	width: 140px;
	padding-top: 28px;
}
.search {
	padding-bottom: 12px;
	height: 23px;
}
.search_left {
	background-image: url(../images/search_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 4px;
}
.search_middle {
	background-image: url(../images/search_middle.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 108px;
	float: left;
	padding-top: 1px;
}
.search_btn {
	float: left;
	width: 28px;
	height: 23px;
}
.search_box{
	border:1px solid #fafafa; width:104px; color:#4e4d4d; background-color:#fafafa;
}
.s_block {
}
.member {
	float: left;
}
.line {
	float: left;
}
.f {
	float: left;
}

.loading {
	background:url(../images/loading.gif) no-repeat center center;
}