/**
* Airport-int - general_rss.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; }

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

	.content-model a:link,
	.content-model a:visited,
	.content-model a:active
	{ color:#690; }
	
		.content-model a:hover
		{ color:#FFF; }

/**
* Info
*
* Information about rss
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
*.@subsubsubsection		info
*/

.info
{ background:#0C0C0C url(../images/iconograph/icon-design-rss.gif) no-repeat 37px 30px; border-bottom:1px solid #000; height:84px; overflow:hidden; padding:30px; }

	.info p
	{ float:right; width:460px; }
	
/**
* Feeds
*
* Content for Feeds informations
*
* @section				structure
* @subsection			content
* @subsubsection		content-model
*.@subsubsubsection		feeds
*/

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

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

	.feeds .left,
	.feeds .right
	{ height:1%; overflow:hidden; width:285px; }
	
		.feeds div div
		{ float:left; padding:30px 0 0 0; }
		
	
	.feeds h2
	{ font-size:15px; }
	
	.feeds ul
	{ height:1%; }
	
		.feeds ul li
		{ background:url(../images/iconograph/icon-arrow-small.gif) no-repeat 0 13px; clear:left; display:block; float:left; padding:10px 0 6px 18px; width:90%; }
		
			.feeds ul li h3
			{ font-size:12px; line-height:13px; padding:0 0 4px 0; }

