﻿/* veichle page start*/
UL.legendStyle {
    margin: 10px 0px 5px 15px;
    width: 95%;
    list-style: none;
}

li.legendTitle, li.passenger, li.handLuggage, li.checkInLuggage {
    float: left;
    width: auto;
    padding: 1px 0px 1px 22px;
    font-size: 14px;
    margin-left: 10px;
}

li.legendTitle {
    font-weight: bold;
    font-size: 15px;
    margin-left: 0px;
    padding-left: 0px;
}

li.passenger {
    background: url(../images/personicon.gif) no-repeat center left;
}

li.handLuggage {
    background: url(../images/luggagebig.gif) no-repeat center left;
}

li.checkInLuggage {
    background: url(../images/luggagesmall.gif) no-repeat center left;
}

div.veichleContainer {
    margin: 5px auto 5px auto;
    width: 95%;
    list-style: none;
}

.veichleTitle {
    color: #b4092c;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 2px 0px 2px 0px;
    text-align: left;
    width: 100%;
}

.carm {
    border: 3px solid #d8b9b9;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
    .carm:hover {
        border: 3px solid #930303;
    }
.carm1 {
    float: left;
    width: 70%;
}

.carDesc {
    padding: 10px;
    text-align: justify;
    vertical-align: top;
    width: 383px;
}

.carImg {
    background-color: #fff;
    border-left: 2px solid #d8b9b9;
    border-bottom: 2px solid #d8b9b9;
    float: left;
    height: 120px;
    width: 29.6%;
}

    .carImg > img {
        width: 100%;
    }

.carCap {
    background-color: #fff;
    border-left: 2px solid #d8b9b9;
    padding: 3px;
    float: right;
    width: 28.6%;
}

@media only screen and (min-width:320px) and ( max-width:640px) {
    /*vehicle*/
    li.checkInLuggage {
        margin-left: 27%;
    }

    .carDesc {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
        width: 250px;
    }

    .carImg {
        width: 100%;
        border-left: none !important;
        height: 100%;
    }

    .carCap {
        width: 98%;
        border-left: none !important;
        border-top: 2px solid #D8B9B9;
    }

    .checkInLuggage.m {
        margin-left: 10px !important;
    }
}