.promoWrap {
    overflow:hidden;
}
.promoItem {
    float:left;
    width:25%;
    min-width:207px;
}
.promoItemInnerWrap {
    padding:1.31em 1em;
}
.promoPic {
    height: 180px;
    overflow:hidden;
    position:relative;
}
.promoPic img {
    position:absolute;
    bottom:3px;
}
.promoTitle {
    height: 3.5em;
}
.promoTitle h2 {
    font-size: 0.8em;
    font-weight: bold;
}
.promotitle a {
    color:#4da4ff;
}
.promoDesc {
    color:#5b5c5e;
    font-size:0.69em;
    height:4.2em;
}
.promoPrice {
    color:#c70000;
    font-weight:bold;
    font-size:0.94em;
}
.promoUtils {
    font-size:0.55em;
}
