﻿/**/
.arrow_title
{
    color: #555;
    line-height: 24px;
    background-image: url('images/round_arrow.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #848484;
    padding: 2px 2px 2px 22px;
    margin-top: 4px;
}
.dashed_title
{
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #848484;
}
