/* this is set as bbc standard only but might move from here*/
#NewsItemHolder {position:relative;color:#464646;line-height:1.5em;}
p.news {padding-bottom:10px;line-height:1.6em;}
#NewsItemHolder p.first {margin:8px 0;font-weight:bold;color:black;}
#NewsItemHolder #divNewsTools {position:absolute;top:0;right:0;}

/* general widget stuff */
div.newswidget {background-color:#333;color:#fff;width:192px;font-family:arial;}
div.widgetright {float:right;margin: 2px 0 6px 10px;}
div.widgetleft {float: left;margin: 2px 10px 6px 0;}
div.newswidget div {color:#fff;font-size:11px;}

/* quote section */
div.newsquote {padding:4px;}
div.newsquote div.quote {font-weight:bold;font-size:12px;}
div.newsquote div.quoter {font-size:11px;}
div.newsquote div.q1 {background:transparent url(/images/q1_std.gif) repeat scroll 0 0;
	background-repeat:no-repeat;float:left;height:13px;width:20px;}
div.newsquote div.q2 {background-image:url(/images/q2_std.gif);		
		background-repeat:no-repeat;float:right;height:13px;width:20px;}
		
/* image section */
div.newsimage {width:190px;border:solid 1px black;position:relative;margin:0;padding:0;background-color:#333;}
div.newsimage img {padding:0;margin:0;}
div.newsimage div.caption {line-height:1.2em;margin:0;padding:0 3px 3px;}		
		
		
