#page_details ul{
    display: inline-block;
    font-size: 11px;
}

#page_details select{
    width: 205px;
}

table#details{
    margin-top: 20px;
    border-spacing: 0px;
}
table#details img{
    border: 1px solid #cccccc;
}

td.ilustration img{
    margin-bottom: 10px;
}

td.ilustration:hover, table#submenu td:hover{
    background: #999 !important;
}

td.with_bg{
    background: #ddd;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
td.with_bg img{
    margin: 0 !important;
}

td.first{
    padding-top: 8px;
}
td.last{
    padding-bottom: 8px;
}

table#submenu{
    margin-left: 10px;
    border-spacing: 0px;
}
table#submenu td{
    background: #ddd;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

td.ilustration{
    background: none repeat scroll 0 0 #ddd;
}

#display-list ul.s_n_s-list li{
    list-style: none;
    background: none;
}
