#shop #products {
    margin : 10px 0 0 0;
    
}

#shop #products .photo {
    border : 4px solid #212121;
    width : 135px;
    height : 90px;
    overflow : hidden;
    display : block;
}

#shop #products .photo img {
    margin-top : -20px;
}

#shop #products li {
    float : left;
    width : 143px;
    height : 150px;
    display : block;
    margin : 0;
}

#shop #products li.even {
    margin-left : 24px;

}

#shop #products li a {
    color : #3D1D21;
    font-weight : bold;
}
#shop #products li a .price {
    color : #FF7700;
    font-size : 14px;
    float : right;
}

#shop #products li a .price.reduced span {
    font-size: 10px;
    text-decoration: line-through;
}

#shop {
    margin : 0 0 15px 0;
}

.videos #shop {
    background : #637389;
    color : #FFF;
    padding : 0 6px;
}

.merged #shop {
    background : #D1D7E7;
    padding : 0 8px;
}

.merged #shop #products li.even, .merged #shop #products li.odd {
    margin: 0 14px 0 0;
    height : 140px;
}

.videos #shop a, .videos #shop #products li a {
    color : #FFF;
}

.videos #shop #products li.even {
    margin-left : 12px;
}

.videos #shop #products .photo {
    border : 1px solid #212121;
}


.videos #shop {

}

.weatherforecasts .col.last #shop h2 {
    margin-bottom: 0px;
}