/* Expandable module */

.expandables
{
    margin-bottom: 21px;
}

.expandable
{
    margin-top: 1px;
    height: 23px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 1px;
}

.expandable h3
{
    font-family: arial, helvetica, sans-serif;
    padding-top: 3px;
    color: #333;
    font-size: 11px;
    height: 23px;
    overflow: hidden;
    margin-top: 0;
    background-color: rgb(0,177,176);
    padding-left: 28px;
    background-image: url(../images/arrow-green.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: normal;
    cursor: pointer;
}

.expandable p
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}
.expandable strong
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

body div a.link,
body div a.link span
{
    height: auto;
}