
/* menu header patches: */

#primary-menu-wrapper .primary-menu #top-nav-flight {
	width: 12%;
}

#primary-menu-wrapper .primary-menu #top-nav-hotel {
	width: 12%;
}

#primary-menu-wrapper .primary-menu #top-nav-car {
	width: 21%;
}

#primary-menu-wrapper .primary-menu #top-nav-triptools {
	width: 30%;
}

#primary-menu-wrapper .primary-menu #top-nav-ae {
	width: 14%;
}

/* quick search tab patches: */

#qsearch-tab-navigation li#qs-cars a strong {
	padding-left: 38px;
}

/* destination cloud patches: */

#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; 
}

/* Flight result page patches : */
#airavailabilities .sorting-options {
	width: 100%;
	margin-top: 3px;
	min-width: auto;
	
}

#airavailabilities .flight_container_bottom .flight-controls {
	width: 45%;
}

