/*
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 : Dec 22, 2014, 7:37:05 PM
    Author     : Shyam
*/

.icon-car-aircon{
     background-image: url("../images/icon-aircondioting.png");

background-repeat: no-repeat;
display: inline-block;
height: 22px;
line-height: 24px;
vertical-align: text-bottom;
width: 22px;
margin-right:5px; 
}

.icon-car-petrol{
     background-image: url("../images/icon-petrol.png");

background-repeat: no-repeat;
display: inline-block;
height: 22px;
line-height: 24px;
vertical-align: text-bottom;
width: 22px;
margin-right:5px; 
}

.icon-car-passenger{
     background-image: url("../images/icon-passenger.png");

background-repeat: no-repeat;
display: inline-block;
height: 22px;
line-height: 24px;
vertical-align: text-bottom;
width: 22px;
margin-right:5px; 
}
.icon-car-suitcase{
     background-image: url("../images/icon-suitcase.png");

background-repeat: no-repeat;
display: inline-block;
height: 22px;
line-height: 24px;
vertical-align: text-bottom;
width: 22px;
margin-right:5px; 
}
.icon-car-rental-yellow{
    background-image: url("../images/icon-car-rental-yellow.png");

background-repeat: no-repeat;
display: inline-block;
height: 47px;
line-height: 24px;
vertical-align: text-bottom;
width: 47px;
margin-right:5px;
}
.icon-chevron-down{
    display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
background-position: -313px -119px;
}
.icon-chevron-up{
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
background-position:300px 16px;  
}