
/*	===============================================================
	© ANA Aviation
	http://www.ana-aviation.com

	Type:				Configuartions Section styles
	Build by:			TDG Digital
	Original Author:	James Bates - james@exit7.co.uk
	Creation Date:		23 May 2006
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */


/*	---------------------------------------------------------------
	CLEARING A FLOAT CONTAINER
	http://www.positioniseverything.net/easyclearing.html
	------------------------------------------------------------ */
	
	table#configtable td {padding: 0.5em 0 2em 0; border: none;}
	table#configtable td img {margin-bottom: 1.5em;}
	table#configtable td p {font-size: 1.1em; line-height: 110%;}
	
	
	table#aircraftdata, table#cargodimensions {
	width: 248px;
	float: left;
	}
	
	table#aircraftdata {
	margin-right: 20px;
	}
	
	#maincol img {
	clear: both;
	}

/*	---------------------------------------------------------------
	CLEARING A FLOAT CONTAINER
	http://www.positioniseverything.net/easyclearing.html
	------------------------------------------------------------ */
	
	#datatable-wrap:after {
    content: " "; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	}
	
	#datatable-wrap {display: inline-table; margin-bottom: 2em;}

	/* Hides from IE-mac \*/
	* html #datatable-wrap {height: 1%;}
	#datatable-wrap {display: block;}
	/* End hide from IE-mac */	
