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

/**
* 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 h1
	{ float:left; font-size:16px; }

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

.content-model
{ background:#181818; height:1%; overflow:hidden; padding:0; position:relative; }

/** Content > Content-model > Generals */

	.content-model a:link,
	.content-model a:visited,
	.content-model a:active
	{ color:#690; }
	
		.content-model a:hover
		{ color:#FFF; }
		
/** Content > Content-model > Content-model-search */

.content-model-search
{ background:url(../images/structure/bg-content-model-search-box.jpg) no-repeat 0 0; height:90px; padding:20px 30px 30px 30px; position:absolute; right:25px; top:101px; width:234px; }

/** Content > Content-model > Content-model-search > Generals */

	.content-model-search h4
	{ color:#111; font-size:17px; font-weight:normal; line-height:30px; }
	
	.content-model-search p
	{ color:#222; }
	
	.content-model-search a:link,
	.content-model-search a:visited,
	.content-model-search a:active
	{ color:#FFF; }
	
		.content-model-search a:hover
		{ color:#000; }
		
	.content-model-search p.extra
	{ color:#ABABAB; margin:30px -25px; }
	
		.content-model-search p.extra a:link,
		.content-model-search p.extra a:visited,
		.content-model-search p.extra a:active
		{ color:#690; }
		
			.content-model-search p.extra a:hover
			{ color:#FFF; }

/** Content > Content-model > Content-model-search > Error-search */

.error-search
{ background:url(../images/structure/bg-error-search.gif) no-repeat 0 0; float:left; height:21px; margin:0; overflow:hidden; padding:0 0 5px 0; width:246px; }

	.error-search input.text
	{ border:1px solid #FFF; color:#666; float:left; font-size:11px; line-height:15px; margin:2px 0 0 2px; padding:0 0 0 3px; width:200px; }
	
	.error-search input.button
	{ background:url(../images/iconograph/bt-error-search.gif) no-repeat 0 0; cursor:pointer; float:left; height:21px; text-indent:-9000px; width:26px; }

/**
* Info 404 and Suspend
*
* Information content
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
*.@subsubsubsection		info
*/

.info-404,
.info-suspend
{ border-bottom:1px solid #000; height:67px; overflow:hidden; padding:30px; }

	.info-404
	{ background:#0C0C0C url(../images/iconograph/icon-design-404.gif) no-repeat 25px 25px; }
	
	.info-suspend
	{ background:#0C0C0C url(../images/iconograph/icon-design-unavailable.gif) no-repeat 28px 40px; }

	.info-404 p,
	.info-suspend p
	{ float:right; width:420px; }
	
/**
* Content
*
* Content for all informations
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
*.@subsubsubsection		content
*/

.content
{ border-top:1px solid #242424; height:1%; overflow:hidden; padding:10px 30px 30px 30px; }

/** Content > Content-model > Feeds > Generals */	
	
	.content h2
	{ font-size:15px; line-height:40px; padding:10px 0 0 0; }
	
	.content ul
	{ height:1%; overflow:hidden; }
	
		.content ul li
		{ background:url(../images/iconograph/icon-arrow-small.gif) no-repeat 0 4px; clear:left; display:block; float:left; padding:0 0 0 24px; width:90%; }
		
			.content ul li h3
			{ font-size:12px; line-height:15px; padding:0 0 4px 0; }
			
				.content ul li h3 span
				{ color:#ABABAB; }
				
		.content ul.news li
		{ width:260px; }

