<!--
/* 設定右下角圓角圖 */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
background: transparent url(../images/vipshop/cornerbox.gif) no-repeat bottom right;
}


/* 可固定寬度值 (例如 width: 335px;) 或刪除寬度改為隨內容伸展的彈性寬度 */
.cssbox {
padding-right: 0px; /* 底圖右邊緣間距 */
margin: 20px 0 0 5px; /* 地圖上下左右邊界 */
margin-top:0px;
line-height:1.5em;
}

/* 設定右上角圓角圖 */
.cssbox_head {
background-position: top right;

/*margin-right: -15px; /* 右上角底圖向上拉高 15px */
padding-right: 25px; /* 右邊間距 = 圖片間隙 + 內側間距 */

}

/* 設定左上角圓角圖 */
.cssbox_head h2 {
font-size: 120%;
background-position: top left;
margin: 0; /* 邊界設定為 0*/
border: 0; /* 框線設定為 0 */
padding: 10px 0 5px 25px; /* 左側間距 = 圖片間隙 + 內側間距 */
height: auto !important;
height: 1px; /* IE Holly Hack 修正 */
}

/* 設定左下角圓角圖 */
.cssbox_body {
	+width:685px;
background-position: bottom left;
margin-right: 25px; /* 右邊間距 */
height:auto;
padding: 5px 0 15px  25px; /* 間距設定, 左側 40px 要與 .cssbox_head 相同 */
}


/* 內文與標題間距修改 */
.cssbox_body p {
margin-top: 0 ;
}
.cssbox .title{
    width:  674px;
    height: 25px ;
	margin-left:5px;
	font-family: 黑体;
	clear:both;
}
.cssbox .goods{
    width : 150px ;
	float : left;
	margin :5px 8px;
	_margin :5px 4px;
	text-align:center;
}
.cssbox .goods div{
    margin-top:2px;
    padding:0;
} 
.cssbox .goods em{
    font-style:normal;
    font-size:1.2em;
    font-weight:bold;
    font-family:Verdana,Arial,宋体,Tahoma;
}
.cssbox .goods img{
    width : 150px ;
    height: 187px ;
}
.goods div .goodsName{	
	color: #6E6966;
	cursor:pointer;
	padding:0 15px 0;
}
.goods div .marketPrice{
	color: #99999B;	
	text-decoration: line-through;
}
.goods div .discountPrice{
	color: #E97484;	
}
.goods_btn{
    width:734px; 
    height:20px;
    margin:0;
    padding-left:20px;
}
.goods_btn li{
    list-style:none;
    width:67px;
    height:16px;
    _height:20px;
    margin:0 4px;
    color:#fff;
    float:left;
    text-align:center;
    padding-top:4px;
    overflow:hidden;
}
.goods_btn .rollout{
    color:#FF3A73;
    background: transparent url(../images/vipshop/goods_buttom_bg.gif) no-repeat 0 0;
}
.goods_btn .rollover{
    color:#fff;
    background: transparent url(../images/vipshop/goods_buttom_bg_over.gif) no-repeat 0 0;
}
.btn:link, .btn:visited{color:#720625;text-decoration: none;}
.btn:hover{color:#fff;text-decoration: none;}
!-->