#container {
	width: 100%;
	margin: auto;
	background-color:#fff;
}
h1{
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:0;
}
.newGoods_d01 h2 {
	border-bottom: 1px solid #ccc;
	color: #565656;
}

.gnv_d01 {
	background-image: -moz-linear-gradient(top, #ededed, #dad9d9);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #dad9d9),color-stop(1, #ededed));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#dad9d9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#dad9d9')";
	background-image: linear-gradient(to bottom, #A4111E, #60060A);
}
.search_d01 {
	background: url(../img/bg_search.gif) repeat-x center top;
	background-image: linear-gradient(to bottom, #A4111E, #60060A);
}
.search_d01 p label {
	color: #fff !important;
}
.gnv_d01 ul.nvPage li a {
	margin: 0;
	color: #fff !important;
}



.footer_d01 {
	background-image: -moz-linear-gradient(top, #ededed, #dad9d9);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #dad9d9),color-stop(1, #ededed));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#dad9d9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#dad9d9')";
	background-image: linear-gradient(to bottom, #A4111E, #60060A);
}
.footer_d01 p{
	color: #fff !important;
}