﻿
.divBluTitle {

    color:#205E96;    
    font-size:20px;
    height:auto;
    margin-bottom:10px;
}
.divLetters
{
    height:60px;
    margin-bottom: 15px;
}
.divLetter, .divLetter_Sel
{
    width: 39px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    background-color: #F0F0F0;
    float: left;
    margin-right: 3px;
    border: none;
    text-decoration:none;
    cursor:pointer;
    
}
.divLetter:last-child, divLetter_Sel:last-child {
    margin-right:0px;
}
.divLetter_Sel
{
    background-color: #f38034;
    color: White;
}
.divItem
{
    width: 100%;
    margin-bottom: 15px;
}
.divItemTitle
{
    color: #f38034;

}