html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	overflow-y:scroll !important;
}
body {
	font-size:14px;
	font-family:"Microsoft YaHei", "微软雅黑", 'SimSun', sans-serif;
	background-color:#FFFFFF;
}
a img:hover {
	opacity:0.7;
}
#wrapper {
	width:100%;
	margin:0 auto;
}
p, ul, ol, table, pre, dl {
	margin: 0 0 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	padding: 5px 10px;
	border-top: 1px solid #aaa;
}
th {
	border-top: 0;
}
label {
	font-weight: bold;
}
#tabledata .sku {
	width: 8%;
}
#tabledata .title {
	width: 43%;
}
#tabledata .img {
	width: 40%;
}
#tabledata .price {
	width: 9%;
}
.list-header {
	display: block;
	padding: 0 0 0 20px;
}
#carddata > * {
	display: inline-block;
	position: relative;
	width: 265px;
	margin: 15px;
	border: 1px solid #aaa;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
}
#carddata:after {
	content: " ";
	clear: both;
	display: table;
}
#carddata .sku, #carddata .title, #carddata .description, #carddata .img, #carddata .price {
	color: #888;
	text-align: center;
	font-size: 11px;
}
#carddata .sku, #carddata .price {
	display: inline-block;
	margin: 5px;
	padding: 2px 5px;
	width: auto;
	background: #777;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#carddata .img img {
	border:0;
	width:200px;
	height:200px;
}
#carddata .price {
	background-color:#fff;
	color:#FF0000;
	font-size:14px;
}
#carddata .contact a {
	background-color:#666666;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}
#carddata .contact a:hover {
	background-color:#F30;
}
#carddata .title {
	padding:10px;
	text-align:left;
	font-size: 14px;
	color: inherit;
}
#carddata .description {
	padding:10px;
	text-align:left;
	font-size: 12px;
	color: #888;
}
.highlight {
	background-color: #fd0;
}
/*==================================*/
#header {
	background:#333;
	text-align:center;
	width:100%;
	color:#fff;
	position:fixed;
	top:0;
	z-index:600;
}
#header h1 {
	padding-top:5px;
}
.menu-btn {
	position: absolute;
	left: -5px;
	top:-5px;
	height: 40px;
	width: 40px;
	display: block;
	background:url(../images/btn-menu.gif) no-repeat left top;
	background-size:100%;
	-webkit-background-size: 100%;
}
#contents {
	max-width:1260px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}
/*=========Search=========*/
#Search {
	color:#666;
	font-size:14px;
	padding:5px 0 10px;
}
#cardsearchinput {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #acb1b7;
	width:92%;
	max-width:500px;
	padding:5px;
}

/*=========sidemenu=========*/
#donate {
	padding:40px 20px 44px;
}

/*------------ページトップへ-------------*/
#top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#top a {
	text-align: center;
	display: block;
}
#top a:hover {
	opacity:0.6;
}