

/* ---------- // 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.newsarama.com/common/template_images/btn_enlargephoto.gif) no-repeat left;
		}
		#ri_enlarge a,#rr_enlarge a{
			font-family:Trebuchet MS,Tahoma,Arial;
			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.newsarama.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:#36c; }*/ 
		.topten #t_container h3{ color:#F00; }
		
	.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 Trebuchet MS,Tahoma,Arial;
	}
	.topten #countdown li.selected{
		font: normal 100px/80px Trebuchet MS,Tahoma,Arial;
	}
	.topten #text{ 
		text-align:left;
		overflow:hidden; 
	}
	.topten #items{ display: none; }


/* ----------// Video //------------------------------------------------------------------------------------------- */

h1.video{
	color: #333;
	background:url(http://i.newsarama.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.newsarama.com/common/template_images/bttn_email_tool.gif) top no-repeat; }
	a#tb_print{	background:url(http://i.newsarama.com/common/template_images/bttn_print_tool.gif) top no-repeat; }
	a#tb_share{ background:url(http://i.newsarama.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.newsarama.com/template_images/discovery_mods/dm_bg.gif) top repeat-x; }
	
	.disc_mod dt{ 
		float:left;
		font: bold 12px/30px  Trebuchet MS,Tahoma,Arial;
		background:url(http://i.newsarama.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:#36c; }

        
        
	
	.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 dt {
	margin-left:0;
	width:93px !important;
	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:Trebuchet MS,Tahoma,Arial;
			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.newsarama.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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 Trebuchet MS,Tahoma,Arial;
			margin: 0 0 15px;
			}
		div.form h3 { 
			font:bold 1em Trebuchet MS,Tahoma,Arial; 
			margin:0;
			}
		div.form h4 { 
			font:bold 1em Trebuchet MS,Tahoma,Arial;
			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.newsarama.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;

}


.main {
	width: 997px;
	margin: 0px auto;
	padding: 24px 28px 0;
	background-color:#FFFFFF;
	border-right:5px solid #243E51;
	border-left:5px solid #243E51;
}


/* ---------------------- // HEADER // -------------------------------------------------------------------------------- */

#header {
	background: url(http://i.newsarama.com/template_images/bg_header.gif) top repeat-x; 
	margin: 0px 0px 20px 0px;
}
#header table{ width:100%; }
#header td{ 
	padding:0;
	vertical-align:top;
}
	#header  a.logo{
		display: block;
		font-size: 0px;
		width:285px;
		height:60px;
	}
	#header  a.betalogo{
		display: block;
		font-size: 0px;
		width:285px;
		height:35px;
	}
	#header .top{ 
		height:95px;
		background: url(http://i.newsarama.com/template_images/newsarama_logo.gif) no-repeat;
		position:relative;
	}

	#header div.ad {
		padding: 9px 0;
		margin: 0px auto;
		font-size: 0px;
		text-align: center;
	}
	
	
	#header div.ad {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
		.hd_advert{	background:none; }
		
		.hd_advert.wbg{	background:#CCC; }

	/* ---------// SEARCH BOX //----------- */
	#header div.search{
		width: 395px;
		margin-top:24px;
	}
		#header div.search a{ color:#FFF; }
	
	#header ol {
		margin:12px 0 0 0;
		float:left;
		list-style:none;
	}
	#header ol li {
		margin:0;
		float:left;
		color: #FFF;
		line-height:16px;
		padding-right:8px;
	}
	#header ol li.rss {
		padding-left:13px;
		margin-left:8px;
		background:url(http://i.newsarama.com/template_images/rss_head.gif) no-repeat center left;
		border-right:1px solid #FFF;
	}
	#header ol li.ver_1 {
		margin-left:8px;
		padding-left:8px;
		background:url(http://i.newsarama.com/template_images/white_arrow.gif) no-repeat 0 4px;
		
	}
	#header ol li.topicIcon {
		padding-left:15px;
		border-right:1px solid #FFF;
		background: url(http://i.newsarama.com/template_images/icons/icon_hottopics_hdr.gif) no-repeat 0 3px;
	}
	#header .textbox { float: left;	}
	
	#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 #b1b6bb;
		padding:3px;
	}
	#header .search .button,
	#bottom_search .button,
	#adv_search .button{
		float: left;
		padding: 0px 0px 0px 10px;
	}
	#header .button input,
	#bottom_search .button input,
	#adv_search .button input{
		width:78px;
		height:24px;
		border:none;
		padding:0;
	}

	/* ---------// TOP NAV BAR //----------- */


	#topnav ul, #topnav li, #topnav a,
	#navigation ul, #navigation li, #navigation a{ height:35px; }
	#topnav ul, #navigation ul {
		background:url(http://i.newsarama.com/template_images/bg_navigation.gif) bottom repeat-x;
		list-style: none;
	}
	#navigation li {
		float:left;
		font:bold 14px/28px Trebuchet MS,Tahoma,Arial;
	}
	#navigation a{
		display:block;
		float:left;
		color: #A7C8E0;
		padding: 0px 42px;
		background:url(http://i.newsarama.com/template_images/bg_navigation.gif) bottom repeat-x;
	}
	#navigation a.selected {
		color: #FFF;
		background-position: top;
	}
	#navigation a:hover{
		color: #FFF;
		background-position: center -35px;
	}

	#navigation .pipe{
		display:block;
		float:left;
		background:url(http://i.newsarama.com/template_images/bg_navigation.gif) center -70px repeat-x;
		height:35px;
		width:2px;
		font-size:1px
	}
	/* ---------// TOP NAV BAR COMMUNITY //----------- */
	#community_navigation ul, #community_navigation li, #community_navigation a{ height:27px; }
	#community_navigation ul {
		background:url(http://i.newsarama.com/template_images/bg_navigation_community.gif) bottom repeat-x;
		list-style: none;
	}
	#community_navigation li {
		float:left;
		font:bold 14px/27px Trebuchet MS,Tahoma,Arial;
	}
	#community_navigation a{
		display:block;
		float:left;
		color: #A7C8E0;
		padding: 0px 42px;
		background:url(http://i.newsarama.com/template_images/bg_navigation_community.gif) bottom repeat-x;
	}
	#community_navigation a.selected {
		color: #F00;
		background-position: top;
	}
	#community_navigation a:hover{
		color: #FFF;
		background-position: center -27px;
	}

	#community_navigation .pipe{
		display:block;
		float:left;
		background:url(http://i.newsarama.com/template_images/bg_navigation_community.gif) center -54px repeat-x;
		height:27px;
		width:2px;
		font-size:1px
	}
/* ---------// SUB NAV BAR //----------- */
	#subnavigation{
		background:url(http://i.newsarama.com/template_images/bg_subnav_community.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: #A7C8E0;
		padding: 0px 14px;
		background:url(http://i.newsarama.com/template_images/bg_subnav_community.gif) top repeat-x;
	}
	
	#subnavigation a.selected {
		color:  #F00;
		background:url(http://i.newsarama.com/template_images/bg_subnav_community.gif) bottom repeat-x; 
	}
	#subnavigation a:hover{ 
		color: #6AD5FC;
		background:url(http://i.newsarama.com/template_images/bg_subnav_community.gif) center repeat-x;
	}
	
	
	td#pk_header{
		float:right;
		margin:1px 0 0;
		padding:8px 0pt 0pt 8px;
		width: 309px;
		text-align: left;
	}
	#pk_header h3{ color:#333; }
	#pk_header_accnt{
		padding-left:20px; 
		border-left:1px solid #333;
	}
	#pk_header span{ color: #FFF; }
	#pk_header span a{ color: #FFF; }

/* ----------------------- // 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;
	}
	
	
	
/* -- NEW BUG BAR  -- */
ol.bugbar {
	list-style-type:none;
}
	.bugbar li {
		float:left;
		margin-right:18px;
	}
	
	.bugbar a {
		height:25px;
		float:left;
	}
	
	.ls { width:91px; position:relative; overflow:hidden; }
	.ls img { position:absolute; left:10px; }
		
	.spc { width:72px; position:relative; overflow:hidden; }
	.spc img { position:absolute; left:-96px; }
		
	.na { width:75px; position:relative; overflow:hidden; }
	.na img { position:absolute; left:-187px; }
	
	.tt { width:80px; position:relative; overflow:hidden; }
	.tt img { position:absolute; left:-282px; }
		
	
	


/* ---------- // Header Bug//------------------------------------------------------------------------ */
#pk_header{ 
	margin-left:670px;
	height:89px;
	padding:8px 0 0 8px;
	background: url(http://i.newsarama.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: #F00;
	}
	#profile_usr_info h3{ margin: 0;} 
		#profile_usr_info blockquote{
		border-top: 1px solid #CCC;
		background:url(http://i.newsarama.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.activity,
	#profile_usr_info ul.usr_connect{ color: #FFF; }
	#profile_usr_info ul.usr_connect a{ color: #a7c8e0; }
		#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.newsarama.com/common/template_images/sendpm_icon.gif) no-repeat 0 1px;
		padding-left: 20px;
	}
	
	#profile_usr_info a.com_contact{
		background:url(http://i.newsarama.com/common/community/template_images/icon_my_contacts.gif) no-repeat 0 0px;
		padding-left: 20px;
		display:block;
		line-height:1.6em;
	}
		#profile_usr_info a.com_contact{
		background:url(http://i.newsarama.com/common/community/template_images/icon_my_contacts_na_spc.gif) no-repeat 0 0px;
		padding-left: 20px;
		display:block;
		line-height:1.6em;
	}
		

/* ---------- // MOST RECENT //--------------- */
	#profile_recent{
		background:url(http://i.newsarama.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  Trebuchet MS,Tahoma,Arial;
		background:url(http://i.newsarama.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:#36c; 
	}
	
	#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.newsarama.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 Trebuchet MS,Tahoma,Arial;
		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 Trebuchet MS,Tahoma,Arial;
		margin-bottom: 15px;
	}
	#com_hot_topics h5{ 
		font: normal 1.3em Trebuchet MS,Tahoma,Arial;
	}
	#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.newsarama.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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:#36C;
	}
	#mostActive span.right {
		font-family:Trebuchet MS,Tahoma,Arial;
		font-size:1.2em;
		margin:51px 85px 15px 0;
		padding:0 0 0 20px;
		background: url(http://i.newsarama.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.newsarama.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:#36C;
}
#mostRecent h4 {
	margin-bottom:10px;
	font-weight: normal;
	font-size:1.2em;
	font-family:Trebuchet MS,Tahoma,Arial;
}
.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.newsarama.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.newsarama.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.newsarama.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.newsarama.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; }/*  -------- New Account Styles ---------- */

#pk_accnt{ clear:both; 	}

#pk_accnt.col18 {
	border-top:1px solid #CCC;
}
#pk_accnt.col18 h1 {
	margin:12px 0;
}
#pk_accnt.col18 .welcomeMsg {
	margin:10px 20px 15px 20px;
	padding:12px;
	color:#333;
	border:1px solid #CCC;
	background:#F2F2F2;
}
	#pk_accnt.col18 .welcomeMsg p {
		font-size:1.2em;
	}

	#pk_accnt_window p { line-height: 1.5em; }
	
	#pk_accnt_window, 
	.PersonaHeader_Table{
		width:100%;
		postion: relative;
		border: 1px solid #CCC;
		border-top:none;
	}
		#pk_accnt_window h1{ 
			margin:0;
			padding:0px 9px;
			font: 22px/35px Trebuchet MS,Tahoma,Arial;
			color:#333;
		}
		#pk_accnt_window blockquote { border-top:1px solid #999; }
		
	#pk_accnt_nav {
		border-left:2px solid #6e6e6e;
		float:left;
	}
	#pk_accnt_nav {
		list-style:none;
	}
	
	#pk_accnt_nav li {
		float:left;
	}
	#pk_accnt_nav li a {
		float:left;
		list-style: none;
		font: bold 15px/34px  Trebuchet MS,Tahoma,Arial;
		background:url(http://i.newsarama.com/common/community/template_images/tab_acct_bg_states.gif) center left repeat-x;
		border-left:1px solid #999;
		width:123px;
		text-align:center;
		cursor:pointer; 
	}
		#pk_accnt_nav li a:hover {
			background-position:bottom left repeat-x;
			
		}
	#pk_accnt_nav li.first {
		color:#FFF;
		border:none;
		width:127px;
		font: bold 15px/34px  Trebuchet MS,Tahoma,Arial;
		background:#6E6E6E;
		text-align:center;
	}
	#pk_accnt_nav li.active a{ background-position: 0 -1px; }
	#pk_accnt_nav li.active a{ 
		cursor:default; 
		color: #333333; 
	}
	
	#pk_accnt_view{ 
		padding:15px 10px 10px !important;
		clear:both;
		background:#e6e6e6;
	}
		#pk_accnt_view ul {
			list-style:none;
		}
		#pk_accnt_view li{
			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; }
		

/* INBOX Styles */

#inbox {
	margin:0;
	padding:0;
}

#pk_accnt_view #inbox #inboxNav {
	font-weight:bold;
}
#pk_accnt_view #inbox #inboxNav li {
	float:left;
	margin:0 0 10px 8px;
	padding:3px 10px;
	display:block;
	border:1px solid #999;
	background:#FFF;
}
#pk_accnt_view #inbox #inboxNav li.active {
	border:1px solid #FFF;
	background:#999;
}
	#pk_accnt_view #inbox #inboxNav li.active a {
		color:#333;
		cursor:default;
	}

	
#pk_accnt_view #inboxTabs {
	clear:both;
}
#pk_accnt_view #inboxTabs li {
	display:none;
}
#pk_accnt_view #inboxTabs li.active {
	display:block;
}

#pk_accnt_view #inboxTabs li.active blockquote {
	padding:5px 15px 15px 15px;
	border:none;
	background:#FFF;
}
	#pk_accnt_view #inboxTabs li.active blockquote h3 {
		margin-bottom:15px;
	}

/* View Messages Tab */

.accountCenter {
	border-top:1px solid #ccc;
	background:#f2f2f2;
}
	.accountCenter p {
		margin:5px 5px;
	}
/* button states NEW MESSAGE - SEND REPLY - FORWARD -*/	
	.accountCenter .newPM {
		width:84px;
		height:25px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.newPM img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.newPM:hover img {
			bottom:25px;
			*position:static;
			
		}
	.accountCenter .replyForward {
		width:96px;
		height:25px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.replyForward img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.replyForward:hover img {
			bottom:25px;
			*position:static;
			
		}
	.accountCenter .xBtn {
		width:20px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.xBtn img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.xBtn:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .quoteBtn {
		width:54px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.quoteBtn img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.quoteBtn:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .smallPM {
		width:28px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-right:5px;
	}
		.accountCenter a.smallPM img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.smallPM:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .emailIcon {
		width:20px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-right:5px;
	}
		.accountCenter a.emailIcon img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.emailIcon:hover img {
			bottom:20px;
			*position:static;
			
		}
	
	#msgKey {
		margin:0 10px 0 0;
		padding:4px;
		color:#333;
		background:#fff;
		border:1px solid #ccc;
	}
		#msgKey dt, #msgKey dd {
			margin-left:4px;
			font-weight:normal;
			display:inline;
		}
			#msgKey dd.colorBlock {
				padding:0px 3px;
				border-left-width:10px;
				border-left-style:solid;
			}
				dd.colorBlock.red {
					border-left-color:#cc0000;
				}
				dd.colorBlock.ltgray {
					border-left-color:#999;
				}
				dd.colorBlock.blue {
					border-left-color:#39f;
				}
				dd.colorBlock.dkgray {
					border-left-color:#333;
				}
				
.accountCenter table#msgList {
	margin-top:20px;
	width:948px;
	clear:both;
	border-collapse:collapse;
}
	table#msgList thead { 
		color:#FFF;
		background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		margin:0;
	}

		#msgList tbody tr {
			border-top:1px solid #FFF;
			border-bottom:1px solid #CCC;
			background:#e6e6e6;
			/*height:40px; */
		}
		
		#msgList td.colorBorder {
			width:2px;
		}
			#msgList td.colorBorder.ltgray  {
				background-color:#999;
			}
			#msgList td.colorBorder.red {
				background-color:#cc0000;
			}
			#msgList td.colorBorder.blue {
				background-color:#39f;
			}
			#msgList td.colorBorder.dkgray {
				background-color:#333;
			}
			
		#msgList td.read {
			background:url(http://i.newsarama.com/common/template_images/ima_topic_read.gif) no-repeat 4px 5px;
		}
		#msgList td.unread {
			background:url(http://i.newsarama.com/common/template_images/ima_topic_unread.gif) no-repeat 4px 5px;
		}
		#msgList td.read p.msgIcon, #msgList td.unread p.msgIcon {
			margin:0;
			padding:0;
			height:30px;
			background-position: 0 10px;
			background-repeat:no-repeat;
		}
		
		#msgList td.msgItem {
			padding:2px 0 2px 6px;
			width:845px;
		}
		#pk_accnt_view #msgList td.msgItem blockquote {
			margin:3px 0;
			padding:0;
			border-top:none;
			border-right:1px solid #FFF;
			background:none ;
		}
			#pk_accnt_view #msgList td.msgItem.outBox blockquote {
				float:left;
				width:420px;
				height:35px;
			}
				#pk_accnt_view #msgList td.msgItem.outBox blockquote span  {
					float:left;
					padding:10px;
					height:35px;
				}
		#msgList td.msgItem p{
			margin:2px 0;
		}
		#msgList td.msgItem h3 {
			font-size:1.4em;
			margin:2px 0 2px 0 !important;
		}
		#msgList td.msgCheck {
			width:54px;
			text-align:center;
		}
		
		#msgList tr.msgOptions {
			background:none;
			width:948px;
		}
		#msgList tr.msgOptions td {
			padding:5px;
		}
			#msgList tr.msgOptions td span.right input,
			#msgList tr.msgOptions td span.right input {
				margin-bottom:5px;
			}
			#msgList tr.msgOptions td span.right label {
				
				text-align:right;
				padding:10px 0 0 106px;
			}
		#msgList tr.msgSort {
			color:#FFF;
			background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		}
			#msgList tr.msgSort td {
				padding:5px;
			}
		/* PAGINATION FOR INBOX */
		#pk_accnt_view #msgList #pagination {
			border-top:none;
			margin:0;
			padding:0;
		}
		#pk_accnt_view #msgList #pagination table tr {
			background:none;
			border:none;
		}
		
		#pk_accnt_view #msgList #pagination table li {
			display:list-item;
		}
		
.accountCenter #msgView {
	margin-top:25px;
	padding-bottom:8px;
	/*float:left;*/
	
	border-top:1px solid #c8c8c8;
	background:#e6e6e6;
	width:auto;
}

/* return to sentbox, inbox, outbox & nextPM prevPM styles */

	.accountCenter span.right a.left_arrow,
	.accountCenter span.right a.right_arrow {
		float:right;
	}
	.accountCenter span.left a.left_arrow {
		float:left;
	}
	.accountCenter a.left_arrow {
		float:inherit;
		line-height:16px;
		padding-left:20px;
		background: url(http://i.newsarama.com/common/template_images/btn_pm_arrows.gif) no-repeat 0 -48px;
	}
	
		.accountCenter a.left_arrow:hover {
			background-position:0 -32px;
		}
	.accountCenter a.right_arrow {
		float:inherit;
		line-height:16px;
		padding-right:20px;
		*margin-right:8px;
		background: url(http://i.newsarama.com/common/template_images/btn_pm_arrows.gif) no-repeat 48px -16px;
	}
		.accountCenter a.right_arrow:hover {
			background-position:48px 0;
		}
	
	
	.accountCenter #msgView blockquote {
		margin:10px;
		padding:0 !important;
	}
		#msgView blockquote dl {
			float:left;
		}
		#msgView dl.msgBody {
			margin:8px 5px 8px 0;
			padding:8px 10px 8px 15px;
			width:640px;
			border-right:1px solid #CCC;
		}
			#msgView dl.msgBody dt  {
				font-family: Trebuchet MS,Tahoma,Arial;
				font-size:1.5em;
				color:#36C !important;
				margin:0 !important;
			}
			#msgView dl.msgBody dd.msgText {
				margin:10px 0;
				font-size:1.2em;
				color:#333;
			}
			#pk_accnt_view li #msgView dl.msgBody dd.msgText ul   {
				list-style-type:disc !important;
				list-style-position:inside;
			}
			#msgView dl.msgBody dd.msgText ol {
				list-style-type:decimal; 
				list-style-position:inside;
			}
			#pk_accnt_view li #msgView dl.msgBody dd.msgText ol li {
			
			}
			
			
			#msgView dl.msgBody dd.msgText ol li,
			#msgView dl.msgBody dd.msgText ul li {
				display:list-item !important;
				
			}
			
		#msgView dl.userInfo {
			padding-left:10px;
			width:246px;
		}
			#msgView dl.userInfo dd {
				margin:10px 0;
			}
			
			#msgView dl.userInfo dd span.left {
				margin:10px 0;
			}
		#msgView p {
			margin:10px 10px 0 10px;
		}


/* ------------ COMPOSE MESSAGE STYLES ------------ */

.accountCenter .composeMsg {
	padding:10px 0;
}

.composeMsg textarea {
	overflow:auto;
	
}
.composeMsg table {
	width:948px;
}
.composeMsg table tr {
	
}

	
.composeMsg table td {
	padding:4px;
	vertical-align:top;
}
	.composeMsg table td p {
		margin-left:0;
	}
.composeMsg td.address {
	width:88px;
	font-weight: bold;
}

	.composeMsg label {
		padding-left:10px;
	}

.composeMsg td.addUsers textarea {
	margin-right:10px;
	float:left;
	width:300px;
	height:100px;
	overflow:auto;
	word-wrap:break-word;
	
}
.composeMsg td.addUsers p {
	clear:both;
	float:left;
}
.composeMsg td.addUsers address {
	margin-bottom:5px;
	font-style:normal;
}
	.composeMsg td.addUsers address.mine a {
		padding:1px 0 2px 20px;
		line-height:17px;
		background:url(http://i.newsarama.com/common/community/template_images/icon_my_contacts.gif) no-repeat 0 0;
		
	}
		.composeMsg td.addUsers address.mine a:hover {
			background-position:0 -17px;
		}
	.composeMsg td.addUsers address.find a {
		padding-left:20px;
		line-height:15px;
		background:url(http://i.newsarama.com/common/community/template_images/btn_icon_search_members.gif) no-repeat;
	}

.composeMsg .myUserList {
		margin-bottom:5px;
		padding:5px 8px;
		/*width:240px;*/
		border:1px solid #CCC;
		background:#FFF;
		height:150px;
		overflow:auto;
	}
	.composeMsg .myUserList h4 {
		line-height:1.7em !important;
		margin:0 0 5px 0 !important;
		padding-left:20px;
		font-family:Trebuchet MS,Tahoma,Arial;
		font-size:1.4em;
		background:url(http://i.newsarama.com/common/community/template_images/icon_my_contacts_on.gif) no-repeat ;
	}

#pk_accnt_view .composeMsg .myUserList li {
	clear:left;
	display:list-item !important;
	line-height:1.8em;
	margin-left:20px;
	
}
	.composeMsg .myUserList li input {
		margin-right:4px;
		float:left;
	}
	.composeMsg .myUserList li.markAll {
		margin-top:10px;
	}
		.composeMsg .myUserList li.markAll input {
			padding: 0 4px 4px 0;
			margin-bottom:5px;
		}

	
.composeMsg table tr.composeTools {
	height:20px;
	background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
}
.composeMsg .msgBox {
	margin:10px;
}
.composeMsg .composeTools span {margin-left:100px;}

#inbox #smiley-box {
	margin-top:22px;
	width:56%;
}
	#inbox #smiley-box h6 {
		margin-bottom:6px;
	}
	 #inbox #smiley-box p {
		margin:0 0 6px;
		padding-bottom:8px;
		border-bottom:1px solid #fff;
	}
	 #inbox #smiley-box img {
		margin:3px;
	}
	

/* ------ MANAGE PM DRAFTS ------- */

	#msgList th.first { padding-left:4px; }

	#msgList th {height:20px;}
	#msgList th.center { padding-right:6px; }
	
	#pk_accnt_view  #msgList td.draftItem blockquote,
	#pk_accnt_view  #msgList td.draftInfo blockquote {
		margin:3px 0;
		padding:0;
		height:30px;
		border-top:none;
		border-right:1px solid #FFF;
		background:none ;
	}
		td.draftItem {
			width:480px;
		}
		
	#pk_accnt_view #msgList td.draftItem blockquote h3 {
		margin:0;
		font-size:1.3em;
		vertical-align:middle;
		padding:8px 0 0 8px;
	}
	

/* ---------- ACCOUNT FORUM SETTINGS ------- */

/* Edit Global Settings */

.profileSettings {
	color:#000;
}

.profileSettings dl {
	border-top:2px solid #FFF;
	clear:both;
	display:block;
	padding:8px 0;
}
	.profileSettings dl.grayBG {
		width:100%;
		background:#E9E9E9;
	}

.profileSettings dt {
	margin:0;
	padding:4px 5px;
	float:left;
	width:320px;
	text-align:left;
}
	.profileSettings dt span {
		display:inline;
		font-weight:normal;
	}
	
.profileSettings dd {
	margin:0;
	display:inline;
}
	.profileSettings dd label {
		padding:0;
		margin:0 7px 0 3px;
		*margin:0;
	}

	form .profileSettings dd input  {
		width:auto;
	}
	
.profileSettings dl.sigEdit {
	display:block;
}
	.profileSettings dl.sigEdit dt {
		float:none;
	}
	.profileSettings dl.sigEdit dd {
		padding:4px 5px;
	}
	.profileSettings dl.sigEdit dd.sigPreview {
		margin:0 0 5px 10px;
		padding:5px;
		clear:both;
		display:block;
		width:600px;
		border:1px solid #666666;
		background:#FFF;
	}
	dl.sigEdit ul  {
		list-style-type:disc !important ;
	}
	dl.sigEdit ul li,
	dl.sigEdit ol li {
		display: list-item !important;
		list-style-position:inside;
	}
	
	dl.sigEdit p {
		margin-top:15px;
	}
	#sigBox {
		float:left;
		margin:0 5px 8px 7px;
	}
		
	
	.profileSettings.accountCenter hr {
		border-top:2px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		height:4px;
		background:#CCCCCC;
		float:none;
		clear:both;
		border-left:none;
	}

	
/* ---------- SUBSCRIPTIONS, UPDATE ACCOUNT, PROFILE DISPLAY------- */
	
#subscriptions, #updateAccount, #profileDisplay {
	color:#333;
	margin:0;
	padding:0;
}
	#subscriptions blockquote,
	#updateAccount blockquote,
	#profileDisplay blockquote {
		background: #FFF;
		border:none;
		padding:5px 15px 15px;
		margin-top: 10px;
	}
	
	#subscriptions blockquote h3,
	#updateAccount blockquote h3,
	#profileDisplay blockquote h3 {
		margin-bottom:10px;
		padding-bottom:15px;
		border-bottom:1px solid #CCC;
	}
	#subscriptions blockquote p,
	#updateAccount blockquote p {
		margin-top:1px;
		width:560px;
		font-size:1.1em;
		line-height:1.2em;
		color:#333;
	}
	#updateAccount dt {
		font-weight:bold;
		margin:15px 0 0;
	}
	
	#updateAccount dl.successMsg {
		margin:20px 0;
	}
	#updateAccount dl.successMsg dt input  {
		vertical-align:middle;

	}
	#updateAccount dl.successMsg dt label {
		margin-left:15px;
		padding:10px;
		color:#cc0000;
		border:1px solid #CCC;
		background:#F2F2F2;
	}
	
	#updateAccount .updateBtn {
		display:block;
		margin:20px 0 10px;
	}
		#updateAccount .updateBtn dd {
			height:40px;
			display:inline;
		}
		#updateAccount .updateBtn dd input {
			width:auto;
			margin:0;
			
		}
		#updateAccount .updateBtn dd label {
			vertical-align:;
			margin-left:10px;
			padding:5px;
			border:1px solid #CCC;
			background:#F2F2F2;
			color:#CC0000;
		}
	#optin table td label {
		display:block;
		text-align:right;
	}
	
	#updateAccount .saveChanges,
	#profileDisplay .saveChanges {
		margin:20px 0;
	}
	#updateAccount fieldset,
	#profileDisplay fieldset {
		margin:0px 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
	#profileDisplay dl.dob input.date {
		width:24px;
	}
	#profileDisplay dl.dob input.year {
		width:40px;
	}
	#subscriptions .opt_grp {
		margin-bottom:16px;
	}
	#subscriptions .opt_grp div.label {
		font-size:inherit;
	}
	#subscriptions .opt_grp div.label h4 {
		font-size:1.1em;
	}
	#subscriptions span label {
		margin:0 5px;
	}
	#subscriptions .saveChanges {
		margin:20px 0 0;
	}
	#subscriptions fieldset {
		margin:20px 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
#updateAccount h4,
#profileDisplay h4 {
	font-family: Trebuchet MS,Tahoma,Arial;
	font-size:1.4em;
}

/* PROFILE DISPLAY OPTIONS */

#profileDisplay dl {
	margin:12px 0;
	color:#333;
}
	#profileDisplay dt,
	#profileDisplay dd {
		clear:both;
		margin:4px 0;
	}
	#profileDisplay dl dt {
		font-size:1.1em;
	}
	#profileDisplay dl dd p {
		margin:2px 0 8px;
		width:500px;
	}
	#profileDisplay dd label {
		vertical-align:top;
		*vertical-align:text-top;
		padding:0 7px 0 3px;
	}
	#profileDisplay dd input {
		width:auto;
	}

/* AVATAR GRID */

#profileDisplay ol{
	margin:5px 0;
	padding:0;
	clear:both;
	float:left;
	*float:none;
	display:block;
}
#pk_accnt_view li #profileDisplay ol li {
	margin-right:30px;
	float:left;
	text-align:center;
	display:list-item;
}
	#pk_accnt_view li #profileDisplay ol li img {
		padding:1px;
		height:60px;
		width:60px;
		border:1px solid #CCC;
	}
	#pk_accnt_view li #profileDisplay ol li p {
		width:auto;
	}
	
/* -------------CONTACTS TAB--------------------- */

#pk_accnt_view .contacts h3 {
	margin-bottom:5px !important;
}
.contacts form dd input {width:auto;}
.contacts p {
	margin:3px 0;
	font-size:1.1em;
}
	.contacts {
		display:block;
	}
	
	.contacts .contactList {
		float:right;
		width:188px;
		padding:5px 10px;
		border:1px solid #CCC;
		background:#e6e6e6 url(http://i.newsarama.com/common/community/template_images/bg_grad_contact_list.gif) repeat-x top left;
	}
	#pk_accnt_view .contacts .contactList h4 {
		font-family:Trebuchet MS,Tahoma,Arial ;
		font-size:1.4em;
		margin:0 0 8px 0;
	}
	
	#pk_accnt_view .contacts .contactList li {
		display:list-item !important;
	}
	.contacts .contactList li {
		line-height:1.7em;
		list-style-type:disc !important;
		list-style-position:inside !important;
	}
	
	.contacts .accountCenter {
		width:730px;
	}
	.contacts hr {
		margin:0;
		width:730px;
		border-left:none;
		border-top:1px solid #CCC;
	}
	.contacts dl {
		padding:4px;
		float:left;
		border-bottom:2px solid #FFF;
	}
	.contacts dl.alt_bg {
		display:block;
		background: #E9E9E9;
	}
	.contacts dl dd {
		float:left;
		width:360px;
	}
	.contacts dl dd select {
		width:150px;
		height:120px;
		overflow:auto;
	}
	.contacts dd textarea {
		margin:12px 0 8px 0;
		line-height:7px;
		overflow:auto;
	}
	.contacts dd address {
		font-style:normal;
	}
	.contacts dd address.find a {
		padding-left:20px;
		line-height:15px;
		background:url(http://i.newsarama.com/common/community/template_images/btn_icon_search_members.gif) no-repeat;
	}
	.contacts dl.contactSubmit {
		
	}
	.contacts dl.contactSubmit dd {
		clear:both;
		padding:0 3px;
		width:auto;
	} 
	.contacts dd input.button2 {
		margin-left:357px;
	}
	

/* MEMBER DIRECTORY */

#pk_accnt_view .members .letterNav li {
	display:inline !important;
}


.members fieldset {
	padding:0 15px 15px 20px;
	color:#333;
	border:1px solid #CCC;
	background:#F2F2F2;
}
.memberSearch p {
	font-size:1.1em;
}
.memberSearch form {
	float:left;
	line-height:20px;
}
.memberSearch form label,
.memberSearch form select,
.memberSearch form input {
	float:left;
	margin-right:10px;
}
.members .letterBar {
	*width:948px;
	border-top:none;
	background:url(http://i.newsarama.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x center left;
	
}
.members .letterNav {
	margin-left:14px;
	font-family:Trebuchet MS,Tahoma,Arial;

}
	.members .letterNav li.all a {
		width:104px;
		/*background:url(http://i.newsarama.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x top left; */
	}
	
	.members .letterNav li a {
		width:29px;
		background:url(http://i.newsarama.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x bottom left;
	}
	.members .letterNav li a:hover {
		color:#6AD5FC;
		background-position:top left;
	}
	.members .letterNav li a.selected,
	.members .letterNav li.all a.selected {
		color:#333;
		background-position:top left;
		cursor:default;
		height:15px;
	}
	.members .letterNav li a.selected:hover ,
	.members .letterNav li.all a.selected:hover {
		color:#333;
		cursor:default;
	}
.members table {
	border-collapse:collapse !important;
}

table#memberList {
	width:948px;
	border-collapse:collapse !important;
}
	#memberList p {
		margin:0;
	}
	#memberList thead {
		color:#FFF;
		background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
	}
	#memberList .userName{
		width:40%;
	}
	#memberList .badge{
		width:25%;
	}
	#memberList .posts {
		width:15%;
	}
	#memberList .joined {
		width:20%;
	}
	#memberList th {
		height:30px;
		padding-left:6px;
	}
	#memberList tr {
		border-bottom:1px solid #CCC;
		border-top:1px solid #FFF;
	}
	#memberList td.userName,
	#memberList td.posts,
	#memberList td.joined {
		padding:6px;
		*border-bottom:1px solid #CCC;
	}
		#memberList td.userName p,
		#memberList td.posts p {
			display:block;
			border-right:1px solid #FFF;
			line-height:30px;
		}
		#pk_accnt_view #memberList td p strong {
			margin:0;
		}
		
		#memberList td.userName input {
			float:left;
			margin:7px 7px 7px 0;
		}
		#memberList td.userName a {
			float:left;
		}
		#memberList td.userName span  {
			padding:5px 0px 5px 8px;
			float:left;
		}
		.accountCenter #memberList a.smallPM img {
			position:relative;
			*position:static;
			bottom:20px;
		}
		.accountCenter #memberList a.smallPM:hover img {
			opacity:1;
			filter:alpha(opacity=100);
			top:0;
			*position:static;
			
		}
		
		#memberList tr.memberSelect {
			text-align:right;
			color:#FFF;
			background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		}
			#memberList tr.memberSelect td {
				padding:5px 10px;
			}
		#memberList tr.markAll {
			text-align:right;
			border-bottom:none !important;
		}
			#memberList tr.markAll td {
				padding:10px;
				*border-bottom:none;
			}
			

.members #pagination {
	clear:both;
	margin:5px 0;
}

	.members #pagination span {
		padding:0 10px;
	}
		
#pk_accnt_view .members #pagination table li {
	display:list-item;
}




/* -------- ACTIVITY TAB ------- */

.view_profile {
	margin-right:20px;
}

.myForums #pagination h3,
.myComments #pagination h3,
.myRecommend #pagination h3 {
	margin:5px 0 !important;
	display:inline;
}

.myForums #pagination,
.myComments #pagination,
.myRecommend #pagination {
		margin:5px 0;
	}
	
	#pk_accnt_view .myForums #pagination table li,
	#pk_accnt_view .myComments #pagination table li,
	#pk_accnt_view .myRecommend #pagination table li{
		display:list-item;
	}

fieldset.noPostMsg {
	margin:20px auto;
	padding:10px;
	width:884px;
	border:1px solid #CCC;
	background:#FFF;
}
	fieldset.noPostMsg h4 {
		margin-bottom:10px !important;
		font-family:verdana, Arial, sans-serif;
		color:#333;
		font-size:1.3em;
		
	}

/* Common li blockquote and Table Elements */

table#forumPosts,
table#recentComments,
table#recommendList {
	width:948px;
	border-collapse:collapse !important;
	background:#f2f2f2;
}

	#forumPosts thead,
	#recentComments thead,
	#recommendList thead {
		color:#FFF;
		background:#C2C2C2 url(http://i.newsarama.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
	}
		#forumPosts thead th,
		#recentComments thead th,
		#recommendList thead th {
			padding:6px;
			*padding:3px;
		}
		
	#forumPosts td,
	#recentComments td,
	#recommendList td {
		border-bottom:1px solid #fff;
		border-top:1px solid #ccc;
	}
	#forumPosts td p,
	#recentComments td p,
	#recommendList td p {
		font-size:1em;
		padding:6px 5px 3px;
		height:20px;
	}
	
	#forumPosts td p strong,
	#recentComments td p strong,
	#recommendList td p strong {
		margin:0;	
	}
	
	
	
/*  END Common Table Elements */

/* Forums Activity */


		#forumPosts .activeStatus {
			width:5%;
		}
		#forumPosts .userPost { width:25%;}
		#forumPosts .threadTitle { width:20%; }
		#forumPosts .postDate { width:8%; text-align:center; }
		#forumPosts .postCount { width:8%; text-align:center; }
		#forumPosts .latestPost { width:12%; }
	
		#forumPosts td p {
			
		}
		
		
		#forumPosts td.userPost p,
		#forumPosts td.postDate p,
		#forumPosts td.threadTitle p,
		#forumPosts td.postCount p {
			border-right:1px solid #fff;
		}
		#forumPosts td.postCount p {
			text-align:center;
		}
		
		#forumPosts td.activeStatus {
			text-align:center;
			background:#ccc;
		}
		#forumPosts td.activeStatus span  {
			margin:0 auto;
			display:block;
			width:20px;
			height:27px;
			overflow:hidden;
		}
			#forumPosts td.activeStatus span img {
				
			}


/* My Comments */

	#recentComments td.userComment p,
	#recentComments td.commentDate p,
	#recentComments td.featureTitle p,
	#recentComments td.commentCount p {
		border-right:1px solid #fff;
	}
	
	#recentComments .commentDate,
	#recentComments .commentCount {
		text-align:center;
	}
	
	
/* My Recommendations */

	#recommendList .featureTitle { width:50%; }
	#recommendList .pubDate {width:15%; text-align:center;}
	#recommendList .commentCount { width:15%; text-align:center; }
	#recommendList .section { width:70px; }

	
	#recommendList td.featureTitle p,
	#recommendList td.pubDate p,
	#recommendList td.commentCount p {
		border-right:1px solid #fff;
	}
	





	
/* ---------- REGISTRATION PAGES ----------- */

#communityReg #headline h2, #communityLog #headline h2  {
	color:#333 !important;
}
#communityReg .userInfo h4,
#communityLog .userInfo h4 {
	margin:10px 0;
	font-size:1.2em;
	font-weight:normal;
	color:#333;
}

#communityReg hr, #communityLog hr {
	margin:15px 0;
	padding:0;
	border-left:none;
	background:none;
	border-top:1px solid #CCC;
}

.userInfo {
	width:608px;
	color:#333;
}

.redTxt {
	color:#CC0000 !important;
}
	.userInfo #note p {
		font-size:1.3em;
		line-height:1.4em;
	}
	#communityReg .userInfo blockquote {
		border-top:1px solid #CCC;
		padding:10px 0;
		background:url(http://i.newsarama.com/common/community/template_images/bg_grad_register.gif) repeat-x top left;
	}
	
	.userInfo p {
		font-size:1.1em;
	}
	#communityLog .userInfo blockquote {
		border-top:1px solid #CCC;
		padding:10px 0;
		background:url(http://i.newsarama.com/common/community/template_images/bg_grad_login.gif) repeat-x top left;
	}
	.userInfo blockquote h3 {
		margin:0 0 10px 4px;
		padding:0;
	}
	#communityReg .userInfo blockquote h4 {
		margin:0 0 15px 4px;
		padding:0;
		font-weight:bold;
		color:#cc0000;
	}
	.userInfo dl {
		margin:0 0 15px 10px;
		color:#333;
	}
		.userInfo dl dt {
			font-weight:normal;
			margin:10px 0 3px;
		}
		.userInfo dl dd {
			margin:2px 0 0;
		}
		.userInfo dd input {
			width:auto;
		}
		.userInfo dd input.checkName {
			width:auto;
		}
		.userInfo dd label {
			padding:0 12px 0 3px;
			vertical-align:top;
			*vertical-align:text-top;
		}
	.userInfo fieldset {
		margin:20px 30px 0 10px;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
		.userInfo  fieldset.memberMisc {
			border:none;
			width:210px;
			background:none;
			margin-left:10px;
			padding-left:0;
		}
		
	.userInfo ul {
		margin:20px 0 15px 10px;
		padding:0 0 4px 0;
		color:#999;
		display:block;
		list-style:none;
		border-bottom:1px solid #CCC;
	}
	
		.userInfo li {
			margin:0 10px 0 0;
			display:inline;
		}
	
	.memberBenefits h3 {
		margin-top:4px;
	}	
	.memberBenefits ul {
		list-style-type:disc;
		list-style-position:outside;
		color: #F00;
	}
		.memberBenefits li {
			font-size:1.1em;
			line-height:1.3em;
			margin:0 0 15px 15px;
		}
		.memberBenefits li span {
			color:#333;
		}

/* Welcome, Optional Info, Registration End pages */

.userInfo.options ul,
.userInfo.options fieldset {
	margin-left:0;
}
.userInfo.options input {
	width:auto;
}
.userInfo.options #subscriptions .opt_grp input {
	float:left;
}
.userInfo.options #subscriptions .opt_grp .label {
	margin-left:25px;
}
.userInfo.options #subscriptions .opt_grp .label h4 {
	margin:1px 0;
}
.userInfo.options #subscriptions .opt_grp .label p {
	margin-top:1px;
}


#optin fieldset {
		margin:0 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
#optin ul {
		margin:20px 0 15px 0;
		padding:0 0 4px 0;
		color:#999;
		display:block;
		list-style:none;
		border-bottom:1px solid #CCC;
	}
	
		#optin li {
			font-size:1.1em;
			margin:0 10px 0 0;
			display:inline;
		}

/* ---------- // REGISTRATION COMPLETE //------------------------------------------------------------------------ */
#post_reg {
	margin:20px 0 42px 50px;
}
dl.reg_option {
	float:left;
	margin:0 10px 0 0;
    text-align:center;
  	width:214px;
}
dl.reg_option dt {
	padding:10px 10px 28px 10px;
    height:34px;
    text-align:left;
}
dl.reg_option dt h3 {
	font-size:1.7em;
}
dd.reg_optbtn { padding:20px 0 44px 0; }

a.forumtitle { font-family: Trebuchet MS,Tahoma,Arial; }
a.topictitle { font-family: Trebuchet MS,Tahoma,Arial; }

#hot_topics td .view_all {
	margin:15px 0 5px;
}


#hot_topics ol li a,
#hot_topics td a{ color: #333; }
#hot_topics ol li a h5,
#hot_topics td a h5{ color: #36C; }


*{
	margin: 0;
	outline:none;
	border-collapse:collapse;
}
html{
	font-size: 0.635em;
}

body {
	padding:0;
	text-align: left;
	font-family: verdana, Arial, sans-serif;
	color: #484848;
	background: #000 url(http://i.newsarama.com/template_images/bg_page.gif) top repeat-x;
}

img { border:0; }

p{ margin:11px 0; }

a {
	color: #36C;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color: #6AD5FC;
	text-decoration: none;
}
/*
a:visited {
	color:#b2b9bb !important;
}
*/

h1, h2, h3, h4 {
	color: #333;
	font-family:Trebuchet MS,Tahoma,Arial;
}
h1 small, h2 small, h3 small{
	font-family: verdana, Arial, sans-serif;
	font-weight:normal;
}

h1 {
	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: #F00;
	font-size:1.7em;
	font-weight: bold;
	line-height:1em;
	margin: 0px 0px 15px 0px;}

h4{
	font-size:1.2em;
	line-height:1.2em;
}
h5{ font-size:1em; }
h6{
	text-align: center;
	color: #CCC;
	font-size:.9em;
	font-weight:normal;
}


ol, ul, li{
	padding:0;
}
.divider{ clear:both; }

fieldset, .border{ border: 1px solid #CCC; }

#pk_comments h3, #pk_commentForm h3{ color: #333; }

/* ----------------------// 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;
    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 {}

/* Comments Pagination Margin Fix */
.article #pagination td ol {
	margin-left:0;
	margin-top:10px;
}
.article #pagination table li {
	padding-top:1px;
	padding-bottom:1px;
	margin-top:0;
}
.article #pagination table li.sel {
	*margin-top:0;
	margin-top:-1px;
}


/* ----------------------// Advertisement //------------------------------------------------------ */
	h6.ads{ line-height:24px; }
	.marketplace{ background: none; }
	.ads.marketplace{ margin: 30px 0 !important; }
	.ads.marketplace li{
		list-style:none;
		float:left;
		border-left: 1px solid #CCC;
		padding: 0 20px;
	}
	.ads.marketplace li.first{ border:none; }
	
	.col6 .marketplace h3, .col7 .marketplace h3{
		color: #F00;
		margin:0px 0px 15px;
	}
	.col6 .marketplace dl, .col7 .marketplace dl{
		padding:10px;
		border: 1px solid #CCC;
	}
	.col6 .marketplace dt, .col7 .marketplace dt{
		font-size:1.2em;
		font-weight:bold;
	 }
	.col6 .marketplace dd, .col7 .marketplace dd { margin-bottom:10px; }

	.col6 .marketplace dd a, .col7 .marketplace dd a{
		font-size:1.2em;
		color:#333;
	}
	
	.sponsor_325{ margin-bottom: 12px; }
	
	.sponsor{
		background: #FFF url(http://i.newsarama.com/template_images/bg_sponsor_ad.gif) top repeat-x;
	}
	.sponsor blockquote{
		padding-left: 10px;
		height: 35px;
	}
	.sponsor blockquote strong{
		font: 1.7em Trebuchet MS,Tahoma,Arial;
	}

	fieldset.ads{ margin-bottom:12px; }
	
	
    
/* ----------------------// Headlines and Top List [lists module] //------------------------------------------------------ */

.headline{
	border-top: 1px solid #CCC;
	padding:0 10px;
	background: url(http://i.newsarama.com/template_images//bg_section_h1.gif) top repeat-x;
}

.headline h1{
	font-size: 2.8em;
}
.headline h2{
	margin: 10px 0 0;
	font-weight:bold;
	font-size: 2.2em;
	color:#36c;
}
.headline h3{
	font-weight:normal;
	color:#333;
}

.headline span.right {
	padding:13px 0px 13px 10px;
}

.share_grp span{ padding: 0; }

.img-headline img{
	float:left;
	margin:0 10px 10px 0;
}

.img-headline p{ margin-top: 0; }
.img-headline p a{ color:#333 }

.tn163x110 h4, .tn163x110 p, .tn163x110 h5 { margin-left: 173px; }
.tn110x62 h4, .tn110x62 p, .tn110x62 h5 { margin-left: 124px; }
.tn100x67 h4, .tn100x67 p, .tn100x67 h5 { margin-left: 110px; }


.tn163x110 img, .tn110x62 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: 15px 0 5px;
		margin: 0;
		clear:both;
	}
	ul.img-headline li.first{  border: none; }

.img-headline-list{
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFF url(http://i.newsarama.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:#6AD5FC; }

ul.bullets { margin:10px 0; clear:both; }
	.bullets li{
		list-style-image:url(http://i.newsarama.com/template_images/red_arrow.gif);
		padding:0 0 15px;
		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;
	}



#top-list{
	border: 1px solid #CCC;
	background: #FFF url(http://i.newsarama.com/template_images/module_elements/toplist_bg_a.gif) bottom repeat-x;
	margin-bottom:11px;
}
	#top-list h3{
		border-bottom: 1px solid #CCC;
		color: #FFF;
		font-size: 1.7em;
		line-height: 26px;
		margin :0;
		padding-left: 10px;
		background: url(http://i.newsarama.com/template_images/module_elements/toplist_tab_bg.gif) top repeat-x;
	}
	#top-list dl{ margin: 15px 10px; }
		#top-list dt {
			margin: 15px 0;
			padding-left: 26px;
			height: 16px;
			font: bold 10px verdana, Arial, sans-serif;
			color: #36C;
			background: url(http://i.newsarama.com/template_images/buttons/btn_plus.gif)  left  no-repeat;
			cursor: pointer;
		}
		#top-list dt.active{
			font: bold 16px/16px Trebuchet MS,Tahoma,Arial;
			background: url(http://i.newsarama.com/template_images/buttons/btn_minus.gif)  left  no-repeat;
		}

		#top-list dd {
			margin-bottom:10px;
			padding-top: 10px;
			display: none;
		}
		#top-list dd p, #top-list dd h5{ margin: 0 0 10px 112px; }
		#top-list dd p a{ color:#333 }

	#top-list dd img{
		float: left;
		padding: 1px;
		border: 1px solid #CCC;
	}

.tn110x163 p { margin-left:123px; }

/* ----------------------// Article page //------------------------------------------------------------------ */

.print_art #headline { margin-bottom: 15px; }
.print_art #headline h1{ 
	color: #000; 
	font-size:2.8em;
}
.print_art #headline h4{ font-size: 1.6em; }
.print_art p {
	font-size:1.3em;
	line-height:1.5em;
}
.article{ font-size:1em; }
	.article a{ text-decoration: none; }
	.article h1{ font-weight: bold; }
.article-head{ float: left; }

	.article-head img{
		border:1px solid #ccc;
		padding:1px;
		margin:0 5px 10px 0;
	}
	.article-head h4 {
		margin:0;
		font-size:1.5em;
		line-height:1.2em;
	}
.article-tools{
	float: left;
	width:163px;
}
	.article-tools .spnsr {
		font-size:.9em;
		color:#666;
	}

#article-copy{
	font-size:1.3em;
	line-height: 1.5em;
}

#article-copy img{
  padding: 1px;
  border: 1px solid #ccc;
  margin: 0 2px 0 3px;
}

#article-copy img.mce_img {
	padding:0;
	border:none;
	margin:0;
}

	#article-copy a{ text-decoration: underline; }
	#article-copy a:visited { color: #7a9bde; }
	
	/* ----------// ARTICLE TOOLBARS //--------------- */
	.article-tools a#tb_email, .article-tools a#tb_print, .article-tools a#tb_share,
	.article-tools span#yahooBuzzBadge-form.yahooBuzzBadge-form{
		clear:left;
		margin:2px 0;
		text-align: center;
	}

	.article-tools #share_items{
		display:none;
		position:absolute;
		border:1px solid #CCC;
		padding:5px;
		background:#FFF;
		top: 3px;
	}
	* html .article-tools #share_items{
		left: 2px !important;
	}
	.article #pk_com_rec{
		text-align: right;
		margin-bottom: 24px;
	}
	.text-size{ line-height: 16px; }
	.article a#ts-minus{
		width: 16px;
		height: 16px;
		float:left;
		background: url(http://i.newsarama.com/template_images/buttons/btn_size_minus.gif) no-repeat bottom;
	}
	.article a#ts-minus:hover{ background-position: top; }

	.article a#ts-plus{
		width: 16px;
		height: 16px;
		float:left;
		background: url(http://i.newsarama.com/template_images/buttons/btn_size_plus.gif) no-repeat bottom;
	}
	.article a#ts-plus:hover{ background-position: top; }
	
/* ------ TTR_OFFERS Article Widget -------- */

	#ttr_offers {
		margin:24px 0 0 0;
		text-align:center;
	}


	/* ----------// RELATED IMAGES //--------------- */
	#related_images_module{
		margin:0px;
		border:1px solid #ccc;
		background: url(http://i.newsarama.com/template_images/module_elements/more_bg.gif) repeat-x bottom;
	}
	#related_images_module dl{
		background-color: #FFF;
		display: block;
		margin-bottom: 10px;
	}
	#related_images_module dd{ padding: 10px; text-align: left; }
	#related_images_module dt, #related_images_module dd{ display: none; }
	#related_images_module .control_elements a#enlarge{ float: right; }
	#related_images_module .control_elements a#prev,
	#related_images_module .control_elements a#next{
		float: left;
		margin:0 5px 0 0;
	}
	#related_images_module .control_elements{ line-height: 20px; }

/* ----------------------// Archive page //------------------------------------------------------------------ */
.archive .headline h1{
	color: #F00;
	font-size:2.2em;
	font-weight:bold;
	line-height:36px;
}

.archive .headline span.right {
	padding-top:5px !important;
}

.archive .img-headline img {
	border:1px solid #CCC;
	padding:1px;
}

.archive .headline p {
	margin:5px 0 10px;
    font-size:0.92em;
}
/* Pagination style for Archive Top */

.headline #pagination {
 	border-top: none;
    margin:10px 0 3px;
}

.archive p{ margin:0 0 5px; }
.archive h2{
	font-size:2.4em;
	font-weight: bold;
	margin-bottom:5px;
}
.archive blockquote div{
	width:280px;
	margin:0 0 12px 24px;
	float:left;
}
.archive blockquote div.firstcol{
    margin:0 0 12px 0;
	padding-right:10px;
    border-right:1px solid #ccc;
}

.archive h3, .sm-list h3{
	margin:6px 0 4px;
	font-weight:normal;
}
.archive .col11 .topborder{ padding: 15px 0 10px; }

.archive .img-headline { margin-bottom:15px; }

.archive .img-headline p a {
	color:#36C;
}


/* ----------------------// Solicitations //---------------------------------------------------------------------------- */
.solicitation h2, .solicitation h1 { padding-left:10px; }
.solicitation h3 {
    color:#333;
    margin-bottom:10px;
}
.solicitation h3.error{
	font-size: 2.2em;
	color: #F00}


.solicitation .img-headline { margin-bottom:15px; }

	.solicitation .img-headline img {
		padding:1px;
		border:1px solid #ccc;
		margin-bottom:5px;
	}

	.solicitation .img-headline .fs-btn {
		float:left;
		clear:both;
		line-height:20px;
	}
	.solicitation .img-headline .fs-btn img{
		padding:0;
		border:none;
	}

	.solicitation .img-headline p {
		font-size:1.2em;
		line-height:1.3em;
	}

	/* ABC Directory Navigation */

	.abc-bar {
		width:100%;
		margin:0 11px 15px 0;
		border-left:1px solid #999;
		border-right:1px solid #999;
		background:#ccc  url(http://i.newsarama.com/template_images/module_elements/sol_abc_bggrad.gif) repeat-x center;
	}
	.abc-nav {
		margin:0 0 0 15px;=
		border-right:1px solid #999;
		list-style:none;
    }
	.abc-nav li { float:left; }
		.abc-nav li a {
		float:left;
		padding:8px 0;
		width:21px;
		border-left:1px solid #999;
		text-align:center;
		font-size:1.1em;
		background:#9cf url(http://i.newsarama.com/template_images/module_elements/sol_abc_bggrad.gif) repeat-x  bottom;
	}
	.abc-nav li a:hover {
		color:#333;
		background-position: repeat-x top;
	}
	.abc-nav li.sel a {
		color:#333;
		background:#9cf url(http://i.newsarama.com/template_images/module_elements/sol_abc_bggrad.gif) repeat-x top;
		cursor:default;
    }

/* ----------------------// TRRIVIA / QUIZ //------------------------------------------------------------------ */

.quiz h1{
	background: #000 url(http://i.newsarama.com/template_images/module_elements/album_toobar.gif) top repeat-x;
    color: #A7C8E0;
	font-weight:bold;
	height:40px;
	line-height:40px;
	margin-bottom:1px;
	padding: 0 10px;
}
.quiz form{
	width: 651px;
        height: 292px;
	color: #FFFFFF;
	border: 1px solid #CCC;
	padding:4px;
	margin-bottom:15px;
}

.quiz dl {
	background: #000 url(http://i.newsarama.com/template_images/module_elements/hellboy_bg.jpg) top no-repeat;
        height:276px;
	padding: 8px;
	margin:0;
}

.quiz dt{
	/* background: #000 url(http://i.newsarama.com/template_images/module_elements/quiz_na_bg.gi) top repeat-x; */
	float:left;
	margin:0 8px 0 0;
	padding: 15px 0 0 20px;
	width:465px;
}
	.quiz dt .textbox {
		font: bold 1.5em Trebuchet MS,Tahoma,Arial;
		padding: 0px 10px 10px 0px;
	}
	.quiz dt .answer{ margin: 40px 0 60px; }

	.quiz dt label{ font: normal 2.8em/1.1em  Trebuchet MS,Tahoma,Arial; }
	.quiz dt ul{ margin: 15px 0; }
	.quiz dt li{
		list-style: none;
		margin:10px 0;
		font: normal 1.5em verdana, Arial, sans-serif;
	}
	.quiz dt .submit { padding: 10px 0; }

.quiz dd{
	float:left;
	text-align: center;
	width:142px;
}
	.quiz dd .bar{
		background-color:#666;
		height:6px;
		margin: 8px 0;
		text-align: left;
		width:142px;
	}
	.quiz dd label{
		display: block;
		margin: 8px 0;
	}


/* --------------// 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.newsarama.com/template_images/bg_grad_col_1x334.gif) repeat-x top left; }
dl.reg_option dt { background: url(http://i.newsarama.com/template_images/bg_grad_sbhdr_1x82.gif) repeat-x top left; }

#headline h1 {color: #F00; }
dl.reg_option dt h3 {
	color: #36C ; 
}

/* ---------------// Welcome Promo Page //-------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/community.php */

div.promo_left h2 { color: #36c; }
div.promo_left h1 { color: #F00; }

.subhead h1 {color: #36c; }
ul.welcome{ font-size: 1.3em; padding-left:40px; }
ul.welcome li{ margin:5px 0; }

/* -------- // 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.livescience.com/template_images/promo/interstitial/ls_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;
}