/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ news article toolbar ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#article-toolbar {
	background:url(/english/img/bg_article_toolbar.gif) no-repeat;
	width: 606px;
	height: 26px;
	position: relative;
	float: left;
	margin: 5px 0 5px 3px;
	}

#article-toolbar ul#utilities {
	position: absolute;
	left: 6px;
	top: 4px;
	}

#article-toolbar ul#utilities li {
	list-style-type: none;
	float: left;
	padding-right: 5px;
	height: 18px;
	}

ul#utilities li#email-article, ul#utilities li#email-article img, ul#utilities li#email-article a { width: 105px; }
ul#utilities li#email-article { background:  url(/english/img/btn/btn_email_article.gif) no-repeat; }

ul#utilities li#print-article, ul#utilities li#print-article img, ul#utilities li#print-article a {width: 101px; }
ul#utilities li#print-article { background:  url(/english/img/btn/btn_print_article.gif) no-repeat; }
	
ul#utilities li#single-page, ul#utilities li#single-page img, ul#utilities li#single-page a {	width: 96px; }
ul#utilities li#single-page { background:  url(/english/img/btn/btn_single_page.gif) no-repeat; }	
	
ul#font-resizer { margin: 3px 5px 0 0; }

ul#font-resizer li {
	float: right;
	list-style-type: none;
	padding-left: 4px;
	height: 20px;
	}
	
li#sm-font, li#sm-font img, li#sm-font a { width: 27px; }
li#sm-font { background: url(/english/img/btn/btn_font_sm.gif) no-repeat; }
li#sm-font.selected { background: url(/english/img/btn/btn_font_sm_select.gif) no-repeat; }

li#med-font, li#med-font img, li#med-font a { width: 27px; }
li#med-font { background: url(/english/img/btn/btn_font_med.gif) no-repeat; }
li#med-font.selected { background: url(/english/img/btn/btn_font_med_select.gif) no-repeat; }
	
li#lg-font, li#lg-font img, li#lg-font a { width: 27px; }
li#lg-font { background: url(/english/img/btn/btn_font_lg.gif) no-repeat; }
li#lg-font.selected { background: url(/english/img/btn/btn_font_lg_select.gif) no-repeat; }

li#btn-font-sz, li#btn-font-sz img {
	width: 54px;
	height: 9px;
	margin-top: 5px;
	}

li#btn-font-sz { background: url(/english/img/btn/btn_font_sz.gif) no-repeat; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ Full Article Module ~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main-full { /* shell around two content columns */
	float: left;
	width: 623px;
	w\idth: 620px;
	padding: 5px 0px 27px 3px;
	background: #fff;
	bac\kground: transparent url(/english/img/bg_content_top.gif) no-repeat;
	}
	
#content-full {
	float: left;
	width: 623px;
	w\idth: 620px;
	padding: 0 3px 0 0px;
	overflow: hidden; 
	}

.module-full { /* shell for full page article */
	width: 617px;
	w\idth: 580px;
	padding: 6px 20px 12px 17px;
	background: transparent url(/english/img/bg_module_full.gif) repeat-y;
	position: relative;
	}

.module-full h4 { font-size: 10px; color: #000; font-weight: normal; line-height: 5px; margin-bottom: 20px; }
	
.hdr-full-white { /*hdr for full page article - no background */
	padding: 15px 0 5px 19px;
	background: transparent url(/english/img/bg_hdr_full_white.gif) 0 0 no-repeat;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	}

/*.hdr-full-gray { 
	width: 617px;
	w\idth: 610px;
	height: 30px;
	he\ight: 20px;
	padding: 10px 0 0 17px;
	margin: 10px 0 0 0;
	background: transparent url(/english/img/bg_hdr_full_gray.gif) 0 0 no-repeat;
	}*/

.module-bot-full {
	width: 611px;
	height: 7px;
	margin-top: 1px;
	background: url(/english/img/bg_module_bot_full.gif) no-repeat;
	}

.article-headline p { font-size: 21px; }

.article-body { margin-top: 2px; overflow: hidden; }

.article-body p { font-size: 21px; padding-bottom: 0px; margin-top: 15px; margin-bottom: 10px; line-height: 1.4em; }

.article-body img {
	float: left;
	margin: 5px 10px 15px 10px;
	}

#article-footer { 
	height: 80px;
	text-align: right;
	background: url(/english/img/bg_dot.gif) repeat-x;
	padding-top: 10px;
	font-size: 10px; 
	}

#article-footer a.active { 
	color: #000;
	font-weight: bold;
}

#article-footer a {
	color: #760000;
	font-weight: bold;
	}

/*.module-article h3, .module-article h4, .module-article h5, .module-article h6 {
	font-size: 12px;
	}*/

* html .article-body { margin-top: 7px; } /* ie only */