@charset "UTF-8";
/* CSS Document */

.goods_category {
	display: block;
	padding: 0px;
	margin-bottom: 40px;
}


.goods_category h1 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.goods_category figure {
	float: left;
	height: 60px;
	width: 230px;
	margin-right: 19px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	margin-left: 0px;
	box-shadow: 4px 4px 7px #CCC;
	margin-bottom: 0px;
	position: relative;
	padding-left:85px;
}


.goods_category figure:nth-of-type(2n+0) {
	margin-right: 0px;
	margin-bottom:5px;
}

.goods_category figure:last-of-type {
	margin-bottom: 0px;
}.goods_s_img {
	border-radius: 8px 0px 0px 8px;
}
.goods_hinmei {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 1px;
}
.goods_category.clearfix figure a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:block;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
	border-radius: 8px;
}

.goods_category.clearfix figure a:hover {
        opacity:0.4;
        filter: alpha(opacity=40);
        -ms-filter: "alpha( opacity=40 )";
        background: #fff;
		border-radius: 8px;
}


#category_navi ul li {
	float: left;
	margin-right: 11px;
	list-style-type: none;
}

#category_navi ul li:last-of-type {
	margin-right: 0px;
}
#main #category_navi ul {
	padding: 0px;
}
