/*	SITE TEMPLATE
-----------------------------------------------
1.	Universal
2.	Template Layout
3.	Branding / Logo elements
4.	Footer elements 
5.	Miscellaneous
----------------------------------------------- */

/*= 1. Universal
----------------------------------------------- */
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #000;
	line-height: 1.1em;
	margin: 0;
	padding: 0 0 3% 0;
}
img {border: 0;}
.hidden {
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

/*= 2. Template Layout
----------------------------------------------- */
#sitewrapper {
	background: #FFF;
	font-size: 75%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 985px;
}
#header {
	background:#FFF url(../images/site_objects/bg_grouplogos.jpg) no-repeat 290px 31px;
	display: inline;
	float: left;
	height: 100px;
	width: 985px;
}
html>body #header {
	height:auto;
	min-height: 100px;
}
#navigation {
	background:#000000 url(../images/site_objects/bg_topnav.gif) repeat-x top left;
	/*clear: both;*/
	display:inline;
	float: left;
	height:35px;
	width: 985px;
	/*margin-bottom:1px;*/
}
html>body #navigation {
	height:auto;
	min-height:35px;
}

#contentwrapper {
	margin: 0 0 15px 0;
}

#subnavigation {
	display: inline;
	float: left;
	margin: 0;
	padding: 58px 0;
	width: 200px;
}
#contentwrapper #content {
	display: inline;
	float: left;
	margin: 0;
	padding:15px 0 0 0;
	width: 735px;
}
#contentwrapper div.content {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 470px;
}
#contentwrapper div.content_wide {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 710px;
}
#contentwrapper div.subcontent {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 230px;
}
#contentwrapper div.content_wide div.subcontent {
	margin-right: 0;
}

#adbanner {
	border-top: solid 1px #BCBEC0;
	float: left;
	margin: 30px 0 0 0;
	padding:20px 0 20px 0;
	width: 985px;
}
#footer {
	background:#f6f6f6;
	border-top: solid 1px #cccccc;
	clear: both;
	font-size: 68.7%;
	float:left;
	height:160px;
	width: 100%;
}
html>body #footer {
	height:auto;
	min-height:160px;
}
#footer .footercontent {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 985px;
}

/*= 3. Branding / Logo elements
----------------------------------------------- */
#header #branding {
	clear: both;
	display: inline;
	float: left; 
	margin: 0;
	padding:24px 0 0 0;
}

#header .sitetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:166.7%;
	line-height:110%;
	padding:39px 0 0 64px;
	float:left;

}

#header .topfeature {
	background:url(../images/site_objects/bg_worldmap.gif) no-repeat 0% 28px;
	float:right;
	display:inline;
	width:309px;
}
#header .topfeature ul, #header .topfeature ul li {
	padding:0 15px 0 4px;
	list-style:none;
	display:inline;
	float:left;
}
#header .topfeature ul {
	margin:42px 0 25px 41px;
	padding:0;

}
#header .topfeature ul li a:link, #header .topfeature ul li a:visited {
	text-decoration:none;
}
#header .topfeature ul li a:hover, #header .topfeature ul li a:focus, #header .topfeature ul li a:active {
	color:#247db2;
	text-decoration:underline;
}
#header .topfeature ul li.globaldirectory a:link, #header .topfeature ul li.globaldirectory a:visited {
	background:url(../images/buttons/arw_blue_right.gif) 0% 55% no-repeat;
	padding:0 0 0 12px;
}
#header .topfeature ul li.languagechange a:link, #header .topfeature ul li.languagechange a:visited {
	background:url(../images/icons/flg_france.gif) 0% 3px no-repeat;
	padding:0 0 0 20px;
	margin-left:7px;
}
/*= 4. Footer elements
----------------------------------------------- */
#footer .copyright {
	float: left;
	padding: 0 20px 0 0;
}
#footer p, #footer ul {
	margin:4px 0;
}

/*= 5. Miscellaneous
----------------------------------------------- *//*	LAYOUT
-----------------------------------------------
1.	Grid
2.	Miscellaneous
----------------------------------------------- */


/*= 1. Grid
-----------------------------------------------
div.col_wrapper_span1, div.col_wrapper_span2, div.col_wrapper_span3, div.col_wrapper_span4, div.col_wrapper_span5 {
	display: inline;
	float: left;
}
div.col_wrapper_span1 {width: 240px;}
div.col_wrapper_span2 {width: 480px;}
div.col_wrapper_span3 {width: 720px;}
div.col_wrapper_span4 {width: 960px;}

div.column, div.column_span2, div.column_span3, div.column_span4 {
	display: inline; 
	float: left;
	margin: 0 15px 15px 0;
}
div.column {width: 230px;}
div.column_span2 {width: 470px;}
div.column_span3 {width: 710px;} */


div.col_content {
	padding:15px 15px 0 15px;
}
.padtop10px {
	padding-top:10px;
}
.padtop15px {
	padding-top:15px;
}

.padtop45px {
	padding-top:45px;
}

div.padbot15px {
	padding-bottom:15px;
}
div.col_content_sideonly {
	padding:0 10px 0 15px;
}
div.col_content_topleft {
	padding: 15px 0 0 15px;
}
.bgblock_border {
	background:#f2f2f2;
	border:1px solid #cccccc;
}
.bgblock {
	background:#f2f2f2;
}
.borderleft {
	border-left:1px solid #ccc;
}
.borderright {
	border-right:1px solid #ccc;
}
.borderbottom {
	border-bottom:1px solid #ccc;
}
.bordertop {
	border-top:1px solid #ccc;
}
.borderbottomblack {
	border-bottom:1px solid #000;
}
.bordertopblack {
	border-top:1px solid #000;
}
.borderbottomthick {
	border-bottom:2px solid #231f20;
}

.border {
	border:1px solid #ccc;
}
a.rollborder:hover .border, a.rollborder:focus .border, a.rollborder:active .border {
	border:1px solid #247DB2;
}
img.border {
	display:block;
}
.noborderbottom {
	border-bottom:none;
}
.noborderright {
	border-right:none;
}

.imgpanel {
	margin:15px 0;
}
.imgpadright {
	margin-right:15px;
}
.col_navigation {
	background:#dddddd url(../images/site_objects/bg_colnav.gif) repeat-x top left;
	border-bottom:2px solid #231f20;
}

.col_subnav {
	border-bottom:1px solid #cccccc;
	margin-top:4px;
}

/* internal nav */

div.pagenav {
	float:right;
	text-align:right;
}
div.pagenav ul.nav, div.pagenav ul.nav li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

div.pagenav li.previous, div.pagenav li.next, div.pagenav li.index {
	float:left;
	width:auto;
	padding:0;
}

div.pagenav li.index a, div.pagenav li.index a:link, div.pagenav li.index a:visited {
	margin:5px 10px 0 0;
	padding:0 0 0 15px;
	float:left;
	background:url(../images/buttons/arw_blue_left.gif) no-repeat left;
	text-decoration:none;
}
div.pagenav li.index a:hover, div.pagenav li.index a:focus, div.pagenav li.index a:active {
	margin:5px 10px 0 0;
	padding:0 0 0 15px;
	float:left;
	background:url(../images/buttons/arw_blue_left.gif) no-repeat left;
	text-decoration:underline;
}

.bg_dark {
	color:#FFF;
}

/*= 2. Miscellaneous
----------------------------------------------- */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.rightalign {
	text-align:right;
}
.clearboth {
	clear:both;
}
.nowrap {
	white-space:nowrap
}
.displayblock {
	display:block !important;
}
.positionstatic {
	position:static !important;
}
.print {
	display: none;
}
.nomarginbottom {
	margin-bottom: 0;
}
.margintop15 {
	margin-top: 15px!important;
}
.marginright10 {
	margin-right: 10px;
}
.marginbot5 {
	margin-bottom: 5px;
}
.padleft15px {
	padding-left:15px!important;
}
.padleft20px {
	padding-left:20px;
}
.padleft40px {
	padding-left:40px;
}
.padtop20px {
	padding-top:20px;
}
.padbot45px {
	margin-bottom:45px;
}

.whitebg {
	background:#FFF;
}

/* heights */

.height148 {
	height:148px;
}
html>body .height148 {
	height:auto;
	min-height:148px;
}
.height165 {
	height:165px;
}
html>body .height165 {
	height:auto;
	min-height:165px;
}

.height200 {
	height:200px;
}
html>body .height200 {
	height:auto;
	min-height:200px;
}

.height233 {
	height:233px;
}
html>body .height233 {
	height:auto;
	min-height:233px;
}


/*= five col banner */

#adbanner h3 {
	color: #333333;
	font-size:166.7%;
	padding:5px 0 10px 0;
}

#adbanner p {
	margin:0 0 2px 0;
}
#adbanner h3.rssicon {
	padding-left:50px;
	background:url(../images/icons/rss_big.gif) no-repeat 0px 4px;
}
#adbanner h3.emailicon {
	padding-left:60px;
	background:url(../images/icons/email_news_big.gif) no-repeat 0px 2px;
}

#adbanner h3.updateicon {
	padding-left:60px;
	background:url(../images/icons/update_big.gif) no-repeat 0px 2px;
}

#adbanner .phonebg {
	background:url(../images/pictures/bg_mobilephone.jpg) no-repeat 0 2px;
	padding-left:70px;
	padding-bottom:20px;
}

#adbanner .phonebg h3 {
	padding-top:23px;
}


div.tooltip {
	background:url(../images/site_objects/bg_tooltip_base.gif) no-repeat bottom left;
	color:#FFF;
	display:none;
	left:38px;
	position:absolute;
	bottom:63px;
	z-index:1000;
}

div.tooltip div.tooltip_top {
	width:168px;
	background:url(../images/site_objects/bg_tooltip_top.gif) no-repeat top left;
	margin:0 0 35px 0;
}

.wysiwyg_left_imageContainer{
	float: left; 
	margin: 3px 10px 0 0;
	position: relative;
	clear:left;
}
.wysiwyg_right_imageContainer{
	float: right;
	margin:3px 0 0 10px;
	position:relative;
	clear:right;
}
.wysiwyg_full_imageContainer{
	margin:3px 0 0;
	position:relative;
	width:100%;
}

.wysiwyg_left_imageContainer p,
.wysiwyg_right_imageContainer p,
.wysiwyg_full_imageContainer p{
	font-size:95%;
	line-height:1.1em;
}

/*--------------------------*/
/*---- wysiwyg_FINANCIAL TABLES ----*/
/*--------------------------*/

	
table.wysiwyg_financial {
	font-size:85%;
	border-top:1px solid #000000;
	font-family:verdana, arial, sans-serif;
	margin:25px 0px 25px 0px;
	border-collapse:collapse;
}

table.wysiwyg_financial td, table.wysiwyg_financial th{
	border:1px solid #CCCCCC;
	text-align:right;
	padding:3px 0px 6px 0px;
	vertical-align:bottom;
}

table.wysiwyg_financial td.left  {
	text-align: left;
}
table.wysiwyg_financial th {
	text-align: center;
	padding:3px 0px 6px 0px;
	vertical-align:bottom;
}

table.wysiwyg_financial th {
padding-left:5px;
}

table.wysiwyg_financial td.noLine, table.wysiwyg_financial th.noLine, table.wysiwyg_financial tr.doubleLine td.noLine, table.wysiwyg_financial tr.singleLine td.noLine{
	border-bottom:0px solid #CCCCCC !important;
	}

table.wysiwyg_financial tr.last td{
	border-bottom:1px solid #000000;
}

table.wysiwyg_financial td.doubleLine {
	border-bottom:2px solid #000000 !important;
}

table.wysiwyg_financial tr.doubleLine td{
	border-bottom:2px solid #000000 !important;
}
table.wysiwyg_financial tr.doubleLine td.alignleft{
	border-bottom:1px solid #CCCCCC !important;
}

table.wysiwyg_financial td.singleLine {
	border-bottom:1px solid #000000 !important;
}

table.wysiwyg_financial tr.singleLine td{
	border-bottom:1px solid #000000 !important;
}
table.wysiwyg_financial tr.singleLine td.alignleft{
	border-bottom:1px solid #CCCCCC !important;
}

table.wysiwyg_financial tr.first th{
	border-bottom:1px solid #000000!important;
}
table.wysiwyg_financial tfoot td{
	font-size:85%;
	border-bottom:0px solid #CCCCCC;
	font-family:verdana, arial, sans-serif;
	margin:0px;
	padding:10px 0px 0px 0px;
	}

table.wysiwyg_financial tfoot SUP{
	font-size:110%;
	}
/*	TYPOGRAPHY
-----------------------------------------------
1.	Headings
2.	Paragraphs
3.	Blockquotes
4.	Links
5.	Lists
----------------------------------------------- */

/*= 1. Headings
----------------------------------------------- */

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	color: #247db2;
}

h1, .h1 {  
	font-size:250%;
	font-weight:normal;
	line-height: 1.2em;
	margin: 0;
	padding: 35px 0 14px 0;
}
h2, .h2 {  
	font-size:166.7%;
	font-weight:normal;
	margin: 0 0 8px 0; 
	padding: 0;	
}
h2.blacktitle { /* no padding, and black */
	color:#000;
	margin: 0; 
}
h2.icon, h3.icon, th span.icon {
	display:inline-block;
	padding:6px 0 10px 36px;
}
h2.newsicon {
	padding:6px 0 10px 0px;
}

/*div.subcontent h2 {  
	color: #000;
	font-size:130%;
	margin: 0 0 7px 0; 
	padding: 0;	
}*/
h3, .h3 {  
	color: #000000;
	font-size:133.3%;
	font-weight:normal;
	margin: 0 0 5px 0; 
	padding: 0;	
}
h3.margintop15 {
	margin-top:15px;
	display:inline-block;
}
h4, h5, h6, .h4 {  
	color: #000000;
	font-size:100%;
	margin: 0; 
	padding: 0;	
}
h1.nopad, h2.nopad, h3.nopad, h4.nopad, h5.nopad {
	margin: 0; 
}
h1.notoppad, h2.notoppad, h3.notoppad, h4.notoppad, h5.notoppad {
	margin-top: 0; 
}
.bg_dark h1, .bg_dark h2, .bg_dark h3, .bg_dark h4 {
	color: #FFF;
}

h2.flag, h3.flag {
	padding-left:30px;
}
.uk {
	background:url(../images/icons/ico_flag_uk.gif) no-repeat 0 3px;
}
.china {
	background:url(../images/icons/ico_flag_china.gif) no-repeat 0 3px;
}
.france {
	background:url(../images/icons/ico_flag_france.gif) no-repeat 0 3px;
}
.russia {
	background:url(../images/icons/ico_flag_russia.gif) no-repeat 0 3px;
}
.poland {
	background:url(../images/icons/ico_flag_poland.gif) no-repeat 0 3px;
}
.germany {
	background:url(../images/icons/ico_flag_germany.gif) no-repeat 0 3px;
}
.turkey {
	background:url(../images/icons/ico_flag_turkey.gif) no-repeat 0 3px;
}
.spain {
	background:url(../images/icons/ico_flag_spain.gif) no-repeat 0 3px;
}

/*= 2. Paragraphs
----------------------------------------------- */
p {
	margin: 0 0 15px 0;
	padding: 0;
	text-align:left;
}
p.halfspace, .halfspace {
	margin: 0 0 5px 0;
	padding: 0;
	text-align:left;
}
.space {
	margin: 0 0 15px 0;
	padding: 0;
}
p.nospace, .nospace {
	margin: 0;
	padding: 0;
	text-align:left;
}
p.navtext {
	color:#666;
	float:left;
	margin:0;
	padding:5px 10px 0 0;
}

p.screenshotimg {
	margin: 0 0 10px 0;
}
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}

/*= 3. Blockquotes
----------------------------------------------- */
blockquote {
	padding: 0;
	margin: 0;
}

/*= 4. Links
----------------------------------------------- */
a:link, a:visited { 
	background: transparent;
	color: #247db2;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	background: transparent;
	color: #247db2;
	text-decoration: none; 
}
.icon a:link, .icon a:visited {
	display:inline-block;
	text-decoration:none;
	padding-bottom:4px;
	padding-top:4px;
}
.icon a:hover, .icon a:focus, .icon a:active {
	text-decoration:underline;
}
.bg_dark a:link, .bg_dark a:visited {
	color:#FFF;
}
a.download:link, a.download:visited, .download { 
	background:url(../images/icons/download.png) no-repeat top left;
	padding-left:36px;
}
a.rightarrow:link, a.rightarrow:visited, .rightarrow { 
	background:url(../images/icons/rightarrow.png) no-repeat top left;
	padding-left:36px;
}
a.video:link, a.video:visited, .video { 
	background:url(../images/icons/video.png) no-repeat top left;
	padding-left:36px;
}
a.store:link, a.store:visited, .store { 
	background:url(../images/icons/store.png) no-repeat top left;
	padding-left:36px;
}
a.service:link, a.service:visited, .service { 
	background:url(../images/icons/spanner.png) no-repeat top left;
	padding-left:36px;
}
a.product:link, a.product:visited, .product { 
	background:url(../images/icons/roller.png) no-repeat top left;
	padding-left:36px;
}
a.popular:link, a.popular:visited, .popular { 
	background:url(../images/icons/heart.png) no-repeat top left;
	padding-left:36px;
}
a.star:link, a.star:visited, .star { 
	background:url(../images/icons/star.png) no-repeat top left;
	padding-left:36px;
}
a.comment:link, a.comment:visited, .comment { 
	background:url(../images/icons/comment.png) no-repeat top left;
	padding-left:36px;
}
a.news:link, a.news:visited, .news { 
	background:url(../images/icons/news.png) no-repeat top left;
	padding-left:36px;
}
a.rss:link, a.rss:visited, .rss { 
	background:url(../images/icons/rssfeed.png) no-repeat left 2px;
	padding-left:36px;
}
a.emailnews:link, a.emailnews:visited, .emailnews { 
	background:url(../images/icons/emailnews.png) no-repeat top left;
	padding-left:36px;
}

div.sticker a:link, div.sticker a:visited {
	background-repeat:no-repeat;
	cursor:pointer;
	height:124px;
	float:left;
	text-indent:-1000px;
	width:124px;
}
div.sticker {
	bottom:-10px;
	overflow:hidden;
	position:absolute;
	right:10px;
}

a:link .pdfsize, a:visited .pdfsize { 
	color: #999999;
}
ul.textlink li a:link, ul.textlink li a:visited {
	background:url(../images/buttons/arw_blue_right.gif) 0 4px no-repeat;
	display:inline-block;
	text-decoration:none;
	padding:0 0 4px 15px;
}
html>body ul.textlink li a:link, html>body ul.textlink li a:visited {
	display:block;
	float:none;
}
ul.textlink li a:hover, ul.textlink li a:focus, ul.textlink li a:active {
	text-decoration:underline;
}
ul.textlink li.topspace a:link, ul.textlink li.topspace a:visited {
	background-position:0 10px;
	padding-top:6px;
}
ul.textlink li a.externallink:link, ul.textlink li a.externallink:visited {
	padding:0 0 4px 17px;
	background:url(../images/icons/ico_externallink.gif) 0 4px no-repeat;
}
ul.textlink li a.sendemail:link, ul.textlink li a.sendemail:visited {
	padding:0 0 4px 17px;
	background:url(../images/icons/ico_externalemail.gif) 0 4px no-repeat;
}

.bg_dark ul.textlink li a.externallink:link, .bg_dark ul.textlink li a.externallink:visited {
	background:url(../images/icons/ico_externallink_white.gif) 0 4px no-repeat;
}
ul.textlink li.nospace a:link, ul.textlink li.nospace a:visited, ul.nospace li a:link, ul.nospace li a:visited {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
ul.textlink li a:hover, ul.textlink li a:focus, ul.textlink li a:active {
	text-decoration:underline;
}

ul.button a.sharethis:link, ul.button a.sharethis:visited  {
	background:#dbdbdb url(../images/buttons/bg_sharethis.gif) repeat-x left top;
	/*background-repeat: no-repeat;*/
	font-weight:normal;
	padding:3px 12px 4px 27px;
}
ul.button a.sharethis:hover, ul.button a.sharethis:focus, ul.button a.sharethis:active {
	background:#349cc5 url(../images/buttons/bg_sharethis_f2.gif) repeat-x left top;
}

ul.button a:link, ul.button a:visited {
	background:#dbdbdb url(../images/site_objects/bg_button.gif) left top repeat-x;
	border:1px solid #cccccc;
	color:#247db2;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	padding:6px 11px;
	text-decoration:none;
	text-transform:uppercase;
}
ul.button a:hover, ul.button a:focus, ul.button a:active {
	/*background:#319ac4 url(../images/site_objects/bg_blue_gradient.gif) top left repeat-x;
	border:1px solid #319ac4;*/
	background:#247db2 url(../images/site_objects/bg_blue_gradient.gif) top left repeat-x;
	border:1px solid #247db2;
	color:#FFF;
	/*text-decoration:underline;*/
}

ul.button a.external:link, ul.button a.external:visited  {
	background:#dbdbdb url(../images/buttons/bg_external.gif) repeat-x left top;
	font-weight:normal;
	padding:3px 12px 4px 27px;
}
ul.button a.external:hover, ul.button a.external:focus, ul.button a.external:active {
	background:#349cc5 url(../images/buttons/bg_external_f2.gif) repeat-x left top!important;
	padding:3px 12px 4px 27px!important;
}

ul.closebtn a:link, ul.closebtn a:visited {
	background:url(../images/buttons/bg_close_grey_blue.gif) no-repeat left 8px;
	color:#247db2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 116.6%;
	padding:6px 15px 6px 20px;
	text-transform:uppercase;
	text-decoration:none;
}
ul.closebtn a:hover, ul.closebtn a:focus, ul.closebtn a:active {
	text-decoration:underline;
}
/*ul a.closebtn:link, ul a.closebtn:visited  {
	background:url(../images/buttons/bg_cross.gif) repeat-x;
	padding:6px 15px 6px 35px;
}
ul.button a.closebtn:hover, ul.button a.closebtn:focus, ul.button a.closebtn:active {
	background:#349cc5 url(../images/buttons/bg_cross_f2.gif) repeat-x;
}*/
ul.button li.colourbgbtn a:hover, ul.button li.colourbgbtn a:focus, ul.button li.colourbgbtn a:active {
	background:#349cc5 url(../images/site_objects/bg_button_f2.gif) left top repeat-x;
	border:1px solid #cccccc;
	color:#FFF;
	padding:6px 11px;
	text-decoration:underline;
}

.col_navigation ul li a:link, .col_navigation ul li a:visited {
	background-color:#dddddd;
	background-image:url(../images/site_objects/bg_colnav.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-right:1px solid #cccccc;
	color: #231f20;
	display:inline;
	float:left;
	font-weight:normal;
	padding: 5px 14px 5px 15px;
	text-decoration: none;
	text-align:center;
	word-spacing:2px;
}
.col_navigation ul li.last a:link, .col_navigation ul li.last a:visited {
	border-right:none;
}
.col_navigation ul li a:hover, .col_navigation ul li a:focus, .col_navigation ul li a:active {
	text-decoration: underline;
}
.col_navigation ul li a.lit:link, .col_navigation ul li a.lit:visited, .col_navigation ul li a:hover, .col_navigation ul li a:focus, .col_navigation ul li a:active {
	background-color:#231f20;
	background-image:url(../images/site_objects/bg_topnav.gif);
	border-right:none;
	color: #FFF;
	padding: 6px 15px 5px 15px;
	margin-top:-1px;
}
.col_subnav ul li a:link, .col_subnav ul li a:visited {
	background:none;
	color: #231f20;
	display:inline;
	float:left;
	font-weight:normal;
	padding: 5px 14px 5px 15px;
	text-decoration: none;
	text-align:center;
	word-spacing:2px;
}
.col_subnav ul li.last a:link, .col_subnav ul li.last a:visited {
	border-right:none;
}
.col_subnav ul li a:hover, .col_subnav ul li a:focus, .col_subnav ul li a:active {
	text-decoration: underline;
}
.col_subnav ul li a.lit:link, .col_subnav ul li a.lit:visited, .col_subnav ul li a:hover, .col_subnav ul li a:focus, .col_subnav ul li a:active {
	background-color:#231f20;
	background-image:url(../images/site_objects/bg_topnav.gif);
	background-repeat:repeat-x;
	color: #FFF;
}

/*= 5. Lists
----------------------------------------------- */
ul {
	margin:0 0 15px 16px;
	padding: 0;
}
ol {
	margin:0 0 15px 22px;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 15px 0;
	padding:0;
}

ol.loweralpha li {
	list-style:lower-alpha;
}
ol.lowerroman li {
	list-style:lower-roman;
}



#content ul li {
	list-style-type:square;
}
ul.inline {
	clear: both;
	display: inline;
	float: left;
	margin: 0;
}
ul.inline li {
	list-style-type:none;
	display: inline;
	float:left;
	margin: 0;
 	padding: 0;
	white-space:nowrap;
}
ul.relatedlist {
	margin: 0 0 14px 0;
}
ul.relatedlist li {
	list-style: none;
	margin: 0;
}
#content ul.relatedlist li {
	list-style-type:none;
}
#content ul.relatedlist li.bottomspace {
	padding-bottom: 8px;
}
ul.imagelist {
	clear: both;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
}
ul.imagelist li {
	list-style-type:none;
	display: inline;
	float:left;
	margin: 0 20px 0 0;
 	padding: 0;
	white-space:nowrap;
}
ul.imagelist li img {
	display:block;
}
ul.imagelist li.last {
	margin:0;
}
ul.textlink {
	list-style:none!important;	
	padding:0 0 7px 0;
	margin:0;
	clear:both;
}
ul.textlink li {
	clear:both;
	display:inline;
	line-height:130%;
	list-style:none!important;	
	margin:0;
	padding:0;
}
ul.nospace, ul li.nospace {
	padding:0;
	margin:0;
}
ul.button, ul.closebtn {
	list-style:none;	
	padding:0 0 7px 0;
	margin:0;
	clear:both;
}
ul.button li, ul.closebtn li {
	display:inline;
	line-height:130%;
	list-style:none;
		
	margin:0;
	padding:0;
}
ul.button li.colourbgbtn {
	background-image:url(../images/buttons/bg_shade_rb.png);
	background-repeat:no-repeat;
	background-position: top right;
	float:left;	
	padding:0 2px 4px 0;
}
ul.button li.shadow {
	background-image:url(../images/buttons/bg_button_shadow.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	float:left;	
	padding:0 0 4px 0;
}
ul.sharebtn {
	padding:45px 0 0 0;
}
ul.sharebtn_top {
	padding:0;
}
.rightalign ul.sharebtn {
	float:right;
}
.col_navigation ul, .col_subnav ul {
	display:inline;
	margin:0;
	padding:0;
}
.col_navigation ul li, .col_subnav ul li {
	display:inline;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size: 116.6%;*/
	font-weight: bold;
	list-style-type:none;
	margin:0;
	padding:0;
}
.col_navigation ul li {
	text-transform:uppercase;
}

ul.key {
	padding:0;
	margin:10px 0 0 0;
}
ul.key li {
	list-style:none!important;
	padding:2px 0 2px 25px;
	margin:0 0 5px 0;
	float:left;
	width:85%;
}
ul.key li.key_orange {
	background:url(../images/charts/key_orange.gif) left top no-repeat;
}
ul.key li.key_blue {
	background:url(../images/charts/key_blue.gif) left top no-repeat;	
}
ul.key li.key_purple {
	background:url(../images/charts/key_purple.gif) left top no-repeat;	
}
ul.key li.key_lightpurple {
	background:url(../images/charts/key_lightpurple.gif) left top no-repeat;	
}
ul.key li.key_green {
	background:url(../images/charts/key_green.gif) left top no-repeat;	
}
ul.key li.key_lightgreen {
	background:url(../images/charts/key_lightgreen.gif) left top no-repeat;	
}
ul.key li.key_pink {
	background:url(../images/charts/key_pink.gif) left top no-repeat;	
}



/*= 6. Miscellaneous
----------------------------------------------- */
.bold {font-weight: bold;}
.nobold {font-weight: normal;}
.smalltext {font-size:91.6%;}
.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 166.7%;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:22px;
}
.italic {
	font-style:italic;
}
.error {
	background: transparent;
	color: #ce2033; 
}
input.error {
	background: #FDE7C7;
	color: #333333; 
}
.nowrap {
	white-space: nowrap;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.date {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.uppercase {
	text-transform:uppercase;
}
.black {
	color:#000;
}
.blue {
	color:#247db2;
}
.grey {
	color:#666;
}
.orange, .bandqorange {
	color:#f88426;
}
.red {
	color:#ff0000;
}
.purple {
	color:#823c8c;
}
.green {
	color:#006600;
}
.pink {
	color:#dd0f66;
}
.castoramablue {
	color:#0066a9;
}
.bricored {
	color:#ee3424;
}
.screwfixblue {
	color:#204297;
}
.koctasorange {
	color:#e07815;
}
.hornbachorange {
	color:#f87e1e;
}
.paddedheading {
	padding:0 0 5px 0;
}

/*sizes*/
.size11 {
	font-size:91.6%;
}
p.size11 {
	line-height:120%;
}
.size14 {
	font-size:116.6%;
}
.size15 {
	font-size:125%;
}
.size16 {
	font-size:133.3%;
}
.size20 {
	font-size:166.6%;
}
p.size20 {
	line-height:1.2em;
}
.size25 {
	font-size:208.3%;
}

.size30 {
	font-size:250%;
}
.size35 {
	font-size:291.6%;
}
span.size30 {
	display:inline-block;
	line-height:1em;
}
span.size35 {
	display:inline-block;
	line-height:1.1em;
}
span.displayinlineblock {
	display:inline-block;
	line-height:1.1em;
}
/*	FORMS
----------------------------------------------- */
legend {
	/* this is impossible to style consistently
	accross browsers, so is set to display: none */
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
}
label {
	padding: 0 0 4px 0;
}

label.checkbox_label {
	float:left;
	padding:0;
	margin: 0 0 8px 5px;
}
label.newinstore {
	background: url("../images/icons/emailnews_small.gif") no-repeat 100% 0;
	padding: 0 20px 8px 0;
}
input, textarea {
	background:#e6f4ff;
	border:1px solid #cccccc;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-style:italic;
	margin: 0;
	padding:6px;
}

#sharethis input {background: #ffffff;}
input.text {
	width:200px;
}
input.img {
	padding:0;
	margin:0;
	background:none;
}
input.checkbox {
	float:left;
	border:0;
	background:none;
	margin:0;
	padding:0;
	height:18px;
}

input.button, input.button_f2 {
	background: transparent;
	border: 0;
	cursor: pointer;
	/*float: left;*/
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: underline;
	width: auto;
}
input.button_f2 {
	text-decoration: none;
}
input.norightborder {
	border-right:none;
}
input.formbutton, input.formbutton_f2 {
	background: url("../images/site_objects/backgrounds/bg_button.gif") top left repeat-x #000;
	border: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-size:110%;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding: 1px 5px;
	text-align:left;
	text-decoration: none;
	width: auto;
}
input.formbutton_f2 {
	text-decoration: underline;
}

button.submitbtn {
	background:#CCC url(../images/site_objects/bg_button.gif) bottom left repeat-x;
	border:1px solid #CCC;
	border-left:none;
	color:#247db2;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	height:29px;
	padding:0;
	margin:-2px 0 0 -3px;
	text-transform:uppercase;
	vertical-align:middle;
	width:29px;
}

button.submitbtn_f2 {
	background:#CCC url(../images/buttons/bg_gradient_up.gif) top left repeat-x;

}

button.sendbtn {
	background:#CCC url(../images/site_objects/bg_button.gif) bottom left repeat-x;
	border:1px solid #CCC;
	color:#247db2;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	height:29px;
	padding:0 17px;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
}

button.sendbtn_f2 {
	background:#247db2 url(../images/site_objects/bg_blue_gradient.gif) top left repeat-x;
	border:1px solid #247db2;
	color:#FFF;
}
div.commentfield, div.errorcommentfield {
	background:url(../images/site_objects/bg_commentfield.gif) bottom left no-repeat;
	border-top:1px solid #dcddde;
	padding:0 0 16px 0;
	width:540px;
}

div.errorcommentfield {
	background:transparent url(../images/site_objects/bg_commentfield_error.gif) bottom left no-repeat;
}

textarea.commentfield {
	border:none;
	height:130px;
	margin:0 0 0 1px;
	padding:10px;
	width:518px;
}

div.errorcommentfield textarea.commentfield {
	background-color: #FDE7C7;
}

fieldset.emailupdates ul.relatedlist li {
	clear:left;
}
fieldset.emailupdates ul.relatedlist {
	clear:both;
	float:left;
	margin: 6px 0px 30px 0;
}

fieldset.emailupdates input.text {
	width: 250px;
}
fieldset.emailupdates select#profession {
	width: 265px;
}

p.error {
	color:#f79910;
}
textarea.error, #sharethis input.error {
	background:#fde7c7;
	color:#333333;
}
select.error {
	background:#fde7c7 url(../images/site_objects/bg_select.gif) no-repeat scroll right center;
}/*	TABLES
-----------------------------------------------
1.	Generic
2.	Information
3.	Financial
----------------------------------------------- */


/*= 1. Generic
----------------------------------------------- */
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0;
	padding: 0 4px 2px 0;
	text-align:right;
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}

th.indent, td.indent20 {
	padding-left:20px!important;
}
/*= 2. Information
----------------------------------------------- */
table.info {
	margin: 0;
	text-align:left;
	width: 100%;
}
table.info td, table.info th {
	border-bottom: solid 1px #ccc; 
	padding:11px 0 16px 5px;
	text-align:left;
	vertical-align: top;
}
table.info td.icon, table.info th.icon {
	padding:0 0 0 5px;
	vertical-align:middle;
}
table.info th.padright15 {
	padding-right:15px;
}
table.info tr td.date {
	white-space:nowrap;
	width:100px;
}
table.info tr td.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:166.7%;
	line-height:120%;
	padding:9px 15px 10px 0;
}
table.info tr td.padleft {
	padding-left:9px;
}
table.info tr td.related {
	white-space:nowrap;
	padding-right:50px;
}
table.info tr td.pad15 {
	padding-right:15px;
}
table.info td.noborder, table.info tr.noborder td {
	border-bottom: 0; 
}
table.info tr.narrow td {
	padding:11px 0 0px 5px;
}
table.info tr td.padright {
	padding-right: 250px;
}
/*= 3. Financial
----------------------------------------------- */

table.financial {
	width:100%;
	margin:0 0 14px 0;
	/*font-size:91.6%;*/
}

table.financial thead tr th {
	padding: 2px 5px 3px 11px;
	vertical-align:bottom;
	border-bottom:1px solid #319ac4;
	font-weight:normal;
	font-size:91.6%;
}
table.financial thead tr td {
	border-bottom:1px solid #319ac4;
}
table.financial tbody td, table.financial tbody th  {
	/*padding: 3px 5px 2px 11px;*/
	padding: 5px 5px 6px 11px;
	vertical-align:bottom;
	border-bottom:1px solid #c8c8c8;
}
table.financial th.blue { 
	color: #000; 
	font-weight: normal;
}
table.financial td strong { 
	color: #247db2;
}	
table.financial td.left strong { 
	color: #000000;
}	
table.financial td.top, table.financial th.top {
	vertical-align:top;
}
table.financial tr.greyline td, table.financial tr.greyline th, table.financial tr td.greyline, table.financial tr th.greyline {
	border-bottom:1px solid #c8c8c8;
}
table.financial tr.noline td, table.financial tr.noline th, table.financial tr td.noline, table.financial tr th.noline {
	border-bottom:none;
}
table.financial tr.blueline td, table.financial tr.blueline th, table.financial tr td.blueline, table.financial tr th.blueline {
	border-bottom:1px solid #319ac4;
}
table.financial tr.thickblueline td, table.financial tr.thickblueline th, table.financial tr td.thickblueline, table.financial tr th.thickblueline {
	border-bottom:2px solid #319ac4;
}

table.financial tfoot td {
	padding-top: 7px;
	border-bottom: none;
	vertical-align:top;
}
table.financial tr.highlight td, table.financial tr.highlight th, table.financial tr td.highlight, table.financial tr th.highlight {
	background:#f3f3f3;
}
table.financial td.noborder, table.financial tr.noborder td {
	border-bottom: 0; 
}
table.financial tr.hover td, table.financial tr.hover th {
	background: #e6f6fd;
}
table.financial tfoot tr.hover td, table.financial tfoot tr.hover td {
	background: #ffffff;
}


.nohighlight {
	background:#ffffff!important;
}

table.leftfinancial tr th, table.leftfinancial tr td {
	text-align:left;
}

/* end financial table */


table.leftaligned thead tr th, table.leftaligned tbody tr td {
	text-align:left;
}

table.leftaligned thead tr th {
	border-bottom:2px solid #000;
}

table.leftaligned tbody tr td {
	font-weight:bold;
}







table.news {
	width:735px;
}

table.news tr td {
	border-bottom:1px solid #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	vertical-align:top;
}
table.news tr td.date {
	padding:11px 0 15px 5px;
	white-space:nowrap;
	width:100px;
}
table.news tr td.date .big, #findit .big{
	font-size:166.7%;
}
table.news tr td.title {
	font-size:166.7%;
	line-height:120%;
	padding:12px 15px 10px 0;
}
table.news tr td.title a:link, table.news tr td.title a:visited {
	text-decoration:none;
}

table.news tr td.title a:hover, table.news tr td.title a:focus, table.news tr td.title a:active {
	text-decoration:underline;
}
table.results {
	margin:15px 0 0 0;
	width:100%;
}

table.results tbody td {
	padding: 5px 5px 6px 11px;
	vertical-align:top;
}

table.results tbody td.title {
	font-size:133.3%;
}
table.results tbody td ul.textlink {
	padding-bottom:0;
	
}

/*= 4. Misc
----------------------------------------------- */
table.resultspres {
	margin-bottom: 55px;
}
table.resultspres tr.hover td, table.newspanel tr.hover td, table.news tr.hover td {
	background: #e6f6fd;
}
table.marginbottom30 {
	margin-bottom: 30px;
}
/* generic */
body {
	background: #FFF;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: 0;
}

/* hide elements not required for print */
#accessiblenav,#header .topfeature,#navigation,#subnavigation,#adbanner,#footer ul,.sharebtn,div.toggle_header .open {
	display: none;
}

#header {
	background:none;
}

/* re-style any elements for print if required */
.print {
	display: block;
}