body{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
header, section, footer, hgroup{
	display:block;
}

#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
/*footer{
	width:100%;
	position:fixed;
	padding-left:20px;
	bottom:0;
	left:0;
	line-height:20px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
footer span{
	display:block;
}
*/
/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
#wrapper3{
	margin-top:10px;
	width:100%;
}
#wrapper3 hgroup{
	text-align:center;
}
#wrapper3 h2{
	margin:5px 0;
	color:#FF6D99;
	text-shadow:1px 1px 2px #A50031;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#wrapper3 h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#container{
	position:relative;
	margin:0 auto 0px;
	padding-bottom: 10px;
	clear: both;
	/* 栏宽度 
	-webkit-column-width:160px;
	-moz-column-width:160px;
	-o-colum-width:160px;
	column-width:160px;*/
	/* 两栏之间的间距 */
	/*-webkit-column-gap:1px;
	-moz-column-gap:1px;
	-o-column-gap:1px;*/
	column-gap:1px;
}
#container li{
	display: inline-block;
    margin: 5px 0px;
	padding:8px 8px 3px 8px;
	border:1px solid #DCDBDB;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(34,25,25,0.4);	
	-moz-box-shadow: 5px 5px 5px rgba(34,25,25,0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(34,25,25,0.4);	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
#configImage{
	border:0px !important;
	background:#fff;
}
.grid{
	min-height:100px;
	
	background:#fff;	
	text-align: center;
}
.product_name{
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
}
.grid strong {
	margin:5px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper3{
		margin-top:10px;
	}
}

/* 代码整理：懒人之家 */