.navbar-collapse{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.carTitle{
    text-align: center;
    padding-bottom: 10px;
}
ul.property li{
    float: left;
    font-size: 11px;
    color: #777;
    width: 120px;
    height: 26px;
    line-height: 29px;
    font-weight: 600;
}

.spec_fuel{
    width: 24px;
    height: 24px;
    background: url(../ThemeSource/images/features.png) no-repeat -63px -9px;
    display: inline-block;
}
.spec_trans{
    width: 24px;
    height: 24px;
    background: url(../ThemeSource/images/features.png) no-repeat -63px -91px;
    display: inline-block;
}

.spec_aircond{
    width: 24px;
    height: 24px;
    background: url(../ThemeSource/images/features.png) no-repeat -66px -147px!important;
    display: inline-block;
}

.spec_passenger{
    width: 24px;
    height: 24px;
    background: url(../ThemeSource/images/features.png) no-repeat -63px -35px;
    display: inline-block;
}

.linkForAll{
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.carPageTitle{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.carPageImage{
    max-height: 150px;
}

.carPageInfo{
    line-height: 12px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: super;
}

.carPageButton{
    padding-top: 40px;
}

.carImgHeight{
    height: 128px;
}