h5 {
    font-size: 1em;
    font-weight: normal;
    margin-top: 15px;
}

.returnTop, .returnBottom {
    font-size: 1.2em;
    color: #666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.returnTop {
    margin-bottom: 20px;
}

.returnBottom {
    margin-top: 20px;
}

.categoryTitle {
    border-bottom: 2px solid #222;
}

.categoryItems {
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.artItemContainer {
    display: inline-block;
    border: 1px dashed #333;
    margin-bottom: 2px;
    padding: 10px;
}

.imgThumb {
    float: left;
    height: 70px;
    width: 70px;
    background-color: #FFF;
    display: inline-block;
    border: 2px solid #666;
}

.infoThumb {
    float: right;
    height: 70px;
    width: 152px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#artContainer {
    text-align: center;
    margin-top: 5px;
    padding: 0px;
}

#artImg {
    text-align: center;
}

#imgFull {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #F90;
}

#artInfo {
    padding: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px dashed #222;
    background-color: #1C1C1C;
    text-indent: 1em;
    text-align: justify;
}
