/**
* Airport-int - general_content_custom.css
*
* @package			layout
* @author			Arca Solutions
* @version			eDirectory 5.2.03
* @since			April, 16, 2009
*
*/

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

	.content-custom *
	{ font-family:Trebuchet MS, Arial, Helvetica, sans-serif; }
	
	.content-custom sup, 
	.content-custom sub 
	{ color:#000; }
	
	.content-custom p
	{ color:#666; font-size:12px; line-height:16px; padding-bottom:10px; }
		
	.content-custom a:link,
	.content-custom a:visited,
	.content-custom a:active
	{ color:#BB081C; }
	
		.content-custom a:hover
		{ color:#333; }
		
	.content-custom strong
	{ color:#000; }
	
	.content-custom ul,
	.content-custom ol
	{ color:#666; display:block; font-size:12px; padding-bottom:10px; }
	
	.content-custom ul
	{ list-style:inside; list-style-type:disc; }
	
	.content-custom ol
	{ list-style:decimal; list-style-position:inside; }
	
	.content-custom  ul ul,
	.content-custom  ol ol,
	.content-custom  ul ol,
	.content-custom  ol ul
	{ padding-left:20px; }
	
	.content-custom h1,
	.content-custom h2,
	.content-custom h3,
	.content-custom h4,
	.content-custom h5
	{ color:#333; font-weight:bold; margin:0; padding:12px 0 6px 0; }
	
	.content-custom h1
	{ font-size:18px; }
	
	.content-custom h2
	{ font-size:16px; }
	
	.content-custom h3
	{ font-size:15px; }
	
	.content-custom h4
	{ font-size:14px; }
	
	.content-custom h5
	{ font-size:13px; }

	.content-custom img
	{ display:inline; }

/**
* Pagination
*
* Pagination for page results
*
* @section					structure
* @subsection				content
* @subsubsection			content-main
* @subsubsubsection			content-model
* @subsubsubsubsection		pagination
*/

.pagination
{ background:#E7E7E7; height:20px; float:left; margin:0 0 20px 0; overflow:hidden; width:100%; }

	.pagination p
	{ color:#666; float:left; line-height:20px; padding:0 0 0 5px; }

		.pagination p span
		{ color:#333; }

	.pagination ul
	{ border:1px solid #E7E7E7; float:right; height:18px; overflow:hidden; }

		.pagination ul li
		{ background:#9F9F9F; color:#ABABAB; float:left; font-size:11px; line-height:18px; margin:0 0 0 1px; }

			.pagination ul li a
			{ padding:4px 6px; }

				.pagination ul li a:hover
				{ color:#333; }

				.pagination ul li.active
				{ background:#545454; }

/** Content > content-main > content-model > pagination differences */

.pagination-bottom
{ margin:20px 0 0 0; }

/** Content custom > Testimonials / Typical Enquiries Differences */

.content-custom-quotes p.author 
	{ float: right; font-weight: bold; }
	
	.content-custom-quotes blockquote
	{ heihght:auto; overflow:hidden; padding:20px 20px 10px 20px; }
	
		.content-custom-quotes .gray
		{ background:#E9E9E9; }