/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.03.2014, 23:08:37
    Author     : OLD_FART
*/
.head-letter {
    color: #dd7250;
}

#car-model-header {
    font-size: 16px;
    color: #726a5b;
    margin-top: 5px;
}

#car-model-name {
    font-size: 22px;
    color: #dd7250;
    font-weight: bold; 
}

#car-model-links {
    font-size: 90%;
    color: #555;
}

#car-model-links a{
    text-decoration: none;
    border-bottom: 1px dashed;
}

#car-change-dialog.ui-dialog-content {
    font-size: 14px; 
}

#car-change-dialog.ui-dialog-content a{
    color: #80a1b0;
}
#car-change-dialog.ui-dialog-content a:hover{
    color: #50B1DD;
}