.collapsible .opener {
    display: none;
}

.block-layered-nav .block-title {
    color: #fff;
    font-weight: bold;
}

.block-layered-nav .block-content {
    font-size: 1.1em;
    line-height: 1.1em;
}

.block-layered-nav .view {
    margin-bottom: 20px;
}

.block-layered-nav .actions {
    margin: 0;
    padding: 10px 0;
}

.artists-grid {
    font-size: 1.1em;
}

.header-primarycontainer {
    background: #fff;
    padding: 0px;
}

h2.product-name span {
    font-weight: bold;
}



#narrow-by-list .block-title {
    cursor: pointer;
    border-radius: 5px;
}
#narrow-by-list .block-title:after {
    content: "+";
    float: right;
    font-size: 14px;
}
#narrow-by-list .block-content {
    display: none;
}
#narrow-by-list .expanded .block-content {
    display: block;
}
#narrow-by-list .expanded .block-title {
    border-radius: 5px 5px 0 0;
}
#narrow-by-list .expanded .block-title:after {
    content: "-";
}