@CHARSET "UTF-8";

.newcar.header {
    position:relative;
    height:85px;
}

.newcar.header img{
    margin:0px 5px;
}

.newcar.header h2{
    color:#f66123;
    position:absolute;
    left:110px;
    top:-5px;
}
.newcar.header p{
    color:#000;
    position:absolute;
    left:110px;
    top:21px;
    font-size:12px;
}
.newcar.header .lowest-price{
    font-weight:bold;
    display:block;
    height:20px;
}

