/* for IE 8 */
button {
	background-size:100% 100%;
	border:1px #000 solid;
	padding:2px 6px 0 6px;
	cursor:pointer;
}
/* 上方快速連結 mini cart */
.jttipcontent {
	background:#fff;
	border:#999 1px solid;
	padding:10px;
	z-index:99999;
	position:absolute;
	left:10px;
}
.jttipcontent table.mini_cart {
	width:320px;
}
table.mini_cart td {
	border-bottom:#666 1px dashed;
	padding:10px;
}
table.mini_cart td button.btn_bin {
	background:none;
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	-ms-box-shadow:none;
}
/* header 樣式 1 */
div#header_style01 {
	margin:0 auto;
}
div#header_style01 div.top_logo {
	width:auto;
	margin-right:10px;
	float:left;
	background-color:#FF0000;
}
div#header_style01 div.navigation {
	width:auto;
	margin-top:10px;
	float:right;
}
div#header_style01 div.navigation >ul >li {
	border-right:#333 1px solid;
	margin-right:5px;
	padding-right:5px;
	float:left;
	font-size:0.928em;
}
div#header_style01 nav {
}
.dropdown dd {
	position:absolute;
	top:10px;
	overflow:hidden;
	width:180px;
	display:none;
	opacity:0;
	background:#fff;
	border-radius:5px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.35), 1px 1px 1px rgba(0,0,0,0.35) inset;
}