@charset "utf-8";
/* CSS Document */

.drinkImageBox {
    width: 200px;
    height: 200px;
    background-image: url(images/drinks/shadowbox_200x200.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    left: -8px;
    top: -8px;
    margin-right: 200px;
}
.drinkImageBox img {
    margin: 10px;
}

ul {
    list-style-position: inside;
}

@media all and (min-width: 480px) {
    .drinkImageBox {
        margin-right: 10px;
    }
}