h5{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	color:#666666;
	background-image: url(open.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_new_Wrap .items,{/*反复调整这里的数字来获得最佳的宽度*/
	width:280px;
}
.INDEXGOODS_STYLE_new_Wrap .items h1 {/*反复调整这里的数字来获得最佳的宽度*/
	width:280px;
}
/************************************************************************/



.INDEXGOODS_STYLE_new_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_new_Wrap .items {/*商品条目循环项*/
	border: 1px dotted #FF6600;
}
.INDEXGOODS_STYLE_new_Wrap .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	background:url(items.gif) no-repeat;
	padding:8px;
	font-weight:700;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:left;
}

.INDEXGOODS_STYLE_new_Wrap .items h1 a:hover{
	color:#f90;
	border-bottom:1px dotted #000;
}
.INDEXGOODS_STYLE_new_Wrap .items ul {/*商品图片*/
	text-align:center;
	margin:0 auto;
	width:280px;
	height:280px;
}

.INDEXGOODS_STYLE_new_Wrap .items .goodpic a:hover{/*商品图片*/
	padding:2px;
	border:1px dotted #f90;
	width:280px;
	height:280px;
}

/*---------------------------------------------*/
.StyleRecommendGoodsright {
	margin-left:2px;
	width:178px;
	height:525px;
	text-align:center;
	overflow:hidden;
}
.StyleRecommendGoodsright .title{
	text-align:left;
	font-size:12px;
	font-weight:700;
	color:#336699;
	position:relative;
	height:20px;

}
.StyleRecommendGoodsright .title img{
	position:absolute;
	top:0;
	right:0;
	margin-top: 15px;
	width:280px;
	height:280px;
}
/*=Library*/
/*=相关商品1
=============================================================================================*/
.StyleRecommendGoodsright1 {
	margin-left:2px;
	width:178px;
	height:525px;
	text-align:center;
	overflow:hidden;
}
.StyleRecommendGoodsright1 .title{
	text-align:left;
	font-size:12px;
	font-weight:700;
	color:#336699;
	position:relative;
	height:20px;

}
.StyleRecommendGoodsright1 .title img{
	position:absolute;
	top:0;
	right:0;
	margin-top: 15px;
	width:280px;
	height:280px;
}
/*=Library*/
/*=相关商品
=============================================================================================*/
.GoodsLinkWarpindex{/*外层*/
	text-align:left;
	margin-bottom:20px;
}
.GoodsLinkWarpindex dl {
	display:inline;
	padding:20px;
	float:left;
}
.GoodsLinkWarpindex dl dt,
.GoodsLinkWarpindex dl dd{
	text-align:center;

}
.GoodsLinkWarpindex dl dt{/*设置相关商品的名称样式*/
	color:#666666;
	width:280px;
	height:280px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarpindex dl dt a{
	display:block;
	border:1px dotted #ccc;
	width:280px;
	height:280px;
	overflow:hidden;
	padding-top: 0px;
}
.GoodsLinkWarpindex dl dt a:hover{
	border:1px dotted #f90;

}
.GoodsLinkWarpindex dl dd{/*设置相关商品的名称样式*/
	width:280px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarpindex br{/*设置相关商品的图片样式*/
	height:280px;
	width:280px;
	clear:both;
}

