@charset "utf-8";
body {
	font-family: "微軟正黑體";
	min-width: 1200px;
	margin: 0px;
	
	}
p {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	
}
a{
	text-decoration: none;
		
}

ul {

list-style-type: none;
}

* {margin:0;
padding:0;border:0;}

.Middle1200 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



#header {
	background-image: url(images/common_bg_gnb.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 10;
}
#header .logo {
	position: absolute;
	top: 10px;
	right: 30px;
	height: 140px;
	width: 140px;
}
#header .Menu {
	position: absolute;
	left: 0px;
	top: 10px;
}

/*--------關於我們--------*/
#word {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 18pt;
	background-image: url(images/lines.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
	padding-bottom: 40px;
}



/*--------購物車--------*/

#Shopping {
	width: 300px;
	position: absolute;
	top: 75px;
	z-index: 200;
	background-color: #FFF;
	right: 20px;
	visibility: hidden;
	padding: 20px;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 4px #E0E0E0;
	border-radius: 2px;
}
#Shopping .Title {
	padding-bottom: 4px;
	float: left;
	color: #000;
}
#Shopping .Title span {
	font-size: 10pt;
	text-align: center;
	float: left;
	font-weight: bold;
}
#Shopping .Title .w1 {
	width: 80px;
}

#Shopping .Title .w2 {
	width: 190px;
}
#Shopping .Title .w3 {
	width: 30px;
}



#Shopping ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	float: left;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
#Shopping ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#Shopping ul .map {
	height: 75px;
	width: 50px;
	border: 1px solid #CCC;
	padding: 4px;
}
#Shopping ul .letter {
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}

#Shopping ul .Quantity {
	font-size: 12pt;
	color: #C00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Shopping ul .letter span {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: left;
}

#Shopping ul .close {
	height: 10px;
	width: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}






#Shopping .Checkout {
	float: right;
	text-align: center;
	margin-top: 15px;
}


#Shopping .Checkout a {
	border: 1px solid #C1BC9C;
	background-color: #333333;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 10pt;
}
#Shopping .Checkout a:hover {
	background-color: #CCC;
}



#footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	overflow: hidden;
	
}
#footer .footerBox {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#footer .by {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-left: 405px;
	padding-top: 40px;
	font-size: 10pt;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footerBox .Declare {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 10pt;
	line-height: 18pt;
}
#footer .footerBox .Complexmenu {
	float: left;
	width: 690px;
}
#footer .footerBox .Complexmenu .Width300{
	width: 340px;
}
#footer .footerBox .Complexmenu .Width150{
	width: 170px;
}
#footer .footerBox .Complexmenu ul {
	float: left;
	display: block;
}
#footer .footerBox .Complexmenu ul li {
	display: block;
	float: left;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer .footerBox .Complexmenu ul li a{
	color: #999;	
}











#Middle_divider {
	width: 1200px;
	margin-top: -6px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/common_bg_lnb.png);
	background-repeat: repeat-y;
	background-position: 980px top;
	overflow: hidden;
}
#Left_content {
	float: left;
	width: 960px;
	margin-right: 30px;
	margin-top: 20px;
}
#Right_button {
	float: right;
	width: 180px;
	margin-top: 100px;
}
#Location {
	height: 25px;
	width: 960px;
	font-size: 10pt;
	color: #666;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
#Location samp {
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#Location .Out {
	font-family: Verdana;
	font-weight: bold;
}
#Location samp a {
	color: #CCC;
}
#Title {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #CCC;
	width: 960px;
	float: left;
	background-color: #F0F0F0;
	margin-bottom: 15px;
}
#Title .Name {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
	padding: 13px;
	font-size: 16pt;
}
#Title .Name span {
	font-size: 12pt;
	color: #930;
	font-weight: 600;
}

#Title .Sequence {
	float: right;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 10pt;
	padding-right: 10px;
}
#Title .Sequence a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #666;
	overflow: hidden;
}
#Title .Sequence a:hover {
	color: #FFF;
	background-color: #20442C;
}

/*右邊選單*/

.Issue {
	width: 100%;
  padding: 0px;
  float: left;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.Issue li  {
	background-image: url(images/common_bg_product2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
	float: left;
	width: 180px;
}
.Issue li a {
	color: #999;	
}


#Middle {
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}











/*top*/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 200px;
	right: 15px;
	display: none;
}
#updown span{
	cursor:pointer;
	width:48px;
	height:50px;
	display:block;
}
#updown .up{
	background-image: url(images/updown.png);
	background-repeat: no-repeat;
}
#updown .up:hover{
	background:url(images/updown.png) top right no-repeat;
}
#updown .down{
	background:url(images/updown.png) bottom left no-repeat;
}
#updown .down:hover{
	background:url(images/updown.png) bottom right no-repeat;
}

