#list{
    border: 1px solid #eee;
    padding: 10px;
    background: #039;
    background-image: url(graphics/gradient_blue_200.jpg);
    background-repeat: repeat-x;
    border: 1px solid #039;
    margin-bottom: 10px;
}

#select_help{
    margin: 0 0 5px 0;
    font-weight: bold;
}
#list_main_title{
    font-weight: bold;
    font-size: larger;
    color: white;
}
#list_text_title{
    font-weight: bold;
    font-size: larger;
    color: #039;
    margin: 0 0 10px 10px;
}

#list_text_and_pic{
    width: 400px;
    float: right;
    background-color: #eee;
    padding: 10px;
    background-image: url(graphics/gradient_gray_200.jpg);
    background-repeat: repeat-x;
    border: 1px solid #039;
    
}

#list_text_and_pic img{
    float: right;
    border: 1px solid black;
    margin-left: 10px;
}

#list_thumbs img{
    border: 1px solid black;
}

#list_thumbs{
    width: 185px;
    padding: 5px;
    background: #eee;
    background-image: url(graphics/gradient_gray_100.jpg);
    background-repeat: repeat-x;
    border: 1px solid #039;
/*
    height: 400px;
    overflow-y: scroll;
*/
}

#list_thumbs a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    display: block;
    padding: 3px;
    border: 1px solid #666;
    margin: 4px;
}

#list_thumbs a#item_selected{
    color: #039;
    border: 1px solid #039;
    background-color: #aaa;
}

#list_thumbs a:hover{
    color: #039;
    background: #aaa;
}
