/* basic reset */
html,body {
	background: #F5F6F6;
	color: #000
}

html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	font: 0.75em/1.3em arial,helvetica,sans-serif;
	/*height: 100%;*/
	margin: 0;
	overflow: visible;
	padding: 20px 0 0 0
}

p,ul,ol,dl,dt,dd,blockquote { margin: 0; padding: 0 }

img,fieldset,input { border: 0 }

fieldset {
	margin: 0;
	padding: 0
}

input, button { border: 0 }
label { cursor: pointer }

span.qsearchbtn,
span.btn {
	background: url(../gfx/bg-btn.png) no-repeat 100% 0;
	float: left;
	padding-right: 12px;
	width: auto
}

span.qsearchbtn input,
span.btn input
{
	background: url(../gfx/bg-btn.png) no-repeat 0 0;
	border: 0 !important;
	color: #ebebeb;
	display: block;
	font-size: 0.8em;
	padding: 0.15em 0 0.15em 12px !important;
	line-height: 1em;
	width: auto !important
}


span.qsearchbtn,
span.qsearchbtn input { background-image: url(../gfx/bg-btn-dark.png) }
span.qsearchbtn input { font-size: 0.9em }

hr {
	border: 0;
	border-top: 1px solid #e7e7e7;	
	float: left;
	height: 1px;
	margin: 0;
	width: 100%
}

h1 {
	color: #868686;
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.1em;
	margin: 0.4em 0 0.4em 0
}

h2 {
	margin: 0 0 1em 0;
	line-height: 1.1em
}

h2,h3,h4 {
	color: #3a3b3c;
	font-weight: normal
}

table { clear: both; font-size: 0.9em }
table caption { display: none }
a:link { color: #004589 }
a:visited { color: #004589 }
a:hover { color: #699ecc }
a:active { color: #fff }


/* global classes */

.highlight { color: #c33 }
.left { float: left }
.right { float: right }

.noclear,
div#page-content p.noclear { clear: none }
div#page-content p.footnote { font-size: 0.8em }

img.left { clear: left; margin: 0 15px 15px 0 }
img.right { margin: 0 0 15px 15px }

div#page-content p.highlight {
	font-style: italic;
	margin: -0.8em 0 1.4em 0
}

div#wrap {
	margin: 0 auto;
	width: 960px;
	/*position: relative;*/
	zoom: 1
}

div#wrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

/* global unordered lists */

div#header ul,
ul#leftmenu,
ul#leftmenu ul,
ul#breadcrumbs,
div#page-tools,
div#footer ul {
	float: left;
	list-style: none
}


/* global links with arrow backgrounds */

a.dga { /* dark gray arrow */
	background: url(../gfx/bg-a-dga.png) no-repeat 100% 50%;
	display: block;
	padding-right: 12px;
	zoom: 1
	
}

a.lga { /* light gray arrow */
	background: url(../gfx/bg-a-ga.gif) no-repeat 100% 50%;
	display: block;
	padding-right: 12px;
	zoom: 1
}

a.ga { /* light gray arrow */
	background: url(../gfx/bg-a-ga.gif) no-repeat 100% 50%;
	padding-right: 12px;
	zoom: 1
}

/*a.long { background-position: 100% 15% }*/

	
/* header area */

div#header {
	background: #656465 url(../gfx/bg-top.png) no-repeat 0 0;
	float: left;
	padding-top: 18px;
	position: relative; /*Gustaf 080415 för Login länkar*/
	width: 960px;
	z-index: 500;
	
}

div#header a:link,
div#header a:visited {
	color: #e9ecee;
	text-decoration: none
}

div#header a:hover,
div#header a:active { color: #fff }

div#header p {
	display: inline;
	float: left;
	margin-left: 28px;
	padding-bottom: 18px;
	width: 94px
}

div#header ul li { float: left; width: auto }

div#header div#tools {
	color: #fff;
	display: inline;
	float: right;
	margin-right: 28px;
	width: 780px
}

div#header div#tools ul {
	float: right;
	position: relative;
	left: 8px;
	width: auto
}

div#header div#tools ul li {
	display: inline;
	font-size: 0.9em;
	/*font-style: italic;*/
	margin-left: 12px;
	padding-bottom: 3px;
	position: relative
}

div#header div#tools ul li.first { margin-right: 6px }

div#header div#tools ul li a {
	background: url(../gfx/bg-a.png) no-repeat 0 45%;
	display: block;
	font-style: normal;
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 2px;
}

/* tools hover */

div#header div#tools ul#tool-items li.selected
{
	background: url(../gfx/bg-tools-a-left.png) no-repeat 0 0;
	margin-top: -3px;
	margin-left: 6px
}

div#header div#tools ul#tool-items li.selected a
{
	background: url(../gfx/bg-tools-a-right.png) no-repeat 100% 0;
	color: #3a3b3c;
	padding: 0 4px
	/*padding-right: 16px;*/
}

div#header div#tools ul#tool-items li.selected span
{
	background: #fff url(../gfx/bg-a.png) no-repeat 2px 55% !important;
	cursor: pointer;
	display: block;
	margin-bottom: -3px;
	padding: 3px 6px 2px 14px
}

div#header div#tools ul#tool-items li#siteselector-li,
div#header div#tools ul#tool-items li#siteselector-li-as { width: auto }
div#header div#tools ul#tool-items li#siteselector-li a,
div#header div#tools ul#tool-items li#siteselector-li-as a { display: none }

div#header div#tools div#siteselector,
div#header div#tools div#siteselector-as {
	float: left;
	display: none;
	position: absolute;
	top: 100%;
	left: -200px;
	z-index: 100;
	width: 426px
	/*height: 200px;*/
}

div#header div#tools div#siteselector-content,
div#header div#tools div#siteselector-content-as {
	background: transparent url(../gfx/bg-tools-siteselector.png) no-repeat 0 0;
	float: left;
	padding: 14px;
	width: 394px
}

div#header div#tools div#siteselector-bottom,
div#header div#tools div#siteselector-bottom-as {
	background: transparent url(../gfx/bg-tools-siteselector-bottom.png) no-repeat 0 0;
	float: left;
	padding-top: 6px;
	width: 421px
}

div#header div#tools div#siteselector h3,
div#header div#tools div#siteselector-as h3 {
	background: #4a4b4d;
	font-size: 1em;
	font-weight: normal;
	margin: 0.2em 0.2em 1em 0;
	padding: 0.1em 0.3em
}

div#header div#tools div#siteselector div#siteselector-content h3 a,
div#header div#tools div#siteselector div#siteselector-content-as h3 a { color: #fff !important }
	

div#wrap div#header div#tools div#siteselector a,
div#wrap div#header div#tools div#siteselector-as a {
	background-image: none;
	display: block;
	padding-left: 8px
}

div#header div#tools div ul {
	background: url(../gfx/bg-tools-siteselector-ul.png) repeat-x 0 0;
	border-left: solid 1px #e0e0e0;
	float: left;
	margin: 0;
	position: static;
	left: 0;
	width: 24.8%
}

div#header div#tools div ul.first { border: 0 }

div#header div#tools div ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 1px 0;
	width: 100%
}
	
div#header div#tools div ul li a {
	background-image: none;
	color: #58595b;
	display: block;
	font-size: 1.15em;
	line-height: 1.3em;
	padding: 0.1em 0.7em
}

div#wrap div#header div#tools div ul li a.selected,
div#wrap div#header div#tools div ul li a:hover {
	background-image: none;
	background-color: #bcbdbd;
	color: #fff
}

div#header div#tools fieldset {
	border: 0;
	clear: both;
	float: right;
	margin: 0.5em 0 0 0;
	padding: 0;
	width: 255px
}

div#header div#tools fieldset.noscript {
	clear: none;
	float: none;
	margin: 0;
	width: auto
}

div#header div#tools fieldset.noscript select { border: 0; font-size: 0.9em }

div#header div#tools fieldset.noscript input {
	background: #48494b;
	color: #c6c6c7;
	cursor: pointer;
	padding: 0
}

div#header div#tools fieldset input.qsearch {
	background: url(../gfx/bg-input.png) 0 100%;
	float: right;
	padding: 1px 2px;
	width: 120px }


span.qsearchbtn { float: right; margin-left: 10px }


/* top menu */

div#header div#topmenuarea {
	background: url(../gfx/bg-topmenu.png) repeat-x 0 100%;
	float: left;
	padding: 0 12px;
	width: 936px;
	height: 30px;
}

div#header div#logincontainer
{
	float: right;
	padding: 0.6em 0 0 0;
	width: auto
}

div#header div#logincontainer a
{
	background:transparent url(../gfx/bg-a.png) no-repeat scroll 0pt 50%;
	font-size: 0.8em;
	padding-left: 12px
}


div#header ul#topmenu {
	/*background: url(../gfx/bg-topmenu.png) repeat-x 0 100%;
	padding: 0 12px;
	width: 936px*/
	width: auto
}

div#header ul#topmenu li a { background: url(../gfx/bg-topmenu-a-separator.png) no-repeat 0 50% }
div#header ul#topmenu li.first a { background: none }

div#header ul#topmenu li a {
	/*display: block;*/
	float: left;
	font-size: 1.1em;
	/*padding: 8px 16px;*/ /*CHANGED to 12 px to make menu smaller GUSTAF*/
	padding: 8px 12px;
	width: auto
}

div#header ul#topmenu li a.selected {
	background: url(../gfx/bg-topmenu-a-selected.png) repeat-x 0 100%;
	/*position: relative;*/ /*removed to enable country drop in IE*/
	right: -2px;
	z-index: 0;
}

div#header ul#topmenu li a:hover { text-decoration: underline }

div#wrap-inner {
	background: url(../gfx/bg-content-top.png) no-repeat 0 0;
	float: left;
	width: 960px
}


/* content area */
div#content {
	background: url(../gfx/bg-content.png) repeat-y 0 0;
	float: left;
	margin-top: 34px;
	width: 960px
}

/* startpage */
#startpage div#content {
	background: #f6f7f7 url(../gfx/bg-content-startpage.png) repeat-y 0 0;
	margin-top: 0
}

#startpage div#content a {
	color: #d3d3d3;
	text-decoration: none
}

#startpage div#content ul { list-style: none }

#startpage div#flashobj {
	background: #000;
	float: left;
	height: 311px;
	overflow: hidden;
	width: 611px
}

/*#startpage div#flashobj object { display: none }*/

#startpage div#segments {
	background: #04191d url(../upload/startpage-1.jpg) no-repeat 0 0;
	float: left;
	height: 311px;
	min-height: 311px;
	/*height: 103px;*/
	/*padding-top: 208px;*/
	width: 767px/*574px*/
}

#startpage div#segments blockquote,
#startpage div#segments h1 {
	color: #fff;
	float: left;
	font-size: 2.2em;
	font-style: italic;
	font-weight: 700;
	line-height: 1.05em;
	padding: 218px 0 0 30px;
	width: 200px
}

#startpage div#segments ul {
	background: #04191d;
	float: left;
	height: 96px;
	margin-top: 212px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2px 50px 0 5px;
	width: 289px
}

#startpage div#segments ul li a {
	color: #ccc;
	font-size: 1.2em
}

#startpage div#segments ul li a:hover { color: #fff }

#startpage div#segments div#segment,
#startpage div#push-area {
	float: right;
	height: 266px;
	width: 309px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#startpage div#segments div,
#startpage div#push-area div {
	float: left;
	height: 167px;
	width: 190px;
	text-decoration: none;
}

#startpage div#segments div#segment {
	/*background: url(../gfx/bg-startpage-col-2.png) repeat-x 0 0;*/ /*REmoved for fallback*/
	font-size: 1.25em;
	/*position: relative;*/
	
}

#startpage div#segments div#segment h2 {
	color: #fff;
	font-size: 1.25em;
	line-height: 1em
}

#startpage div#segments div#segment h2 a {
	/*background: url(../gfx/bg-a-dga.png) no-repeat 100% 50%;*/
	color: #fff;
	display: block;
	padding-right: 14px;
	/*zoom: 1*/
}

#startpage div#segments div#segment h2 a img { margin-left: 0 }

#startpage div#segments div#segment p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.25em
}

#startpage div#segments div#segment p#customer-login {
	float: left;
	font-size: 1em;
	height: 99px;
	margin: 0 0 0 -20px;
	width: 193px
}

#startpage div#segments div#segment p#customer-login a {
	background: url(../gfx/bg-a.png) no-repeat 36px 40px;
	display: block;
	font-size: 0.8em;
	height: 65px;
	padding: 34px 0 0 50px;
	width: 140px
}

#startpage div#push-area {
	color: #3a3b3c;
	overflow: hidden;
	background-color: #d3d4d5;
	background-image: url(../es/images/extintores-abein.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#startpage div#push-area object { margin-left: -25px; position: relative; top: -45px }
#startpage div#push-area h4 { margin: 0.6em 0 }

#startpage div#push-area img {
	float: left;
	height: 99px;
	margin: 0 0 0 -20px;
	width: 196px
}

body.alert-services div#push-area img 
{
/*	margin-top:-45px !important;*/
	/*height: auto !important;
	width: auto !important*/
}

#startpage div#push-area a { color: #333 }

#startpage h2 {
	color: #3a3b3c;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.25em
}
	
#startpage div#push-area h2 a {
	color: #FFF;
	display: block;
	padding-right: 14px
}

#startpage div#push-area h2 a img {
	float: none;
	height: 9px !important;
	width: 9px !important;
	margin-left: 3px
}

#startpage div#content div#business {
	background: url(../gfx/bg-business.png) no-repeat 0 100%;
	border-top: solid 3px #eee;
	clear: both;
	color: #3a3b3c;
	float: left;
	font-size: 0.9em;
	padding: 0 30px;
	width: 900px
}

#startpage div#content div#business a { color: #3a3b3c }

#startpage div#content div#business p,
#startpage div#content div#business fieldset {
	display: none;
	float: left;
	padding: 0.3em 0 0.4em 0;
	width: auto
}

#startpage div#content div#business p.link { display: block }

#startpage div#content div#business fieldset input {
	background: #fff;
	background-image: none;
	color: #a4a4a4;
	font-size: 0.8em;
	margin: 0 15px;
	padding: 0.3em;
	width: 160px
}

#startpage div#content div#business p#ticker {
	float: right;
	font-size: 0.9em;
	margin-top: -0.3em;
}

#startpage div#content div#business p#ticker img { position: relative; top: 5px }

#startpage div#content div#info-area {
	float: left;
	padding: 0 25px 0 30px;
	width: 905px
}

#startpage div#content div#info-area div {
	float: left;
	margin: 25px 0 0 0;
	padding-right: 26px;
	width: 316px
}

#startpage div#content div#info-area p a {
	color: #58595b;
	display: block;
	margin-top: 0.6em
}

#startpage div#content div#info-area p a span.date { color: #3a3b3c; margin-right: 0.2em }
#startpage div#content div#info-area p a:hover {
	color: #333;
	text-align: left;
}

#startpage div#content div#info-area h2 a { color: #3a3b3c }

#startpage div#content div#info-area div#global {
	display: inline;
	margin-left: 40px;
	padding-right: 0px;
	width: 180px
}

#startpage div#content div#info-area p { color: #58595b }

#startpage div#content div#info-area div#global h2 { font-size: 1em }

#startpage div#content div#info-area div#global img { margin-top: 0.3em }

/* search suggestion box */
#startpage div#suggestions {
	border: solid 1px #e3e3e3;
	float: left;
	margin-left: -1px;
	width: 380px !important
}

#startpage div#suggestions div 
{
	color: #3a3b3c;
	cursor: pointer;
	line-height: 1.1em;
	padding: 2px 4px !important }



/* left area */
div#left-area {
	float: left;
	width: 237px
}

div#left-area blockquote p {
	color: #868686;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	line-height: 0.95em;
	margin: 0 12px 32px 22px
}


/* left menu area */
ul#leftmenu li {
	float: left;
	list-style: none;
	width: 236px
}

ul#leftmenu li a {
	color: #3a3b3c;
	display: block;
	line-height: 1.2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 28px;
	text-decoration: none;
}

ul#leftmenu ul li a { padding-left: 44px }
	
ul#leftmenu li a.selected {
	background: #505153 url(../gfx/bg-leftmenu-a-selected.png) no-repeat 0 100%;
	color: #fff;
	padding-top: 0.15em;
	padding-bottom: 0.2em
}

ul#leftmenu ul li a.selected { background-color: #bcbdbd; padding-top: 0.1em }

ul#leftmenu li.children a span {
	background: url(../gfx/bg-leftmenu-children.png) no-repeat 100% 0.45em;
	cursor: pointer;
	padding-right: 10px;
	zoom: 1
}

ul#leftmenu li.children li.children ul a { padding-left: 58px }

ul#leftmenu li.children a.selected span {
	background: none;
	padding: 0
}


/* main content area */
div#main {
	float: left;
	padding-left: 20px;
	width: 699px
}

div#main ul#breadcrumbs {
	float: left;
	margin: 0 20px 12px 0;
	width: 660px }

div#main ul#breadcrumbs li {
	color: #727272;
	float: left;
	font-size: 0.85em;
	line-height: 1em
}

div#main ul#breadcrumbs li a {
	background: url(../gfx/bg-breadcrumbs-a.png) no-repeat 100% 50%;
	color: #9e9e9e;
	margin-right: 4px;
	padding-right: 10px;
	text-decoration: none
}

div#main ul#breadcrumbs li a:hover { color: #727272 }

div#main div#image-area {
	float: left;
	overflow: hidden;
	width: 690px
}

div#main div#image-area img {
	float: left;
	margin-right: 8px;
	width: auto }


/* page content area */
div#main div.fullwidth { overflow: hidden; width: 676px }

div#page-content {
	color: #3a3b3c;
	float: left;
	font-size: 1.1em;
	padding-right: 20px;
	width: 444px
}

div#page-content a {
	color: #9b9b9d;
	text-decoration: none
}

div#page-content a:hover { border-bottom: dotted 1px #9b9b9d }


div#page-content h2 {
	clear: both;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0.1em 0
}

div#page-content h3 { font-size: 1.3em }
div#page-content h4 { font-size: 1.1em; font-weight: bold }

div#page-content p { margin-bottom: 1em }

div#page-content p#metadata {
	color: #3a3b3c;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	position: relative;
	top: -0.5em
}

div#page-content p#metadata span { color: #e3e3e3 }

div#page-content p#introduction {
	color: #58595b;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 1.2em
}

div#page-content ul,
div#page-content ol { clear: both; margin: 0 0 1em 20px }

div#page-content li { vertical-align: middle }

div#page-content dl.img-desc { margin: 1.2em 0 }

div#page-content dl.img-desc dd {
	border-bottom: solid 1px #e3e3e3;
	font-size: 0.9em;
	line-height: 1.35em;
	padding: 4px 0 10px 0
}

div#page-content blockquote {
	background: url(../gfx/bg-quote.png) no-repeat 0 100%;
	float: left;
	font-style: italic;
	padding: 20px;
	position: relative;
	left: -20px;
	width: 101px
}

div#page-content blockquote p { margin: 0 }

div#page-content fieldset {
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: 0.8em;
	padding-bottom: 16px
}

div#page-content fieldset p {
	clear: both;
	float: left;
	margin-bottom: 0.5em;
	width: 100%
}

div#page-content label {
	font-size: 0.85em;
	float: left;
	width: 150px
}

div#page-content input,
div#page-content textarea,
div#page-content select {
	border: solid 1px #d8d8d8;
	padding: 2px;
	width: 216px
}

div#page-content textarea { overflow: auto }

div#page-content select { margin: 0.4em 0; width: auto }
div#page-content p.first { margin: 1em 0 0 0}

div#page-content input.reset {
	border: 0;
	padding: 0;
	width: auto
}

/*div#page-content input.btn {
	border: 0;
	float: right;
	margin: 0 20px 0 0;
	padding: 0 0 1px 0;
	width: 43px
}*/


/* listings */

div#page-content div.imagegallery hr {
	margin-left: 15px;
	width: 97%
}

div#page-content div#listing h2 { float: left; width: 100%; margin: 1.2em 0 -0.3em 0 }

div#page-content div#listing h2.first { margin: 0.8em 0 -0.3em 0 }

/* file listing */
div#page-content div#listing ul.filelist 
{
	clear: none;
	float: left;
	list-style: none;
	margin: 1em 0 0 0;
	width: 329px
}
div#page-content div#listing ul.filelist li { padding: 0.1em 0 }
div#page-content div#listing ul.filelist li a { padding-left: 18px; zoom: 1 }
div#page-content div#listing ul.filelist li a:hover, div#page-content div#listing p.online a:hover { border: 0 }

.pdf a { background: transparent url(../gfx/icons/ico-pdf-16.gif) no-repeat 0 50% }
.word a { background: transparent url(../gfx/icons/ico-word.png) no-repeat 0 50% }
.excel a { background: transparent url(../gfx/icons/ico-excel.png) no-repeat 0 50% }

.excel-large a{ background: transparent url(../gfx/icons/ico-excel-16.gif) no-repeat 0 50% }
.excel-large a:hover{border:none !important}
.online a{ background: transparent url(../gfx/icons/ico-online.gif) no-repeat 0 0; }

div.module li.pdf a,div.module li.word a, div.module li.excel a, .online a,.excel-large a {padding-left: 20px;} /*TODO should this remail?*/


div#page-content div#listing div.listbox {
	border-top: solid 1px #e7e7e7;
	float: left;
	margin-bottom: 6px;
	padding-top: 12px;
	width: 444px
}

div#page-content div#listing div.listbox p.link {
	float: right;
	margin: 0.7em 0 0 0;
	width: auto
}

div#page-content div#listing div.listbox p.link a { color: #838383 }

div#page-content div#listing div.listbox p.metadata { clear: both; margin: 0 !important }
div#page-content div#listing div.listbox p.url { clear: both }

div#page-content div#listing div.first { border-top: 0 }

div#page-content div#listing h3,
div#page-content div#listing dt {
	font-size: 1.3em;
	font-weight: normal;
	margin: -1.1em 0 0 114px;
	position: relative;
	top: 1.1em;
}

div#page-content div#listing .history h3,
div#page-content div#listing .history dt { margin-left: 137px }

div#page-content div#listing div.listbox p.readmore { margin: 0.3em 0 0 0 } 
div#main div#page-content div.newslisting h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 0.2em 0;
	top: 0;
	/*top: 2.7em*/
}

/*div#main div#page-content div.newslisting p { margin-top: 2.6em }*/

/*div#main div#page-content div.newslisting p.img,
div#main div#page-content div.newslisting p.date { margin-top: -0.1em }*/

div#main div#page-content div.newslisting p { margin-top: 0 }
div#main div#page-content div.newslisting p.img { padding-bottom: 4px }
div#main div#page-content div.newslisting p.date { display: inline }
div#main div#page-content div.newslisting div.listbox { padding: 0.8em 0 }

div#main div#page-content div.newslisting div.image * { margin-left: 0 }
div#main div#page-content div.newslisting div.image p { width: 100% }

div#page-content div#listing p.date {
	font-size: 0.9em;
	/*margin: 0 0 0 115px;*/
	width: 100%
	/*position: relative;
	top: 1.1em*/
}

div#main div#page-content div.indexlisting { margin-left: -20px }

div#main div#page-content div.indexlisting div.listbox {
	min-height: 136px;
	height: auto !important;
	height: 136px;	
	margin: 0 0 15px 20px;
	padding-top: 20px;
	width: 325px
}

div#main div#page-content div.indexlisting div.listbox p { width: 210px }
div#main div#page-content div.indexlisting div.listbox p.img { width: 100px }

div#page-content div#listing dt { padding-top: 0.1em }

div#page-content div#listing h3 a {
	color: #3a3b3c;
	line-height: 1.1em
}

div#page-content div#listing dl { float: left; width: 100% }

div#page-content div#listing p,
div#page-content div#listing dd {
	color: #3a3b3c;
	float: left;
	margin: 1.5em 0 0 0;
	width: 329px
}

div#page-content div#listing .history p,
div#page-content div#listing .history dd { width: 295px }
	
div#page-content div#listing .img {
	float: left;
	min-height: 50px;
	height: auto !important;
	height: 120px;
	margin: 0 5px 0 0;
	overflow: hidden;
	width: 50px
}

div#page-content div#listing .large { height: 145px !important }
div#page-content div#listing .history .img { width: 122px }

div#page-content div#listing .img span {
	/*border: solid 1px #e7e7e7;*/
	display: block;
	height: 98px;
	width: 99px
}

div#main div#page-content div#listing a:hover { color: #9b9b9d }

div#page-content div#listing dd {
	color: #3a3b3c;
	line-height: 1.4em;
	margin-top: 0
}

div#page-content div#listing dd.first { margin-top: 1.5em }

div#page-content div#listing dd a,
div#page-content div.imagegallery a { color: #838383 }

div#page-content div#listing dd a:hover,
div#page-content div.imagegallery a:hover { border-bottom: 0 !important }


div#page-content div.imagegallery {
	margin: 0 0 0 -15px;
	width: 693px
}

div#main div#page-content div.imagegallery div.listbox {
	border: 0;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding-left: 15px;
	width: 100px
}

div#main div#page-content div.imagegallery div.listbox p {
	color: #3a3b3c;
	margin: 0 0 0.3em 0;
	width: auto
}

div#page-content div.indexpage {
	margin: 25px 0 0 -21px;
	width: 693px
}

div#main div#page-content div.indexpage div.col {
	float: left;
	display: inline;
	margin-left: 21px;
	width: 325px }

div#main div#page-content div.indexpage div.listbox {
	background-repeat: no-repeat;
	border: 0;
	min-height: 186px;
	height: auto !important;
	height: 186px;
	overflow: hidden;
	padding-top: 100px;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

div#main div#page-content div.indexpage div.no-img { padding-top: 0 }

div#main div#page-content div.indexpage div.listbox h3 {
	background: #303435;
	color: #fff;
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	padding: 0.4em 0.6em !important;
	overflow: hidden;
	top: 0
}

div#main div#page-content div.indexpage div.listbox h3.bg {
	background-color: #303334;
	background-repeat: no-repeat;
	background-position: 0 0;
	/*padding-top: 96px;*/
	padding-bottom: 0.3em
}

div#main div#page-content div.indexpage div.listbox h3 a {
	background: none;
	color: #fff;
	padding: 0
}

div#main div#page-content div.indexpage div.listbox p {
	color: #3a3b3c;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	text-align: justify;
}

div#main div#page-content div.indexpage div.listbox a { color: #838383 }
div#main div#page-content div.indexpage div.listbox a:hover { border-bottom: solid 1px #fff }

div#content div#main div#page-content div.indexpage div.listbox h3 a:hover { color: #fff }


/* search */
/* search */
div#main div#page-content div.search div#searchform {
	clear: both;
	float: left;
	width: auto
}

div#main div#page-content div.search div#searchform input,
div#main div#page-content div.search div#searchform span.btn { float: left; width: auto }
div#main div#page-content div.search div#searchform span.btn { margin: 2px 0 0 6px }

div#main div#page-content div.search p.suggestion {
	float: left;
	margin: 1em 0;
	width: 100%
}

div#main div#page-content div.search div.result {
	float: left;
	margin: 1.2em 0 0 0;
	width: 100%
}

div#main div#page-content div.search div.result h3 {
	margin: 0.2em 0;
	padding: 0
}

div#main div#page-content div.search div.result p {	margin: 0.2em 0 }

div#main div#page-content div.search div.paging {
	float: left;
	margin: 1.5em 0 0.5em 0;
	width: 100%
}


/*list documents */
div#list-documents h2 {
	color: #3a3b3c;
	font-size: 1.35em;
	font-style: normal;
	margin-bottom: 0.3em
}

#list-documents table, 
#press-releases table {
	border: none;
	border-collapse: collapse;
	color: #3a3b3c;
	margin-bottom: 1.5em;
	width: 444px;
}

#list-documents thead, 
#vacancies thead,
#wide-page thead { text-align: left }

#list-documents thead th,
#vacancies thead th {
	background: transparent url('../gfx/bg-arrow-down.png') no-repeat 0 50%;
	font-size: 1em;
	padding-left: 0.7em }
	
#list-documents thead th,
#vacancies thead th,
#wide-page thead th {
	border-bottom: 1px solid #717273;
	/* fix for lte IE7 */
	border-top: none;
	border-right: none;
	border-left: none }
	
#list-documents tbody td, 
#press-releases tbody td,
#vacancies tbody td,
#wide-page tbody td {
	border-top: 1px solid #e7e7e7;
	border-right: none;
	/*border-bottom: 1px solid #e7e7e7;*/
	border-left: none;
	line-height: 1.2em;
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: left;
	width: auto
}

/*#list-documents tbody td.file-size { text-align: right }*/

#list-documents tbody td.word-document a {
	background: transparent url('../gfx/icons/ico-word.png') no-repeat 0 50%;
	display: block;
	padding-left: 1.5em }
	
#list-documents tbody td.excel-document a {
	background: transparent url('../gfx/icons/ico-excel.png') no-repeat 0 50%;
	display: block;
	padding-left: 1.5em }
	
#list-documents tbody td.pdf-document a {
	background: transparent url('../gfx/icons/ico-pdf.png') no-repeat 0 50%;
	display: block;
	padding-left: 1.5em;
	text-transform: uppercase }

/*#list-documents tbody td a:hover,
#list-documents tbody td a:active, 
#press-releases tbody td a:hover, 
#press-releases tbody td a:active,
#vacancies li a:hover,
#vacancies li a:active {
	color: #9b9b9d;
	text-decoration: none
}*/

div#page-content table th { font-weight: bold; text-align: left }
div#page-content table tbody td { border-bottom: solid 1px #e7e7e7 }
div#page-content table tr:hover td { background: #f0f0f0; color: #333 }
div#page-content table a:hover { border-bottom: 0 }

#page-content #sharedata ul {
	float: left;
	list-style: none;
	margin: 0.5em 0;
	width: 440px
}

#page-content #sharedata li {
	float: left;
	width: 50%
}

#page-content #sharedata li.latestupdate {
	font-size: 0.8em;
	text-align: right
}

#page-content #sharedata h2 {
	background: url(../gfx/bg-share-heading.png) no-repeat 0 50%;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 22px
}

#page-content #sharedata table {
	border-bottom: solid 2px #fafafa !important;
	margin: 0 0 1em 0;
	width: 440px
}

#page-content #sharedata th {
	padding: 0.4em !important;
	text-align: left !important
}

#page-content #sharedata td {
	font-size: 0.9em;
	padding: 0.4em !important
}

#page-content #sharedata thead {
	background: #e3e4e4;
	padding: 0.6em 0.5em;
}


/* contacts */
div#page-content div#person-info {
	float: left;
	margin-left: 5px;
	width: 100px
}

div#page-content div#person-info ul {
	margin-left: 0;
	padding-left: 15px;
}

/* press releases */
div#press-releases ul {
	float: left;
	list-style: none;
	margin: 1.6em 0;
	position: relative;
	left: -0.8em;
	width: auto
}

div#press-releases li {
	background: transparent url('../gfx/bg-line.png') no-repeat 0 50%;
	float:left;
	font-size: 1.35em;
	line-height: 1.1em;
}

div#press-releases li.first { background: none }

div#press-releases li a {
	color: #9b9b9d;
	display: block;
	padding: 0.2em 0.5em
}

div#press-releases li a:hover { border: 0 }

#press-releases td.date {
	vertical-align: top;
	width: 12%
}

div#press-releases li a:hover, 
div#press-releases li a:active,
#press-releases .date a,
#vacancies tbody td a:hover, 
#vacancies tbody td a:active { color: #3a3b3c }

div#press-releases li a.selected { color: #3a3b3c }

#press-releases table, 
#vacancies table { clear: both }


/* vacancies */

/*#vacancies table,
#wide-page*/ table {
	border: none;
	border-collapse: collapse;
	color: #3a3b3c;
	margin-top: 0;
	width: auto;
}

#wide-page table { width: 676px }

#vacancies thead th { width: 135px }

div#vacancies h2 {
	color: #3a3b3c;
	font-size: 1.35em;
	font-style: normal;
	margin-bottom: 0em
}

div#vacancies p { font-size: 1.1em }

div#vacancies ul {
	list-style: none;
	margin-left: -0.5em;
	padding: 1.3em 0
}

div#vacancies li {
	float:left;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0.9em
}

div#vacancies li a { padding: 0 0.5em }

div#vacancies #categories, 
div#vacancies #segments, 
div#vacancies #locations {
	font-size: 1em;
	margin-right: 0.5em;
	width: 142px
}

#vacancies .last { text-align: right }

#vacancies th.last {
	padding-left: 0;
	width: 85px
}


div#ir-portal { position: relative }
div#ir-portal h1 { padding-top: 218px }

div#ir-portal ul {
	list-style: none;
	margin: 0;
	padding: 0
}

div#ir-portal div#latest {
	background-repeat: no-repeat;
	clear: both;
	height: 202px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 676px
}

div#ir-portal div#latest div {
	color: #fff;
	float: right;
	font-size: 0.8em;
	padding: 1em;
	width: 179px
}

div#ir-portal div#latest h3,
div#ir-portal div#latest p { margin: 0 }

div#ir-portal div#latest div#releases li {
	margin-bottom: 10px;
	float: left;
	width: 100%
}

div#ir-portal div#latest div#releases li li {
	line-height: 1.1em;
	margin: 0.1em 0
}

div#ir-portal div#latest div#releases li li a {
	display: block;
	padding: 0.2em 0
}

div#ir-portal div#latest div#releases li li a:hover { border: 0 }

div#ir-portal div#latest div#releases li li.web a {
	background: url(../gfx/bg-a.png) no-repeat 100% 50%;
	display: inline;
	padding-right: 12px
}

div#ir-portal div#latest div#releases li li.pdf { margin-top: 0.3em }

div#ir-portal div#latest div#releases li li.pdf a {
	background: url(../gfx/icons/ico-pdf-black.png) no-repeat 0 0;
	padding-left: 22px
}

div#ir-portal div#latest div#releases div {
	float: right;
	font-size: 1em;
	padding: 0;
	width: 132px
}

div#ir-portal div#latest div#releases img {
	border: solid 1px #414141;
	border-right: solid 2px #4c4c4c;
	border-bottom: solid 2px #4c4c4c;
	float: left;
	width: auto
}


div#ir-portal div#latest h3,
div#ir-portal div#latest a { color: #fff; font-size: 1em }

div#ir-portal div#latest div#ticker { background: #3a3a3a url(../gfx/bg-ir-ticker.png) repeat-y }

div#ir-portal div#latest div#ticker img {
	margin-left: 0.2em;
	position: relative;
	top: 0.2em
}

div#ir-portal div#latest div#releases {
	background: #383838 url(../gfx/bg-ir-releases.png) no-repeat 0 0;
	clear: both;
	margin-top: 7px; height: 1549px;
}

div#ir-portal div#ir-modules div {
	color: #242424;
	float: left;
	width: 48%
}
div#ir-portal div#ir-modules div.first { margin-right: 4% }

div#ir-portal div#ir-modules h2 {
	background: #303435;
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	padding: 0.4em 0.8em
}

div#ir-portal div#ir-modules h2 a { color: #fff; display: block }
div#ir-portal div#ir-modules h2 a:hover { border-bottom: 0; text-decoration: underline }

div#ir-portal div#ir-modules h3 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0.4em 0
}

div#ir-portal div#ir-modules a { color: #242424 }
div#ir-portal div#ir-modules a:hover { border-bottom-color: #242424 }

div#ir-portal div#ir-modules p {
	color: #242424;
	line-height: 1.1em;
	margin: 0
}

div#ir-portal div#ir-modules .date {
	color: #999;
	display: block;
	font-size: 0.95em
}
div#ir-portal div#ir-modules a.readmore{
	color: #999;
	font-size: 0.95em;
	margin-top: 7px;
	float: left
}

div#ir-portal div#ir-modules div div {
	float: none;
	min-height: 12em;
	height: auto !important;
	height: 12em;
	width: 100%;
}

div#ir-portal div#ir-modules div div p { font-size: 1.1em }


div#ir-portal div#ir-modules div div#ir-contact p,
div#ir-portal div#ir-modules div div#ir-contact dl {
	float: left;
	margin-top: 0.4em;
	width: auto
}

div#ir-portal div#ir-modules div div#ir-contact p { margin-right: 0.8em }

div#ir-portal div#ir-modules span.date {
	font-size: 0.9em;
	padding: 0.4em 0; }

div#ir-portal div#ir-modules li,
div#ir-portal div#ir-modules dd {
	border-bottom: solid 1px #e7e7e7;
	font-size: 0.95em;
	padding-bottom: 0.4em
}

div#ir-portal div#ir-modules div div#ir-contact dl { font-size: 1.3em }

div#ir-portal div#ir-modules div div#ir-contact dl dt,
div#ir-portal div#ir-modules div div#ir-contact dl dd {	margin-bottom: 0.4em }

div#ir-portal div#ir-modules div div#ir-contact dl em,
div#ir-portal div#ir-modules div div#ir-contact dl span {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	margin-top: 0.1em
}

div#ir-portal div#ir-modules div div#ir-contact dl em { font-size: 0.7em }
div#ir-portal div#ir-modules div div#ir-contact dl dd { font-size: 0.9em }



/* page tools */
div#page-tools {
	border-top: solid 1px #e3e3e3;
	float: left;
	margin: 2em 0 1.4em 0;
	padding: 0;
	width: 444px
}

div#page-tools h3 { display: none }

div#page-tools li {
	float: left;
	font-size: 0.9em;
	margin-right: 16px;
	width: auto
}

div#page-tools li h3 {
	color: #9b9b9d;
	cursor: pointer;
	display: none;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding-left: 28px;
	padding-bottom: 1px;
	text-decoration: none
}

h3.pt-print { background: url(../gfx/icons/ico-print.png) no-repeat 4px 0 }
h3.pt-email { background: url(../gfx/icons/ico-email.png) no-repeat 4px 0 }
h3.pt-share { background: url(../gfx/icons/ico-share.png) no-repeat 4px 0 }

div#page-tools h4 span { display: block; padding-left: 21px }

div#pt-print h4 span { background: url(../gfx/icons/ico-print-gray.png) no-repeat 0 2px }
div#pt-email h4 span { background: url(../gfx/icons/ico-email-gray.png) no-repeat 0 2px }
div#pt-share h4 span { background: url(../gfx/icons/ico-share-gray.png) no-repeat 0 2px }


div#page-tools div
{
	color: #999;
	float: left;
	font-size: 0.9em
}

div#page-tools fieldset {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0
}

div#page-tools fieldset input { font-size: 0.8em; width: 180px }
div#page-tools fieldset input.btn { background: #fff; width: auto }

div#page-tools fieldset p,
div#page-tools ul { font-size: 1.2em }

div#page-tools ul {
	float: left;
	margin: 0 0 0.8em 0; 
	width: 100%
}

div#page-tools ul li {
	/*float: left;*/
	list-style: none;
	margin: 0 12px 0 0;
	/*width: auto*/
}

div#page-tools ul li a { padding: 0 }

div#page-tools div.modal {
	border: 0;
	float: left;
	width: 252px
}

div#page-tools div.modal div {
	border: 0;
	margin-bottom: 0
}

div#page-tools div.modal h4 {
	background: url(../gfx/bg-modal-heading-right.png) no-repeat 100% 0;
	clear: both;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	height: 26px;
	margin: 0 0 -2px -20px;
	padding: 0 0 16px 0;
	width: auto
}

div#page-tools div.modal h4 em 
{
	background: url(../gfx/bg-modal-heading-left.png) repeat-x 0 0;
	display: block;
	font-style: normal;
	height: 100%;
	margin: 0 3px 0 0;
	padding: 4px 7px 2px 7px
}

div#page-tools div.modal p {
	clear: both;
	float: left;
	margin-bottom: 0.4em;
	width: 100%
}

div#page-tools div.modal div ul { margin-top: 0.4em }
div#page-tools div.modal div ul li { margin: 0 0.2em 0 0 }
div#page-tools div.modal div ul li a:hover { border: 0 }
div#page-tools div.modal div ul li img { position: relative; top: 3px; margin-right: 4px }

div#page-tools div.modal-top {
	background: transparent url(../gfx/bg-modal-top.png) no-repeat 0 0;
	padding: 0 20px 1.4em 20px;
	width: 212px
}

div#page-tools div.modal-bottom {
	background: transparent url(../gfx/bg-modal-bottom.png) no-repeat 0 0;
	height: 4px;
	width: 252px	
}


/* wide pages */
#wide-page table { margin-bottom: 1.5em }

/*#wide-page*/ caption {
	background-color: #535456;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.3em;
	text-align: left
}

/* fix for IE to display all rows of all tables in one line */
/*#wide-page*/ thead th { width: auto }

/* end fix */
/*#wide-page th, #wide-page*/ th, td {
	padding-left: 0.3em;
	padding-right: 0.3em
}

#wide-page .lastRow td {
	border-top: 1px solid #535456;
	border-bottom: none;
	font-weight: bold
}

#wide-page .year { text-align: right }


/* branch-manager */
#branch-manager .application {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	float: left;
	line-height: 2.5;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 444px
}

#branch-manager .application h2 {
	background: transparent url('../gfx/icons/ico-arrow.png') no-repeat 100% 75%;
	float: left;	
	padding-right: 0.5em;
	padding-top: 0.4em
}
#branch-manager .application h2#applytothisjobtitle {cursor: pointer}

#branch-manager .application p {	
	font-size: 1.15em;
	margin-bottom: 0;
	text-align: right
}

#branch-manager .application p a { color: #9b9b9d }
#branch-manager .application p a:hover,
#branch-manager .application p a:active { color: #3a3b3c }
#branch-manager form { clear: both }

#branch-manager #formError p { 
	color: #cc3333;
	font-style: italic;
	margin-top: -1em
}

div#branch-manager fieldset { padding-bottom: 0 }
#branch-manager select { margin-right: 0.4em }
#branch-manager .month { width: 85px }
#branch-manager .year, #branch-manager .day { width: 65px }

div#branch-manager input.btnBrowse{
	background: transparent url('../gfx/bg-browse.png') no-repeat 0 50%;
	border: none;
	color: #fff;
	font-size: 0.85em;
	height: 18px;
	margin-bottom: 0.2em;
	padding-bottom: 5px;
	width: 54px
}


/* misc template pages */
div#persondetails p { clear: both }
div#page-content div#persondetails ul { margin-left: 200px; padding-left: 15px }


/* sitemap */
div#page-content fieldset#sitemapbuttons {
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	display: none;
	margin: 15px 0 10px;
	padding: 12px 0;
}

div#page-content fieldset#sitemapbuttons ul { margin: 0 }

div#page-content fieldset#sitemapbuttons ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
	width: auto
}

div#page-content fieldset#sitemapbuttons ul li input,
div#page-content fieldset#sitemapbuttons ul li label {
	border: 0;
	float: left;
	width: auto
}

div#page-content ul#sitemap, div#page-content ul#sitemap ul {
	float: left;
	margin: 0;
	width: 100%
}

div#page-content ul#sitemap li {
	float: left;
	list-style: none;
	width: 100%
}

div#page-content ul#sitemap li a 
{
	color: #3a3b3c;
	line-height: 1.4em;
	padding: 0.05em 0
}
div#page-content ul#sitemap li a:hover { border: 0; color: #9b9b9d }

li.haschildren span {
	float: left;
	height: 1.3em;
	margin: 0.7em 0 0;
	width: 14px
}

li.haschildren li.haschildren span { margin: 0 }

li.haschildren span.expand { background: url(../gfx/bg-li-expand.png) no-repeat 0 100% }

li.haschildren span.collapse { background: url(../gfx/bg-li-collapse.png) no-repeat 0 100% }

div#page-content ul#sitemap li.haschildren ul li.haschildren span.expand,
div#page-content ul#sitemap li.haschildren ul li.haschildren span.collapse {
	background-position: 28px 60%;
	margin: 0;
	width: 37px
}

div#page-content ul#sitemap li {
	border-top: solid 1px #e7e7e7;
	float: left
}

div#page-content ul#sitemap li.first {
	border-top: 0;
	font-size: 1.4em;
	line-height: 1.25em;
	margin: 0.6em 0 0.2em
}

div#page-content ul#sitemap li.haschildren ul li.haschildren { border-top: solid 1px #e7e7e7 }

div#page-content ul#sitemap li.haschildren a {
	float: left;
	font-size: 1.4em;
	line-height: 1.25em;
	margin: 0.6em 0 0.2em;
	width: auto
}

div#page-content ul#sitemap li.haschildren ul li a {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 28px
}

div#page-content ul#sitemap li.haschildren ul li.haschildren a { margin-left: 7px }

div#page-content ul#sitemap li.haschildren ul li.haschildren ul li a { margin-left: 44px }
div#page-content ul#sitemap li.haschildren ul li.haschildren ul li.haschildren a { margin-left: 58px }
div#page-content ul#sitemap li.haschildren ul li.haschildren ul li.haschildren span { display: none }


/* related area */
div#related {
	border-left: solid 1px #e7e7e7;
	float: left;
	margin-top: 22px;
	padding-left: 8px;
	width: 196px
}

div#related h2 {
	color: #3a3b3c;
	font-size: 1em;
	margin: 0 0 0.3em 0
}

div#related ul li { clear: both; list-style: none }
div#related dd { clear: both }

div#related div.module {
	float: left;
	margin-bottom: 4px;
	padding: 17px 18px;
	width: 168px
}

div#related .t1 { background: url(../gfx/bg-related-1.png) no-repeat 0 0 }
div#related .t2 { background: url(../gfx/bg-related-2.png) no-repeat 0 0 }
div#related .t3 { background: url(../gfx/bg-related-3.png) no-repeat 0 0 }
div#related .t4 { background: url(../gfx/bg-related-4.png) no-repeat 0 0 }
div#related .worldmap { background: url(../gfx/bg-worldmap.png) no-repeat 50% 50% }

div#related div.module a {
	/*border-bottom: dotted 1px #717171;*/
	color: #717171;
	float: left;
	font-size: 1em; /*1em default*/
	line-height: 1em;
	padding-bottom: 1px;
	text-decoration: none;
	width: auto
}

div#related div.module .email a {
	/*border-bottom: dotted 1px #717171;*/
	color: #717171;
	font-size: 1em; /*1em default*/
	line-height: 1.1em;
	text-decoration: none	
}

div#related div.module a:hover { border-bottom: dotted 1px #717171; padding-bottom: 0 }

div#related div.module dl,
div#related div.module ul {
	float: left;
	/*font-size: 1.15em;*/
	width: 168px
}


/* footer area */
div#footer {
	background: url(../gfx/bg-footer.png) no-repeat 0 100%;
	float: left;
	margin-bottom: 20px;
	padding: 36px 28px 20px 28px;
	width: 904px
}

div#footer div {
	border-bottom: solid 4px #b1b2b2;
	float: left;
	font-size: 0.9em;
	width: 904px
}

div#footer a {
	color: #9b9b9d;
	text-decoration: none
}

div#footer ul li {
	float: left;
	width: auto
}

div#footer p,
div#footer ul#company-info {
	background: #b1b2b2;
	float: left;
	padding: 4px 32px 0 12px
}

div#footer ul#company-info { padding-right: 52px }
div#footer p { padding-right: 11px }

div#footer p,
div#footer ul#company-info li a { color: #fff }

div#footer ul#company-info li { margin-right: 12px }

div#footer ul#company-info a {
	background: url(../gfx/bg-a-gray.png) no-repeat 0 50%;
	padding-left: 12px
}

div#footer ul#site-tools {
	float: right;
	margin: 6px 3px 0 0;
	width: auto
}

div#footer ul#site-tools li {
	border-left: solid 1px #bcbdbd;
	line-height: 1.2em;
	margin-left: 6px;
	padding-left: 6px
}

div#footer ul#site-tools li.first { border: 0 }
div#footer ul#site-tools li a:hover { color: #666 }


/* modal popups */
#fade,.fade {
	background: #000;
	cursor: pointer;
	display: none;
	left: 0;
    filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001
}


/*Misc classes*/
.invalid { background-color: #c33; color: #fff }

/*Method to hide*/
.hidden { display: none }

/*styling to centralize the flash on the index pages*/
.flashindex{ text-align: center;}

/*Google map styling*/
.googlemapsmall {
    float: left;
    height: 300px;
    width: 450px
}
.googlemaplarge {
	float: left;
	height: 500px;
	width: 680px		
}
div.mapglobalpresence 
{
	border: solid 1px silver; 
	float: left;
	height: 460px; 
	width: 680px; 
	overflow: hidden;
	/*1650*/ }
	div.mapcontrolcanvas
	{
		background:transparent url(../gfx/gm/securitas_bg_button3.png) no-repeat scroll 0 -1px;
		color:#CCCCCC;
		float:right;
		height:18px;
		margin:0 5px 0 0;
		padding:0 0 0 10px;
		position:relative;
		right:3px;
		top:-455px;
		width:143px;
		z-index:20;
		display: none;
	}
	div.noshow{top: -9999em !important;}
	div.mapcontrolcanvas label:hover{color: White}
	div#tooltipmarker
	{
		background: #999 url(../gfx/gm/marker-country-right-bg.png) no-repeat 105% 0 ;
		color:White;
		position:absolute;
		width:auto; 
		z-index: 50;
		padding: 0 5px 0 5px;
		text-align: center;
		height: 17px;
		white-space: nowrap;
		top:-9999em
	}
	div.wraptooltipmarker
	{
		background:transparent url(../gfx/gm/region-lightgrey-marker-bg.png) no-repeat scroll 16px 0px;
		color:#ccc;
		height:27px;
		padding-left:6px;
		padding-top:4px;
		position:absolute;
		width:185px;
		z-index:50;
		text-align:center;
		cursor: pointer
	}
	div.wraptooltipmarkersmall
	{
		background:transparent url(../gfx/gm/region-lightgrey-marker-small-bg.png) no-repeat scroll 13px 0px;
		color:#ccc;
		height:27px;
		padding-left:6px;
		padding-top:4px;
		position:absolute;
		width:185px;
		z-index:50;
		text-align:center;
		cursor: pointer
	}
	
	#lblcountries{display: none}
	ul#countrypoints{
		margin-top:35px;
		width:699px;
		left: -9999em;
		position: absolute
		
		}
	div#waiting{float:right;
		position:relative;
		right:20px;
		top:20px;
		z-index:0;
	}
	ul#countrypoints li{list-style: none}

.maplegend li
{
	list-style: none;
	float: right;
}
.gmnoprint span{position:absolute;right:-16px;bottom:-7px}
.gmnoprint a{font-size:7pt}
/*Region listing*/
div#page-content div#regionlisting-wrapper ul {
	clear: none;
	float: left;
	list-style: none;
	margin: 0 3% 0 0;	
	padding: 0;
	width: 30%
}

div#page-content div#regionlisting-wrapper ul li a { line-height: 1.4em }

table.mediakit input {
	border: 0 !important;
	width: auto !important
}

div.mediakitpage h3,
div.mediakitpage p { clear: both }

div.mediakitpage h3 {
	float: left;
	margin-top: 0.2em;
	width: auto
}

div.mediakitpage p.downloadzip span.msg {
	float: left;
	font-size: 0.85em;
	margin: 0 30px 0.5em 0;
	width: 120px
}

input.checkbox { width: auto !important }


/* Securitas Alert Services */
ul#topmenu li.selected a.active { text-decoration: underline }

div#topmenuarea p {
	color: #ccc;
	padding: 0.8em 0;
	width: auto
}

div#wrap div#wrap-inner div.alert-services {
	background: #3e3f40;
	color: #fff;
	/*position: relative*/
}

div.alert-services div#as-info {
/*	position: absolute;
	top: 70px;
	left: 100px;*/ /*Removed due to country selection drop-down bug 080917*/
	overflow: hidden;
	margin: -415px 0 0 100px;
	height: 410px;
	width: 295px
}

div.alert-services div#as-info p {
	margin: 0 0 1em 0;
	width: 210px
}

div.alert-services div#as-info em { font-style: normal }

div#wrap div#wrap-inner div.alert-services h1 {
	color: #fff;
	line-height: 1em
}

div#header div#tools div.as-siteselector { width: 264px !important }

div#header div#tools div.as-content {
	background: transparent url(../gfx/bg-tools-siteselector-as.png) no-repeat 0 0 !important;
	width: 236px !important
}

div#header div#tools div.as-content h3 a { color: #fff !important }

div#header div#tools div.as-bottom {
	background: transparent url(../gfx/bg-tools-siteselector-bottom-as.png) no-repeat 0 0 !important;
	width: 264px !important;
	padding-top: 4px !important
}

div#header div#tools div.as-content ul { width: 49% !important }

div#vacancies ul {
	margin-left: 0;
	padding: 0.2em 0 0.4em 0
}

div#vacancies ul li input {
	border: 0;
	float: left;
	width: auto
}

div#vacancies ul li label {
	float: left;
	line-height: 1.2em;
	margin: 2px 10px 0 2px;
	width: auto
}

.langselectsplash 
{
	background: #bbbcbe;
	border-top: solid 80px #717075;
	position: absolute; 
	left:0; 
	top: 0;
	text-align: center;
	z-index:9999;
	width: 960px
}

.langselectsplash div { border-top: solid 20px #515153;	padding: 3.5em 0 5em 0 }

.langselectsplash h2 { display: none }
.langselectsplash p
{
	color: #fff;
	font-size: 1em;
	margin: 2em 0 0 0;
	text-align: center;
	width: 100% !important
}

.langselectsplash ul
{
	/*height: 77px;*/
	margin: 0 0 0 400px;
	overflow: hidden
}


.langselectsplash li
{
	list-style-type: none;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	color: #59595B;
}

.langselectsplash a {
	color: #fff !important;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 18px;
	text-decoration: none
}

.langselectsplash a:hover { color: #23b1a5 !important }


input.aspnet-hack {
	position: absolute;
	visibility: hidden
}

div#langsplashfade {
	background-color: #000;
	/*display: none;*/
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 960px;
	-moz-opacity: 0.7; /* for mozilla browsers */
	opacity: 0.7;
	filter: alpha(opacity=70) /* for ie browsers */
}

div#langselectsplash, div#langsplashfade { width: 100% }
div#langselectsplash { top: 180px }

