
/* ---------- // LAYOUT Columns & COMMON MARKUP // ------------------------------------------------------------------ */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9,
.col10, .col11, .col12, .col13, .col14, .col16, .col17, .col18{
	float: left;
	margin: 0 0 12px 11px;
	padding:0;
}

	.firstcol { margin-left: 0px; }

	/* GRID columns = 45px + 11px (56px) padding each */
	.col1 {	 width: 45px; }
	.col2 { width: 101px; }  	.col3 { width: 157px; }  	.col4 { width: 213px; }  	.col5 { width: 269px; }  	.col6 { width: 325px; }  	.col7 { width: 381px; }  	.col8 { width: 437px; }  	.col9 { width: 493px; }  	.col10 { width: 549px; }  	.col11 { width: 605px; }  	.col12 { width: 661px; }  	.col13 { width: 717px; }  	.col14 { width: 773px; }  	.col15 { width: 829px; }  	.col16 { width: 885px; }  	.col17 { width: 941px; }  	.col18 { width: 997px; }  		
	/* Add these to a column to append empty cols.  append-[1-17] */
	.append-1 { padding-right: 56px; }  	.append-2 { padding-right: 112px; }  	.append-3 { padding-right: 168px; }  	.append-4 { padding-right: 224px; }  	.append-5 { padding-right: 280px; }  	.append-6 { padding-right: 336px; }  	.append-7 { padding-right: 392px; }  	.append-8 { padding-right: 448px; }  	.append-9 { padding-right: 504px; }  	.append-10 { padding-right: 560px; }  	.append-11 { padding-right: 616px; }  	.append-12 { padding-right: 672px; }  	.append-13 { padding-right: 728px; }  	.append-14 { padding-right: 784px; }  	.append-15 { padding-right: 840px; }  	.append-16 { padding-right: 896px; }  	.append-17 { padding-right: 952px; }  	
	/* Add these to a column to prepend empty cols.  prepend-[1-17] */
	.prepend-1 { padding-left: 56px; }  	.prepend-2 { padding-left: 112px; }  	.prepend-3 { padding-left: 168px; }  	.prepend-4 { padding-left: 224px; }  	.prepend-5 { padding-left: 280px; }  	.prepend-6 { padding-left: 336px; }  	.prepend-7 { padding-left: 392px; }  	.prepend-8 { padding-left: 448px; }  	.prepend-9 { padding-left: 504px; }  	.prepend-10 { padding-left: 560px; }  	.prepend-11 { padding-left: 616px; }  	.prepend-12 { padding-left: 672px; }  	.prepend-13 { padding-left: 728px; }  	.prepend-14 { padding-left: 784px; }  	.prepend-15 { padding-left: 840px; }  	.prepend-16 { padding-left: 896px; }  	.prepend-17 { padding-left: 952px; }  		
	



.left{ float:left; }
.right{ float:right; }
.center{ text-align: center; }
.nomarg { margin: 0px; }
.clear { clear: both; }

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
	.clearfix {display: block;}

/* End hide from IE-mac */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}
/* Grey Line Divider */

.topborder{
	border-top: 1px solid #CCC;
	padding: 6px 0 0;
}
.divider {
	height: 5px;
	border-top: 1px solid #CCC;
	padding:0 0 6px;
}

/* ---------- // Article // -------------------------------------------------------------------------------- */

.article{	
	font-size: 1.2em;
	color: #333; 
}

.article p, 
.article blockquote,
.article li { 
	margin: 15px 0px 10px 0px; 
	line-height:1.5em;
}

.article a { text-decoration: underline; }
	

.article ul, .article ol{  margin:0 0 0 20px; }

.article li a{ 
	font-weight:bold; 
	text-decoration: none;
}

.article table { margin:5px; }

.print_art{ background:#FFF; padding:15px; }
.print_art .divider{ margin-top:10px; }
.print_art p{ 
	font-size:1.3em;
	line-height:1.5em;
	color:#000;
}
.print_art a{
	color:#000;
}

	/* -------- // Related Images Module //---------- */
	#related_images_module,#related_resources_module {
		margin: 0 0 20px 10px;
		padding:10px;
		border: 1px solid #c1c7d5;
		background:#edf2f4;
		text-align: center;
	}
		#ri_imgHolder,#rr_imgHolder{ 
			cursor:pointer; 
			margin-bottom:10px; 
			text-align:center;
		}
		
		#ri_caption,#rr_caption{ 
			clear:both;
			font-size:0.9em;
			margin:10px auto;
			padding:5px;
			border:1px solid #CCC;
			background-color:#FFF;
			text-align:left;
		}
		#rr_caption h4 a{ text-decoration:none; }
		
		#related_images_module dl{ display:none; }
		#related_resources_module dl{ display:none; }
		
		#ri_enlarge,#rr_enlarge {
			padding-left:20px;
			background:url(http://i.aviation.com/common/template_images/btn_enlargephoto.gif) no-repeat left;
		}
		#ri_enlarge a,#rr_enlarge a{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-decoration:none;
		}
		
		#enlarge_img{ 
			padding:5px 0; 
			cursor:pointer;
			text-align:center;
		}

/* ---------- // Galleries // --------------------------------------------------------------------------------------------- */
.image_gallery{
	border:1px solid #CCC;
	margin:10px 0 20px;
}
	
	.image_gallery h1{ 	
		color: #333;
		line-height:41px;
		height:41px;
		padding-left:10px;
		overflow:hidden;
		background:url(http://i.aviation.com/template_images/bg_page_head.gif) repeat-x;
	}
	.image_gallery .left_col{
		float: left;
		width: 276px;
		margin: 0 26px 8px 8px;
	}
	.image_gallery .right_col{
		margin-left:310px;
		padding: 0 0 15px;
	}
	.image_gallery #items{ display: none; }
	.image_gallery .buttons { float: right; }
	.image_gallery .buttons img{ padding-left:5px; }
	.image_gallery #prev,
	.image_gallery #next {	
		float: left;
		cursor:pointer;
	}
	.image_gallery .nextGallery {
		float: right;
		padding: 0 10px 0 0;
	}
	.status { 
		float: left; 
		margin: 0 0 10px;
	}
	
	.image_gallery #i_container {
		width:276px;
		padding: 0 0 8px; 
	}
	
	.image_gallery #t_container h4{ 
		font-size: 1.2em;
		font-weight:normal;
	}

	.image_gallery #t_container a{ color: #FBCA52; }

/* ---------- // TOP TEN // --------------------------------------------------------------------------------------------- */
.topten{
	border:1px solid #CCC;
	margin-bottom:15px;
}

	.topten h1{ 
		color: #333;
		line-height:41px;
		height:41px;
		padding-left:10px;
		margin-bottom:10px;
		overflow:hidden;
		border-bottom:1px solid #CCC;
	}
	.topten div.inner{
		padding:0 10px 10px;
		margin-right:10px;
		float: left; 
		background:#FFF;
	}
	.topten div.side{
		margin-right:10px;
	}
	.topten div.side a img{ padding-top:10px; }
	.topten #i_container {
		font-size: 0.9em;
		color: #333;
		float: left;
		width: 250px;
		margin:0 10px 10px;
		border:1px solid #CCC;
	}
		.topten #i_container div{ padding:10px; }
		
	.topten #t_container {
		text-align: center;
		float: left;	
		padding: 10px;
		margin: 0px 10px 10px 0;
		width: 355px;
	}
	
		/*.topten #t_container a{ color:#06C; }*/ 
		.topten #t_container h3{ color:#690; }
		
	.topten .buttons{ overflow:hidden; }
		.topten #prev {	float: left; }
		.topten #next {	float: right; }
		.topten #prev, .topten #next, .topten #countdown li{ cursor:pointer; }
		
		.topten #countdown {
		padding: 10px 0;
		margin:0 auto;
		clear:both;
		overflow:hidden; 
	}

	.topten #countdown li{ 
		list-style: none;
		float:left;
		height:80px;
		margin:0 4px;
		font: normal 3em/80px Arial, Helvetica, sans-serif;
	}
	.topten #countdown li.selected{
		font: normal 100px/80px Arial, Helvetica, sans-serif;
	}
	.topten #text{ 
		text-align:left;
		overflow:hidden; 
	}
	.topten #items{ display: none; }


/* ----------// Video //------------------------------------------------------------------------------------------- */

h1.video{
	color: #333;
	background:url(http://i.aviation.com/template_images/module_elements/bg_video_title.gif) repeat-x; 
	line-height:41px;
	height:41px;
	padding-left:10px;
	margin-bottom:2px;
	overflow:hidden;
	border:1px solid #CCC;

}
.player{ 
	border:1px solid #CCC;
	padding:1px;
	margin-bottom:15px;
}
#video{
	margin-right: 5px;
	float: left;
}


/* ----------// PAGE ELEMENTS //------------------------------------------------------------------------------------------- */


	/* -----// Sampler [article lists] //-------- */
	
	.sampler h3 { float: left; }
	.sampler h4 { font:bold 1em  verdana, Arial, sans-serif;}
	.sampler ul, .sampler li{ clear:both; }
	.sampler li {
		float:left;
		list-style:none;
		width:100%;
	}
	.sampler img{
		float: left;
		margin: 0 10px 0 0;
		padding:1px;
	}
	img[width="70"]{ border:1px solid #CBCBCB; padding:1px; }
	.sampler li img{ border:1px solid #CBCBCB; padding:1px; }
	
	.sampler p{	margin:0; }
	.sampler p a { color:#484848; }
	.listgroup h3{ font-size:1.3em;	}
	
	.listgroup li{
		list-style:none;
		line-height:18px;
	}
	.listgroup a { font-weight: bold; }

	
	/* ----------// TOOLBARS //--------------- */
	#art_toolbar, #page_toolbar{ 
		position:relative;
		margin:15px 0;
		line-height:24px;
	}
	a#tb_email, a#tb_print, a#tb_share{
		width:74px;
		height:24px;
		float:left;
		padding-right:2px;
	}
	a#tb_email{ background:url(http://i.aviation.com/common/template_images/bttn_email_tool.gif) top no-repeat; }
	a#tb_print{	background:url(http://i.aviation.com/common/template_images/bttn_print_tool.gif) top no-repeat; }
	a#tb_share{ background:url(http://i.aviation.com/common/template_images/bttn_share_tool.gif) top no-repeat; }
	a:hover#tb_email, a:hover#tb_print, a:hover#tb_share{ background-position:bottom; }
	
	.share_grp{ position:relative; }
	#page_toolbar #share_items{ left:95px; }
	#share_items{
		display:none;
		position:absolute;
		top:25px;
		border:1px solid #999;
		padding:5px 10px;
		background:#FFF;
	}
	#share_items div{ margin:5px 0; } 
	span#yahooBuzzBadge-form.yahooBuzzBadge-form{
		float:left;
		padding-top:1px;
	}
	
	
	/* ------- // Widgets // ---------*/
	
	
	.disc_mod{
		background:#e4eff4;
		margin:10px 0;
	}
	.disc_mod h3{ 
		margin:0;
		padding:10px;
	}
	.disc_mod ol, .disc_mod ul{ margin-left:20px; }
	


	.disc_mod .sampler ol, .disc_mod .sampler ul{ margin:0 }
	.disc_mod li{ margin:6px 0; }
	.disc_mod a{ font-weight:bold; }
	
	.disc_mod p a{ font-weight:normal; }
	.disc_mod blockquote{
		border:1px solid #CCC;
		background:#FFF;
		padding:10px;
	}
	.disc_mod dl{ background:url(http://i.aviation.com/template_images/discovery_mods/dm_bg.gif) top repeat-x; }
	
	.disc_mod dt{ 
		float:left;
		font: bold 12px/30px  Arial, Helvetica, sans-serif;
		background:url(http://i.aviation.com/template_images/discovery_mods/tab_bg.gif) bottom repeat-x;
		border-left:1px solid #BEDEFE;
		border-right:1px solid #BEDEFE;
		text-align:center;
		margin-left:5px;
		cursor:pointer;	
	}
    #dw_pop dt{ 
		margin: 0 !important;
		border-left: none;
	}
	
    #dw_pop dt.first{ border-left:1px solid #BEDEFE; }
    	
    	
	.disc_mod dt.first{ margin:0; }
	.disc_mod dt.active{ background-position: top; }
	.disc_mod dt.active a{ color:#06C; }

        
        
	
	.disc_mod dd{ 
		display:none; 
		clear:both;
		border:1px solid #BEDEFE;
		border-top:none;
		background:#FFF;
		padding:20px 10px 10px;
	}
	
	.home .disc_mod dd, .section .disc_mod dd {
		border:1px solid #999;
		border-top:none;
	}
    
    
	.disc_mod dd.active{  display:block; }
	/* -------  Commmunity Activity Module ------- */

.disc_mod .commDiscMod  {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

.disc_mod .commDiscMod dt {
	margin-left:0;
	/*width:94px !important;*/
	padding:0 2px;
	border-right:none;
}


.disc_mod .commDiscMod dd {
	border-bottom:none !important;
	border-right:none !important;
	border-left:1px solid #999;
	background:#FFF;
}

	.disc_mod ul.community{
		display:block;
		margin-left:10px;
		display:block;
		list-style-type:none;
	}
	.disc_mod ul.community li {
		display:block;
		padding:8px 0;
		border-bottom:1px solid #CCC;
	}
		.disc_mod ul.community li.last {
			border-bottom:none;
		}
	.disc_mod ul.community li img {
		margin:0 4px 4px 0;
		padding:1px;
		float:left;
		border:1px solid #CCC; 
	}
		.disc_mod ul.community li p {
			margin:0 0 2px 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.2em;
		}
		.disc_mod ul.community span.right img {
			*padding-top:10px;
			border:none;
		}
		.disc_mod ul.community li small {
			display:block;
			font-family:verdana, Arial, sans-serif;
			font-size:1em;
		}
		
		
		
/* ---- */
	
	.col4 .disc_mod dt{ 
		margin:0;
		float:none; 
		text-align:left;
		width:auto !important;
		border-left:1px solid #999;
		border-right:1px solid #999;
		background:url(http://i.aviation.com/template_images/discovery_mods/tab_bg_slide_1x30.gif) bottom repeat-x;
	}
		.col4 .disc_mod dt div{
			margin-left:10px;
			padding-left:30px;
			background:url(http://i.aviation.com/template_images/discovery_mods/btn_down.gif) bottom left no-repeat;
		}
		.col4 .disc_mod dt.active{ 
			border-left:1px solid #BEDEFE;
			border-right:1px solid #BEDEFE;
		}
		.col4 .disc_mod dt.active div{  background-position: top left; }
	.col4 .disc_mod dd{
		border:1px solid #BEDEFE;
		border-top:none;
	}
		
	.dw_blog{
		float:right;
		width:114px;
		height:21px;
		padding-top:10px;
		background: url(http://i.aviation.com/common/community/template_images/btn_viewall_Blogs_active.gif) no-repeat;
	 }
	.dw_forums{
		float:right;
		width:114px;
		height:21px;
		padding-top:10px;
		background: url(http://i.aviation.com/common/community/template_images/btn_viewall_Forums_active.gif) no-repeat;
	}
	.home .disc_mod, .section .disc_mod { 
		background:#FFF;
		border-top:1px solid #CCC;
		margin-top:0;
		padding: 6px 0 0;
	}
	.home .disc_mod h3, .section .disc_mod h3 { padding:0 0 15px; }
	.home .disc_mod dt, .section .disc_mod dt {
		background:url(http://i.aviation.com/template_images/discovery_mods/tab_bg_homepage.gif) bottom repeat-x;
		border:none;
		padding:0 1px 0 0;
	}
	.home .disc_mod dt.active, .section .disc_mod dt.active {
		background-position:top; 
		border-left:1px solid #999;
		border-right:1px solid #999;
		padding:0;
	}
	
	

	/* ---------- // Advertisment blocks // ---------- */
	.hd_advert{
		text-align:center;
		padding:10px 134px;
		margin-top:10px;
	}
	fieldset{
		border: 1px solid #ECECEC;
		padding: 15px 10px;
		color:#CCCCCC;
	}
	
	fieldset.ads {
		margin:0 auto;
		padding: 10px;
		text-align: center;
	}
	div.ads{
		margin:-6px 0 10px; 
		text-align:center;
	}
	
	fieldset.belt_ad{ 
		text-align: center;
		padding: 15px 10px; 
	}
	div.belt_ad {
		text-align: center;
		margin: 10px auto;
	}
	
	* html div.ads{ margin:0 0 10px;}
	* html .ads legend{ margin:0 0 5px;}
	
	.ads legend{ color:#CCCCCC; }
	.ads .ad {
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	
	.googad {
		width:330px;
		text-align:center;
	}
	
	/* GOOGLE ADSENSE */
	#adsense { margin-top:25px; }
	#adsense336 { margin:15px 0 0 0 }

	/* --------- // FORMS // --------- */
	form .error{ 
		border:2px solid #C00 !important; 
		padding: 2px; 
	}
	form .error_msg{
		color:#C00;
		border: 2px solid #C00;
		padding:4px;
	}
	form .okdokay{ 
		border:2px solid #093; 
		padding: 2px; 
		color:#009933;
	}
	form span.okdokay{ 
		border:2px solid #093; 
		padding:4px;
		color:#009933;
	}
	/* div.form - used in php\mailform.php[used?] | community\form_input.php[newsletter] */
	
		div.form { 
			clear:both;
			color: #333333; 
		}
		div.form h2 {
			font: normal 1.6em Arial, Helvetica, sans-serif;
			margin: 0 0 15px;
			}
		div.form h3 { 
			font:bold 1em Arial, Helvetica, sans-serif; 
			margin:0;
			}
		div.form h4 { 
			font:bold 1em Arial, Helvetica, sans-serif;
			margin:0;
			}
	
	form dt{ 
		font-weight:bold; 
		margin:15px 0 0;
	}
	form dd input{ 
		width: 317px;
	}
	
	/* optin - MOVED TO REGISTRATION 4.1.09  */
	/* optin - used in communities/optional_info form  */
		
		
		#optin td{ padding: 10px 10px 10px 0; } 
		
		#optin ul{ padding-left:20px; }
		#optin li{ 
			font-size:1.2em;
			margin-bottom:10px; 
		}
	
	form .opt_grp { margin: 10px 0px 0px 0px; }
	form .opt_grp input {
		float: left;
		padding: 0 4px 0 0;
	}
	form .opt_grp div.label { 
		margin-left:25px; 
		font-size: 1.2em;
	}
	form .opt_grp div.textbox input { border: 1px solid #D3D3D3; }
	
	form div.row { padding: 0px 0px 15px 0px;}
		form div.row div.label {
			float: left;
			padding: 5px 0px 0px;
			width: 115px;
		}
		
		form div.row div.textbox input {
			border: 1px solid #D3D3D3;
			width: 317px;
			height: 20px;
		}
		
		form div.row div.textbox textarea {
			border: 1px solid #CECECE;
			width: 317px;
		}
		
	form .textnote{
		text-align:center;
		font:normal 10px Verdana;
		color:#3399ff;
		padding-left:115px;
		width:317px;
	}

	.grey_box { 
		background:#E6E6E6; 
		border:1px solid #CCC;
		padding:20px;
	}
	.help_note{ 
		width:209px; 
		line-height:30px;
		text-align: center; 
		font-weight:bold;
		border: 1px solid #CCC;
		margin:15px 0 30px;
		background:#FFF;
	}

	.ybuzz{
		margin-bottom:10px;
	}
	/* --------- // LS Store // --------- */
	
	#LS_store {
		background: url(http://i.aviation.com/common/template_images/ls_store_header.jpg) top left no-repeat;
		padding: 0 10px 10px;
		margin: 10px 0;
		border: 1px solid #8DA0B7;
		overflow:hidden;
	}
	
	#LS_store h3 {
		margin:0px;	
		color: #FFF;
		line-height: 16px;
		padding:6px 0 10px 30px;
		height:41px;
	}
	
	#LS_store h4 {	
		padding: 10px 0 0 0;
		color: #424242;
		font-size: 1.2em;
	}
	#LS_store ul{ border-bottom: 1px solid #E1E1E1; }
	#LS_store li {
		list-style:none;
		padding: 0 0 15px;
		clear:both;
	}
	#LS_store ul a { 
		font-weight: bold; 
		display:block;
		float: left;
	}
	#LS_store ul a img{ 
		padding:1px;
		border:1px solid #CBCBCB;
	}
	#LS_store ul p { margin: 0 0 5px 80px; }
	#LS_store ul p a {	
		float: none;
		padding-bottom:3px; }
	#LS_store ul p a img{ 
		padding-top:3px; 
		border:none;
	}
	#LS_store ol { padding-top:10px; float: right; }
	


/* -------- // I EXPLORE //------------------------------------------------------------------------ */

#iExplore, #iExplore div.container{	
	width: 661px;
	float: left;
	margin: 0 0 12px;
}
#iExplore h4{
	color:#000000;
	margin:2px 11px;
	font-size:1.1em;
}
#iExplore p{
	color:#000000;
	margin:0 0 10px 30px;
}

#iExplore a{ color:#000000; }
#iExplore div.inner{ border:1px #CCCCCC solid; }
#iExplore div.destList{
	text-align:center;
	margin:0 auto 5px;
}
#iExplore div.destList a{ padding:5px 30px; }
#iExplore div.destList img{ 
	width:145px;
	height:78px;
}
#iExplore a.destLink{
	display:block;
	background-color:#deebf1;
	color:#003399;
	font-weight:bold;
	padding:2px 11px;
}
#iExplore a.iexpLogo{
	display:block;
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
}
#iExplore div.map{ float:left; }

#iExplore div.findreg{
	float:left;
	height:194px;
	background:#EBF9FF;
	text-align:center;
}

#iExplore form{ 
	margin:0 auto;
	padding-top:10px;
	width:175px;
}
#iExplore select{ width:175px; }
#iExplore input{ 
	margin:5px 0;
	
}
#iExplore div.label{
	font:bold 12px arial, sans-serif;
	color:#000000;
	text-align:left;
	padding: 5px 0 0 0;

}

/* ---------- // Header Bug//------------------------------------------------------------------------ */
#pk_header{ 
	margin-left:670px;
	height:89px;
	padding:8px 0 0 8px;
	background: url(http://i.aviation.com/template_images/pk_welcome_bg.gif) repeat-x;
}
	#pk_header img{ float:left; }
	#pk_header div{ 
		float:left;
		width:230px;
		padding-left:8px;
	}
	#pk_header h3{
		font-size:15px;
		font-weight:bold;
		line-height:15px;
		margin:0 0 6px;
	}
	#pk_header h4{ 
		font: normal 11px;
		margin:0 0 6px;
	}
	#pk_header span{
		float:left;
		display:block;
		font-size:10px;
		line-height:15px;
		padding-right:20px;
	}
	#pk_header span a{
		display:block;
		font: bold 11px;
	}
	

/* ---------- // Profile Pages //------------------------------------------------------------------------ */

	/* --- // Profile Head // ---- */
	#profile_usr_info{ 
		border-top: 1px solid #CCC;
		margin-bottom: 10px;
	}
	
	#profile_usr_info h1{  
		line-height:40px;
		color: #690;
	}
	#profile_usr_info h3{ margin: 0;} 
		#profile_usr_info blockquote{
		border-top: 1px solid #CCC;
		background:url(http://i.aviation.com/template_images//community/bg_grad_profile.png) 0px 1px repeat-x;
	
	}
	#profile_usr_info li{
		margin: 10px 0;
		list-style: none;
	}
	
	.profile_edit{
		float:right;
		padding: 9px 0;
	}
	
	#profile_usr_info ul.activity,
	#profile_usr_info ul.aboutme{ margin-left: 110px; }
		#profile_usr_info ul.aboutme{ 
		border-top: 1px solid #CCC; 
	}
	
	#profile_usr_info ul.badges{
		float: left;
		width: 110px;
		margin: 0;
	}
	#profile_usr_info ul.badges li{
		text-align:center;
	}
	#profile_usr_info ul.badges li.avatar img{
		background: #FFF;
		border: 1px solid #CCCCCC;
		padding:1px;
	}
	#profile_usr_info ul.usr_connect{ 
		float: right;
		margin-right:20px;
	}
	#profile_usr_info a.com_pm{
		background:url(http://i.aviation.com/common/template_images/sendpm_icon.gif) no-repeat 0 1px;
		padding-left: 20px;
	}
	
	#profile_usr_info a.com_contact{
		background:url(http://i.aviation.com/common/community/template_images/icon_my_contacts.gif) no-repeat 0 0px;
		padding-left: 20px;
		display:block;
		line-height:1.6em;
	}
		

/* ---------- // MOST RECENT //--------------- */
	#profile_recent{
		background:url(http://i.aviation.com/common/template_images/bg_grad_most_recent.png) 0px 2px repeat-x;
		margin-bottom: 10px;
	}
	#profile_recent .postItems{
		border-top: 1px solid #CCC;
		padding: 10px;
	}
	#profile_recent .postItems blockquote {
		background:#EBEBEB none no-repeat scroll 6px 8px;
		border:1px solid #CCCCCC;
		overflow:hidden;
		padding:5px;
	}
	#profile_recent .postItems blockquote cite {
		display:block;
		font-style:normal;
		font-weight:bold;
	}
	#profile_recent img{ margin-right: 10px; }
	#profile_recent a{
		font-weight: bold;
	}
	#profile_recent span{
		color: #999;
	}
	

/* ---------- // MORE MOD //--------------- */
	#profile_more{
		border: none;
		border-top: 1px solid #CCC		padding-top:1px;
	}
	#profile_more .moreItems {
		background-color: #ecf4fc;
		padding: 12px;
	}
	#profile_more .moreItems blockquote {
		background:#EBEBEB none no-repeat scroll 6px 8px;
		border:1px solid #CCCCCC;
		overflow:hidden;
		padding:5px;
	}
	#profile_more .moreItems blockquote div {
		border-bottom:none;
		margin-bottom:0:
	}
	
	#profile_more .moreItems blockquote cite {
		display:block;
		font-style:normal;
		font-weight:bold;
	}
	
	#profile_more dt{
		float:left;
		list-style: none;
		font: bold 15px/40px  Arial, Helvetica, sans-serif;
		background:url(http://i.aviation.com/common/template_images/bg_profile_more_tab.png) top repeat-x;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
		text-align:center;
		cursor:pointer; 
	}
	#profile_more dt.first{ border-left: 1px solid #999; }
	#profile_more dt.active{  background-position: bottom; }
	#profile_more dt.active a{ 
		cursor:default; 
		color:#06C; 
	}
	
	#profile_more dd{
		list-style: none;
		background-color: #FFF;
		padding: 10px;
		border-left:1px solid #999;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		display:none;
		clear:left;
	}
	#profile_more dd.active{ display:block; }
	#profile_more dd div{
		border-bottom: 1px solid #CCC;
		margin-bottom: 10px;
	}
	#profile_more dd div img{ margin: 0 10px 10px 0; }
	#profile_more dd div a{
		font-weight: bold;
	}
	#profile_more dd div span{
		color: #999;
	}
	
/* ---------- // Forums MOD //--------------- */
	#com_forum_mod{
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		background:url(http://i.aviation.com/common/template_images/bg_grad_forums_mod.png) 0px 1px repeat-x;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#com_forum_mod h3{
		margin:10px;
	}
	#com_forum_mod h5{ 
		font: normal 1.3em Arial, Helvetica, sans-serif;
		color:#039; 
	}
	#com_forum_mod ul li{
		list-style: none;
		margin: 10px 0;
		padding: 0 10px 10px;
		border-bottom: 1px solid #CCC;
	}
	#com_forum_mod p{ 
		margin: 0; 
		color: #333333; 
	}
	
	
/* ---------- // Hot Topics MOD //------------- */

	#com_hot_topics{
		border: 1px solid #CCC;
		background-color: #E6E6E6;
	}
	#com_hot_topics h3{
		margin:10px;
	}
	#com_hot_topics h4{ 
		font: bold 1.2em Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
	}
	#com_hot_topics h5{ 
		font: normal 1.3em Arial, Helvetica, sans-serif;
	}
	#com_hot_topics p{ 
		margin: 0; 
		color: #333; 
	}
	#com_hot_topics big{ 
		font: normal 30px verdana, Arial, sans-serif;
		border: 1px solid #999;
		padding: 2px 10px;
		color: #999;
		float:left;
	}
	
	#com_hot_topics blockquote{
		background-color: #FFF;
		margin:10px;
		padding: 5px;
	}
	#com_hot_topics ul li,
	#com_hot_topics ol li{
		list-style: none;
		margin: 15px 0;
	}
	#com_hot_topics ol li a{ 
		margin-left:50px; 
		display: block;
	}
	#com_hot_topics .ht_popvideo p{ margin: 10px 0; }
	#com_hot_topics .ht_popvideo img.tn{
		background: #FFF;
		border: 1px solid #CCCCCC;
		padding:1px;
		float: left;
		margin-right: 10px;
	}
	


/* ------ COMMUNITY HUB STYLES --------- */


#communityHub {
	color:#333;
}

#communityHub .col12 {
	background:url(http://i.aviation.com/common/community/template_images/bg_title_661x110.png) no-repeat top left;
}
#communityHub .headline {
	border-top:none;
	background:none;
	padding:0 10px;
}
#communityHub .headline h2 {
	font-weight:normal;
}
#communityHub .headline p {
	width:440px;
	font-size:1.3em;
}
#communityHub .headline span.right {
	padding:0;
	margin:50px 3px 10px 0;
}
#communityHub .headline span.log {
	margin:50px 10px 10px 0;
	padding:0 10px 0 0;
	float:right;
	border-right:1px solid #CCC;
}
#communityHub #hubTopMod {
	margin:10px 0 15px 0;
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_mostpopvideos_661x385.gif) no-repeat bottom right;
}

#communityHub .col8 dl {
	padding:0 0 5px 0;
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_mostrec_1x288.gif) repeat-x bottom left;
}
#communityHub .col8 dt img,
#communityHub .col4 dt img {
	padding:1px;
	border:1px solid #CCC;
}
	#communityHub .col8 dd.hubFeature {
		margin-top:5px;
	}
	#communityHub .col8 dd.hubFeature ul {
		margin:2px 0 10px;
		list-style-type:none;
		float:left;
	}
		#communityHub .col8 dd.hubFeature li {
			float:left;
		}
			dd.hubFeature li.featureNum {
				padding:0 6px;
				text-align:center;
				border-right:1px solid #CCC;
			}
			dd.hubFeature li.featureNum big {
				float:left;
				padding:2px 10px;
				font-family:verdana, Arial, sans-serif;
				font-size:30px;
				color:#999;
				background:#FFF;
				border:1px solid #999;
			}
			dd.hubFeature li.featureTitle {
				width:320px;
				padding: 0 0 0 10px;
			}
			dd.hubFeature li.featureTitle h3 {
					margin-bottom:0;
					font-size:2em;
					font-weight:normal;
				}
			dd.hubFeature li.prev a{
				margin-right:5px;
			}
			
			dd.hubFeature li.prev a {
				background: url(http://i.aviation.com/template_images/buttons/btn_hubfeature_arrows.gif) no-repeat 0 0;
			}
				dd.hubFeature li.prev a:hover {
					background-position:0 -20px;
				}
			dd.hubFeature li.next a {
				background: url(http://i.aviation.com/template_images/buttons/btn_hubfeature_arrows.gif) no-repeat 0 -40px;
			}
				dd.hubFeature li.next a:hover {
					background-position:0 -60px;
				}
			
			dd.hubFeature li.prev a,
			dd.hubFeature li.next a {
				position:relative;
				cursor:pointer;
				display:block;
				width:21px;
				height:20px;
			}
			
	#communityHub .col8 dd.ticks {
		margin:0 0 0 5px;
		clear:both;
		height:7px;
		display:block;
		overflow:hidden;
		background: url(http://i.aviation.com/common/community/template_images/progress_ticks_47x35_topmod.gif) 0 0 no-repeat;
		
	}
	.mostCommented {
		margin:0;
		padding:10px 0 0 0;
		background: url(http://i.aviation.com/common/community/template_images/bg_grad_mostcommented_1x97.gif) repeat-x top left;
	}
		.mostCommented h3{
			margin-left:5px;
		}
		.mostCommented ul.img-headline {
			margin-left:5px;
			float:left;
		}
		.mostCommented ul.img-headline li {
			padding:0;
			border-top:none;
			clear:none;
			width:210px;
			*width:208px;
			float:left;
		}
		.mostCommented ul.img-headline img {
			margin-bottom:0;
		}
			.mostCommented ul.img-headline li.first {
				border-right:1px solid #CCC;
				margin-right:10px;
			}
	
	#communityHub .col4 h3 {
		margin-left:16px;
	}	
	#communityHub .col4 dl {
		padding:0 0 20px 15px;
	}
	#communityHub .col4 dd {
		margin-top:5px;
	}
	#communityHub .col4 dd .icon {
		margin-right:4px;	
	}
	
	#communityHub .col4 ul.img-headline {
		margin:0 5px;
	}
	#communityHub .col4 ul.img-headline li.launchBtn {
		border-top:none;
		text-align:right;
	}
		#communityHub .col4 ul.img-headline li.launchBtn img{
			float:none;
		}
		
	#mostActive {
		margin-bottom:15px;
		background: url(http://i.aviation.com/common/community/template_images/bg_activeusers_661x227.png) no-repeat bottom right;
	}
	#mostActive h3 {
		margin-bottom:0;
	}
	#mostActive ul.img-headline li {
		height:82px;
		padding:10px 6px 0 6px;
	}
	#mostActive ul.img-headline li img {
		padding:1px;
		border:1px solid #CCC;
	}
	#mostActive ul.img-headline li.first {
		border-top:none;
	}
	#mostActive ul.img-headline p {
		margin:0 0 8px;
	}
	#mostActive ul.img-headline p a {
		color:#06C;
	}
	#mostActive span.right {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		margin:51px 85px 15px 0;
		padding:0 0 0 20px;
		background: url(http://i.aviation.com/common/community/template_images/icon_search_small.gif) no-repeat top left;
		
	}
		#mostActive div.right a {
			font-family:verdana, Arial, sans-serif;
			font-size:.9em;
		}
		
/* Most Recent Post and Most Recent Comment*/

#mostRecent {
	padding:10px 0 0 0;
	color:#484848;
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_mostrecent_1x225.gif) repeat-x top left;
}

#mostRecent h3 {
	margin-bottom:10px;
}
#mostRecent img {
	padding:1px;
	border:1px solid #CCC;
}
#mostRecent p {
	font-size:1.1em;
}
#mostRecent p a {
	color:#06C;
}
#mostRecent h4 {
	margin-bottom:10px;
	font-weight: normal;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
.recentPost, .recentComment {
	margin-bottom:15px;
}
.recentPost h3, .recentPost p,
.recentPost h4, .recentPost .byLine,
.recentComment h3, .recentComment h4,
.recentComment p,
.recentComment .byLine {
	margin-left:6px;
} 

.recentComment a img {
	margin:0 10px 0 4px;
	float:left;
}

.byLine dt img {
	margin:0 3px 0 0;
	float:left;
}
.byLine dd {
	line-height:11px;
	padding-top:5px;
}

.communitySpotlight {
	clear:both;
	margin:0 0 15px 0;
	padding:10px 8px 18px 8px !important;
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_rtcol_blue_1x105.gif) repeat-x top left;
	
}
	.communitySpotlight ul {
		list-style:none;
	}
	.communitySpotlight li img {
		padding:1px;
		border:1px solid #CCC;
		float:left;
		margin:0 6px 20px 0;
	}
	.communitySpotlight li p {
		padding-left:0;
	}
	.communitySpotlight h1 {
		padding:0 0 0 30px;
		background: url(http://i.aviation.com/common/community/template_images/icon_quotes_discussion.gif) no-repeat top left;
	}
	.communitySpotlight p {
		padding-left:30px;
	}


#communityHub #com_forum_mod {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
#communityHub #com_forum_mod ul li {
	border-bottom:1px solid #E6E6E6;
}

/* ------- // Welcome Promo Page //------------------------------------------------------------------------ */

.subhead {
	height:54px;
	background:url(http://i.aviation.com/template_images/welcome/promo_bg_grad_hdr_1x56.gif) repeat-x top left;
}
	.subhead h1 { padding:14px 0 0 20px; }
	
.promo_left {
	float:left;
	width:493px;
}
	.promo_left div.inner {
		padding:12px 20px 100px 20px;
		background:url(http://i.aviation.com/template_images/welcome/promo_bg_grad_left_1x495.gif) repeat-x bottom left;
	} 
	.promo_left p {
		margin:12px 0;
		font-size:1.2em;
		line-height:20px;
	}
	
.promo_thumbs { float:left; }

	.promo_thumbs img {
		padding:0 3px;
		float:left;
	}
    
.promo_right, {float:right; }
/* ---------------------- // HEADER // -------------------------------------------------------------------------------- */

#header { margin: 0px 0px 20px 0px; }

	/* ---------// Tabled Header //------- */
	#header table{ width:100%; }
	#header td{ 
		padding:0;
		vertical-align:top;
	}
	#header td.logo img{
		padding: 6px 28px 20px 6px;
	}
	#header td#pk_header{
		margin:1px 0 0;
		padding:8px 0pt 0pt 8px;
		width: 309px;
		text-align: left;
	}
	/* ---------// Div Header //------- */

	#header div.ad {
		padding: 9px 0;
		margin: 0px auto;
		font-size: 0px;
		text-align: center;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
		.hd_advert{	background:#B6DDF2; }
	
	#header div.logo {
		float: left;
		padding: 6px 28px 20px 6px;
		font-size: 0px;
	}


	/* ---------// SEARCH BOX //----------- */
	#header div.search{
		float: left;
		margin: 7px 0 0;
		width: 406px;
	}
	#header div.icon { padding: 12px 12px 0; }
	
	#header .textbox {
		float: left;
		padding: 12px;
		width: 380px;
		border:1px solid #dfe8f1;
		background:url(http://i.aviation.com/template_images/header_elements/bg_grad_search.gif) top repeat-x;
	}
	
	#header .textbox input, #bottom_search .textbox input{ width: 284px; }

	#header .textbox input,
	#bottom_search .textbox input,
	#adv_search input,
	#adv_search select{
		float: left;
		border: 1px solid #D3D3D3;
		padding:2px;
	}
	#header .search .button,
	#bottom_search .button,
	#adv_search .button{
		float: left;
		padding: 0px 0px 0px 6px;
	}
	#header .button input,
	#bottom_search .button input,
	#adv_search .button input{
		width:76px;
		height:22px;
		border:none;
		padding:0;
	}
	
	#pk_header_accnt{
		padding-left:20px; 
		border-left:1px solid #CCC;
	}
	#pk_header {
		background:none !important;
	}
	/* ---------// TOP NAV BAR //----------- */


	#topnav ul, #topnav li, #topnav a,
	#navigation ul, #navigation li, #navigation a{ height:32px; }
	#topnav ul, #navigation ul {
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -32px;
		list-style: none;
	}
	#navigation li.deco {
		width:165px;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_deco.gif) no-repeat;
	}
	#navigation li {
		float:left;
		font:bold 14px/28px Arial, Helvetica, sans-serif;
	}
	#navigation a{
		display:block;
		float:left;
		color: #FFF;
		padding: 0px 17px;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -32px;
	}
	#navigation a.selected {
		color: #003300;
		background-position: bottom;
	}
	#navigation a:hover{
		color: #072D70;
		background-position: top;
	}

	#navigation .pipe{
		display:block;
		float:left;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) bottom repeat-x;
		height:32px;
		width:2px;
		font-size:1px
	}

	/* ---------// TOP NAV BAR COMMUNITY //----------- */
	#community_navigation ul, #community_navigation li, #community_navigation a{ height:28px; }
	#community_navigation ul {
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -32px;
		list-style: none;
	}
	#community_navigation li.deco {
		width:165px;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_deco.gif) no-repeat;
	}
	#community_navigation li {
		float:left;
		font:bold 14px/28px Arial, Helvetica, sans-serif;
	}
	#community_navigation a{
		display:block;
		float:left;
		color: #FFF;
		padding: 0px 17px;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -32px;
	}
	#community_navigation a.selected {
		color: #003300;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -64px;
	}
	#community_navigation a:hover{
		color: #072D70;
		background-position: top;
	}

	#community_navigation .pipe{
		display:block;
		float:left;
		background:url(http://i.aviation.com/template_images/header_elements/main_navigation_tabs2.gif) repeat-x 0 -64px;
		height:28px;
		width:2px;
		font-size:1px
	}
	
	/* ---------// SUB NAV BAR //----------- */
	#subnavigation{
		background:url(http://i.aviation.com/template_images/header_elements/sub_navigation.gif) top repeat-x;
	}
	#subnavigation ul, #subnavigation li, #subnavigation a{ height:24px; }
	#subnavigation ul {
		list-style: none;
		padding:0;
	}
	#subnavigation li {
		float:left;
		font-family: verdana, Arial, sans-serif;
		font-size:10px;
		font-weight: bold;
		line-height:24px;
		position:relative;
	}
	#subnavigation a{
		display:block;
		float:left;
		color: #06C;
		padding: 0px 14px;
		background:url(http://i.aviation.com/template_images/header_elements/sub_navigation.gif) top repeat-x;
	}
	
	#subnavigation a.selected {
		color: #666;
		background:url(http://i.aviation.com/template_images/header_elements/sub_navigation.gif) bottom repeat-x; 
	}
	#subnavigation a:hover{ 
		color: #690;
		background:url(http://i.aviation.com/template_images/header_elements/sub_navigation.gif) bottom repeat-x;
	}
	

	#pk_header{ margin-left:680px !important; }
	

/* ----------------------- // FOOTER // --------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 0 2px 0;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
	
	#footer ul {
		padding: 0 0 9px;
		border-bottom: 1px solid #E0DFDF;
	}
	
	#footer ul li {
		list-style: none;
		color: #CCC;
		display: inline;
	}
	
	#footer ul li a {
		padding: 0 21px;
		font-weight: bold;
	}
	
	#footer div.logos  {
		text-align:left;
		margin: 10px 0 2px;
	}
	#footer div.logos img{ margin: 0 0 8px; }
	#footer div.links {
		clear:both;
		text-align: right;
		padding: 5px 0 0 0;
	}
	
	#footer div.links ul {
		padding: 0 0 3px 0;
		border-bottom: none;
	}
	
	#footer div.links ul li a {	
		padding: 0; 
		font-weight: normal; 
	}
	#footer div.links p {
		margin: 0;
		color: #666;
	}

/* --------------------- // Image Gallery Module //----------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.image_gallery h1{ font-weight:bold; }
.image_gallery .inner {	
	padding: 8px 0 0 0;
	background:#FFF url(http://i.aviation.com/template_images/module_elements/bg_grad_image_galry.gif) bottom repeat-x;
	overflow:hidden;
	clear:both;
}

#t_container{ padding: 0 8px 0 0; }
	
	#t_container h3{
		color:#333; 
		font-size: 2em;
		padding: 15px 0 0;	
	}
	
.image_gallery #enlarge{
	float : left;
	padding: 4px 67px 0 72px;
	cursor:pointer;
}
.status #curImage { 
	color:#06C;
	padding: 3px 0 0; 
}
.bar {
	width:142px;
	height:6px;
	border-top:1px solid #8ea599;
	border-left:1px solid #8ea599;
	background: url(http://i.aviation.com/template_images/module_elements/bg_status_bar.gif) top repeat-x;
}


/* ----------------------// Video //---------------------------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

	h1.video{ font-weight:bold;	}
	
	#video{ border:4px solid #92b1c2; }
	
	.player{ background:#e7f4fc url(http://i.aviation.com/template_images/module_elements/bg_video.gif) top repeat-x; }
	
	
/* ----------------------// Top 10 Module //-------------------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.topten{ background: #FFF url(http://i.aviation.com/template_images/module_elements/bg_grd_mainintro.gif) bottom repeat-x; }

	.topten h1{ 
		font-weight:bold;
		background:url(http://i.aviation.com/template_images/bg_page_head.gif) repeat-x; 
	}
	
	.topten div.side{ background: #def1fb url(http://i.aviation.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x; }
	
	.topten #i_container { background: #def1fb url(http://i.aviation.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x; }
	.topten #countdown li{ color:#06C }
	.topten #countdown li.selected{ color:#690;	 }
   
	.home .disc_mod dl,.section .disc_mod dl{ background:url(http://i.aviation.com/template_images/discovery_mods/hp_dm_bg.gif) top repeat-x; }

/* ----------------------// Airfare Watchdog //------------------ */
/* --- // Widget // --- */
.afwd_mod .afwd_head{ 
	background: url(/template_images/afwd_module/afw_bggrad_1x70.gif) top left repeat-x; 
	padding:11px 2px 7px 2px;
	
	
}
	.afwd_mod  .afwd_head h3{
		font-size:20px;
		padding-top:2px;
		margin: 0;
	}
	.afwd_mod .afwd_head h4{ 
		font: bold italic 11px Arial, Helvetica, sans-serif;
		color: #000;
		
	}
	
.afwd_mod{ 
	border: 2px solid #CCC; 
	background: #FFF url(/template_images/afwd_module/afw_widget_topbgtile_1x66.gif) top repeat-x;
}
	.afwd_mod dl{
		background: #FFF url(/template_images/afwd_module/afw_bgbot_1x70.gif) bottom repeat-x;
	}
	.afwd_mod dt{
		background: #FFF url(/template_images/afwd_module/afw_widget_downarrow_8x8.gif) left no-repeat; 
		font: bold 11px verdana, Arial, sans-serif;
		color: #690;
		text-transform: uppercase; 
		line-height: 25px; 
		margin:0 0 0 11px;
		padding-left: 15px;
	}
    
	.afwd_mod dd { padding-bottom: 4px;}
    
    
    .afwd_mod dd ul {
    	/*list-style-image: url(/template_images/bullet_img.gif);*/
        list-style:none;
        
    }
    
    .afwd_mod dd li {
    	background:url(/template_images/bullet_img.gif) top left  no-repeat;
       
    }
    
    .afwd_mod dd li {
		background-color: #FFF; 
		text-align: left;
		line-height: 16px; 
		padding: 8px 3px 8px 25px;
        background-position: 11px 12px;
    }
    
    .afwd_mod dd li.shade{
     	background-color: #E7E7E7;
        line-height:16px;
        padding: 2px 3px 2px 25px;
        background-position: 11px 8px;
        
     }
     
    .afwd_mod form{
		padding: 11px 11px 0px;
		background: url(/template_images/afwd_module/aviation_widget_logo_119x36.gif) 11px bottom left no-repeat; 
		/*height: 62px;*/
	}
	.afwd_mod form img{
    	display:block;
    	margin:7px 0;
        padding-left:186px;
    }
    
   

/* --- // Result Page // --- */
#afwd{ 
	border: 1px solid #AADCF7;
	padding: 7px;
    background: url(/template_images/afwd_module/bg_grad_afwd_pghdr_1x88.gif) top left repeat-x; 
}
	
	#afwd h1{ 
		color: #690; 
		font-weight: bold;
		margin:0 0 10px;
	}
	#afwd h3{
		color: #000;
		font-style:italic;
		margin-bottom:25px;
        text-transform:uppercase; 
	}
	#afwd blockquote{ 
		margin:7px; 
		font-size:1.1em !important;
	}
		
	#afwd h2{
		border: 1px solid #D9E8F7;
		background: url(/template_images/afwd_module/afw_page_barbgtile_1x37.gif) top repeat-x;
		font: bold 20px verdana, Arial, sans-serif;
		padding:5px 7px;
		margin:0;
	}
	#afwd h4{ line-height: 22px; }
	
	#afwd td{ padding:7px; }
	#afwd td.detail a{ 
		display: block;
		background: url(/template_images/bullet_img.gif) left  no-repeat; 
		padding-left:15px;
		color: #000;
		font-wieght: normal;
	}
	#afwd td.detail a strong{ 
		color: #06C; 
		font-wieght: bold;
		
	}
    #afwd tr {line-height:36px;}
	#afwd tr.shade{ 
    	line-height:11px;
    	background-color: #E7E7E7;
       
    }
    
    
	#afwd #pagination{ 
		line-height: 20px; 
		margin:0;
		padding: 10px 7px;
	}
	#afwd #pagination a{ font-weight: bold; }
	
	#afwd form{ 
		background: url(/template_images/afwd_module/afw_page_barbgtile_1x37.gif) bottom left repeat-x;
		border: 1px solid #D9E8F7;
		padding: 9px 7px 7px;
		
	}
	#afwd input{ margin-left:10px; }
/* ----------------------// Archive page //------------------------- */
    
.archive .headline h1 {
	color: #690;
	font-weight:bold;
	line-height:40px;
}
.archive .headline p {
	margin:5px 0 10px;
    font-size:0.92em;
}


.archive .img-headline p a {
	color:#06C;
}
.archive ul.img-headline li {
	margin:0 0 15px; 
	padding-top:10px;
    height:auto; 
}

.archive p{ margin:0 0 5px; }

.archive li h2 {
	font-size:2.4em;
	font-weight: normal;
	margin:6px 0 5px;
}



.archive blockquote div{
	width:292px;
	margin:0 0 12px 10px;
	float:left;
}
.archive blockquote div.firstcol{
    margin:0 0 12px 0;
	padding-right:10px;
    border-right:1px solid #ccc;
}



.archive .col11 .topborder{ padding: 15px 0 10px; }

/*.archive .img-headline {margin-bottom:15px; } */



.archive h3, .sm-list h3{
	margin:6px 0 4px;
	font-weight:normal;
}

/* Archive Top Pagination - pagination styles are in master.php - alex  */

.headline #pagination {
 	border-top: none;
    margin:10px 0 3px;
}


/* Archive Callout Button */

#headline span {
    float:right;
    /*padding:6px 0px 0pt 10px;*/
}

#headline h2 {
	color:#06C !important;
    padding-bottom:20px;
}


span.more {
    float:right;
    padding:4px 10px;
}

/* ----------------------// SITE MAP //------------------------------------------------------ */

.map h1 {
	margin-bottom:25px;
}	

.listgroup {
	margin-bottom:40px;
}
    

/* ----------------------// ERROR PAGE //------------------------------------------------------ */

.section p.error {
	margin:0 0 20px;
    padding:15px 15px 0 10px;
	font-family:Verdana, Arial, sans-serif;
    font-size:1.2em;
	border-top:1px solid #CCCCCC;
	line-height:1.3;
   
}




/* ----------------------// RSS PAGE //------------------------------------------------------ */

.rss .article p {
	margin-left:11px;
    padding-right:18px;
}

.rss table {
	margin:20px 0 20px 11px;
}

.rss td {
    border:1px solid #ECECEC;
    color:#333333;
    padding:5px;
}


/* ----------------------// MAILTO FRIEND and CONTACT AUTHOR//------------------------------------------------------ */



.contact ul{
	padding:10px;
	height:434px;
    border:1px solid #ccc;
	background: url(http://sandbox4.newsarama.com/template_images/bg_grad_blue_1x432.gif) repeat-x top;

}

.mailto ul {
	margin:20px 0;
	padding:10px;
    border:1px solid #ccc;
	height:214px;
	background: url(http://sandbox4.newsarama.com/template_images/bg_grad_blue_1x212.gif) repeat-x top;

}

.na_form li{ list-style:none; }

.na_form li input, .na_form li textarea { 

	border: 1px inset;
	padding:3px 4px;
	width:295px;

}

.na_form input{ padding:10px 0; }

.na_form label {

	display:block;
	font:bold 1.1em Verdana, Arial;
	margin:17px 0 5px;

}

.na_form .label { padding-left:20px; }

.na_form .option { 

	float:left;
	padding:5px 20px 5px 0;

}

.sendmail {
	padding-left:10px;
}

.required {
	color:#ff0000;
	
}


/* QUIZ and VOTING HEADLINE LISTS */

.quiz-list {
	margin-top:30px;
}

.quiz-list .img-headline, .sm-list .img-headline {
	clear:both;
	float:left;
	margin:10px 0;

}

.quiz-list .img-headline h3, .sm-list .img-headline h3 {
	display:block;
    margin:0 0 5px;
}



/* ----------------------// WELCOME //------------------------------------------------------ */

#welhead {
	height:50px;
	background: url(/template_images/welcome/bg_grad_blue.gif) repeat-x top;
}

.welcome .message {
	padding:0 100px 0 30px;
}

.welcome h2 {
	color: #1C3754;
    
}

.welcome h2 span {
	font-size:.8em;
}

.welcome h3 {
	font-size:1.9em;
	font-weight:normal;
    line-height:1.2em;
	color: #1C3754;
    
}

.welcome h4 {
	margin:20px 0;
	font-size:1.6em;
    font-weight:normal;
    line-height:1.2em;
    color: #1C3754;
}

.welcome p {
	font-size:1.3em;
    color: #333;
}

.col5 img {
	margin-bottom:17px;
}


    


/* -------- // SEARCH v2 //---------- */

/* headlines */
#searchResults div.headline{ 
	padding: 0; 
}

	#searchResults div.headline h1{
		margin: 0 0 25px;                        
		padding-top: 20px;
		font-size: 2.4em;
		font-weight: bold;
		color: #690;
	}
	#searchResults div.headline p{
		color:#CC0000;
	}

#searchResults div.results h3{
    margin-bottom:10px;
    padding: 10px;
    clear: both;
    display: block;
    color: #333;
    background: #E6E6E6;
}
	#searchResults div.results h3 img {
    	float:right;
        padding-right:10px;
    }

#searchResults div.results ul{
        margin: 3px 0 0 0;
        padding:0;
        float:left;
        list-style-type:none;
        font-size: 1.1em;
}
	#searchResults div.results ul li{
		float:left;
		padding-right:5px;
		font-weight:bold;
	}
	#searchResults div.results ul li a{ text-decoration: underline; }
	
#searchResults div.sortResults{
	margin: 20px 0;
}	
#searchResults div.sortResults ul{
	float:left;
	list-style-type:none;
	padding:0;
}
	#searchResults div.sortResults ul li{
		float:left;
		padding-right:5px;
	}
	#searchResults div.sortResults ul li a{ text-decoration: underline; }

#searchResults ul.img-headline li {border-top:none;}
	#searchResults ul.img-headline li h3 {
		margin-bottom: 3px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#searchResults ul.img-headline li p {margin-bottom:3px;}

/* IMAGE PANEL */
#searchResults dl.assetPanel {
	border: 1px solid #CCC;
    margin-bottom:15px;
    padding: 6px 10px 10px;
}
	#searchResults  dl.assetPanel dt {
		color: #690;
		font: bold 1.5em/1em Arial, Helvetica, sans-serif;
		margin:0 0 15px;
	}
	#searchResults  dl.assetPanel dd {padding:0 0 25px 0;}
	#searchResults  dl.assetPanel dd img {
		border:1px solid #CCC; 
		padding:1px;
	} 
	#searchResults  dl.assetPanel dd.viewButton { 
		text-align: right;
		padding:0;
	}
	#searchResults  dl.assetPanel dd.viewButton img {
		padding:0;
		border:none;
	}

/* IMAGES OUTPUT */
#searchResults .all_imgs img {border:1px solid #CCCCCC; padding:1px;}
#searchResults .all_imgs ul {list-style-type:none; float:left;}

	#searchResults .all_imgs ul li {
		float:left;
		display:block; 
		width:104px;
		padding:0 28px 28px 0;
	}
	#searchResults .all_imgs li h4 {width:104px; clear:both;}

/* MORE RESULTS */

#searchResults .net_imgs img {
	border:1px solid #CCCCCC; 
	padding:1px;
}
#searchResults .net_imgs .net_btn img {border:none;}
#searchResults .net_imgs ul {list-style-type:none; float:left;} 

	#searchResults .net_imgs ul li {
		float:left;
		margin:0 28px 28px 0;
	} 
	
	#searchResults .net_imgs ul li h4 {width:120px;}
	#searchResults .net_imgs .net_btn {
		float:right;
		margin-top:64px;
		padding:0;
	}

#searchResults .netlinks h3 {margin-bottom:10px;}
    
#searchResults .netlinks ul.img-headline li {padding:5px 0px 10px 0;}

#searchResults .netlinks ul.img-headline li p {}

#searchResults .netlinks ul.img-headline li span {
	float:right;
	margin:0 0 10px 100px;
 }
#searchResults .netlinks ul.img-headline li span img{ border:none; }

/* pagination alter */
#searchResults #pagination {
	border-top:none;
	margin:0;
	padding:0;
}
	#searchResults #pagination a{ font-weight: bold; }
	
	
/* keyword suggest box */	
#searchResults .keywordLinks {
	border:1px solid #CCC;
	margin:10px 0 25px;
	padding:10px;
} 
	#searchResults .keywordLinks blockquote{
		float:left;
		margin:0;
		padding: 0 0 0 10px;
		width:30%;
		text-transform:capitalize;
	}
	#searchResults .keywordLinks blockquote h4 {margin-bottom:5px;}
	#searchResults .col6 .keywordLinks blockquote{margin-left:11px;}
	#searchResults .col6 .keywordLinks blockquote h4 {font-size:1.1em; line-height:20px;}	
	
	
/* --- // SEARCH FORM // --- */
#searchResults .searchform{
	margin:0 0 15px;
	border:1px solid #CCCCCC;
	background: url(http://i.aviation.com/template_images/module_elements/bg-search-app.gif) top left repeat-x; 
	padding: 10px 0 20px;
}
	#searchResults .searchform h2 {
		margin: 0 0 0 20px;
		
		font-size: 2.3em;
		float:left;
	}
	#searchResults .searchform td.col3,
	#searchResults .searchform td.col6 { 
		float: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
	#searchResults .searchform td.firstcol { padding: 0; }

	#searchResults .searchform div.text-wrapper{
		padding: 1px;
		border: 1px solid #999;
		background-color: #B9B9B9;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-khtml-border-radius-bottomleft: 3px;
		-khtml-border-radius-bottomright: 3px;
		-webkit-border-radius-bottomleft: 3px;
		-webkit-border-radius-bottomright: 3px;
		border-radius-bottomleft: 3px;
		border-radius-bottomright: 3px;
		text-align: right;
	}
	#searchResults .searchform input.text{
		width: 306px;
		padding:2px;
		border: 1px solid #999;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#searchResults .searchform input.button {
		margin: 2px 0;
	}  
	#searchResults .searchform ul.tab-wrapper{
		list-style: none;
		padding: 0;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
	}
	#searchResults .searchform ul.tab-wrapper li{
		float: left;
		width: 107px;
		border-right: 1px solid #999;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		background: url(http://i.aviation.com/template_images/module_elements/bg_search_tabs.png) top left repeat-x; 
	}
	#searchResults .searchform ul.tab-wrapper li.active{
		background: url(http://i.aviation.com/template_images/module_elements/bg_search_tabs.png) bottom left repeat-x; 
	}
	#searchResults .searchform ul.tab-wrapper li a{ display:block; }
	#searchResults .searchform ul.tab-wrapper li.active a{ color: #333; }
	
/* NO SEARCH RESULTS */
#searchResults .no-results p {
	width:437px;
    margin:40px 0;
    font-size:1.3em;
    font-weight:normal;
    font-style:italic;
    line-height:20px;
}

	#searchResults  .no-results p span {
		font-weight:bold;
	}	


.mkt_unit {
	padding-top:1px;
	border-top:1px solid #CCCCCC;
}
	.mkt_unit h3 {
		margin:0;
		padding:5px 0 10px 8px;
		background: url(http://i.aviation.com/template_images/module_elements/bg_srch_mcchdr_img_1x37.gif) repeat-x bottom left;
	}
 
	.mkt_unit ul {
		list-style-type:none;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
	}
		.mkt_unit ul li {
			padding:8px 0;
			text-align:left;
			border-top:1px solid #CCCCCC;
			background: url(http://i.aviation.com/template_images/module_elements/bg_srch_generic_1x51.gif) repeat-x bottom left;
		}
		.mkt_unit ul li img {
			padding:0 6px 0 4px;
			display:inline;
			vertical-align:middle;
		}
			
			
/* SIDE UNITS */
#searchResults div.side_keywordLinks{
	border-top: 1px solid #CCC;
	margin:10px 0;
	padding:8px 0;
}
	#searchResults div.side_keywordLinks ul{
		margin: 0 10px;
		list-style-type:none;
		float:left;
		width: 40%; 
	}
	#searchResults div.side_keywordLinks ul li{ 
		font-weight: bold;
		margin: 5px 0; 
	}

#searchResults .tpc-other ul li{
	margin: 5px 0; 
	font-weight: bold;
}
#searchResults .tpc-other ul li h4{
	
}

/* --- //  old stuff starts, remove after search 2 is done // --- */
/* -------- // SEARCH PAGE //---------- */
#header ul.search_options { 
	margin:15px 0 10px;
	float:left;
}
.search_options li{
	list-style-image:url(http://i.aviation.com/template_images/bullet_img.gif);
	margin:0 10px 2px 20px;
}
.search_options li a{ font-weight:bold; }

	#bottom_search{
		background: url(http://i.aviation.com/template_images/search/bg_grad_searchfooter.gif) repeat-x top;
		border:1px solid #D9E8F7;
		height:76px;
	}
	#bottom_search .wrapper{
		background: url(http://i.aviation.com/template_images/search/bg_rightend_searchfooter.gif) right no-repeat; 
		height:76px;
	}
	#bottom_search .textbox{ 
		float: left;
		padding: 12px;
	}
	#bottom_search div.logo{
		float: left;
		margin: 8px 0 0 95px;
	}
	#bottom_search div.search{	padding: 15px 0 0; }
	#bottom_search ul.search_options { 
		margin:10px 0 10px;
		float:left;
	}

	#bottom_search h2{ font: bold 2em/76px Arial, Helvetica, sans-serif;	}
	#bottom_search label{ 
		padding:0 10px 0 0;
		font: bold 1.2em/22px Arial, Helvetica, sans-serif;
		float:left;
	}
	
	/* -------- // Advanced SEARCH //---------- */
	#adv_search div.selectbox{
		width: 290px; 
		padding: 0px 0px 0px 20px;
	}
	#adv_search option{ padding-right:10px; }
	#adv_search div.button input{ border:none; }
	
	#adv_search li label{ float: left; }
	#adv_search .fixright input,#adv_search .fixright select{ float:right; width:200px; }
	#adv_search li {
		list-style: none;
		clear:right;
		height:30px;
	}
	
	#adv_search{
		background:url(http://i.aviation.com/template_images/search/bg_grad_advancedsrch.gif) top repeat-x;
		padding:10px 0;
		font-size:1.2em;
	}


	/* -------- // SEARCH results//---------- */
	#search_results div{ margin:20px 0; }
	#search_results p{ margin:3px 0; }
	#search_results blockquote{	margin-left:40px; }
	#search_results {
		font-size:1.1em; 
		line-height:1.2em;
		color:#484848;
	}
	#search_results a { 
		font-size:1.1em;
		font-weight:bold;
		text-decoration:underline;
	}
	#search_results .s { color:#3CF; }	
	#search_results .s a{
		font-size: 1em;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* -------- // SEARCH Navigation//---------- */
	div.search_navigation td{ 
		font: bold 1.2em/24px Arial, Helvetica, sans-serif;
		padding:0 5px;
	}
	div.search_navigation .next_on a, div.search_navigation .next_off{ width:55px; }
	div.search_navigation .prev_on a, div.search_navigation .prev_off{ width:80px; }
	div.search_navigation .prev_on a, div.search_navigation .prev_off,
	div.search_navigation .next_on a, div.search_navigation .next_off{
		height:24px;
		font-size:.0em;
		display:block;
		overflow:hidden;
	}
	div.search_navigation .prev_on{	background: url(http://i.aviation.com/template_images/buttons/btn_search_previous.gif) no-repeat top; }
	div.search_navigation .prev_off{ background: url(http://i.aviation.com/template_images/buttons/btn_search_previous.gif) no-repeat bottom; }
	div.search_navigation .next_on{	background: url(http://i.aviation.com/template_images/buttons/btn_search_next.gif) no-repeat top; }
	div.search_navigation .next_off{ background: url(http://i.aviation.com/template_images/buttons/btn_search_next.gif) no-repeat bottom; }
/* ---------- // Featured Module // ---------- */
#featured_module {	position:relative; }

div.home #featured_module{
	border: 1px solid #D9E8F7;
	background: url(http://i.aviation.com/template_images/module_elements/hp_bg_grad_tabor.gif) top repeat-x;
}

div.section #featured_module {
	border: 1px solid #CCCCCC;
	background: url(http://i.aviation.com/template_images/module_elements/section_bckgd_tab2.gif) top repeat-x;
}

	#featured_module li{
		list-style: none;
		float:left;
	}
div.home #featured_module h1,
div.home #featured_module h2,
div.home #featured_slides a{
	color: #690;
}
div.section #featured_module h1,
div.section #featured_module h2,
div.section #featured_slides a{
	color: #06C;
}

#featured_module h1 {
	font: normal 20px/22px Arial;
	padding: 6px 0 6px 10px;
	width: 348px;
	float:left;
	cursor:pointer;
}

#featured_module h2 {
	font: normal 1.8em/1.1em Arial;
	padding:0;
}
#featured_module p {
	font-size:1.1em;
	margin:10px 0 0;
}

	/* -----// Feature Slide //-------- */
	#featured_slides{ height:237px; }
	#featured_slides div.slide{
		width:435px;
		height:237px;
		position:absolute;
		visibility:hidden;
	}
	#featured_slides .selected{ visibility:visible !important; }

	#featured_slides img{
		float:left;
		border: 1px solid #E7E7E7;
		cursor:pointer;
	}
	#featured_slides a.vid{
		display:block;
		background: url(http://i.aviation.com/template_images/video_icon.gif) left no-repeat;
		margin: 3px 0 0;
		padding:0 0 0 25px;
		line-height: 14px;
	}
	#featured_slides .top_article{ margin:10px;	}
	#featured_slides .top_article blockquote {
		float:left;
		width:240px;
		padding-left:10px;
	}
	#featured_slides .sub_article {
		font-weight: bold;
		clear:both;
	}
	#featured_slides .sub_article p{
		font-size:1em;
		line-height:1em;
		margin:0;
	}
	#featured_slides .sub_article li {
		width: 200px;
		height:35px;
		padding: 0 0 10px 10px;
	}
	#featured_slides .sub_article img{
		margin-right:10px;
		width: 46px;
		height:31px;
		padding: 1px;
	}

	/* -----// Featured Article (image rotater) //-------- */
	#featured_articles ul {
		float: right;
		padding: 4px 5px 0px 0px;
	}
	#featured_articles li img{ border:none; }
	#featured_items { display:none; }

	div.section #overlay h1 {
		background: url(http://i.aviation.com/template_images/module_elements/section_bckgd_tab2.gif) repeat-x 0 -180px;
		width: 346px !important;
		height: 50px !important;
		padding-bottom:0;
	}
	div.home #overlay h1 {
		background: url(http://i.aviation.com/template_images/module_elements/hp_bg_grad_tabor.gif) repeat-x 0px -180px;
		width: 346px !important;
		height: 50px !important;
		padding-bottom:0;
	}

	#featured_prev, #featured_next, #featured_pause{
		float:left;
		display:block;
		width:21px;
		height:20px;
		padding:0 1px;
		cursor:pointer;
	}
	#featured_prev span, #featured_next span{ visibility:hidden; }
	#featured_prev{ background:url(http://i.aviation.com/template_images/buttons/btn_tabor_prev.gif) top no-repeat; }
	#featured_next{ background:url(http://i.aviation.com/template_images/buttons/btn_tabor_next.gif) top no-repeat; }

	/* -----// Feature Tabs //-------- */
	#featured_tabs li{
		font: bold 1.3em/29px Arial, Helvetica, sans-serif;
		background: #ffffff;
		text-align:center;
		width:109px;
		cursor:pointer;
	}
	div.home #featured_tabs li {color: #669900; }
	div.home #featured_tabs li.selected{
		background:none;
		width:108px;
		color: #0066CC;
	}
	div.section #featured_tabs li {color: #0066CC; }
	div.section #featured_tabs li.selected{
		background:none;
		width:108px;
		color: #669900;
	}

/* ---------- // Most Recent Module // ---------- */
div.home #most_recent_module { background: url(http://i.aviation.com/template_images/module_elements/bg_grad_mostrecent.gif) repeat-x; }
div.home #most_recent_module ul li { border-bottom:1px solid #E7E7E7; }
div.section #most_recent_module { background: url(http://i.aviation.com/template_images/module_elements/bg_grad_recent_section.gif) repeat-x; }
div.section #most_recent_module ul li { border-bottom:1px solid #C9E4F6; }

#most_recent_module {
	border-top: 1px solid #E7E7E7;
	padding: 6px 0 0;
	overflow: hidden;
	height:260px;
}
#most_recent_module h3{
	float: left;
	padding:0;
	color:#669900;
}
#most_recent_module .mostrecent_outer{
	position:relative;
	height:238px;
	overflow:hidden;
}
#most_recent_module ul li{
	list-style: none;
	margin: 0 7px;
	font-weight:bold;
	font-size:10px;
}
#most_recent_module ol{
	float: right;
	padding: 0 0 0 8px;
}
#most_recent_module ol li{
	float:left;
	list-style: none;
	padding:0 2px;
}

#mra_up, #mra_down{	cursor:pointer;	}




/* ---------- // Carousel Module // ---------- */
#carousel {
	border: 1px solid #E7E7E7;
	padding: 6px 0 0;
	background:url(http://i.aviation.com/template_images/module_elements/bg_grad_spotlight.gif) bottom repeat-x
}
#carousel .prewrap{
	position: relative;
	overflow: hidden;
	width: 977px;
	height: 160px;
	clear:both;
}
#carousel h3{
	padding-left:6px;
	float: left;
 }
#carousel_prev, #carousel_next{
	padding-right:5px;
	float: right;
}
#carousel .carousel_content{
	position: absolute;
	width: 997px;
	left: 0;
}
#carousel .carousel_content li {
	list-style: none;
	display: block;
	float: left;
	padding: 0 0 0 18px;
}
#carousel .carousel_content img {
	padding: 0 17px 0 0;
	border-right:1px solid #cccccc;

}
#carousel .carousel_content p {
	width:163px;
	font-weight:bold;
	line-height:1em;
	margin:10px 0 0;
}

/* ---------- // Spotlight Section // ---------- */
#spotlight {
	width:997px;
	float: left;
	margin: 0px 0px 12px 0px;
	padding: 6px 0px 20px 0px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	overflow:hidden;
}

#spotlight p {
	margin:0;
	font:bold 1em/1.2em verdana,Arial,sans-serif;
}
#spotlight img {
	float: left;
	padding-right:8px;
}

#spotlight li{
	width: 223px;
	padding-right:10px;
	margin-right:20px;
	border-right:1px solid #ECECEC;
	float: left;
	list-style: none;
}
#spotlight li.last{
	border:none;
	margin:0;
}


/* ---------- // Topics Section // ---------- */


.topic .headline{
	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc_header_1x88.gif) top repeat-x; 
	border-top:none;
}

.topic .headline h1{
	color: #06C;
	font-size:2.8em;
	font-weight:normal;
	line-height:48px;
    margin:0 0 5px 0;
}

.topic .headline h3 {
	color: #06C;
    font-size: 2.0em;
    font-weight:normal;
    margin:5px 0 15px 0;
    
}
	

.topic .headline img {
	margin-top:5px;
    margin-bottom:15px;
}

.topic .col6 .headline {
	padding:0;
	
}

.topic .headline p{
	margin:0 0 10px;
    font-size:1.4em;
    line-height:22px;
}

.topic p{ margin:0 0 5px; }
.topic .headline h2{
	font-size:2.4em;
	font-weight: normal;
	margin-bottom:15px;
}
.topic blockquote div{
	width:300px;
	margin:0 0 12px 28px;
	float:left;
}
.topic blockquote div.firstcol{
    margin:0 0 12px 0;
	padding-right:20px;
    border-right:1px solid #ccc;
}
.topic .sm-list h3{ font-weight:normal; }


.topic .img-headline { margin-bottom:15px; }

.topic .img-headline li {
	clear:both;
	border-top:1px solid #CCCCCC;
    height:auto;
	margin:0pt;
	padding:15px 0pt 5px;
}

.topic .img-headline li h2 {
	font-size:2.0em;
}

.tpc1 img, .tpc2-3 img, .tpc4-6 img, .tpc7-9 img {
	border:1px solid #CBCBCB;
	padding:1px;
}

.topic .img-headline p a {
	color:#06C;
}

.topic .img-headline p a:hover {
	color:#3CF;
}

.topic .divider {
	border-top:1px solid #CCC;
    clear:both;
    padding:0;
}

.tpc1-3 {
	margin-bottom:15px;
	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc1-3.gif) bottom right no-repeat;
}
	

.tpc1 {
	padding-bottom:15px;
}

.tpc1 p, .tpc1 h2, .tpc1 h3 {
	padding:0 10px;

}

.tpc1 h3 {
	color: #333;
	font-weight:normal;
    line-height:22px;
}


.tpc1 img {
	margin-bottom:20px;
}

.topic .col4 {
    background: #F6FBFF;
}

.tpc2-3 {
	padding:10px;
}

.tpc2-3 img {
	margin-bottom:10px;
}

.tpc2-3 h3 {
	font-weight:normal;
    margin-bottom:10px;
    line-height:1.2em;
 }
 
 .tpc2-3 .divider {
 	padding:0;
 }
 


.tpc10-19, .tpc7-9 {
	margin-top:10px;
}
 
.tpc10-19 {
    padding:20px 10px;
    border:1px solid #CCC;
}

.tpc10-19 ol {
	margin:0;
	padding:0;
    clear:both;
    list-style-image: url(/template_images/bullet_img.gif);
}

.tpc10-19 ol li {
	margin:0 0 0 14px;
    padding:0 0 16px 0;
	font-weight:bold;
	
}

.tpc7 img {
	float:left;
    margin:0 10px 10px 0;
    border:1px solid #CCC;
}

.tpc7-9 h3 {
	margin-bottom:10px;
	font-weight:normal;
    display:block;
}

.tpc8 {
	margin-top:5px;
	margin-bottom:15px;
}

.tpc8 p {
	padding-right:60px;
}


/* ---------- //NEW!! Topic-Pages ((((Standard/Hub Styles)))) // ---------- */

#topic ul.img-headline img, .tpc-std0 img, .tpc-std1-3 img  {
	border:1px solid #CCCCCC;
	padding:1px;
}

#topic.std .col12 {
	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc_hdr_1x51.gif) top left repeat-x; 
	border-top:none;
}

#topic.std .headline {
	padding:0;
}
#topic.std .headline span {
	padding-right:6px;
}

#topic.std h1 {
	margin:0 0 24px;
    padding:24px 0 0 6px;
    font-size: 2.6em;
    font-weight: bold;
    color: #690;
}
#topic.std .tpc-std0 div img  {
	float: left;
    margin:0 11px 6px 0;
}

.tpc-std0 {
	padding-left:6px;
}
    
.tpc-std0 p {
    margin: 0;
    font-size:1.2em;
}
	
.tpc-std1-3 {
	margin:25px 0;
    border-top:1px solid #CCE0F5;
}


.tpc-std1-3 h3 {
	margin-bottom:5px; 
    padding:8px 0 15px 6px;
    background: url(http://i.aviation.com/template_images/module_elements/bg_tpc1-3_hdr_1x50.gif) top left repeat-x; 
}

.tpc-std1-3 ul {
	margin:15px 0 20px;
    padding:0;
    float:left;
    display:block;
    list-style-type:none;
    
}
.tpc-std1-3 ul li {
    float:left;
    display:block;
}

.tpc-std1-3 li.border {
	border-left:1px solid #ccc;
    height:306px;
}

.tpc-std1-3 ul li dl {
	width:165px;
	padding:0 26px;
}

.tpc-std1-3 dl dt img {
	margin-bottom:11px;
    display:block;
}
.tpc-std1-3 dt {
	margin-bottom:9px;
	background:none;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.6em;
}
.tpc-std1-3 dl dd {
	font-size:1.1em;
	display:block;
    
}

.tpc-std4 {
	border:1px solid #CBD2D4;
}

.tpc-std4 h3 {
	margin:0; 
	padding:8px 0 6px 6px;
   	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc4_hdr_1x33.gif) top left repeat-x; 
	
}

.tpc-std4 div.shdw {
	margin:0;
    padding:0;
	height:6px;
	background: url(http://i.aviation.com/template_images/module_elements/mm_mod_shadow_1x6.gif) bottom left repeat-x;
	
}

.tpc-std4 ul.img-headline {
	margin:0;
	padding-bottom:6px;
    background: url(http://i.aviation.com/template_images/module_elements/mm_mod_shadow_1x6.gif) bottom left repeat-x;
}

.tpc-std4 ul.img-headline li {
	height:auto;
	border-top:none;
	padding:6px;
	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc4_list_1x95.gif) bottom left repeat-x;
}

.tpc-std8 {
	border-top:1px solid #CCCCCC;
}

.tpc-std8 h3 {
	padding:8px 0 15px 6px;
    margin:0 0 5px;  
	background: url(http://i.aviation.com/template_images/module_elements/bg_tpc8_hdr_1x50.gif) top left repeat-x; 
   
}

.tpc-std8 ul.img-headline li {
	height:auto;
	padding:15px 0 15px 6px;
}

.tpc-std8 li.noborder, .tpc-std4 li.noborder {
	border-top:none;
}

.tpc-std8 li h2 {
	font-size:2.2em;
}

.tpc-std8 li h2, .tpc-std8 li h4 {
	margin-bottom:5px;
}

.tpc-std8 li.video {
	background:#E1E8EA;
    display:block;
}

.tpc-std8 li.photo {
	background:#EFF8FB;
}

.tpc-std8 li.photo h3, .tpc-std8 li.video h3, .tpc-std8 li h3  {
	font-size:2em;
	font-weight:normal;
	background:none;
    padding:0;
	
}

.tpc-std8 li.photo h4, .tpc-std8 li.video h4, .tpc-std8 li h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size:1.6em;
	background:none;
    padding:0;
	
}

.tpc-std8 li.photo p, .tpc-std8 li.video p  {
	display:block;
    
}

.tpc-other {
	margin:20px 0;
    padding:8px 0;
    border-top:1px solid #CCCCCC;
}

.tpc-other h3 {
	background:none;
}

.tpc-other ul {
	list-style-type:none;
    margin:0;
    padding:0 11px 15px;
    background: url(http://i.aviation.com/template_images/module_elements/bg_tpc_other_1x639.gif) top left repeat-x;;
	
}

.tpc-other li {
	margin:11px 0;
    padding:0;
}

.tpc-other li h4 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:1.4em;
    font-weight:normal;
    
}

.tpc-other li p {
	margin:6px 0 0 0;
}

.tpc-other li a img {
	margin:5px 0 0 194px;
}

.img-headline img.icon {
	border-style:none !important;
    float:none;
    margin:0;
    padding:0 0 0px 6px !important;
}



/* temporary fixes, remove later */

#footer div.credit img{ width:109px; height:15px; }

/* -----// Standard HTML Tags //-------- */


h1.cobrand, h2.cobrand{
	float:left;
	width:400px;
}
h2.history { padding: 0px; }
	
h3.imageofday {	padding: 10px 0px 0px 0px;	}



#headline {
	margin: 0px 5px 15px 0px;
	position:relative;
}
#headline h2{ 
	font-size:2.2em;
	font-weight:normal;
	margin: 0;
	color:#06C;
}
#headline h1 { 
	clear:both;
	color:#690;
	font-size:2.8em;
	font-weight: bold;
	padding:0 0 5px;
}
#headline h3{ clear:both; }
#headline h3, .context p{ 
	color:#333;
	font: normal 1.2em/1.3 verdana, Arial, sans-serif; 
}

.context h3{ padding:15px 0 0; }

#headline img{ padding: 0px 0px 0px 10px; }
#headline a {
	color: #003399;
}

#headline p {
	font: bold 1.5em/1.2 Arial, Helvetica, sans-serif;
	margin: 0px;
	clear:both;
}

#headline p a {
	font-size: 1em;
	padding: 0px;
}
#headline span a{ font-weight:bold; }
#headline div.title { float:left; }
#headline div.title .article { color: #333; }

#headline div.rss {
	display:inline;
	padding: 0px;
}


.required {	color: #690; }
.errmsg { 
	font-size:1.8em;
	text-align:center;
	border:1px solid #CCC	margin:0 0 10px;
	padding:15px;
 }
 
div.space {
	height: 5px;
	clear: both;
}


div.cobrand { text-align:right; }
div.pagebranding{
	text-align:center;
	margin:0 0 16px;
}



/**********************/
/* MODULE SPECIFIC STYLES */
/**********************/

/* Article Module */
#headline div.credit {
	float:left;
	padding: 0 0 0 5px;
	font: 1.4em/110px Georgia;
	color:#333;
}
div.related_links{
	border:1px solid #E6E6E6;
	margin:0 0 15px;
}
div.related_links h3{
	line-height:30px;
	background:#E6E6E6;
	padding:0 0 0 10px;
}
div.related_links ul{ 
	list-style:none;
	padding-left:10px;
}
div.related_links a{ font-weight:bold; line-height:150%; }




div.hotbox{
	position:absolute;
	z-index:10;
	display:none;
}
div.hb_tab{
	position:absolute;
	height:40px;
	width:200px;
	border:4px #003399 solid;
	border-left:none;
	background:#FFFFFF;
	color:#3CF;
	padding:5px 0 10px 26px;
	z-index:20;
	
}
div.hotbox div.inner{ border:4px #003399 solid; }






/* -------- // Contact Form Module //---------- */
.contact ul{
	padding:10px;
	height:434px;
	background: url(http://i.aviation.com/template_images/module_elements/bg_pattern_author_form.jpg) top left no-repeat;
}
.mailto ul{
	padding:10px;
	height:214px;
	background: url(http://i.aviation.com/template_images/module_elements/bg_pattern_sendfriend_form.jpg) top left no-repeat;
}
.av_form h1{ margin-bottom:17px; }
.av_form h2{ font-size: 2.2em; }
.av_form li{ list-style:none; }
.av_form li input, .av_form li textarea{ 
	border: 1px inset;
	padding:3px 4px;
	width:295px;
}
.av_form input{ padding:10px 0; }
.av_form label{
	display:block;
	font:bold 1.1em Verdana, Arial;
	margin:17px 0 5px;
}
.av_form .label { padding-left:20px; }
.av_form .option { 
	float:left;
	padding:5px 20px 5px 0;
}

/* -----// RSS Module //-------- */
.rss { padding: 5px;}
.rss td {
	border: 1px solid #ECECEC;
	padding: 5px;
	color: #333;
}




/* Image of the Day Module */
div.imageoftheday { color: #333; }

div.imageoftheday a {
	font-size: 1em;
	padding: 0px;
	margin: 0px;	
}

div.imageoftheday div#image {	
	text-align: left;
	float: left;
	padding: 0px 10px 15px 0px;
	margin: 0px;
}

div.imageoftheday div.imageselector {
	float: left;	
	width: 150px;
}

div.imageoftheday div.imageselector a {
	font-size: 1em;
	padding: 0px;
	margin: 0px;	
}

div.imageoftheday div.imageselector h3 {
	font-size: 1.2em;
	padding: 2px 0px 8px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ECECEC;
}




/* -------- // Toolbar Module //---------- */
fieldset.toolbar{ 
	padding: 0 10px; 
	overflow:hidden;
}

div.toolbar{
	border:1px solid #bfbfbf;
	border-top:none;
	background:#FFFFFF;
	margin-top:5px;	
	padding:5px 0;
	text-align: center;
	overflow:hidden;
}

.toolbar .icon {
	float:left;
	padding: 6px 4%;
}
div.toolbar .icon{ 
	float:none;
	display:inline; 
}
fieldset.toolbar .icon img { float: left; padding: 0 3px 0 0; }
div.toolbar .icon img { padding: 0 3px 0 0; }
.toolbar .icon a{ 
	padding: 3px 0px; 
	text-decoration:none; 
	line-height:16px;
}

/* -------- // Pagination Module //---------- */
fieldset.pagination{ 
	margin: 0 0 15px;
	padding: 0 10px;
	background:url(http://i.aviation.com/template_images/module_elements/bg_grad_article.gif) repeat-x 0 7px;
	font-size:1.1em;
	
}
.pagination div strong{ color: #333; }
.pagination div{
	font-weight: bold;
	color:#CCCCCC;
	line-height:28px;
}

.pagination div a {	margin: 0 7px; }
.pagination div a.selected { color: #484848; }
.pagination a.prev, .pagination a.next {
	display:block;
	float:right;
	color: #CCCCCC;
	margin:6px 5px;
	height:16px;
}
.pagination a.prev {	
	padding-left:20px;
	background:url(http://i.aviation.com/template_images/buttons/btn_prev_sm.gif) top left no-repeat;
}
.pagination a.prev:hover {
	color: #333;
	background-position:bottom left;
}
.pagination a.next {
	padding-right:20px;
	background:url(http://i.aviation.com/template_images/buttons/btn_next_sm.gif) top right no-repeat;
}
.pagination a.next:hover {
	color: #333;
	background-position:bottom right;
}




	





/* -------- // Welcome Page //---------- */
.welcome h1{
	font:bold 2.8em Arial, Helvetica, sans-serif;
	margin: 0 0 17px;
}
.welcome h3{
	font:normal 1.8em Arial, Helvetica, sans-serif;
	color:#0066CC;
}
.welcome p{	font:normal 1.3em/1.4em Arial, Helvetica, sans-serif; }
.wrap{ 
	background: url(http://i.aviation.com/template_images/welcome/bg_grad_aviwp_topleft_1x512.gif) bottom repeat-x;
	padding:0 0 0 11px;
	height:512px;
}
.welcome .quote{
	font-size: 1.8em;
	color: #690;
}
	div.subhead{ 
		background: url(http://i.aviation.com/template_images/welcome/bg_grad_aviwp_subhead_1x55.gif) top repeat-x;
		margin:3px 0;	
	}
	div.subhead h2{
		font:normal 2.5em/55px Arial, Helvetica, sans-serif;
		color:#0066CC;
		margin:0 0 0 20px;
		padding:0;
	}
	div.grn{ background: url(http://i.aviation.com/template_images/welcome/bg_grad_aviwp_greenicon_1x284.gif) bottom repeat-x; }
	div.blu{ background: url(http://i.aviation.com/template_images/welcome/bg_grad_aviwp_blueicon_1x284.gif) bottom repeat-x; }
	.w-icon { 
		padding: 10px 0; 
		height:264px;
		width:164px;
		float:left;
	}
	.w-icon p{
		margin:0 20px;
		font-size:1.2em;
	}
	.w-icon h3{
		font:normal 1.8em Arial, Helvetica, sans-serif;
		color:#0066CC;
	}
	
	
	
/* -------- // Flight School //---------- */
.fs_content{ 
	padding:35px 56px 5px;
	background: url(http://i.aviation.com/template_images/promo/flight_school/bg_grad_maintop_tile.gif) top repeat-x;
}
.fs_content h1{ 
	font-size:3em; 
	font-weight:bold; 
}
.fs_content ul.hed{ 
	padding:0 0 0 40px; 
	margin:20px 0 20px 20px; 
	font-size:1.8em; 
	font-weight:bold; 
	color:#0066CC;
}
.fs_content h2{ 
	font-size:1.8em; 
	font-weight:bold; 
	padding:30px 0; 
}
.fs_content h3{ padding:0; }
.fs_content p{ 
	font-size: 1.5em; 
	margin:0 0 25px; 
}
.fs_content ul{ margin-left:20px;}
.fs_foot{
	padding:20px 56px 0;
	background: url(http://i.aviation.com/template_images/promo/flight_school/bg_grad_sponsorbtm_tile.gif) top repeat-x;
}
.fs_foot p{ font-size: 1.5em; }


*{
	margin: 0;
	outline:none;
	border-collapse:collapse;
}

body {
	padding:0;
	text-align: left;
	font-family: verdana, Arial, sans-serif;
	font-size: 0.635em;
	color: #484848;
	background: url(http://i.aviation.com/template_images/aviation_outerbg_tile.gif) top;
}

img { border:0; }

p{ margin:11px 0; }

a {
	color: #06C;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color: #3CF;
	text-decoration: none;
}


h1, h2, h3 {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
h1 small, h2 small, h3 small{
	font-family: verdana, Arial, sans-serif;
	font-weight:normal;
}

h1 {
	color: #06C;
	font-size:2.2em;
	font-weight:normal;
	margin: 0px 0px 2px 0px;
}
/* CMS - Make it so */
h1.mis{ 
	margin:30px auto 0;
	width: 50%;
	background: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

h2 {
	font-size:2.8em;
	font-weight:normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #690;
	font-size:1.5em;
	line-height:1em;
	margin: 0px 0px 15px 0px;}

h4{ font-size:1em; }
h5{ font-size:1em; }
h6{ font-size:1em; }


ol, ul, li{
	padding:0;
}



#main {
	width: 997px;
	margin: 0px auto;
	padding: 24px 28px 0;
	background-color:#FFFFFF;
	border-right:5px solid #b6ddf2;
	border-left:5px solid #b6ddf2;
}

/* -----// Headlines [lists module] //-------- */

.home ul.headlines{ background:url(http://i.aviation.com/template_images/module_elements/bg_grad_mostrecent.gif) bottom repeat-x; }
.section ul.headlines{ background:url(http://i.aviation.com/template_images/module_elements/bg_grad_blue_sect_186.gif) top repeat-x; }
ul.img-headline{ margin:3px 0 10px; }
.img-headline li{
	padding:12px 6px;
	list-style:none;
	height:67px;
}

.headline{
	border-top: 1px solid #CCC;
	padding:0 10px;
}

.headline h1{
	font-size: 2.8em;
}

.headline h2{
	margin: 10px 0 0;
	font-weight:bold;
	font-size: 2.2em;
	color:#06C;
}
.headline h3{
	font-weight:normal;
	color:#333;
}

.headline span {
	float: right;
	padding:13px 0px 0 10px;
}


.share_grp span{ padding: 0; }



.home .img-headline li{
	background:url(http://i.aviation.com/template_images/module_elements/bg_grad_img-headline.gif) bottom repeat-x;
}
.section .img-headline li{
	background:url(http://i.aviation.com/template_images/module_elements/bg_grad_blue_sect_80.gif) bottom repeat-x;
}

.img-headline img{
	float:left;
	margin: 0 8px 0 0;
	border:1px solid #CBCBCB; padding:1px;
}
.img-headline-lrg img{
	float:left;
	margin: 0 8px 8px 0;
	border:1px solid #CBCBCB; padding:1px;
}
.img-headline p, .img-headline-lrg p { margin:0; }
.img-headline p a, .img-headline-lrg p a{
	font-weight:normal;
	color: #333;
}

.img-headline img{
	float:left;
	margin:0 10px 10px 0;
}


.tn163x110 h4, .tn163x110 p, .tn163x110 h5 { margin-left: 173px; }
.tn100x67 h4, .tn100x67 p, .tn100x67 h5 { margin-left: 110px; }

.tn163x110 img, .tn100x67 img { border:1px solid #CCC; padding: 1px; }

.img-headline li{
	list-style:none;
	margin-bottom:25px;
}
.img-headline .divider{ padding-bottom:15px; }
	ul.img-headline li{
		border-top: 1px solid #CCC;
		padding: 0 0 5px;
		margin: 0;
		clear:both;
	}
	.section ul.img-headline li, .home ul.img-headline li{ border: none; }
	ul.img-headline li + li{  border-top: 1px solid #CCC; }

.img-headline-list{
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFF url(http://i.aviation.com/template_images/module_elements/headline_grey_bg.gif) bottom repeat-x;
	height:300px;
}
.img-headline-list img{ float: left; }
.img-headline-list h4, .img-headline-list h5, .img-headline-list p{ margin-left: 110px; }
.img-headline-list h4 { font-family: verdana, Arial, sans-serif; }
.img-headline-list p{ margin-top: 0; }
.img-headline-list p a,
.img-headline-list h5 a{ color:#333 }
.img-headline-list a:hover{ color:#3CF; }

ul.bullets { margin:0 0 10px; clear:both; }
	.bullets li{
		list-style-image:url(http://i.aviation.com/template_images/bullet_img.gif);
		padding:0 0 17px;
		margin:0 10px 0 20px;
	}
	.bullets li a{ font-weight:bold; }
	.bullets li p { margin:0; }
	.bullets li p a{
		font-weight:normal;
		color: #333;
	}

.viewall {
	float: right;
	background: url(http://i.aviation.com/template_images/buttons/link_bg.gif) no-repeat;
	padding:0 10px 0 0;
	width: 43px;
	text-align:center;
}

.viewall a {
	color: #690;
	font-weight: normal;
	font-size:9px;
	line-height:15px;
}



/* ----------------------// Sampler [article lists] //---------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.sampler li { margin: 0 0 17px; }



/* ----------------------// REGISTRATION COMPLETE //------------------------------------------------------------------ */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */


dl.reg_option { background:#ccc url(http://i.aviation.com/template_images/bg_grad_col_1x334.gif) repeat-x top left; }
dl.reg_option dt { background: url(http://i.aviation.com/template_images/bg_grad_sbhdr_1x82.gif) repeat-x top left; }


/* ----------------------// Welcome Promo Page //---------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/community.php */

div.promo_left h2 { color: #06C; }
div.promo_left h1 { color: #690; }

.subhead h1 {color: #06C; }


/* ----------------------// PAGINATION //------------------------------------------------------ */
#pagination{
	margin:10px 0;
	border-top: 1px solid #CCC;
	padding: 5px 0;
}
#pagination table{
	float:right;
}
#pagination table td{
	line-height: 20px;
	padding:0 6px;
}
#pagination table ol{
	float:left;
	list-style:none;
}
#pagination td ol { 
	padding:0;
}

#pagination table li{
	float: left;
    display:block;
    /*width:22px;*/
    padding:0 5px; 
 	text-align:center;
	font-weight:bold;
   	/*border-right: 1px solid #CCC;*/
}
#pagination table li.last{ border:none; }

#pagination table li.sel {
	border:1px solid #CCC;
    font-size:1.1em;
	background: #EEE;
    margin-top:-1px;
    *margin-top:0;
}

#pagination table li a {}


/* -------- // Marketplace //------------------------------------------------------------------------ */
	.marketplace, .redirect{
		background: url(http://i.aviation.com/template_images/grey_vert_gradient.gif) repeat-x top;
	}

	.marketplace h3{
		color:#333;
		margin: 0 10px;
		padding-top:10px
	}
	.marketplace h4 { margin: 0 10px; }

	.marketplace dl{ padding:10px; }
	.marketplace dt, .marketplace .row{
		font-size:1.1em;
		font-weight:bold;
	 }
	.marketplace dd{ margin-bottom: 10px; }
	.marketplace dd a, .marketplace .text a{ color:#333;	}

	.marketplace .row { margin: 10px; }
	.marketplace .row p{ margin: 0 }
	.marketplace .text{ font-weight:normal; }

	.redirect{ padding:0 20px; }
	.redirect img{padding: 28px 0; }
	.redirect h2{ padding-bottom:28px; }
	.redirect a{
		font-size:1.2em;
		font-weight:bold;
	}
	
/* -------- // Interstitals //------------------------------------------------------------------------ */
#inter-advertisement{
	z-index:999; 
	background:#FFF; 
	position:absolute;
	top:0; 
	width:100%;
	height:100%;
	font-size: 12px;
	font-family: verdana, Arial, sans-serif;
}

#inter-logo {
	text-align:left;
	background: url("http://images.aviation.com/template_images/promo/interstitial/av_topban_tile_iad_8x57.gif") repeat-x;
}

.inter-continue{
	padding: 5px 5px 5px 200px;
}
#inter-advert{
	font-size: 1px;
	color:#606A72;
	margin:auto;
	text-align:center;
}
#inter-content{
	text-align: center;
	background: #ddd;
	padding: 10px;
}

.inter-bn1 a{
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
}
.inter-bn2{ color:#000; }
.inter-bn2 a{
	color:#000;
	font-weight:normal
}

.inter-bn1, .inter-bn2 {
	margin-left: 15px;
	line-height: 2;
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
	text-decoration:none;
}
.inter-bn1 a, .inter-bn2 a{
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
	text-decoration:none;
}

.inter-legal {
	margin-left: 15px;
	font-size: 8pt;
	color: #000;
}