@charset "utf-8";

.product_item{
margin-top:10px;
float: left;
display: inline;
width: 140px;
margin-right: 5px;
border: 1px solid #CCCCCC;
padding-bottom: 4px;
margin-bottom: 12px;
}

.productImage{
width:124px;
height:124px;
margin:8px;
}
.productImage2{
width:124px;
height:124px;
margin:8px;
float: left;
}
.productContents{
display: block;
margin: 8px;
background: #EEEEEE;
font-size: 12px;
text-shaeow: 0 1px 1px #fff;
text-decoration: none;
min-height: 110px;
height: auto !important;
height: 110px;
}

.sale_price{
text-align:center;
padding: 0 8px;
color: #FF0000;
font-weight: bold;
font-size: 14px;
clear: both;
}

.sale_price2{
padding: 0 8px;
font-weight: bold;
font-size: 14px;
color: #FF0000;
}