/**
* Airport-int - general_content.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			May, 4, 2009
*
*/


/**
* Global Classes
*
* @section		global
* @subsection	global classes
*/

.mg-0
{ margin:0 !important; }

.mg-l-5
{ margin-left:5px !important; }

/**
* Box Model
*
* Box model used in the entire website. ( Main content / Sidebar content )
*
* @section			structure
* @subsection		content
* @subsubsection	box-model
*/

.box-model
{ background:#E6E6E6; height:auto; overflow:hidden; width:100%; }

/** Box model > title */

	.box-model-title h2
	{ float:left; font-size:16px; line-height:22px; padding:5px 0 6px 0; }

/**
* Content Model - White
*
* Content Area used inside all modules ( variations: transparent / white )
*
* @section			structure
* @subsection		content
* @subsubsection	content-model
*/

.content-model
{ background:url(../images/structure/bg-content-model.gif) repeat-y 0 0; height:1%; overflow:hidden; padding:20px 30px 40px 30px; }

/**
* Content custom corporate ( Differences )
*
* Custom content, full description from members ( TinyMCE )
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
* @subsubsubsection		content-custom-corporate
*/

	.content-custom-corporate h1
	{ color:#2B2B2B; font-size:26px; font-weight:normal; line-height:30px; padding:0; }
	
	.content-custom-corporate h3
	{ color:#999; font-size:12px; line-height:24px; padding:0; }
	
	.content-custom-corporate p
	{ padding:20px 0 0 0; }
	
		.content-custom-corporate p strong
		{ color:#000; }
		
/** content > content-model > content-custom > list */

	.content-custom-corporate .list
	{ height:1%; margin:40px 0 0 0; overflow:hidden; }
	
		.content-custom-corporate .list div
		{ float:left; height:90px; margin:0 20px 0 0; width:288px; }
		
			.content-custom-corporate .list div img
			{ float:left; margin:0; }
			
			.content-custom-corporate .list div p
			{ font-size:11px; padding:0 0 0 55px; }
			
				.content-custom-corporate .list div p strong
				{ font-size:12px; }
