/* menu header patches: */

#primary-menu-wrapper .primary-menu #top-nav-flight {
	width: 13%;
}

#primary-menu-wrapper .primary-menu #top-nav-hotel {
	width: 14%;
}

#primary-menu-wrapper .primary-menu #top-nav-car {
	width: 21%;
}

#primary-menu-wrapper .primary-menu #top-nav-triptools {
	width: 27%;
}
 
#primary-menu-wrapper .primary-menu #top-nav-ae {
	width: 14%;
}

/* quick search tab patches: */

#homepage #qsearch-tab-navigation li#qs-flights a strong,
#homepage #qsearch-tab-navigation li#qs-hotels a strong {
	padding-left: 10px;
}

#homepage #qsearch-tab-navigation li#qs-cars a strong {
	padding-left: 38px;
}

#homepage #car-quick-search-form .drop_off_time select {
	width: 4.9em;
}

/* destination cloud patches: */

#homepage #destination-cloud-tabs li.cloud_car_tab a strong em { 
	padding-left:24px;
}	
/* 
	When the #destination-title-note block text is too long, 
	we move it to the top in order to center it
*/
#homepage #destination-title-note {
			  top:1.0em; 
}

#destination-cloud-tabs a  { 
	font-size: 1.2em;
}


/* Flight result page patches : */

#airavailabilities .flight_container_bottom .flight-controls {
	width: 45%;
}

#tabDetailsView {
	font-size:10px;
	line-height:26px;
	width:200px;
	background: none;
}

#tabRoomsView {
	line-height: 15px;
}



