body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { padding:0; margin:0;}
img{ border:none; padding: 0; margin: 0;}

/*歸零*/
  
body {
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
	background-color: #ffebbb;
	color: #46352e;
	text-align:center;
	}

a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
	}
a:link {
	color:#fff;
	}
a:visited {
	color:#fff;
	}
a:hover {
	color:#fff;
	}
a:active{
	color:#fff;
	}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#desc {
	color: #46352e;
	line-height: 1.5em;
	padding: 20px 0 20px 0;
	}
h2 {
	font-size: 1.8em;
	color: #f35d66;
	margin-bottom: 10px;
	}
.list-border {
	width: 100%;
	margin-bottom: 35px;
	}
.list-border td {
	border-bottom: 1px solid #f4c658;
	padding: 9px;
	background-color: #fffcef;
	}
	td.title {
	color: #fff;
	background-color: #46352e;
		}
	td.noborder {
	border-bottom: 0px;
		}

.price {
	font-weight: bold;
	color: #f35d66;
	}
.ps {
	font-weight: bold;
	color: #1FB2A2;
	}
.few {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	background-color: #E35289;
	font-size: 0.9em;
	padding: 3px 5px;
	margin-left: 8px;
	}
.onsale {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	background-color: #1FB2A2;
	font-size: 0.9em;
	padding: 3px 5px;
	margin-left: 8px;
	}


#back {
	margin-bottom: 35px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	text-align: center;
	}
.back {
	display: block;
	background-color: #72a947;
	padding: 15px 15px 15px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}
	a.back:hover {
		background-color: #f35d66;
	}