﻿#veichle2Container {
    padding: 10px;
}


td.selectCar {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    color: black; /*#623c33;*/
}

span.selectCar {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    color: black; /*#623c33;*/
}
div.veichleBox {
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    float: left;
    width: 190px;
    border: 3px solid #dfbdb5;
    margin-bottom: 10px;
}

div.veichleBoxActive {
    border: #971305 3px solid;
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    float: left;
    width: 190px;
    margin-bottom: 10px;
}

span.veichleImg, span.imgTitle {
    width: 100%;
    text-align: center;
    display: block;
}


span.Title {
    width: 100%;
    text-align: left;
    display: block;
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}

span.veichleImg {
    height: 120px;
    width: 190px;
}

span.imgTitle {
    width: 98%;
    font-weight: bold;
    font-size: 20px;
    color: #FF0000;
}

span.personDetail, span.luggageBig, span.liggageSmall {
    float: left;
    width: 80%;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 4px;
    background: url(../images/personicon.gif) no-repeat center left;
}

span.luggageBig {
    background: url(../images/luggagebig.gif) no-repeat center left;
}

span.liggageSmall {
    background: url(../images/luggagesmall.gif) no-repeat center left;
}

span.buttonbox {
    padding: 3px 0px;
    width: 99%;
    margin: auto;
    text-align: center;
}
@media only screen and (min-width:320px) and ( max-width:640px) {
    td.selectCar {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    span.selectCar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}