.artistcol {
    float:left;
    width:192px;
    position: relative;
    margin: 10px 10px 40px 10px;    
}
.genre {
    border: 1px solid #DEE2E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 2px;
}
.genre:hover {
    border: 1px solid #b1b0a9;
}
.tallbox {
    background: url('gfx/tallbox.png') repeat-x;
    background-color: #e5e3f4;
}
.smbox {
    background: url('gfx/smbox.png') repeat-x;
    background-color: #e5e3f4;
}
.boxpadding {
    padding: 0 10px;
}
.topoptions {
    margin-bottom:15px;
}
.topoptions span{
    margin-left: 50px;
}
.topoptions span a {
    text-decoration: underline;
}
.topoptions:first-child {
    margin-left: 0;
}
.artistcol ul {
    list-style-type:none;   
    background: none;
}
.artistcol li {
    margin-left: -30px;
    margin-bottom:3px;
    text-align: center;
    background: none !important;
    line-height: 31px;
}

.genretitle {
    text-align: center;
    text-shadow: 1px 1px 2px #ddd;
}
.genrehr {
    margin: -5px auto 10px auto;
    box-shadow: 1px 1px 2px #aaa;
    width: 70%;
    background-color:#ccc;
    height:1px;
}
h2.title {
    margin-top:0px;
    text-align: left;
    font-size:150% !important;
    text-shadow: 1px 3px 3px #ccc;
}