
.full_painting_view { 
    padding: 8px;
    width: 550px;
    }
    
.full_painting_view .image {     
    float: right;
    width: 300px;
    margin-left: 10px;
    text-align: center;
    }
    
.full_painting_view .image img {
    margin: auto;
    }

.full_painting_view .details {
    width: 240px;
    }    
    
.full_painting_view .details .key { font-weight: bold; }     
.full_painting_view .details .value { font-style: italic; }

.backtotop {
    float: left;
    clear: left;
    width: 100%;
    }

#category_list td {
    border: 1px #1C5525 solid;
    }

#category_list td a {
    padding: 3px 8px;
    display: block;
    }

#category_list td a:hover {
    background-color: #eee;
    }    