/* REDEFINITIONS
------------------------------------------------------------ */

	
		
/* ------------------------------------------------------------ */





/* LAYOUT
------------------------------------------------------------ */

	/* style for the listing item box
	------------------------------------------------------------ */
	.aircraft_listing_item
	{
		margin:				0 0 10px 0;
		padding:			0 0 10px 0;
		float:				left;
		background:			url(../images/common/divider.gif) no-repeat bottom;
	}
	
	/* style for the image. match this with config file's file_info thumbnail value
	------------------------------------------------------------ */
	.aircraft_listing_item .aircraft_image a
	{
		margin:				0 10px 0 0;
		width:				75px;
		height:				75px;
		float:				left;
	}
	.aircraft_listing_item .aircraft_image a{ border: solid 1px #AAA; }
	.aircraft_listing_item .aircraft_image a:hover{ border: solid 1px #FFB200; }
	
	#aircraft_subnav
	{
		padding:			5px 5px 15px 0;
		width:				550px;
		float:				left;
	}
	
	#aircraft_subnav a
	{
		margin:				0 10px 0 0;
		float:				left;
	}
	
	.spec_box
	{
		margin:			0 0 15px;
		padding:		0 0 10px;
		width:			550px;
		float:			left;
		background:		url(../images/common/divider.gif) no-repeat bottom;
	}
	
/* ------------------------------------------------------------ */





/* TEXT STYLES
------------------------------------------------------------ */
	
	/* the listing title
	------------------------------------------------------------ */
	.aircraft_listing_item h3
	{
		color:				#F60;
		font-weight:		normal;
	}
	
	/* the listing title - as a link
	------------------------------------------------------------ */
	.aircraft_listing_item h3 a
	{
		color:				#FFB200;
		font-size:			14px;
		font-weight:		normal;
	}
	
	/* the listing info
	------------------------------------------------------------ */
	.aircraft_listing_item p
	{
		margin:				0;
		color:				#FFF;
	}
	
	.aircraft_listing_item .btn_box
	{
		margin:				45px 0 0;
		width:				105px;
		height:				20px;
		float:				right;
	}
	
	.aircraft_listing_item .info_box
	{
		margin:				35px 0 0;
		width:				270px;
		float:				left;
	}
	
	
/* ------------------------------------------------------------ */


	.border_box
	{
		border-right:		solid 1px #FFF;
	}
	
	.log_title
	{
		background:			#444;
		border-right:		solid 1px #FFF;
	}
