
/* ---------- // 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 {
		margin: 0 0 20px 10px;
		padding:10px;
		border: 1px solid #c1c7d5;
		background:#edf2f4;
		text-align: center;
	}
		#ri_imgHolder{ 
			cursor:pointer; 
			margin-bottom:10px; 
			text-align:center;
		}
		
		#ri_caption{ 
			clear:both;
			font-size:0.9em;
			margin:10px auto;
			padding:5px;
			border:1px solid #CCC;
			background-color:#FFF;
			text-align:left;
		}
		#related_images_module dl{ display:none; }
		
		#ri_enlarge {
			padding-left:20px;
			background:url(http://i.aviation.com/common/template_images/btn_enlargephoto.gif) no-repeat left;
		}
		#ri_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;	
	}
    
    	
    	
		.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; }
	
	.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;
	}
	.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;
	}

	/* --------- // FORMS // --------- */
	form .error{ 
		border:2px solid #C00 !important; 
		padding: 2px; 
	}
	form .error_msg{
		color:#C00;
		border: 1px solid #C00;
		padding:10px;
		margin:10px 0 !important;
	}
	form .okdokay{ 
		border:2px solid #093; 
		padding: 2px; 
	}
	
	/* 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 - used in communities/optional_info form */
		#optin h3{ margin:0 0 2px; }
		#optin p{ font-size:1.2em; }

		#optin .note{ color:#F60 }
		
		#optin td{ padding: 10px 10px 10px 0; }
		
		#optin input { padding:2px; }
		#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; }
	
	
/* ---------- // REGISTRATION COMPLETE //------------------------------------------------------------------------ */
#post_reg {
	margin:0 0 42px 50px;
}
dl.reg_option {
	float:left;
	margin:28px 10px 0 0;
    text-align:center;
  	width:214px;
}
dl.reg_option dt {
	padding:10px 10px 28px 10px;
    height:34px;
    text-align:left;
}
dd.reg_optbtn { padding:20px 0 44px 0; }



/* -------- // 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;
		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;
	}
	
/* ---------- // Login Register Windows //------------------------------------------------------------------------ */

#pk_cover{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	background:#000;
}

#pk_window{	
	z-index:110;
	position: absolute;
	border: 1px solid #000;
	padding:5px 10px;
	background:#FFF;
}

	#pk_window_hd img{ float:left; }
	#pk_window_hd a{ float:right; }

#pk_window_cnt{ 
	padding: 5px 0; 
}
	#pk_window_cnt h2{
		font-size:2.0em;
		background:#DDD;
		border: 1px solid #CCC;
		padding:2px;
		margin:0;
		text-align:center;
	}
	#pk_window_cnt h3{
		font-size:1.2em;
		margin:0 0 3px;
		border-bottom:1px solid #999;		
	}
	
	#pk_window_cnt h4{ color:#C00; }	
	
	#pk_window_cnt form{ 
		display:inline;
	}
	#pk_window_cnt fieldset{
		float:left;
		border:none;
		color: #06C;
	}
	
	#pk_window_cnt fieldset input{ 
		padding:2px;
		width:200px;
	}
    
    #pk_window_cnt fieldset input#checkname {
    	padding:2px;
    	width:200px;
    }
	
	#pk_window_cnt label{ 
		display:block;
		margin: 0 0 3px 
	}
	
	#pk_window_cnt span.l_col, 
	#pk_window_cnt span.r_col{ 
		display:block;
		float:left;
		width:209px; 
	}
	#pk_window_cnt span.l_col{ 
		text-align: left; 
		margin-right:10px;
	} 
	#pk_window_cnt span.r_col{ text-align: right; }
	#pk_window_cnt span.note{
		line-height:30px;
		text-align: center; 
		font-weight: bold;
		border: 1px solid #CCC;
	}
	
	#pk_login h4{ padding:6px 0 0; }
	#pk_login fieldset{ padding:10px 0; }
	#pk_login div{ margin:15px 0; }
	
	#pk_register h4{ padding:6px 0 5px; }
	#pk_register fieldset{ padding:5px 0; }
	
	#pk_window_cnt div.success { text-align:left; }
	#pk_window_cnt div.success div { margin:15px 0; }
	
	.grey_box #pk_window_cnt .success{
		padding: 5px; 
		background:#FFF;	
	}
	.grey_box .submit_grp{display:none; }
	#pk_note{ 
		margin:11px 0 0;
	}
	#pk_note ul{ 
		margin-left:20px; 
		font-weight: bold;
	}
	
#pk_window_ft{
	border-top:1px solid #CCC; 
}
	#pk_window_ft img{ 
		float:right;
		padding: 8px 0 6px; 
	}
	
#pk_window iframe{ 	border: none;  }




/* ----------------------// Account //------------------------------------------------------------------------ */
	#pk_accnt{ clear:both; 	}
	#pk_accnt_window p { line-height: 1.5em; }
	
	#pk_accnt_window, 
	.PersonaHeader_Table{
		width:100%;
		postion: relative;
		border: 1px solid #CCC;
		background:url(http://i.aviation.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x;
	}
		#pk_accnt_window h1{ 
			margin:0;
			padding:0px 9px;
			font: 22px/35px Arial, Helvetica, sans-serif;
			color:#333;
		}
		#pk_accnt_window blockquote{ border-top:1px solid #999; }
		
	#pk_accnt_nav li{
		float:left;
		list-style: none;
		font: bold 15px/34px  Arial, Helvetica, sans-serif;
		background:url(http://i.aviation.com/common/community/template_images/spr_account_elements.gif) 0px -35px repeat-x;
		border-left:1px solid #999;
		width:219px;
		text-align:center;
		cursor:pointer; 
	}
	#pk_accnt_nav li.first{ border:none; }
	#pk_accnt_nav li.active{  background-position: top; }
	#pk_accnt_nav li.active a{ 
		cursor:default; 
		color:#06C; 
	}
	
	#pk_accnt_view{ 
		padding:30px 20px 20px !important;
		clear:both;
	}
		#pk_accnt_view li{
			list-style: none;
			display:none;
		}
		#pk_accnt_view li.active{ display:block; }
		#pk_accnt_view h3{ margin:0 0 2px; }
		#pk_accnt_view div h3{ margin:15px 0 2px; }
		#pk_accnt_view div h4{ margin:6px 0 2px; }
		
/* ---------- // Profile Pages //------------------------------------------------------------------------ */

	
.pk_profile_lnks{ text-align:right; }

/* ------- // Persona widget // ---------*/
.Persona_LoginStatus,
.NoDisplay{ display:none; }

.Persona_TopPluckLink{ 
	padding:10px 9px;
	float:right; 
}
.Pluck_FooterLink{
	margin:6px 0;
	padding:6px 0;
	text-align:right;
	border-bottom: 1px solid #999;
	clear:both;
	
}
#Paginator{ padding-top:10px; }

	/* --- // Header - main info // --- */
	#PersonaHeader_RecommendUserProfile{ 
		padding-left:20px;
		display:inline;
		vertical-align:top;
		line-height:35px;
	}
	
	.PersonaHeader_Title{
		display:inline;
		padding:0px 9px;
		font: 22px/35px Arial, Helvetica, sans-serif;
	}
	.PersonaHeader_PublicContent a{display:block; margin:11px 0; }
	
	.PersonaHeader_Table td{
		font-size:1.2em;
		vertical-align:top;
		border-top:1px solid #999;
		background:#FFF url(http://i.aviation.com/common/community/template_images/bg_grad_persona_top_1x308.gif) bottom repeat-x;
	}
	
	.PersonaHeader_TableLeft{ padding:30px 15px 30px 20px; }
	.PersonaHeader_TableMiddle{ padding:30px 15px 30px 0px; }
	.PersonaHeader_TableRight{
		width:213px;
		padding:30px 15px 30px 0px; 
	}
	
	.PersonaHeader_Info{ margin-bottom:11px; }
	.PersonaHeader_InfoHeading{ font-weight: bold; }
	
	#rpt_persona_abuse, .PersonaHeader_RecommendUserProfile{ visibility:hidden; }

	/* --- // Content Tabs // --- */
	
	.PersonaTabs_Container{	
		float: left;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
		width: 437px;
		position:absolute;
	}
		.PersonaTabs_Container a{
			float:left;
			font: bold 15px/34px Arial, Helvetica, sans-serif;
			background:url(http://i.aviation.com/common/community/template_images/spr_grad_persona_select.gif) repeat-x;
			border-left:1px solid #999;
			text-align:center;
			width:108px;
		}
		.PersonaTabs_On{
			padding-left:1px;
			background-position: top !important;
			color: #690;
		}
		.PersonaTabs_Off{ background-position: bottom !important; }
		
	#PersonaMessagesPageDest,
	#PersonaUserCommentsDest,
	.Persona_2ColumnTableLeft{
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding:45px 10px 10px;
		width: 416px;
		background:#E6E6E6;
	
	}
	.PersonaStyle_SectionHead{
		font-weight: bold;
		padding: 6px 0;
		color: #690;
	}
	
	.Messages_MustConnectMessage,
	.UserComments_Table,
	.Reactions_Table, .WatchList_List{ 
		background:#FFF; 
		border:1px solid #CCC; 
		width:100%;
		margin-top:10px;
	}
		
	.Reactions_TableContent{
		vertical-align:top;
		padding:0 10px;
	}
	.Reactions_DateTime, .UserComments_DateTime{ 
		font-size:.8em;
		color:#999;
	}
	
	.Reactions_TableContent div{ margin:10px 0; }
	.Reactions_TableImg{ 
		text-align:right;
		padding:0 10px 0 0;
	}
	
	.WatchList_Title{ display: none; }	
	.WatchList_ListLeft, .WatchList_ListRight{
	 	padding:10px;
		border-bottom: 1px solid #CCC;
	 }
	.WatchList_ListRight{ text-align:right; }
	
	.Profile_Iframe{
		margin-top:4px !important;
		width:661px !important;
		height:1500px;
	}
	
	.Messages_MustConnectMessage{  
		width:393px;
		padding:10px 
	}
	
	.UserComments_Table td{
		vertical-align:top;
		padding:0 10px;
	}
	.UserComments_Table td div{ margin:10px 0; }
	.UserComments_Table td a{ font-weight: bold; }
	
	.PersonaStyle_ItemContainer{ font-size:1.2em; }
	
	/* --- // left table column // --- */
	
	.Persona_2ColumnTableLeft{ 
		float:left; 
		vertical-align:top; 
	}
		.Persona_2ColumnTableLeft .PersonaStyle_SectionHead{ color: #333; }
		.Persona_2ColumnTableLeft .PersonaStyle_ItemContainer{ margin:10px 0; }
	
	
	
		
	/* --- // right table column // --- */
	
	.Persona_2ColumnTableRight{
		vertical-align:top;
		padding-left:11px;
		width: 213px;
	}
		.Persona_2ColumnTableRight a{ font-weight: bold; }
		.Persona_2ColumnTableRight .Persona_NullContent{ margin:10px; }
		.Persona_2ColumnTableRight div.PersonaStyle_ItemContainer{
			postion: relative;
			border: 1px solid #CCC;
		}
		.Persona_2ColumnTableRight .PersonaStyle_SectionHead{
			font: bold 15px/22px Arial, Helvetica, sans-serif;
			padding:6px 10px;
			background:url(http://i.aviation.com/common/community/template_images/spr_grad_persona_select.gif) bottom repeat-x;
		}
		
		.MyLatestDiscussions_Item,
		.MyLatestDiscussions_GoForumsLink,
		.Friends_ListLeft{  padding:6px;  }
		.MyLatestDiscussions_Date{ display: block; }
		
		.Friends_List, 
		.RecentPhotoSlideShow_Table, 
		.RecentPhotoSlideShow_ViewAll{ 
			margin:10px; 
		}
		
		.RecentPhotoSlideShow_TableLeft{ text-align:left; }
		.RecentPhotoSlideShow_TableRight{ text-align:right; }
		
	.Messages_MustConnectMessage div{ margin:10px 0; }
	.Messages_Iframe{ background:#E6E6E6; }
	input.ProfileEdit_BigInput { width:350px; }
	
/* ---------- // Pluck Comments //------------------------------------------------------------------------ */

#pk_comments{ margin-top:20px; }
#pk_comments, #pk_commentForm{
	postion: relative;
	border: 1px solid #CCC;
	background:url(http://i.aviation.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x #E6E6E6;
}
#pk_comments h3, #pk_commentForm h3{
	margin:0;
	padding:0px 9px 0 45px;
	font:bold 15px/35px Arial, Helvetica, sans-serif;
}
#pk_comments h3{
	background:url(http://i.aviation.com/common/community/template_images/icon_comments_orange.gif) 10px 6px  no-repeat;
}
#pk_commentForm h3{
	background:url(http://i.aviation.com/common/community/template_images/icon_add_comments_orange.gif) 10px 6px  no-repeat;
}

#pk_comments p{
	display:block;
	font-weight: bold;
	margin:11px 10px;
}
#commentText{
	padding:5px 8px;
	margin:0 0 5px;
	height:100px;
	font-family:verdana, Arial, sans-serif;
}

#pk_commentForm {
	margin:20px 0;
}
#pk_commentForm input{	
	padding:10px 0;
	border:0;
 }

.comment{ 
	padding:10px;
	margin:0 10px 10px;
	border: 1px solid #CCC; 
	background:#FFF;
}

.commentImg{ float:left; }
.commentByLine{ margin-bottom:5px; }

#pk_comment{ padding:0 10px 10px; }
#pk_comments .commentBody{ margin-left: 70px; }
#pk_comments .commentBody p{ 
	font-weight: normal;
	margin:11px 0px; 
}
.commentFooter{ 
	clear:both;
	margin: 10px 0;
}
.commentFooter .left{ color:#CCC; }
.commentFooter a{ text-decoration:underline; }
.commentFooter a.pk_abuse{
	padding:1px 0 1px 20px;
	background:url(http://i.aviation.com/common/community/template_images/icon_report_abuse.gif) no-repeat;
}

.commentFooter span.pk_recommend{
	padding:0 10px 0 20px;
	background:url(http://i.aviation.com/common/community/template_images/icon_recommended_02.gif) no-repeat;
}
#pk_com_rec span.pk_recommend{
	float:none;
	padding:0 10px 0 20px;
	background:url(http://i.aviation.com/common/community/template_images/icon_recommended_02.gif) no-repeat;
}
a.pk_recommend{
	padding:0 10px 0 20px;
	background:url(http://i.aviation.com/common/community/template_images/icon_recommend_01.gif) no-repeat;
}
a.pk_comments{
	padding:0 10px 0 20px;
	background:url(http://i.aviation.com/common/community/template_images/icon_comments.gif) no-repeat;
}

.pk_pagination{ 
	margin:10px;
	font-weight: bold; 
}
.pk_pagination span{ font-weight: normal;  }

#SiteLife_Logout, #SiteLife_Login{ font-weight: bold; }


/* ---------- // Pluck Forums //------------------------------------------------------------------------ */

#forumDest a { color: #039 }
#forumDest a:hover { color: #39F; }
#forumDest a:visited { color: #5574b9 }
#guideform, #guideformBottom{ 
	display: none;
	float: right;
	
}

.Sitelife_PluckLogo, .Forums_LoginStatus{ display:none; }
.Forums_Breadcrumbs, .Forums_BottomBreadcrumbs{
	font-size: 1.2em;
	margin:10px 0;
}
.Forums_Breadcrumbs a, .Forums_BottomBreadcrumbs a{ font-weight: bold; }


table.ForumList_TitleSearchTable,.ForumList_ForumSpecificTitleSearchTable{ width:100%;}
.ForumList_SearchTable, .ForumList_ForumSpecificSearchTable{
	border: 1px solid #CCC;
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_srchfield_1x60.gif) repeat-x top left;
	width: 100%;
}

.Forums_PageTableStart{ width:180px; }

td.ForumList_TitleTD,
div.Forums_TitleText{
	width:975px;
	display:block;
	border: 1px solid #CCC;
	border-bottom:none;
	background:url(http://i.aviation.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x #E6E6E6;
	font:bold 15px/34px Arial, Helvetica, sans-serif;
	padding:0 10px;
}

.ForumList_ForumSpecificTitleTD{ display:none; }
.ForumList_ForumSearchTD, .ForumList_ForumSpecificForumSearchTD{
	display:block;
	width:975px;
	padding:10px;
	border: 1px solid #CCC;
	border-top:none;
	background:#E6E6E6;
}



	.ForumList_SearchTable td, .ForumList_ForumSpecificSearchTable td{
		font-weight: bold;
		padding:10px 0;
		overflow:hidden;
	}
	.ForumList_SearchTable input, .ForumList_SearchTable select,
	.ForumList_ForumSpecificSearchTable input, .ForumList_ForumSpecificSearchTable select{ margin:0 5px; }
	
	td.ForumList_SearchTxtTD,
	td.ForumList_ForumSpecificSearchTxtTD{ 
		padding-left:10px !important; 
		font-size: 1.2em; 
		width:30%; 
		text-align: right;
	}
	
	td.ForumList_SearchFieldTD,
	td.ForumList_ForumSpecificSearchFieldTD{ width:30%; }
	
	td.ForumList_SearchCatagoryTD{ width:267px; }
	
	td.ForumList_SearchButtonTD{ padding-right:5px !important; }

/*  PageTable */
.ReportAbuse_SectionHead{
	font-size:12px;
	font-weight: bold;
	margin:0 0 10px;
}
.ReportAbuse_Comment, .ReportAbuse_Interior{ margin:0 0 10px; }
.ReportAbuse_Comment textarea, .ReportAbuse_Interior select{ width:250px; }

.ReportAbuse_Comment input{
	background: url(http://i.aviation.com/common/community/template_images/btn_report_abuse.gif) no-repeat;
	font-size:0px;
	border:none;
	width:69px;
	height:19px;
	clear:both;
	display:block;
	margin:10px 0;
}
.Discussion_ReportAbuse a{
	padding:3px 5px 3px 20px;
	background: url(http://i.aviation.com/common/community/template_images/icon_report_abuse.gif) left no-repeat;	
}

div.Forums_BlockContainer, table.Forums_PageTable, .ReportAbuse_Container {
	background:#e6e6e6;
	padding:15px 10px;
	border:1px solid #ccc; 
	clear:both;
	margin:10px 0;
}
.Discussion_VisibilityContainer{ 
	border:1px solid #ccc; 
	border-top: none; 
	clear: both; 
}



table.Forums_PageTable { width:100%; }

table.Forums_PageTable td, 
td.Discussions_PageTableStart{ padding:10px; }


div.Forums_MainContainer{ 
	position:relative;
}

div.Forums_DescriptionText{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background:#E6E6E6;
	padding:20px 10px 10px;
	font-size:1.2em;
}

a.Forums_StartDiscussion{
	display:block;
	float:left;
	background: url(http://i.aviation.com/common/community/template_images/btn_start_new_discussion.gif) no-repeat;
	width:180px;
	height:30px;
}
a.Forums_RegisterToJoinForums{
	display:block;
	float:left;
	background: url(http://i.aviation.com/common/community/template_images/btn_register_join_forums.gif) no-repeat;
	margin-left:10px;
	width:180px;
	height:30px;
}
a.Forums_RSS{
	background: url(http://i.aviation.com/template_images/rss_icon.gif) no-repeat;
	float:left;	
	display:block;
	font-size:0px;
	width:16px;
	height:16px;
	margin:5px;
}
a.Forums_AddPost{
	background: url(http://i.aviation.com/common/community/template_images/btn_add_new_post.gif) no-repeat;
	margin-left:10px;
	width:132px;
	height:27px;
	float:left;
}
#Paginator{ 
	padding:0 0 0 10px;
}
#Paginator b{
	border:1px solid #999;
	padding:4px;
	font-size:1.2em;
	background:#FFF;
}
div.Forums_Paginator{ margin:0; }
div.Forums_Paginator a ,div.Forums_BottomPaginator a{
	font-weight: bold;
	text-decoration:none;
}

table.ForumList_GroupTable, table.DiscussionList_ListTable {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}



div.ForumList_GroupHeading, div.Forums_ContainerHead {
	background: url(http://i.aviation.com/common/community/template_images/bg_grad_subhd_1x35.gif) repeat-x top left;
	color:#333;
	border:1px solid #ccc;
	font:bold 13px/34px Arial, Helvetica, sans-serif;
	
	padding:0 10px;
}

div.Forums_ContainerHead, div.Forums_ContainerHead a{
	color:#333;
	
}
.Forums_HeadFeedContainer{ overflow: hidden; }
#WatchDiv{ line-height:auto; }
#WatchDiv a{
	background: url(http://i.aviation.com/common/community/template_images/bttn_watch_discussion.gif) right no-repeat;
	width: 150px;
	height: 27px;
	margin-left: -1000px;
	padding:10px 1000px 10px 0;
	font-size:0px;
	display: block;
}


div.ForumList_GroupHeading a{ float:right; }
div.ForumList_GroupHeading a img{ padding-top: 10px; }

table.DiscussionList_ListTable td, table.ForumList_GroupTable td{
	padding:10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
tr.ForumsTable_HeadTR td{
	background-color:#ebebeb;
	font:bold 11px verdana, Arial, sans-serif;
	text-align:center;
}

td.ForumList_GroupTableLatest,
td.DiscussionList_ListTableLatest{
	border-right:none !important;
}

td.DiscussionList_ListTableStarted,
td.DiscussionList_ListTablePosts,
td.ForumList_GroupTableFolder,
td.ForumList_GroupTableName, 
td.ForumList_GroupTableDiscussions,
td.ForumList_GroupTablePosts {
	text-align:center;
}

td.ForumList_GroupTableFolder{ width: 32px; }
td.ForumList_GroupTableName{ width: 364px; }
td.ForumList_GroupTableDiscussions{ width: 82px; }
td.ForumList_GroupTablePosts{ width: 39px; }
td.ForumList_GroupTableLatest{ width: 354px; }

.DiscussionList_NewContent {
	background: url(http://sitelife.aviation.com/ver1.0/Content/images/forums/newplus.gif) no-repeat;
	font-weight: bold;
	padding-left:15px;
}


td.ForumList_GroupTableFolder {
	padding:10px 24px;
	text-align:center;
}
td.ForumList_GroupTableLatest {
	vertical-align:top;
}

a.DiscussionList_Sticky, a.DiscussionList_Popular{ font-weight: bold; }
td.ForumList_GroupTableLatest a { color:#039; }

tr.ForumsTable_TRcolor { background-color:#f6f9fb; }

div.ForumList_ForumName {
	font: bold 11px verdana, Arial, sans-serif;
	color:#333333;
	padding-bottom:5px;
	padding-left:8px;
	text-align:left;
}

div.ForumList_ForumName a { color:#003399; }
div.ForumList_ForumDescription {
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	width:auto;
	padding-left:8px;
	text-align:left;
}

tr.ForumsTable_AltTRcolor { background-color:#e4e8ea }
div.Discussion_PostContainer, 
div.Discussion_AltPostContainer{ 
	background:#FFF;
	overflow:auto;
}

table.Discussion_PostTable{ 
	width:100%;
	border-top:1px solid #CCC; 
	border-bottom:1px solid #CCC; 
}
table.Discussion_PostTitleTable{ 
	background:#EBEBEB;
	width:100%;
}
table.Discussion_PostTitleTable td, table.Discussion_PostTable td{ padding:10px; }
td.Discussion_PostTableUser { 
	padding-top:0;
	width:130px;
	border-right:1px solid #CCC;
	vertical-align:top;
	text-align:center; 
}
td.Discussion_PostTitleTableTitle{
	font-size:12px; 
	font-weight: bold; 
	vertical-align:top; 
	padding-top:3px; 
}
td.Discussion_PostTitleTableIcon{
	width:32px; 
	vertical-align:top; 
}
td.Discussion_PostTablePost{
	padding-top:0;
	vertical-align:top;
	overflow:hidden;
	font-size:1.2em;
	width:80%;
}
td.Discussion_PostTablePost font.small{ font-size:.9em; }
td.Discussion_PostTablePost font[color=yellow]{ color: #F90; }
td.Discussion_PostTablePost a{
	 word-wrap: break-word;      
}
td.Discussion_PostTablePost ul,td.Discussion_PostTablePost ol{
	padding-left:40px;
}
div.Discussion_PostTitleTablePosted{
	font-size:9px;
	font-weight:normal; 
	color:#666;
}

.Discussion_UserName{
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}



div.Discussion_PostOptions{padding:5px; line-height:20px;}
	a.Discussion_PostNew{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/newPost.gif) left no-repeat;}
	a.Discussion_PostReply{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/reply.gif) left no-repeat;}
	a.Discussion_PostEdit{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/edit.gif) left no-repeat;}
	a.Discussion_PostContact{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/contact.gif) left no-repeat;}
	a.Discussion_PostBlock{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/blockUser.gif) left no-repeat;}
	a.Discussion_PostDelete{padding:3px 5px 3px 20px; background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/deletePost.gif) left no-repeat;}


div.Discussion_PostQuote {
	font-size: 10px;
	font-weight: normal;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 5px;
}


.Forums_Moderator{
	font-size: 1.2em;
	font-weight: bold;
	color: #F30;
}

iframe.CreateItem_Iframe{
	width:973px;
	height:490px;
	border:1px solid #CCC; 
}

a.Discussion_PostAddEnemy, a.Discussion_PostAddEnemy:visited{ color::#039; }
a.Discussion_PostAddEnemy{
	padding:3px 5px 3px 20px; 
	background:url(http://sitelife.aviation.com/ver1.0/Content/images/forums/blockUser.gif) left no-repeat;
}

table.Discussion_UserBlockedMessage{
	width:100%;
	background: #EBEBEB url(http://i.aviation.com/common/community/template_images/bg_hiddenPost.gif);
	border: 5px solid #EBEBEB;
}
table.Discussion_UserBlockedMessage td{ padding:2px; }
td.Discussion_UserBlockedMessageText{}
td.Discussion_UserUnblockLink{ text-align: right; }
td.Discussion_UserUnblockLink a, td.Discussion_UserUnblockLink a:visited{ color::#039; font-weight: bold; }


/* ------- // 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;
	}
	/* ---------// 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
	}

	

	#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 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;
}