@import url('project.css');

#branches {
    font-family: Verdana, Tahoma, sans-serif;
    margin: 0 0 0 15px;
}
#branches .filter {
    width: 100%;
    height: 100px;
    text-align: left;
    line-height: 25px;
    margin: 0 0 20px 0;
    clear: both;
}
#branches .filter .line {
    clear: both;
}
#branches .filter .label {
    width: 125px;
    float: left;
}
#branches .filter .element {
    width: 200px;
    float: left;
}
#branches .filter select {
    width: 195px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9.5pt;
}
#branches .branch {
    text-align: left;
    margin: 8px 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #ddd;
    clear: both;
    overflow: auto;
}
#branches .branch .title {
    font-size: 9pt;
    font-weight: 700;
    color: #ae3b72;
    height: 20px; 
    line-height: 20px;
    
    background-image: url('../img/menu-arrow-main.gif');
    background-position: 0px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 15px;    
}
#branches .branch .contents {
    padding: 0 0 0 17px;
    clear: both;
}
#branches .branch .contents .information {
    width: 285px;
    padding: 0px 5px 0px 0px;
    float: left;
    font-size: 8.5pt;
    font-weight: 500;
    line-height: 17px;
}
#branches .branch .contents .icons {
    float: left;
}
#branches .branch .contents .icons img { 
    margin: 0 5px;
}
#branches .others {
    text-align: left;
    margin: 15px 0;
}

