.Items, .RetailerItems {
    margin: 20px 0 0 32px;
}
html>body .Items, .RetailerItems {
    margin-left: 36px;
}
.Item {
    width: 166px;
    background-image: url(../../images/boutique/fond-produit.jpg);
}
.Item .Label {
    background-image: url(../../images/boutique/fond-libelle-produit.jpg);
    background-position: left top;
}
.Item .Preview {
    height: 146px;
    background-image: url(../../images/boutique/fond-image-produit.jpg);
}
.Item .Price {
    padding: 4px 8px;
    text-align: left;
}
.Items .Item .Price {
    height: 50px;
}
html>body .Items .Item .Price {
    height: 42px;
}
.RetailerItems .Item .Price {
    height: 78px;
}
html>body .RetailerItems .Item .Price {
    height: 70px;
}
.Item .Order {
    padding-bottom: 6px;
    background-image: url(../../images/boutique/fond-bouton.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}
html>body .Item .Order {
    padding-bottom: 3px;
}