#ContactsInfo
{
    border: 1px solid #ededed;
    color: #000;
    margin-bottom: 20px;
}
#ContactsInfo > h3
{
    padding: 0;
    margin: 0;
    height: 28px;
    border-bottom: 1px solid #ededed;
    line-height: 30px;
    vertical-align: middle;
    color: #000;
    text-indent: 10px;
}
#ContactsInfo > div
{
    /* height: 28px; */
    line-height: 30px;
    vertical-align: middle;
    /* text-indent: 10px; */
}
#ContactsInfo > div a
{
    margin-left: 10px;
}
#ContactList
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ContactList > li
{
    padding: 0px 0px 4px 0px;
    background-color: #fff;
    background: url(/Images/arrow_Down_Red.png) no-repeat scroll 186px 8px;
}
#ContactList > li > a > div
{
    margin-top: 2px;
}
#ContactList > li > a
{
    /*height: 30px;*/
    display: block;
    padding: 4px 0px 2px 10px;
    outline: none;
}
#ContactList a:link, #ContactList a:hover, #ContactList a.visited
{
    color: #000;
}
#ContactList ul
{
    display: none;
    background-color: #ededed;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ContactList ul > li
{
    border: none;
    margin: 0;
    padding: 1px 0px 1px 10px;
}
#ContactList li.expandedColor
{
    background: #ededed url(/Images/arrow_Up_Red.png) no-repeat scroll 186px 8px !important;
}
#ContactList img
{
    margin-left: -11px;
    margin-bottom: -7px;
    margin-top: 10px;
}