#sidebar {
    background: #E7E7E7;
    margin:0;
    padding:5px;
    width:240px;
    height: 175px;
}

#sidebar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

#sidebar li {
    height: 150px;
    margin-bottom: 5px;
    padding: 10px;
    overflow: hidden;
    background: #FFFFFF;   
}

#sidebar li img.product {
    float:left;
    width: 80px;
    margin-right: 8px;
    padding: 5px 0;
}

#sidebar .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}

#sidebar a img {
    border: 0;
}
