﻿/**************** Search by type PI  ******************/
/* some of these elements and classes are used by the vehicle search plug in 
 (this is why these css is also linked to that plug in.)*/
#vehicle_search_bytype_wrapper
{
 
 padding: 0px 5px 5px 15px;
 height:281px;
 width:301px;   
 font-size:small;
}
.vehicle_search_bytype_title_row
{
 height:60px;    
 
 position:relative;
 top:-20px;
 width:200px;
}
.vehicle_search_bytype_title_row h2
{
    padding:20px;
    color:#22afca;
    font-size:200%;
    font-weight:normal;
}
.vehicle_search_bytype_title_row span
{
    color:#E2436C;
    font-weight:bold;
}
.vehicle_search_bytype_radiobuttons_row
{
    
}
.vehicle_search_bytype_radiobutton_container
{
 float:left;
 width:90px;  
 margin: 0 10px 0 0;  
}
.vehicle_search_bytype_radiobutton_container img
{
 float:left;
 cursor:pointer;

}
.img_smallcars ,
.img_mediumcars,
.img_largecars,
.img_sportsprestige,
.img_4x4
{
  margin: -25px  0  -10px 5px;
}

.img_smallcars 
{
    margin:-30px 0 -5px  5px;
}
.img_mediumcars
{
    
}
.img_largecars
{
    
}
.img_sportsprestige
{
 margin:0px 0 -5px 5px;
}
.img_4x4
{
    margin: 9px 0 -14px 5px;
}

vehicle_search_bytype_unselected_radiobutton
{
 float:left;
 
}
.vehicle_search_bytype_unselected_radiobutton label
{
    color:#22afca;
    float:left;  
    font-size:smaller;
    margin:-10px 0 0 5px; 
    width:90px; 
}
.vehicle_search_bytype_selected_radiobutton label
{
   /* color:#E2436C;*/
    float:left;  
    font-size:smaller;
    margin:-10px 0 0 5px; 
    width:95px; 
 color:#22afca;
    
}
.vehicle_search_bytype_selected_radiobutton input,
.vehicle_search_bytype_unselected_radiobutton input
{
    float:left;    
    color:#22afca;
    display:none;
}

.vehicle_search_bytype_radiobutton_4x4 .vehicle_search_bytype_selected_radiobutton label,
.vehicle_search_bytype_radiobutton_4x4 .vehicle_search_bytype_unselected_radiobutton label
{
    margin:-10px 0 0 25px; 
}
.vehicle_search_bytype_dropdown_row
{
  float:left;
  width:100%;
  margin:2px 0 0 0;   
}
.vehicle_search_bytype_dropdown_row select
{
  float:left;
  margin: 10px 10px 0 0;
  width:130px;
}
.vehicle_search_bytype_button_row input
{
 background:url(../../../../../images/common/red_button_back.png) no-repeat 0 0;
 float:right;    
 height:24px;
 margin:10px  32px 0 0;
 width:67px;
 font-family:Arial;
 font-size:larger;
 text-align:center;
 vertical-align:middle;
 padding: 0 0 3px 1px;
}
/**************** End Search by type PI ******************/
