/*
$Id: article.css,v 1.13 2006/08/28 17:28:48 minnie Exp $
(c) 2006 The New York Times Company
*/        



div#shell div#page div#main {
	clear: both;
	margin-bottom: 0;
	padding: 0 0 0 0;
	background: transparent url(/images/global/backgrounds/main_article_BG.gif) repeat-y -1px top !important; 
	} 

div#shell div#page div#main.noBg {
	background: none !important;
	}
	
#main #aColumn {
	padding-left:10px;
	float:left;
	width: 600px;
	}

#main #bColumn {
	width: 336px;
	float: right;
	padding-right: 9px;
	}

/* Article Body */

#aColumn h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	}

#aColumn h1.multiplePage {
	font-size:150%;
	}

#aColumn #article .kicker {
	text-transform:uppercase;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 90%;
	font-color: #000;
	}

#aColumn #article .byline {
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: normal;
	color: #808080;
	font-size: 87%;
	}	

#aColumn #article .timestamp {
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: normal;
	color: #808080;
	font-size: 87%;
	}	

/*\*/
html*#aColumn #article .byline,
html*#aColumn #article .timestamp  {
       font-size:80%;
	}	
	
	
div#shell div#page div#main .cColumn div.columnGroup {
	border-top: 1px solid #cccccc;;
	padding-top: 12px;
	}	
	
  
#articleBody {
	font-size: 125%;
	line-height: 1.5em;
	} 
	
#articleBody a {
	text-decoration: underline;
	}
	
#articleBody #articleInline a:link {
	text-decoration: none;
	}  
	
#articleBody #articleInline a:hover {
	text-decoration: underline;
	}	

#articleBody span.bold {
	font-weight:bold;
}	

#articleBody span.italic {
  font-style:italic;
}

#articleBody blockquote {
  font-size:88%;
  color:#333;
  line-height:139%;
}
	
#authorId {
	clear: both;
	font-style: italic;
	}

/* Wide image template */ 

#wideImage img {
	display:block;
	background: none;
	}
	
	
#wideImage.image {
	border-bottom: none;
	margin-bottom: 5px;
	background: none;
	}

#wideImage .credit {
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 70%;
	color: #909090;
	margin-bottom: 3px;
	}
	
#wideImage p.caption {
	font-size: 90%;
	font-family: Arial, Helvetica, Sans Serif;
	color: #666;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	}


/* Breaking News Alert  */

#breakingNewsAlert {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAE8E9;
	}

#breakingNewsAlert h2 {
	font-size: 145%;
	line-height: 1.2em;
	font-family: Times New Roman, Times, Serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#breakingNewsAlert .alertTime {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 90%;
	color: #990000;
	font-weight: bold;
	}


/* BEGIN Bottom of aColumn 
----------------------------------*/
#aColumn #article {
	width: 600px;
	clear: both;
	}

#aColumn #articleExtras {
	width: 600px;
	margin-top: 1.5em;
	clear: both;
	}

#relatedTopics {
	clear:both;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}

* html #relatedTopics {
	width: 100%;
}

#relatedTopics form {
	margin:0px;
	padding:0px;
	}

#relatedArticles h3,
#relatedTopics h3,
#relatedBlogs h3 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 100%;
	padding: 0 0 0 0;
	margin: 5px 0;
	}
	
#relatedArticles ul,	
#relatedTopics ul,
#relatedBlogs ul {
	margin-left: 5px;
	}	

#relatedBlogs {
	margin-bottom: 1.5em;
	font-family: Georgia, "Times New Roman", sans-serif;
	}

#relatedBlogs li {
	font-size: 100%;
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	_padding: 0px 0px 0px 8px;	
	background-position: 0 .45em;
	_background-position: left .45em;
	}
	
#relatedBlogs .timestamp {
	font-size: 80%;
	font-family: Arial, Helvetica, Sans Serif;
	color: #990000;
	line-height: 1.3em;
	}
	
#relatedBlogs .summary {
	font-size: 90%;
	margin-bottom: .5em;
	}
	
#relatedBlogs li .summary {
	font-size: 100%;
	margin-bottom: .5em;
	line-height: 1.2em;
	}

#relatedArticles {
	margin-bottom:1.5em;
	}

#relatedArticles li {
	font-size: 100%;
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;	
	background-position: 0 .45em;
	_background-position: left .45em;
	}
	
#relatedArticles .more {
	font-weight:bold;
	}

#relatedTopics li {
	font-size: 100%;
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;	
	background-position: 0 .45em;
	_background-position: left .45em;
	}

#articleExtras p {
	margin:0px;
	}

#pageLinks {
	font-family: Arial, Helvetica, Sans Serif;
	text-align: right;
	padding-bottom: 2px;
	}

#pageLinks a.next, #pageLinks a.previous {
	text-transform: uppercase;
	padding: 2px 4px 2px 5px;
	border: 1px solid #004276;
	font-size: 76%;
	text-decoration: none;
	font-weight: bold;
	}

#pageLinks a.next:hover, #pageLinks a.previous:hover {
	border: 1px solid #900;
	}

#pageNumbers {
	margin: .5em .2em .5em 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans Serif;
	display: inline;
	position:relative;
	text-vertical-align: center;
	}

#pageNumbers li {
	font-size: 86%;
	font-weight: bold;
	display:inline;
	padding-right: .7em;
	margin-right: .7em;
	padding-left: 0em;
	margin-left: 0em;
	border-right: 1px solid #999;
	border-right: expression((this.parentNode.lastChild == this)? "none" :
"1px solid #666" );
	padding-right: expression((this.parentNode.lastChild == this)? "0px" :
"1em" );
	}

#pageNumbers li:last-child {
	border:none;
	padding-right: 0;
	}
	
#aColumn .nextArticleLink, #aColumn .nextArticleLink a {
	margin: 4px 0 15px 0;
	clear:both;
	float:right;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	}
	
#aColumn .nextArticleLink a:hover {
	text-decoration: underline;
	} 
			
	
#bColumn .columnGroup .nextArticleLink {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 100%;
	font-weight: bold;
	}

* html #aColumn .nextArticleLink {
	top: 1.5em;
	}

#adxCircBottom {
	clear:both;
	border:none !important;
	padding-bottom:15px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px #ccc solid;
	}
	
#adxCircBottom a, #adxCircBottom font {
	font: bold 100% Arial, Helvetica, sans-serif;
	color:#004276;
	}
	
#aColumn #adxSponLink {
	clear: both;
	width:100%;
	}

#aColumn #adxSponLink iframe {
	margin-bottom: 10px;
	}


/* Article Tools */

.articleTools {
	border-left: 1px solid #EAE8E9;
	border-right: 1px solid #EAE8E9;
	float: right;                                   
	margin: 5px 0 5px 5px;
	width: 88px;
	}

.toolsContainer {
	margin: 0 0 -2px 0;
	border-top: 1px solid #EAE8E9;
	border-bottom: 1px solid #EAE8E9;
	position: relative;
	top: -1px;
	}

.articleTools .toolsContainer ul.toolsList li {
	padding: 5px 0 5px 0;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 1.4em;
	text-transform: uppercase;  
	list-style-image: none!important;
	}
	
.articleTools .toolsContainer ul.toolsList li a {
  color: #333;
	}

#emailThis input {
	background-image: url(/images/article/functions/tools_email.gif);
	background-repeat: no-repeat;
	padding: 0 0 1px 16px;
	margin:0px;
	background-color: #fff;
	border-style:none;
	text-decoration: underline;
	color: #006;
	cursor:pointer;
	font-size: 100%;
	}

.toolsContainer ul.toolsList {
	margin: 5px 0 0 5px;
	padding: 4px 5px 5px 4px;
	clear: both;
	}

#adxToolSponsor {
	padding: 5px 10px;
	}


* html #emailThis input { /*IE*/
	padding:0px 0 1px 8px;
	margin-bottom: 0;
	}

.articleTools ul.toolsList .email form {
	margin:0px;
	}

#emailThis a {
	background-image: url(/images/article/functions/tools_email.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .print a {
	background-image: url(/images/article/functions/tools_print.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .singlePage a {
	background-image: url(/images/article/functions/tools_single.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .reprints a {
	background-image: url(/images/article/functions/tools_reprints.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .savepage a {
	background-image: url(/images/article/functions/tools_save.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}
/* End Article Tools */

/* Article Inline */

#articleInline h2 {
        font-weight:normal !important;
        }

#articleInline {
	display:block; /* had been set to none in main.css for buggy browsers*/
	margin: 4px 15px 10px 0;
	float:left;
	}

#inlineBox {
	width: 190px;
	}

#articleInline a {
	text-decoration: none;
	}

#articleInline h3.promo,
#articleInline h4 {
    font-family: Arial, Helvetica, sans-serif !important;
	font-size: 95% !important;
	line-height: 1.4em;
	font-weight: bold !important;
	margin: 0 0 0 0 !important;
	}

#articleInline h2 {
    font-size:100%;
	}

#articleInline .story h2 {
	font-size: 100% !important;
    line-height: .8em !important;
    }
		
		
#articleInline h5 img,
#articleInline h2 img {
	vertical-align: middle;
    margin-bottom:0 !important;
    }

#articleInline .story h5 {
    font-size: 90% !important;
    line-height: 1.4em;
    }

#articleInline h4 a,
#articleInline h3 a {
	color: black;
    }
    
#articleInline .subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	display: block;
	margin-top: -5px !important;
	margin-bottom: 7px;
	line-height: 1em;
    }

#articleInline  .branded + .subheader {
	margin-top: 0 !important;
    }

#articleInline .subheader {
    line-height:120% !important;
    margin-top:3px !important;
    }

#articleInline .story p.summary {
	font-size: 90% !important;
  line-height: 1.4em;
    }

#articleInline .story  {
	margin-top: 8px;
    padding:0 !important;
    }

#articleInline .story img {
    margin-top:0 !important;
    margin-bottom:8px;
    }

#articleInline .kicker {
	text-transform:uppercase;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 80% !important;
	font-color: #000;
	}

#articleInline .doubleRule {
    margin-top:0 !important;
    }

#inlineReadersOpinion,
#inlineMultimedia,
#sidebarArticles,
#sectionPromo {
	background: transparent url(/images/global/borders/aColumnHorizontalBorder.gif) repeat-x left top;
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	margin-bottom: 0;
	}

/*Article inline images */

.image {
	padding-bottom: 1px;
	}

.image img {
	margin: 0;
	padding: 0 0 1px 0;
	}

#articleInline .callout.span,
#articleInline .callout.media {
	margin-left:0 !important;
}

#articleInline .image .credit {
	text-align: right;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	line-height: 11px;
	color: #909090;
	margin-bottom: 3px;
	padding: 0;
	}

#articleInline .image .caption {
	font-size: 73.5%;
	font-family: Arial, Helvetica, Sans Serif;
	color: #666;
	margin: 0;
	padding: 0;
	line-height:1.2em;
	}
	
#articleInline .image .caption strong {
	color: #000;
	}	

#articleInline .image {
	margin-bottom: 10px;
	}
	
#wideImage {margin-top:12px;}

#wideImage .credit {
	text-align: right;
	font-size: 9px;
	}

.image .enlargeThis {
	display:block;
	text-align:right;
	margin-bottom: 2px;
	}

.image .enlargeThis a {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 76%;
	padding-left: 15px;
	background-image: url(/images/multimedia/icons/enlarge_icon.gif);
	background-repeat:no-repeat;
	background-position: center left;
	text-decoration:none;
	}

#inlineMultimedia .story {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#inlineMultimedia .kicker {
	text-transform:uppercase;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 90%;
	font-color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	

#inlineMultimedia h2, 
#inlineMultimedia h2 a {
	font-size: 80%;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#inlineMultimedia h3 {
	font-size: 70%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	

#inlineMultimedia .summary {
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#inlineMultimedia .story img {
	margin-top:12px;
	}

#inlineMultimedia .headlineWrapper {
	padding-top:8px;
	}
	
#articleInline img.thumbnail {
	float: left;
	margin: 0 8px 8px 0;
	}

#articleInline .kickerImage img {
	border:0px;
	}

#articleInline img.header {
	margin: 0 0 4px 1px;
	padding:0px;
	display:block;
	}

#inlineReadersOpinion h2,
#inlineReadersOpinion p,
#sidebarArticles h2,
#sidebarArticles p {
	margin: 5px 1px;
	font-size: 100% !important;
	font-weight: normal;
	}
	
#inlineReadersOpinion h4,
#sidebarArticles h4 {
	margin: 5px 1px;
	font-size: 95% !important;
	font-weight: normal;
	}	
	
	
#inlineReadersOpinion h2 a, 
#inlineReadersOpinion .story h2 a {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	}
	
#sidebarArticles li {
	font-size: 100%;
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;	
	background-position: 0 .45em;
	_background-position: left .45em;
	margin-top: 1em;
	}

#sidebarArticles h2, 
#sidebarArticles.story h2 {
	margin: 6px 0;
	padding: 0;
	font-size: 80% !important;
    line-height:1.4em;
	font-weight: normal;
	}

#sidebarArticles a {
	font-size:11.8px;
	font-size:80%;
	line-height:1.4em;
	margin-top:6px;
	display:block;
	}

#sidebarArticles h2 a, 
#sidebarArticles.story h2 a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
    margin:0;
    display:inline;
	}

#sectionPromo .subheader {
	font-weight:bold;
	margin-top: 1em;
	}

#inlineCobrand {
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 69%;
	line-height:1.4em;
	margin-bottom: 12px;
	}

#inlineCobrand img.header {
	display:block;
	}

#inlineCobrand .box {
	margin-top: 4px;
	border: 1px solid #ccc;
	padding:11px;
	}

#inlineCobrand h4,
#inlineCobrand ul {
	margin:0px 0 1em 0;
	font-size: 100%;
	}

#inlineCobrand li {
	font-size: 100%;
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;	
	background-position: 0 .45em;
	_background-position: left .45em;
	padding-left:10px;
	}

#articleInline ul {
	margin: 0 0 4px 0;
	line-height: 1.3em;
        }

#articleInline ul li {
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;
	background-position: 0 .45em;
	_background-position: left .45em;
    }

#articleInline ul,
#articleInline ol {
	font-size: 90%;
	line-height: 1.3em;
    }
    
#articleInline .more {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 80% !important;
	margin-top:0 !important;
	}

/* end Article Inline */


.jumpLink {
	display:none;
	}

/* Printer version */
body.printerversion #articleInline {
	float: right;
	}

body.printerversion .byline {
	font-weight:bold;
	}

/* A COLUMN ENDS */


/* B-column Content */

#bColumn div.columnGroup {
	border-top: 1px solid #cccccc;
	border-top: expression((this.parentNode.firstChild == this)? "none" :
"1px solid #cccccc");
	padding-top: 12px;
	padding-top: expression((this.parentNode.firstChild == this)? "0" :
"12px");
	padding-bottom: 12px;
	}

#bColumn div.columnGroup:first-Child {
	border-top: none;
	padding-top: 0;
	}
	
#bColumn #adxBigAd {                        
	text-align: center; 
	_border-top: none;
	padding-top: 12px;             
	}	


/* BEGIN Most Popular Module
--------------------------------*/
#mostPopWidget h4 {
	font-size: 90%;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#mostPopWidget div#tabsContainer {
	border-left: 1px solid #cccccc;
	position: relative;
	top: 1px;
	_top: 0;
	left: -1px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}


#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #333333;
	}			

#mostPopWidget ol {
	padding-left: 10px;
	}		
	
#bColumn #mostPopWidget.columnGroup {
	padding-bottom:0;
	margin-bottom:12px;
	}	
	
/* BEGIN Most Popular Module
--------------------------------*/


/* BEGIN Ads
--------------------------------*/
#adxBigAd.columnGroup {                        
	text-align:center; 
	_border-top: none;
	padding-top: 0;             
	}

#adxBigAd table {
	margin: auto;
	}

#adxBigAd h4 {
	margin:0px;
	padding:0px 0 3px 0;
	font-family: Arial, Helvetica, San Serif;
	font-size: 78%;
	color:#999;
	}
#adxMiddle {
	margin-bottom:15px;
	}	
#advertiserLinks {
	border:1px solid #dedede;
	font-family: Arial, Helvetica, Sans Serif;
	overflow: hidden;
	}
	
#advertiserLinks h4 {
	font-size: 93%;
	font-weight: normal;
	text-transform: uppercase;
	margin:0px;
	background-color: #efefef;
	padding: 2px 6px;
	color: #999;
	border-bottom:1px solid #dedede;
	}
#advertiserLinks table {
	margin: 10px 0;
	width: 100%;
	}
	
#advertiserLinks td {
	padding: 0 10px;
	font-family: Arial, Helvetica, Sans Serif;
	}
	
#advertiserLinks td.gutter {
	padding:0px;
	background-color:#efefef;
	width:1px;
	}
#advertiserLinks a {
	text-decoration: none;
	}
	
#advertiserLinks li {
	padding-bottom: .7em; 
	}
		
#advertiserLinks h5 {
	font-size: 100%;
	margin:0px;
	padding:0px;
	text-decoration: underline;
	font-weight: bold;
	}

#advertiserLinks p {
	margin: 0;
	padding:0px;
	}	

#advertiserLinks .description {
	font-size: 86%;
	}
	
#advertiserLinks .adUrl {
	font-size: 79%;
	}

* html #advertiserLinks .adUrl{
	overflow: hidden;
	word-wrap: break-word;
	width: 150px;
	}
	
#advertiserLinkImg {
	text-align: center;
	margin:0px;
	padding:0px;
	}
	
#adTextLinkImg img {
	border: none;
	}
	
#adxSponLink {
	clear: both;
	width:100%;
	}

#adxSponLink iframe { 
	margin-bottom: 10px;
	}
	
/* Inside NY Times Box Override Style */
#insideNYTimes {
	background: #fff !important;
	}
	
#sponsoredLinks {
	font-family: Arial, Helvetica, Sans Serif;
	clear: both;
	}
	
#sponsoredLinks #header {
	padding: 1px;
	background: #f4f4f4;
	font-family: Arial, Helvetica, Sans Serif;
	}
	
*html #sponsoredLinks #header {
	padding: 3px;
	}	
	
#header h4 {
	color: #999999;
	font-weight: normal;
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	}
	
#header .whatIs a {
	font-size: 90%;
	float: right;
	text-transform: lowercase;
	}

#adContent { 
	padding: 10px;
	}
	
#adContent .ad,
#adContent .ad a:link,
#adContent .ad a:visited {
	padding-bottom: 10px;
	font-size: 90%;
	font-family: Arial, Helvetica, Sans Serif;
	color: #004276;
	}
	
*html #sponsoredLinks td.ad {
	font-size: 90%;
	}
	
	.tableless {font-family: Arial, Helvetica, sans-serif; font-size: 86%; position:relative;} 
	.tableless img {margin:10px 5px 10px 0;}
	.tableless img.inline {margin:0; position:relative; bottom:-3px;} 
	.tableless p {margin:0;}

/* Advertisement headings (gray background) */
#bColumn .columnGroup.advertisementColumnGroup h4{
		background: #f4f4f4;
		font-weight: normal;
		color: #666;
		padding: 6px 8px;
		display: block;
		_height: 1em;
		font-size: x-small;
		font-family:arial, sans-serif;
		margin-bottom:2px;
		text-transform:uppercase;
		}

/* Fix for masthead wrapping */
#page div#masthead h1 {
        top: 19px;
        left: 240px;
        width: 400px;
        }	
		
		
/* BEGIN NYT Store Styles 
------------------------------*/
#nytStoreBox {
	background: #F6F6F5;
	font-family: Arial, Helvetica, Sans Serif;
	margin-bottom: 10px;
	}
	
#nytStoreBox #nytStoreHeader {
	background: #7B8EAA;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}
	
#nytStoreBox #storeItem {
	background: #F6F6F5;
	padding: 15px 0 15px 15px;
	}
	
#nytStoreBox #storeItem img {
	background: #F6F6F5;
	float: left;
	width: 90px;
	height: 90px;
	padding-right: 10px;
	}

#nytStoreBox #storeItem .text {
	background: #F6F6F5;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 10px;
	}
	
#nytStoreBox #storeItem .link {
	font-weight: bold;
	}


#nytStoreBox #storeItem .clear {
	clear: both;
	background: #fff;
	visibility: hidden;
	}

/* END NYTimes Store Promo 
------------------------------------*/



/* BEGIN TextAds  - these classes are used in articles' bColumns
-----------------------------------------*/
.cColumn {width: 336px;}

.cColumn-TextAdsBox {
	clear:both;
	overflow:auto;
	padding:10px;
	font-family:arial,sans-serif;
	font-size:90%;
	padding-right:9px;	
	}

/* Hides from IE-mac \*/
* html .cColumn-TextAdsBox {
	height: 1%;}
/* End hide from IE-mac */

.cColumn-TextAdsLeft {
	text-align: left;
	width:180px;
	float:left;
	}

.cColumn-TextAdsLeft .cColumn-TextAdsHeader {
	font-weight:bold;
	}

.cColumn-TextAdsLeft .cColumn-TextAd {
	margin: 0 0 1em 0;
	padding: 0;
	}

.cColumn-TextAdsLeft .cColumn-TextAd br {
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.cColumn-TextAdsBox font {
	font-size:100%;
	}

.cColumn-TextAdsRight {
	float:right;
	}	

/*
$Id: general.css,v 1.116 2006/10/26 23:57:31 cookn Exp $
(c)2006 The New York Times Company 
*/
/* BEGIN Generic */

body {
	margin-top:1em;
	text-align: center;
}

ul, ol {
	padding-left: 0;
	margin-left: 18px;
	_margin-left: 22px;
	}

ul li {
	list-style: none;
	}

* html ul li {
	height:1%;
	}
	
/* END Generic */


/* BEGIN Utility */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%; 
	}
/* End hide from IE-mac */
	
.doubleRule {
    clear: both;
    border-width: 0 !important;
    height: 4px;
    background: transparent url(/images/global/borders/aColumnHorizontalBorder.gif) repeat-x left;
    margin-top: 12px;
    margin-bottom: 12px;
    }

.singleRule {
    clear: both;
    border-top:1px solid #ccc;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size:0;
    line-height:0;
    }
	
/* END Utility */


#nagBar {
	d\isplay: none;
	}

/* BEGIN Shell */

div#shell {
	display: block;
	position: relative;
	width: 971px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 1px solid #999;	
	font-size: 90%;								
	}
	
div#shell ul.tabs {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, Helvetica, sans-serif;
	}
		
div#shell ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #f0f4f5;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
		
div#shell ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 9999;
	padding: 4px 7px 4px 7px;
	}
		
div#shell div.tabContent {
	clear: both;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px;
	margin: 0;
	display: none;
	}
		
div#shell div.tabContent.tabContentActive {
	display: block;
	}
		
div#shell div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
div#shell div.tabContent ol li {
	_padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	}
		
/* END Shell */


/* BEGIN Login */

div#login {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	text-align: left;
	z-index: 5000;
	width: 100%;
	min-height: 20px;
	white-space: nowrap;
	/*\*/vertical-align: bottom;/*\*/
	font-size: 10px;
	_border-bottom:1px solid #999;
	_height: 20px !important;
	}
		
div#login ul.tabs {
	_position: absolute;
	float: none;
	_float: none;
	left: 0px;
	top: 0px;
	_height: 19px;
	_height: 20px !important;
	min-height: 19px;
	}
		
div#login ul.tabs li {
	_height: 11px;
	min-height: 11px;
	font-size: 10px;
	border-color: #999;
	}
		
div#login ul.tabs li a {
	color: #333;
	}
	
/* loginTabs */
div#login ul.tabs,
div#login ul#memberTools {
	min-height: 17px;
	_height: 19px;
	}
	
/* memberTools */
ul#memberTools {
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	white-space: nowrap;   
	width: auto;
	float: right;     
	_border-bottom: 1px solid #999999;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, sans-serif;
	border:0 !important;
	position:relative;
	z-index: 9998;
	}
	
ul#memberTools li {
	font-size: 12px; 
	margin: 0;
	background-image: none;
	display: inline; 
	white-space: nowrap;
	border: 0 solid #ccc;
	border-width: 0 0px 0 1px;
	padding: 0 4px 0 4px;
	border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
	}
		
ul#memberTools li:first-child {
	border-left-width: 0;
	}
		
ul#memberTools li span.username a {
	font-weight: bold;
	}
		
ul#memberTools li img#memberTool_TimesSelect {
/*\*/	vertical-align: bottom;/*\*/
	}


ul#memberTools li.tslogo {padding-left:0px; border:none;}
ul#memberTools li.tslogo a {color:#000;}
ul#memberTools li img#memberTool_TimesSelect {border-left:0; padding:2px 6px 2px 4px;}

/* END Login */


/* TS DROP DOWN */

#timesSelectDropDown {
	background-color:#fff;
	border: 1px solid #999;
	padding: 10px 0 0 0;
	_padding-bottom: 0 !important;
	position: absolute;
	top: 17px; 
	left:0px;
	text-align:left;
	visibility: hidden;
	width: 113px;
	_width: 113px;
	z-index: 9999;
	}

#timesSelectDropDown.dropDown {
	left: 855px !important;
}
	
#timesSelectDropDown ul {
	color: #666 !important;
  	font-family: Arial,Helvetica,sans-serif;
	font-size: 95%;
	font-weight:bold;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	}

#timesSelectDropDown.dropDown ul {
	font-size: 80%;
}	
	
#timesSelectDropDown ul li {
	background:transparent !important;
	display:block;
	font-size:100%;
	margin:0;
	padding:0 0 0 5px;
	border:none;
	}

#timesSelectDropDown a {
	display:block;
	height: 10px;
	_height:12px;
	margin: 0;
	margin-left:-5px;
	padding: 2px 10px;
	text-transform:none;
	font-weight:normal !important;
	}

#timesSelectDropDown a:link,
#timesSelectDropDown a:visited {
	color:#004276;
	}	

#timesSelectDropDown a:hover,
#timesSelectDropDown a:active {
	background-color:#f4f4f4;
	color:#e3551e;
	text-decoration:none;
	}

#timesSelectDropDown li.sect a {
	color: #666 !important;
	text-transform:uppercase;
	}

#timesSelectDropDown li.sect a:hover {
	background-color:#f4f4f4;
	color:#e3551e !important;
	text-decoration:none;
	}
	
/* END TSDD */


div#page {
	position: relative;
	z-index: 1;
	clear: both;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	_border-top: 0;
	top: -1px;
	_top: 0;
	}

/* BEGIN Masthead */
	
div#masthead {
	margin: 0;
	padding: 7px 0 0px 9px;
	position: relative;
	_height: 48px;	
	min-height: 48px;
	overflow: hidden;
	_overflow: visible;
	border-bottom: 2px solid black;
	clear: both;
	} 

img#NYTLogo {
	margin-top: 4px;
	}
		
div#masthead div#date {
	font-size: 12px;
	}
		
div#masthead h1 {
	text-align: center;
	position: absolute;
	display: block;
	top: 19px;
	left: 308px;
	font-size: 29px;
	width: 223px;
	margin: 0;
	padding: 0;
	/*\*/vertical-align: baseline;/*\*/
	font-family: Arial, Helvetica, sans-serif;   
	}

div#masthead h1 a {
	color:#000;
	text-decoration:none;
}
	
/* BEGIN Search */

div#searchWidget {
	position: relative;
	float: right;
	font-size: 8pt;
	margin-right: 7px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	}

div#searchWidget #searchInputs {
	padding: 0;
	margin: 2px 0 0px 0;
	_height: 21px;
	min-height: 21px;
	/*\*/vertical-align: bottom;/*\*/
	}

div#searchWidget #searchInputs .inputGroup {
	float: left;
	margin: 0 0 5px 0;  
	width: 140px;
	}

div#searchWidget #searchInputs .inputGroup li {
	float: left;
	margin-right: 5px;   
	white-space: nowrap;
	}

div#searchWidget #searchInputs .inputGroup input {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	}

div#searchWidget input {
	margin: 0;
	padding: 0;
	}

div#searchWidget input#searchQuery {
	display: block;
	width: 100%;
	height: 19px;
	}

div#searchWidget input#searchSubmit {
	float: right;
	}

div#Middle1 {
	margin-right: 7px;
	float: right;
	text-transform: uppercase;
	width: 88px;
	overflow: hidden;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
			
div#Middle1 img {
	display: block;
	margin-bottom: 1px;
	}

/* END Search */	
	
#adxLeaderboard {
	text-align: center;
	padding: 5px 0 5px 0;         
	border-bottom: 1px solid #d3d3d3;
	}
	
#adxLeaderboard:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

#adxLeaderboard > table {
	margin:auto;
}

/* Hides from IE-mac \*/
* html #adxLeaderboard {
	height: 1%; 
	padding: 5px 0;
	}
/* End hide from IE-mac */		

/* END Masthead */


/* BEGIN Main */

div#main {
	border-top: 1px solid #fff;
	clear: both;
	margin-top: 15px;
	padding: 0 0 7px 0;
	}

div#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html #main {
	height: 1%; 
	}
/* End hide from IE-mac */

/* END Main */


/* BEGIN Most Popular */

#mostEmailed {
	display: block;
	}
			
#mostBlogged,	
#mostSearched {
	display: none;
	}
		
#movies {
	display: none;
	}	
	
.moduleAd {
	border-top: none !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ccc;
	}
	
.moduleAd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .moduleAd {
	height: 1%; 
	}
/* End hide from IE-mac */	

.moduleAd .adCreative {
	border-top: 1px solid #ccc;
	text-align: right;
	float: right;
	width: 316px;
	padding: 7px 0 0 5px;
	}

.moduleAd .adCreative img {
	float: right;
	padding: 0 0 0 5px;
	}

#mostPopWidget {
	border-bottom: 1px solid #ccc;
	margin-bottom:5px;
	}
	
#mostPopWidget a.more {
	_padding-bottom:8px;
	font-size: 93% !important; 
	}
	
/* END Most Popular */


/* BEGIN Story */

div.story {
	_background: white;		
	margin-bottom: 8px;
	margin-top: expression( this == this.parentNode.firstChild ? "0px" : "12px" ); 
	}
				
div.story:first-child {
	margin-top: 0;
	}
				
div.story h1,
div.story h2,
div.story h3,
div.story h4,
div.story h5 {
	font-weight: bold;
	line-height: inherit;
	margin: 0;
	padding: 0;
	font-size: 125%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
				
div.story div.byline {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	}

span.timestamp, div.story div.byline span.timestamp {
	color: #a81817;
	}

div.story p.summary {
	margin: 2px 0 0 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	color: #333;
	}
				
div.story div.kicker {
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	}
				
div.story div.callout,
img.callout {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
  font-size: 92%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  }

.callout .credit {
  font-size:91%;
  }

div#main div.bColumn div.story div.callout {
	margin-left: 0;
	}
					
div.story div.callout div.calloutTools {
	float: right;
	}				

div.story div.callout div.calloutTools a.enlargeTool {
	display: block;
	padding-left: 10px;
	background: transparent url(/images/article/functions/enlarge_icon.gif) no-repeat 0 0;
	}
				
div.story div.callout img {
	border: none;
	padding: 0;
	}
					
div.story div.callout div.credit {
	text-align: right;
	color: #666666;
	}

div#main div.bColumn div.story h1,
div#main div.bColumn div.story h2, 
div#main div.bColumn div.story h3,
div#main div.bColumn div.story h4,
div#main div.bColumn div.story h5 {
	font-size: 100%;
	}

div#main #abColumns div.columnGroup#readersOpinionsColumnGroup div.story h5 {
	font-size: 85%;
	}
	
/* END Story */
	
/* BEGIN Footer */

div#footer {
	text-align: center;
	clear: both;
	border-top: 2px solid black;
	border-bottom: 1px solid #999;
	padding: 13px 0 13px 0;
	display: block;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}

div#footer a {
	color: #666;
	text-decoration: underline;
	}

div#footer a.rssButton,
div#footer a.rssButton:visited {
	padding: 1px 0 5px 19px;
	background:transparent url(/images/global/icons/feed_icon_16x16.gif) no-repeat top left;
	}

div#footer a.copyright {
	color: #000;
	text-decoration: none;
	}	
		
div#footer div.footerRow {
	padding: 0 0px 10px 0;
	}
		
div#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0px 0 9px;
	}
		
div#footer ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 5px 0 9px;
	background: none;
	}
/* END Footer */
	

/* Google ad styling */
.linkbox {cursor:pointer;cursor:hand}


/* BEGIN universal columnGroup defs */

div.columnGroup a.more {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
				
div.columnGroup div.columnGroupTools {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
		
div.columnGroup h4,
div.columnGroup > h5 {
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	display: block;
	}

div.columnGroup p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

/* END universal columnGroup defs */


/* BEGIN advertisementColumnGroup */

div.columnGroup.advertisementColumnGroup div.textAdvertisement,
div.columnGroup.advertisementColumnGroup div.ad_section {
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	}
						
div.columnGroup.advertisementColumnGroup div.textAdvertisement a.titleLink,
div.columnGroup.advertisementColumnGroup div.ad_section a.title_link {
	display: block;
	font-size: 90%;
	}
						
div.columnGroup.advertisementColumnGroup div.textAdvertisement span.adText,
div.columnGroup.advertisementColumnGroup div.ad_section span.ad_text,
div.columnGroup.advertisementColumnGroup div.textAdvertisement span.visibleUrl,
div.columnGroup.advertisementColumnGroup div.ad_section span.visible_url {
	display: block;
	font-size: 80%;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li {
	margin: 6px 8px;
	_margin: 6px 8px 6px 6px;
	display: inline-block;
	float: left;
	width: 86px;
	overflow: visible;
	/*\*/vertical-align: top;/*\*/
	position: relative;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	text-align:left;
	_height: 1%;
	line-height: 1.2em;
	word-wrap: break-word; 
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li a {
	line-height: 1.2em;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li.clearfix {
	float: none;
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li a {
	line-height: 1em;
	}
					
div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li img {
	display: block;
	margin-bottom: 3px;
	}

/* END advertisementColumnGroup */

div.customSelectContainer {
	margin: 0;
	display: block;
	position: relative;
	background: transparent url(/images/homepage/searchSelect.gif) no-repeat top left;
	_background: none;
	height: 15px;
	width: 98px;
	padding: 4px 0 0px 4px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
		
div.customSelectContainer select {
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	}
	

/* BEGIN Refer not used in articles but yes in homepage, sf, topics */

ul.refer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 92%;
	}

ul.refer li, ul.refer li.free {
	background-image: url(/images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0px 0 8px;
	background-position: 0 .45em;
	_background-position: left .45em;
	}
	
ul.refer li.select {
	background-image: url(/images/section/timesselect/ts_icon.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:17px;
	padding-bottom:1px;
	}
		
/* END refer */

/* Multimedia rankables/promos */
h5 .audio,
h5 .graphic,
h5 .interactive,
h5 .photo,
h5 .slideShow,
h5 .trailer, 
h5 .video {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    text-transform: uppercase;
    padding-left: 15px;
    background-repeat: no-repeat;
    }
    
.media {
    margin: 0px 0 4px 0px !important;
    float: none !important;
    }

h5 a span.iconText { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%; 
}
	    
#articleInline #inlineMultimedia .story img,    
.media img {
    display: block;
    margin-bottom:0;
    margin-top:15px !important;
    }

#articleInline #inlineMultimedia .story h2 {
    margin-top:2px;
    }
   
#articleInline #inlineMultimedia .story .mediaType,
.media .mediaType {
	display: block;
	width: 166px;
	padding: 3px 4px 4px 20px !important;
	font-size: 77%;
	font-family: arial,sans-serif;
	line-height: 13px;
	_line-height: 14px;
	color: #000;
	background-color: #FFF;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	opacity: .8;
	-moz-opacity: 0.8;
	filter: Alpha(Opacity=80);
	margin-top: -20px;
        cursor:pointer;
    }
  
/*\*/
html*#articleInline #inlineMultimedia .story .mediaType,
.media .mediaType {
font-size: 65%;
_font-size: 70%;
}/**/


/* Media Type Icons */

.mediaType.audio {
  background-image:url(/images/multimedia/icons/audio_icon.gif);
}

.mediaType.graphic {
  background-image:url(/images/multimedia/icons/graphic_icon.gif);
}

.mediaType.interactive {
  background-image:url(/images/multimedia/icons/interactive_icon.gif);
}

.mediaType.photo {
  background-image:url(/images/multimedia/icons/photo_icon.gif);
}

.mediaType.trailer {
  background-image:url(/images/multimedia/icons/trailer_icon.gif);
}

.mediaType.slideShow {
  background-image:url(/images/multimedia/icons/slide_show_icon.gif);
}

.mediaType.map {
  background-image:url(/images/multimedia/icons/map_icon.gif);
}

.mediaType.video {
  background-image:url(/images/multimedia/icons/video_icon.gif);
}

.mediaType.trailer {
  background-image:url(/images/multimedia/icons/trailer_icon.gif);
}

#articleInline #inlineMultimedia .story .mediaType.interactive,
.media .mediaType.interactive,
#articleInline #inlineMultimedia .story .mediaType.video,
.media .mediaType.video,
#articleInline #inlineMultimedia .story .mediaType.audio,
.media .mediaType.audio {
  background-position: 4px 5px;
}

/*
$Id: promos.css,v 1.32 2006/08/25 20:29:44 santep Exp $
(c)2006 The New York Times Company
*/

.bColumn .columnGroup {
    padding-bottom: 4px!important;
    }

.cColumn .columnGroup {
    padding-top: 12px !important;
    padding-bottom: 4px!important;
    }

/* HEADERS AND SUBHEADERS */

#aColumn .specialSectionHeader,
.aColumn .specialSectionHeader{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:140%;
    margin-bottom:8px;
    }

#aColumn .specialSectionHeader .subheader,
.aColumn .specialSectionHeader .subheader{
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:70%;
    margin-bottom:1px;
    }

#aColumn .specialSectionHeader img,
.aColumn .specialSectionHeader img {
    float:left;
    }

#aColumn .noSubheader img, 
.aColumn .noSubheader img {
    float:none;
    }

.columnGroup h3 {
    margin-top: 4px!important;
    }

.branded {
    color: transparent;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    padding: 20px 0px 0px 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 0 9px 0;
    clear: both;
    }
    
.branded  a {
    margin-top:-18px;
    display:block;
    width:190px;
    height:18px;
    text-indent:-3000px;
    }

.columnGroup .CollDisplayName,
.columnGroup h3.icon,
.columnGroup h3.promo {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 120% !important;
    font-weight: bold !important;
    margin: 0 0 8px 0;
    }

.cColumn h4 {
    margin-bottom: 6px !important;
    }

.cColumn h4 a,
.CollDisplayName a,
h3.icon a,
h3.promo a {
    color: black;
    }

.columnGroup h3.icon {
    height: 20px;
    padding-left: 23px!important;
    background-repeat: no-repeat;
    }

.columnGroup h3.promo img {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px !important;
    }
    
.bColumn .subheader,
.cColumn .subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    display: block;
    margin-top: -5px !important;
    margin-bottom: 7px;
    }
    
.bColumn .columnGroup .branded + .subheader {
    margin-top: -9px !important;
    }

.cColumn h4 img {
    vertical-align: top;
    }

.editPromo h5 a {
    font-weight:normal;
    }


.cColumn h5 {
    font-size: 100% !important;
    }

/* STORY */

.columnGroup h3 + .story {
    border-top: 0;
    padding-top: 0px;
    }

.borderTop {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-bottom: 12px !important;
    }

.cColumn .columnGroup .story:first-child 
.bColumn .columnGroup .story:first-child {
    border-top: 0;
    padding-top: 6px;
    }

.bColumn .callout {
    margin-left: 0px !important;
    }

.bColumn .thumbnail {
    margin-left: 12px !important;
    }

.bColumn .columnGroup .callout.span,
.bColumn .columnGroup .callout.media {
    margin: 0px 0 4px 0px !important;
    float: none !important;
    }

.bColumn .callout.span {
    margin: 0px 0 24px 0px !important;
    float: none !important;
    clear:left;
    }

.bColumn ul,
.cColumn ul {
    margin: 0px 0 4px 0px;
    line-height: 1.3em;
    }

.bColumn ol,
.cColumn ol {
    line-height: 1.3em;
    }

.specialSectionHeader img {
    vertical-align:middle;
    }

.bColumn ol {
    margin-left:23px !important;
    }
    
* html .bColumn ol {
    margin-left:27px !important;
    }
       
.bColumn ul li,
.cColumn ul li {
    background-image: url(/images/misc/bullet4x4.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 8px;
    _padding: 0px 0px 0px 8px;
    background-position: 0 .45em;
    _background-position: left .45em;
    }

#apr h5,
.bColumn ul h5,
.bColumn ol h5,
.cColumn ul h5,
.cColumn ol h5 {
   font-weight:normal !important;
   }

.bColumn .kicker {
    clear: left;
    }

.bColumn .byline {
    margin-bottom: 3px;
    }

.bColumn .columnGroup .more {
    font-size: 92%;
    }

.cColumn .more {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 90% !important;
    }

.bColumn .more {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.4em;
    margin-top: 5px !important;
    }

.story .more {
    margin-top: 8px !important;
    }

.more:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block !important;
    }  

.bColumn h4 a {
    color: black;
    }

.bColumn .adCreative {
    text-align: right !important;
    padding-top: 7px !important;
    font-size: 80% !important;
    }

.bColumn .adCreative img {
    float: right !important;
    display: block !important;
    margin: 0 !important;
    }

.columnGroup  .subColumnA,
.columnGroup  .editColumn {
    width: 173px;
    float: left;
    display: inline;
    margin-right: 13px !important;
    border: none !important;
    clear: left;
    }

.columnGroup .subColumnB,
.columnGroup .searchColumn {
    width: 134px !important;
    float: left;
    display: inline;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border: none !important;
    clear: right;
    }

#adxBigAd {
    clear: both;
    text-align:center;
    margin-bottom: 12px;
    }

#adxBigAd h4 {
    text-align:left;
    }
    
.cColumn iframe {
    margin-bottom: 12px;
    }

.cColumn iframe {
    margin-bottom: 12px;
    }

/* CLASSIFIEDS TABBED MODULE */

#classifiedsWidget .tabContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    }

#classifiedsWidget .tabContent .summary {
    line-height: 110% !important;
    margin-bottom: 6px !important;
    }

#classifiedsWidget #allClassifieds .kicker,
#classifiedsWidget #allClassifieds .refer {
    margin-left: 7px !important;
    margin-right: 7px !important;
    }

#classifiedsWidget .story {
    margin-bottom: 12px !important;
    }

#classifiedsWidget .callout {
    margin-left: 12px !important;
    }

#classifiedsWidget .editColumn .kicker,
#classifiedsWidget .editColumn .refer,
#classifiedsWidget .searchColumn .kicker, 
#classifiedsWidget .searchColumn .refer {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

#classifiedsWidget .story .refer {
    font-size: inherit;
    }

#classifiedsWidget .refer {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 85%;
    }

#classifiedsWidget .tabContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* Hides from IE-mac \*/
* html #classifiedsWidget .tabContent {
    height: 1%;
    }
/* End hide from IE-mac */

#classifiedsWidget .tabContent .subColumns {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

#classifiedsWidget .tabContent .subColumnA,
#classifiedsWidget .tabContent .editColumn {
    width: 173px;
    float: left;
    display: inline;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border: none !important;
    }

#classifiedsWidget .tabContent .subColumnB,
#classifiedsWidget .tabContent .searchColumn {
    width: 134px !important;
    float: left;
    display: inline;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border: none !important;
    }

* html #classifiedsWidget .tabContent .subColumnB {
    margin-left: 0px !important;
    }

#classifiedsWidget .tabContent .story h5 {
    font-size: 100% !important;
    }

#classifiedsWidget .tabContent .kicker {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 90%;
    text-transform: uppercase;
    margin: 0 0 2px 0 !important;
    clear: left;
    }

#classifiedsWidget .tabContent .subColumnA ul, 
#classifiedsWidget .tabContent .subColumnB ul {
    margin: 0 0 0px 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 140%;
    }

#classifiedsWidget .tabContent .subColumnA li, 
#classifiedsWidget .tabContent .subColumnB li {
    background: none !important;
    padding-left: 2px !important;
    }

#classifiedsWidget .tabContent .subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    display: block;
    margin-top: -3px !important;
    margin-bottom: 7px;
    }

#classifiedsWidget .tabContent .refer {
    margin-bottom: 10px;
    clear: both;
    }

#classifiedsWidget .tabContent .searchForm {
    float: left;
    display: inline;
    width: 134px !important;
    margin: 0 0 12px 0 !important;
    }

#classifiedsWidget .tabContent .searchForm input#searchQuery {
    width: 128px;
    margin-bottom: 4px;
    }

#classifiedsWidget .tabContent .searchForm input#searchSubmit {
    float: left;
    display: inline;
    clear: none !important;
    }

#classifiedsWidget .tabContent .searchForm .more {
    float: right;
    display: inline;
    margin-top: 5px;
    font-size: .8em !important;
    }

/*Ads and announcements in classifieds*/

#classifiedsWidget .tabContent .announcement {
    width: 305px !important;
    height: auto !important;
    padding: 7px !important;
    margin: 4px 7px 7px 7px !important;
    background-color: #EFEFEF !important;
    }

#classifiedsWidget .tabContent .announcement p.summary {
    margin: 0px !important;
    }

#classifiedsWidget .tabContent .announcement .callout {
    width: 120px;
    height: 60px;
    margin-bottom: 0px !important;
    overflow: hidden;
    border: none;
    }

#classifiedsWidget .tabContent .advertisement {
    clear: both;
    width: 318px;
    padding: 7px 0 0 !important;
    margin: 0 7px 7px 7px !important;
    border-top: 1px solid #ccc;
    }

#jobMarket .advertisement .kicker,
#jobMarket .advertisement .summary,
#jobMarket .advertisement .refer {
    float: right !important;
    clear: none !important;
    width: 172px !important;
    }

#classifiedsWidget .tabContent .advertisement .callout {
    float: left !important;
    display: inline;
    width: 171px;
    height: 96px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-left: 0px !important;
    margin-right: 13px;
    }

#classifiedsWidget .tabContent .story.advertisement h5, 
#classifiedsWidget .tabContent .story.announcement h5 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 90%!important;
    margin-bottom: 0px !important;
    line-height: 120%!important;
    }

#classifiedsWidget .tabContent .story.advertisement h5,
#classifiedsWidget .tabContent .story.advertisement p.summary {
    display: block;
    }

#classifiedsWidget .tabContent .story.advertisement p.summary, 
#classifiedsWidget .tabContent .story.announcement p.summary {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 90%!important;
    line-height: 120%!important;
    margin-bottom: 6px !important;
    color: #000 !important;
    letter-spacing: -0.01em;
    word-spacing: -0.15em;
    }

#classifiedsWidget .tabContent .advertisement .adCreative {
    float: left !important;
    }

#classifiedsWidget .tabContent .searchColumn #moduleAd {
    clear: both;
    margin: 0px 0px 0px 0px !important;
    border: none;
    text-align: center;
    }

#jobMarket .adCreative {
    float: left !important;
    width: 120px !important;
    height: 60px !important;
    padding: 7px !important;
    margin: 0 6px 0 0px;
    background: #EFEFEF;
    overflow: hidden;
    }

#classifiedsWidget .tabContent .searchColumn .adCreative {
    width: 120px !important;
    height: 60px !important;
    float: none !important;
    background: #EFEFEF;
    padding: 7px;
    text-align: center;
    overflow: hidden;
    }

#classifiedsWidget .tabContent .searchColumn .adCreative img {
    text-align: center;
    float: none !important;
    margin: 0;
    padding: 0;
    }

/* BRANDED HEADER IMAGES */

#redCarpetHeadline {
    background-image: url(/images/promos/movies/red_carpet.gif);
    }

#timesSelectHeadline {
    background-image: url(/images/promos/timesselect/promo_head_ts.gif);
    }

#timesPulseHeadline {
    background-image: url(/images/promos/movies/times_pulse_headline.gif);
    }

#playHeadline {
    background-image: url(/images/headers/play_headline.gif);
    }

#travelMagazineHeadline {
    background-image: url(/images/promos/magazine/promo_head_tstyle.gif);
    }
    
#dinersJournalHeadline {
    background-image: url(/images/promos/dining/dinersjournal_180x18.gif);
    }

#thePourHeadline{
    background-image: url(/images/promos/dining/thepour_180x18.gif);
    }
    
#dealBookHeadline {
    background-image: url(/images/promos/business/dealbook_newpromo.gif);
    }
    
#dealBookNewsletterHeadline {
    background-image: url(/images/promos/business/dealbook/dealbook_newsletter_190x18.gif );
    }
    
#newark2006Headline {
    background-image: url(/images/blogs/newark2006/newark06_190x18.gif);
    }

 BRANDED SUBHEADER IMAGES */

#wqxrSubheader {
    background-image: url(/images/promos/partners/wqxr_subheader.gif);
    }

#bbcSubheader {
    background-image: url(/images/promos/world/bbc_subheader.gif);
    }


/*
$Id: navigation.css,v 1.9 2006/10/27 19:42:01 lfoster Exp $
(c) 2006 The New York Times Company
*/   

div#navigation {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	overflow: visible;
	_height: 53px;
	border-bottom: 1px solid #d3d3d3;
	}     
	
* html div#navigation.nochild {
		border-bottom: none!important;
		}
		
div#navigation a {
	color: #333;
	}          

div#shell div#page div#navigation ul li {
	text-align: center;
	background-color: white;
	font-family: Georgia, Times, serif;
	font-size: 11px !important;
	border-width: 0px 0px 1px 1px;
	border-color: #d3d3d3;
	/*\*/vertical-align: top;/*\*/
	padding: 7px 0px 0px 0px;
	min-height: 18px; 
	_height: 18px; 
	overflow: visible;
	background-image: none;
	border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
	}

div#navigation ul li:first-child {
	border-left: none;
	}

div#shell div#page div#navigation ul li.selected {
	background-color: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	}



div#shell div#page div#navigation ul li#navJobs.selected,
div#shell div#page div#navigation ul li#navRealestate.selected ,
div#shell div#page div#navigation ul li#navAutos.selected {
	background-color: #f4f4f4;
	}

div#navigation ul.tabs li ul {
	display: none;
	}

div#navigation div#subNavigation ul,
div#navigation ul.tabs li.selected ul {
	border-top: none;
	position: absolute;
	width: 940px;
	display: block;
	left: 0px;
	top: 26px;
	min-height: 19px; 
	_height: 20px;
	padding: 8px 15px 0px 15px;
	_padding-top: 7px;
	text-align: center;
	background-color: #f4f4f4;
	list-style: none;
	margin: 0px;
	white-space: nowrap;
	/*\*/vertical-align: top;/*\*/
	font-weight: normal;
	}

div#navigation div#subNavigation ul {
	position: static;
	clear: both;
	text-transform: uppercase;
	white-space: normal;
	}


div#shell div#page div#navigation div#subNavigation ul li,
div#shell div#page div#navigation ul.tabs li.selected ul li {
	border: none;
	font-family: Arial, sans-serif;
	background-color: #f4f4f4;
	text-align: center;
	display: inline;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	float: none;
	font-weight: normal;
	}

div#navigation ul li#navWorld			{ min-width: 58px; _width: 58px; _border-left-width: 0px; }
div#navigation ul li#navUS				{ min-width: 36px; _width: 36px; }
div#navigation ul li#navNYRegion			{ min-width: 89px; _width: 89px; }
div#navigation ul li#navBusiness			{ min-width: 71px; _width: 71px; }
div#navigation ul li#navTechnology		{ min-width: 96px; _width: 96px; }
div#navigation ul li#navScience			{ min-width: 65px; _width: 65px; }
div#navigation ul li#navHealth			{ min-width: 63px; _width: 63px; }
div#navigation ul li#navSports			{ min-width: 60px; _width: 60px; }
div#navigation ul li#navOpinion			{ min-width: 67px; _width: 67px; }
div#navigation ul li#navArts				{ min-width: 46px; _width: 46px; }
div#navigation ul li#navStyle			{ min-width: 52px; _width: 52px; }
div#navigation ul li#navTravel			{ min-width: 63px; _width: 63px; }
div#navigation ul li#navJobs				{ min-width: 48px; _width: 48px; }
div#navigation ul li#navRealestate		{ min-width: 85px; _width: 85px; }
div#navigation ul li#navAutos			{ min-width: 57px; _width: 57px; }

div#shell div#page div#navigation ul li#navJobs,
div#shell div#page div#navigation ul li#navRealestate,
div#shell div#page div#navigation ul li#navAutos {
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #e6eff8;
	}   

div#navigation div#subNavigation ul#subnavWorld,
div#navigation div#subNavigation ul#subnavUS,
div#navigation div#subNavigation ul#subnavNYRegion,
div#navigation div#subNavigation ul#subnavBusiness,
div#navigation div#subNavigation ul#subnavTechnology ,
div#navigation ul li#navWorld.selected ul,
div#navigation ul li#navUS.selected ul,
div#navigation ul li#navNYRegion.selected ul,
div#navigation ul li#navBusiness.selected ul,
div#navigation ul li#navTechnology.selected ul {
	text-align: left;
	}

div#navigation ul li#navStyle.selected ul#subnavStyle,
div#navigation ul li#navTravel.selected ul#subnavTravel,
div#navigation ul li#navJobs.selected ul#subnavJobs,
div#navigation ul li#navRealestate.selected ul#subnavRealestate,
div#navigation ul li#navAutos.selected ul#subnavAutos ,
div#navigation ul li#navStyle.selected ul,
div#navigation ul li#navTravel.selected ul,
div#navigation ul li#navJobs.selected ul,
div#navigation ul li#navRealestate.selected ul,
div#navigation ul li#navAutos.selected ul {
	text-align: right;
	}

div#navigation ul#subnavTravel {
	text-align: right !important;
	}


	div#shell div#page div#navigation div#subNavigation ul li.selected.children,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected.children {
	background: white;
	border: 1px solid #cccccc;
	padding: 4px 10px 3px 10px;
	font-weight: bold;
	}

	div#shell div#page div#navigation div#subNavigation ul li.selected.children ul,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected ul {
	border-top: none;
	display: inline;
	position: static;
	width: auto;
	margin: 0px;
	padding: 0px;
	/*\*/vertical-align: top;/*\*/
	background: none;
	font-weight: normal;
	}

	div#shell div#page div#navigation div#subNavigation ul li.selected.children ul li,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected ul li {
	position: static;
	margin: 0px;
	background: none;
	text-transform: none;
	}

	div#shell div#page div#navigation div#subNavigation ul li.selected.children ul li a,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected.children ul li a {
	color: #004276;
	}

	div#shell div#page div#navigation div#subNavigation ul li.selected.nochildren,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected.nochildren {  
		 font-weight: bold;   
	   }   

	div#shell div#page div#navigation div#subNavigation ul li.selected.children ul li.selected,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected.children ul li.selected {  
		 font-weight: bold!important;
	   background-color: white;
	   padding: 0px 6px 0px 6px;
	   }	
	   
	   
	div#shell div#page div#navigation div#subNavigation ul li.selected.nochildren,
	div#shell div#page div#navigation ul.tabs li.selected ul li.selected.nochildren {  
		 font-weight: bold;   
	   }   	   

/* BEGIN fixing for noNavChild */
div#navigation.nochild {
	_height: 25px;
	}		
		
html>body div#abColumns.navNoChild {
	margin-top: 10px;
	}

html>body #adxLeaderboard.navNoChild {
	clear: both;
	padding-top: 5px;
	}
/* END fixing for noNavChild */

/* <insideNYTimes> */

div#shell div#page div#main div#insideNYTimes {
    background: transparent url(/images/global/borders/aColumnHorizontalBorder.gif) repeat-x bottom left;
    padding-bottom: 4px;
    clear: both;
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader {
    clear: both;
    background: transparent url(/images/global/borders/aColumnHorizontalBorder.gif) repeat-x 0px 0px;
    border-bottom: 1px solid #D3D3D3; 
    display: block;
    padding: 0px 10px;
    }
    
div#insideNYTimes div#insideNYTimesHeader #mothNavButtons {        
    float: right;
    margin-top:7px
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader h4 {
    font-family:Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0px;
    font-size: 100%;
    padding: 11px 0px 6px 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser {
    border-collapse: collapse;
    table-layout: fixed;
    width: 970px;
    position: static;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border: 0px solid #D3D3D3; /*FIXXX*/
    border-left-width: 1px;
    /*width: 16.5%;FIXXX*/
    text-align: left;
    /*\*/vertical-align: top;/*\*/
    width: 160px !important;
    padding:0 !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    padding: 0 5px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story h5 {
    font-size: 100%;
    font-weight:normal;
    margin-top: 5px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story a.select {
    position: static;
    text-indent: 0px;
    padding-left: 23px;
    padding-bottom:1px;
    margin-left: 0px;
    background-position: 0px 2px;
    background-image: url(/images/section/timesselect/ts_icon.gif) !important;
    background-repeat: no-repeat;
    display: block;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story a.select:first-line {
    font-size: inherit;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 90%;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 {
    margin: 15px 5px 10px !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    height: 1.2em;
    font-size: 100%;
    width:140px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 a {
    padding: 0px;
    color:#000000;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4.select {
    color: transparent;
    padding-top: 1.2em;
    height: 0px;
    overflow: hidden;
    background: transparent url(/images/headers/timesselect_header92x11.gif) no-repeat left;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td:first-child , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th:first-child {
    border-left-width: 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story div.callout {
    float: none;
    margin: 0px;
    padding: 0px;
    }
    

	
/* </insideNYTimes> */



/* <abColumn insideNYTimes> */
.abColumn div#insideNYTimes {
margin-bottom:12px;
}

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    float:left;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td,
.abColumn div#insideNYTimes table#insideNYTimesBrowser th {
   width:160px!important;
   padding:0;
   border-left-width: 1px !important;
   border-right-width: 1px !important;
   }

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    width:480px !important;
    }

.abColumn div#insideNYTimes div.leftPanel,
.abColumn div#insideNYTimes div.rightPanel {
    width:58px;
    float:left;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    height:30px;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    }

.abColumn div#insideNYTimes:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .abColumn div#insideNYTimes {
	height: 1%; 
	}
/* End hide from IE-mac */
	    
/* </abColumn insideNYTimes> */

