﻿*
{
    padding: 0;
    margin: 0;
}
#accordion
{
    width: 210px;
    padding: 5px;
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
}
#accordion span
{
    cursor:pointer;
    float: left;
    width: 200px;
    padding: 5px;
    color: #9ca6ae;
    margin: 0 0 2px 0;
    background: url(m_bg.gif);
    height: 17px;
}
#accordion div
{
    display: none;
    float: left;
   
    width: 180px;
}
#accordion div a
{
    float: left;
    padding: 4px 5px 4px  18px ;
    width: 190px;
    font-size: 8pt;
    background: url(bg.gif);
    color: #616565;
    text-decoration: none;
    margin: 0 0 2px 0;
}
#accordion div a:hover
{
    background: url(bg2.gif);
}

h5 {
    font-weight: bold;
	font-size: 11pt;
	color: #2a5dab;
	font-family: Trebuchet MS;
	border-bottom: dotted 1px #ececec;
}

.hucre
    {
        text-decoration: none;
        cursor: pointer;
        vertical-align: middle;
        padding-left: 2px;
        text-align: left;
        height: 25px;
        font-size: 11px;
    }
    .hucre a
    {
        font-family: Tahoma;
        text-decoration: none;
        font-size: 11px;
        color: #888888;
    }