/* index page (begin) */

#index-actions {
    width: 300px;
    float: left;
    margin-top: 10px;
}

#index-actions ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#index-actions h3 {
    margin: 8px 0;
    padding: 0.3em;
    background-color: rgb(208, 208, 208);
    border-radius: 0.5em;
    font-weight: bold;
    font-size: 12px;
}

#index-content {
    min-width: 500px;
    margin: 0 0 0 335px;
}

.outro {
    clear: both;
}

#quicksearchForm {
    text-align:left;
}

#quicksearch_top {
    width: 150px;
}

#quicksearch_bottom {
    width: 150px;
}
/* index page (end) */
