.title {font-weight: bold;}

#reselling-details li
{
    margin-left: 10px;
    list-style: circle;
}

.ui-expandable .ui-widget-header .ui-icon
{
    height:16px;
    width:16px;
    float: left;
}

.ui-widget-header .ui-icon.icon-closed { background-image: url(/resource/icons/s-arrow-down.png); }
.ui-widget-header .ui-icon.icon-open { background-image: url(/resource/icons/s-arrow-right.png); }

.ui-expandable-title
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.details
{
    border: 1px solid;
    margin-bottom: 20px;
    padding: 10px;
    -moz-border-radius: 6px 6px 6px 6px;
    margin-right: 10px;
}

#general_information .details
{
    border: none;
    padding-left: 10px;
    margin-bottom: 5px;
    width: 450px;
}

fieldset
{
    border: 1px solid;
    margin-bottom: 20px;
    padding: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-color: #CCCCCC;
}

div.reseller_status
{
    border: 1px solid;
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-color: #CCCCCC;
}

div.gold_medal
{
    background: transparent url('/resource/icons/icon_reseller_gold.gif') 10px no-repeat;
}
div.silver_medal
{
    background: transparent url('/resource/icons/icon_reseller_silver.gif') 10px no-repeat;
}
div.bronze_medal
{
    background: transparent url('/resource/icons/icon_reseller_bronze.gif') 10px no-repeat;
}
div.new_local_reseller
{
    background: transparent url('/resource/icons/icon_reseller_new.gif') 10px no-repeat;
}

div.hr {border-top: 1px solid;}

#moneytransfer .title,
#moneytransfer p,
#voucher .title,
#voucher p
{color: black !important;}

div#moneytransfer .hr,
div#voucher .hr
{border-top: black 1px solid;}