﻿  /*单个商品*/
  /*
.goodsItem{width:110px; float:left; position:relative; overflow:hidden; margin:0px 14px 15px 14px;}
.goodsItem .goodsimg{width:100px; height:100px; border:4px solid #eef8ff; margin-bottom:4px;}
.goodsItem img{width:52px; height:17px;}
.goodsItem p{text-align:left; color:#3f3f3f;}
.goodsItem p a{color:#3f3f3f; text-decoration:none;}
.goodsItem p a:hover{color:#ff6600; text-decoration:none;}
.goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
.goodsItem span.best{background:url(/themes/orange/images/bg.gif) no-repeat 0px -304px;}
.goodsItem span.news{background:url(/themes/orange/images/bg.gif) no-repeat -75px -304px;}
.goodsItem span.hot{background:url(/themes/orange/images/bg.gif) no-repeat -161px -304px;}
*/