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

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

.left
{ float:left; }

.right
{ float:right; }

/**
* Content
*
* Differences for extended content
*
* @section		structure
* @subsection	content
*/

#content
{ background:#2E2E2E; }

/**
* Main content
*
* Differences for extended content
*
* @section			structure
* @subsection		content
* @subsubsection	content-main
*/

#content-main
{ width:auto; }

/**
* Box Model
*
* Differences for Box model used in the entire website.
*
* @section				structure
* @subsection			content
* @subsubsection		content-main
* @subsubsubsection		box-model
*/	

.box-model
{ background:#181818; height:auto; padding:0 7px 7px 7px; width:967px; }

/** Box model > title */

.box-model-title
{ border-bottom:1px solid #690; margin:0 -7px; }

/** Box model > content */

.box-model-content
{ padding:18px; }

/**
* Countries
*
* Countries List
*
* @subsubsubsection				box-model
* @subsubsubsubsection			box-model-content
* @subsubsubsubssubsection		countries
*/

.countries
{ background:url(../images/structure/bg-countries-list.gif) no-repeat 160px 16px; height:1%; overflow:hidden; }
	
	.countries li
	{ display:block; float:left; font-size:12px; line-height:18px; padding:0 0 2px 0; width:186px; }
		
		.countries li a
		{ display:block; text-indent:24px; }