.artist_tours {
    margin-top: -1em;
}
    .artist_tours > div.top_corners {
        background-color: #efefef;
    }
        .artist_tours > div > h2 {
            background-color: #efefef;
        }
    .artist_tours > ul {
        background-color: #fff;
        background-image: url(../../../sites/site/default/images/medgray_gradient_h400.png);
        background-repeat: repeat-x;
        border-top: .1em solid #ccc;
        padding-bottom: 0;
    }
        .artist_tours > ul > li {
        }

            .artist_tours > ul > li > a {
            }
                .artist_tours > ul > li > a > img {
                }
    .artist_tours > .bottom_corners {
        background-color: #ffffff;
    }