/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";



/* =CONTAINERS
-------------------------------------------------------------- */
body {
	background: #fff url(../img/layout/background.gif) center repeat-y;
	color:#FFFFFF;
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	width: 960px;
	margin: 0 auto;
	color: #333333;
}

/* =BRANDING
-------------------------------------------------------------- */
div#branding {
	position: relative;
	background: url(../img/layout/branding-bg.jpg) 0 0 no-repeat;
	height: 200px;
}

/* section header images */
body.about-us div#branding,
body.people div#branding {
	background: url(../img/layout/aboutus-branding-bg.jpg) 0 0 no-repeat;
}
body.contact-us div#branding {
	background: url(../img/layout/contactus-branding-bg.jpg) 0 0 no-repeat;
}
body.sectors div#branding {
	background: url(../img/layout/sectors-branding-bg.jpg) 0 0 no-repeat;
}
body.services div#branding {
	background: url(../img/layout/services-branding-bg.jpg) 0 0 no-repeat;
}
body.expertise div#branding {
	background: url(../img/layout/expertise-branding-bg.jpg) 0 0 no-repeat;
}
body.programmes div#branding {
	background: url(../img/layout/programmes-branding-bg.jpg) 0 0 no-repeat;
}
body.psfg-publishing div#branding {
	background: url(../img/layout/psfg-publishing-branding-bg.jpg) 0 0 no-repeat;
}



body.home div#branding {
	background: url(/assets/default/Site/en/img/slideshows/PSFG-header-1.jpg) 0 0 no-repeat;
	height: 290px;
}

div#branding a#group-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 165px;
	height: 70px;
	text-indent: -9999px;
	background: url(../img/layout/transparent.gif) 0 0 repeat; /* IE needs this to make links work over flash */
}

div#branding a#moller-logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 70px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/layout/transparent.gif) 0 0 repeat; /* IE needs this to make links work over flash */
}

/* =SITE-TOOLS
-------------------------------------------------------------- */
ul#site-tools {
	list-style-type: none;
} 

div#site-search {

}


/* =NAV-PRIMARY
-------------------------------------------------------------- */
div#nav-primary {
	position: relative;
	z-index: 10;
	background:#d0e4e3;
	float: left;
	clear: both;
	width: 100%;
	margin-top: -1px; /* Needed because flash has 1px white line (for some reason) */
}

div#nav-primary ul {
	list-style-type: none;
	margin: 0 0 0 0.95em;
	padding: 0;
}

div#nav-primary ul li {
	float: left;
	background: url(../img/layout/primary-nav-divider.jpg) 0 0 no-repeat;
}

div#nav-primary ul li.first-nav-primary {
	background: none;
}

div#nav-primary ul li a:link, div#nav-primary ul li a:visited, div#nav-primary ul li a:focus, div#nav-primary ul li a:active {
	display: block;
	margin: 0 0.6em;
	padding: 0.9em 0 0.4em 0;
	text-decoration: none;
	color: #353535;
	font-size: 1.25em; /* 15px */
	border-bottom: 4px solid #D0E4E3;
}

div#nav-primary ul li a.active:link, div#nav-primary ul li a.active:visited, div#nav-primary ul li a.active:focus, div#nav-primary ul li a.active:active,
body.home #nav-primary ul li.nav-home a,
body.about-us #nav-primary ul li.nav-about-us a,
body.services #nav-primary ul li.nav-services a,
body.sectors #nav-primary ul li.nav-sectors a,
body.expertise #nav-primary ul li.nav-expertise a,
body.programmes #nav-primary ul li.nav-programmes a,
body.publishing #nav-primary ul li.nav-publishing a,
body.contact-us #nav-primary ul li.nav-contact-us a,
body.people #nav-primary ul li.nav-people a,
body.psfg-community #nav-primary ul li.nav-psfg-community a    
{
	color: #003399;
	border-bottom: 4px solid #003399;
}

div#nav-primary ul li a:hover {
	color:#4c3500;
	border-bottom: 4px solid #4c3500;
}

div#nav-primary ul.submenu {
    display: none;
}

/* =SEARCH */
div#nav-primary form {
	float: right;
	margin: 7px 5px 0 0;
	display: inline;
	padding: 0;
	width: 200px;
}

div#nav-primary form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div#nav-primary form input {
	border: 1px solid #a7a589;
	padding: 4px;
}

div#nav-primary form input.submit {
	background: #ccc;
}


/* =NAV-SECONDARY
-------------------------------------------------------------- */
ul#nav-secondary {
	position: relative;
	z-index: 10;
	list-style-type: none;
	float: left;
	width: 140px;
	margin: 0 0 0 -4px;
	padding: 0 24px 0 0;
}

ul#nav-secondary li {
	margin: 0 0 10px 0;
	display: inline;
	float: left;
	width: 100%;
}

ul#nav-secondary li a:link, ul#nav-secondary li a:visited, ul#nav-secondary li a:focus, ul#nav-secondary li a:active {
	display: block;
	padding: 0 0 0 24px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

ul#nav-secondary li.active a:link, ul#nav-secondary li.active a:visited, ul#nav-secondary li.active a:focus, ul#nav-secondary li.active a:active { 
	border-left: 4px solid #003399;
	padding-left: 20px;
	color: #003399;
}

ul#nav-secondary li a:hover {
	color: #4C3500;
	border-left: 4px solid #4C3500;
	padding-left: 20px;
}

/* =CONTENT CONTAINERS
-------------------------------------------------------------- */
div#content {
	background: url(../img/layout/dividers.gif) 0 0 repeat-y;
	float: left;
	clear: both;
	width: 960px;
	margin: 10px 0 0 0;
	padding: 10px 0;
}

div#single-col-content {
    float: left;
    clear: both;
    width: 960px;
    margin: 10px 0 0 0;
    padding: 10px 0;
}

div#content.one-col,
body.contact-us div#content
{
    background: url(../img/layout/dividers-one-col.gif) 0 0 repeat-y;
}

body.home div#content,
body.forum div#content {
	background: none;
}

div#content-primary {
	float: left;
	width: 454px;
	margin: 0;
	padding: 0 20px;
}

body.home div#content-primary {
	width: 435px;
	margin-right: 10px;
}

body.search div#content-primary,
body.error404 div#content-primary
{
    margin-left: 164px;
    display: inline;
}

div#content.one-col div#content-primary,
body.contact-us div#content-primary {
    width: 740px;
}

div#content-secondary {
	float: left;
	width: 186px;
	margin: 0;
	padding: 0 20px 0 100px;
	text-align: right;
}

body.home div#content-secondary {
	width: 455px;
	padding: 0;
	text-align: left;
}

div#content-tertiary {
	float: right;
	width: 306px;
	margin: 0;
	padding: 0;
	text-align: right;

} 

body.home div#content-tertiary {
	clear: both;
	float: left;
	width: 951px; /* + the 9px below adds up to 960 (The width of the page) */
	margin: 1em 0;
	padding-left: 9px; /* The extra 11px comes from the highlight boxes - To line up the left hand side */
	text-align: left;
}


/* =SITE-INFO
-------------------------------------------------------------- */
div#site-info {
	background: url(../img/layout/site-info-bg.jpg) 0 0 no-repeat;
	float: left;
	clear: both;
	margin-top: 20px;
	padding: 15px 30px;
	width: 890px;
	font-size: 0.9em; /* 13px */
}

div#site-info div#col-1 {
	float: left;
	width: 680px;
}

div#site-info div#col-2 {
	float: right;
	width: 190px;
	text-align: right;
}

div#site-info p#login a:link, div#site-info p#login a:visited, div#site-info p#login a:focus, div#site-info p#login a:active {
	background: url(../img/layout/login.gif) 0 0 no-repeat;
	display: block;
	padding-left: 36px;
}

/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
    color: #333;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	font-weight: normal;
}

h1 {
	font-size: 1.125em; /* 18px */
	color: #003399;
}

h2 {
	font-size: 1em; /* 16px */
	color: #006699;
}

h3 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
}

h5 {
	font-size: 1em; /* 16px */
	font-weight: bold;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
}

a.read-more:link, a.read-more:visited, a.read-more:focus, a.read-more:active
{
	background: url(../img/layout/read-more.png) 0 50% no-repeat;
/*	display: block; */ /* Commented out because of IE6! */
	width: auto;
	padding: 5px 0 5px 20px;
}

/* alternative colour read-more arrows for in Homepage highlight boxes */
body.home div#content-secondary div#highlight-content a.read-more:link, body.home div#content-secondary div#highlight-content a.read-more:visited, body.home div#content-secondary div#highlight-content a.read-more:focus, body.home div#content-secondary div#highlight-content a.read-more:active,

body.home div#highlight-2 a.read-more:link, body.home div#highlight-2 a.read-more:visited, body.home div#highlight-2 a.read-more:focus, body.home div#highlight-2 a.read-more:active,

body.home div#highlight-3 a.read-more:link, body.home div#highlight-3 a.read-more:visited, body.home div#highlight-3 a.read-more:focus, body.home div#highlight-3 a.read-more:active

{
	background: url(../img/layout/read-more-alt.png) 0 50% no-repeat;
/*	display: block; */ /* Commented out because of IE6! */
	width: auto;
	padding: 5px 0 5px 20px;
	color: #4c3500;
}


/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/info.gif) no-repeat 0 0;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table, table form,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}


/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}

/* =MY ACCOUNT TABLE */
table.account-table {
    width: 100%;
}

table.forum {
    width: 910px;
}

/* =ECOMMERCE TABLES */
table.table-dynamic {
    border-bottom: 1px solid #DDD;
    font-size: 12px;
}

table.table-dynamic td {
    border-bottom: 0;
}

/* E-Commerce styles */
body.publishing div#content-primary {
	width: 524px;
}

body.publishing div#content-secondary {
	padding-left: 0;
}

div.item {
	clear: left;
}

div.summary-image img {
	float: left;
	margin: 0 0.8em 0.4em 0;
}

div.detail-image img {
	float: right;
	margin-left: 0.8em;
}


/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
   

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
}

/* =FORUM
------------------------------------------------- */
body.forum div#content-primary {
    width: 900px;
}

/* =FORUM FORM
------------------------------------------------- */
form.forum-message {
    width: 800px;
    margin-bottom: 10px;
}
form.forum-message input, form.forum-message textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    width: 500px;
    padding: 5px;
}

form.forum-message input#button-next {
    width: auto;
    margin-left: 190px;
}





/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

/* =HOMEPAGE
----------------------------------------------- */
body.home div#content-primary a.read-more {
	float: right;
	clear: both;
}

body.home div#content-secondary {
	position: relative;
	right: -1px;
	background: url(../img/layout/highlight-shadow.jpg) 0 100% no-repeat;
	padding-bottom: 10px;
}

body.home div#content-secondary div.highlight {
	border: 1px solid #a0bebc;
}

body.home div#content-secondary div.highlight div {
	padding: 10px 20px;
}

body.home div#content-secondary div.highlight div#highlight-content {
	position: relative; /* needed for the image to hang off */
	background: #d0e4e3;
	top:-3px;
/* 	height: 180px; 
	overflow: hidden; 
	padding-right: 180px;*/
}

body.home div#content-secondary div.highlight div#highlight-content img {
	position: absolute;
	top: 0;
	right: 0;
}

body.home div#content-secondary h2 {
	color: #4c3500;
}


body.home div#content-tertiary div.highlight {
	background: #d2d0af url(../img/layout/secondary-bg.jpg) 100% 100% no-repeat;
	float: left;
	width: 222px;
	height: 245px;
	overflow: hidden;
	margin-left: 11px;
	padding-bottom: 9px;
	display: inline;
}

body.home div#content-tertiary div.highlight h2 {
	background: #fff;
	display: block;
	border: 1px solid #a0bebc;
	border-bottom: none;
	padding: 0.5em 1em;
	font-size: 0.875em; /* 14px */
	color: #4c3500;
	color: #006699;
	color: #353535;
	color: #003399;
	color:#333;

}

body.home div#content-tertiary div.highlight h3
{
	margin-bottom: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #4c3500;
}
body.home div#content-tertiary div.highlight h3 a:link, body.home div#content-tertiary div.highlight h3 a:visited, body.home div#content-tertiary div.highlight h3 a:focus, body.home div#content-tertiary div.highlight h3 a:active {
	margin-bottom: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #4c3500;
	text-decoration: underline;
}
body.home div#content-tertiary div.highlight h3 a:hover {
	text-decoration: none;
}

body.home div#content-tertiary div.highlight div {
	border: 1px solid #a0bebc;
	border-top: none;
	padding: 0.5em 1em;
	height: 193px;
	overflow: hidden;
}

body.home div#content-tertiary div#highlight-1 div {
	background: #d0e4e3 url(../img/layout/homepage-highlight-1-bg.jpg) 100% 100% no-repeat;
}

body.home div#content-tertiary div#highlight-2 div {
	background: #d0e4e3 url(../img/layout/homepage-highlight-2-bg.jpg) 100% 100% no-repeat;
}

body.home div#content-tertiary div#highlight-3 div {
	background: #d0e4e3 url(../img/layout/homepage-highlight-3-bg.jpg) 100% 100% no-repeat;
}

body.home div#content-tertiary div#highlight-4 div {
	background: #d0e4e3 url(../img/layout/homepage-highlight-4-bg.jpg) 100% 100% no-repeat;
}

body.home div#content-tertiary form {
	margin-top: 1.5em;
}

body.home div#content-tertiary form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

body.home div#content-tertiary form input {
	border: 1px solid #7f9db9;
	margin-bottom: 5px;
	padding: 4px;
}

body.home div#content-tertiary form input.submit {
	padding: 2px;
}

/* =SECONDARY CONTENT
----------------------------------------------- */
div#content-secondary ul, div#content-secondary ol {
	/* direction: rtl; */
	margin: 0 0 1em 0;
	padding: 0;
}

div#content-secondary a.rel_docs_pdf {
}
    
div#content-secondary ul {
	margin-left: 15px;
}

div#content-secondary ol {
	margin-left: 22px;
}

div#content-secondary ul li, div#content-secondary ol li {
	margin: 0;
	padding: 0;
}


/* =TERTIARY CONTENT
----------------------------------------------- */
div#content-tertiary blockquote {
	background: url(../img/layout/secondary-bg.jpg) 100% 100% no-repeat;
	margin-bottom: 0.5em;
	padding: 20px;
}

div#content-tertiary blockquote p {
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5em;
	font-size: 16px;
	color: #4c3500;
}

div#content-tertiary blockquote p.author {
	line-height: 0.5em;
	font-size: 11px;
	color: #353535;
}

div#content-tertiary img {
	background: url(../img/layout/secondary-bg.jpg) 100% 100% no-repeat;
	padding-bottom: 9px;
}

/* =PROFILE / BIO PAGE
------------------------------------------------ */
img.people-photograph {
    position: relative;
    z-index: 10;
    float: right;
    margin: 0 -80px 20px 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px;
}

ul.people {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.people li {
    width: 300px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

ul.people li.vcard span.fn {
    display: none;
}

ul.people li h3 {
    font-size: 1.2em;
}

ul.people li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.people li ul li {
    width: auto;
    margin: 4px 0;
    padding: 0;
    padding-left: 22px;
    float: none;
    border: none;
}

ul.people li.email {
    background: url(../img/icons/email.gif) 0 0 no-repeat;
}

ul.people li.tel {
    background: url(../img/icons/tel.gif) 0 0 no-repeat;
}

ul.people li.fax {
    background: url(../img/icons/fax.gif) 0 0 no-repeat;
}

div.person span.fn {
    display: none;
}

/* =SEARCH RESULTS
--------------------------------------------------- */
ul.search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.search-results-list li {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

ul.search-results-list li h3 {
    font-size: 1em;
}

/* =RELATED
--------------------------------------------------- */
div#related {
    text-align: left;
}

div#related li {
/*  list-style: none;
    margin: 0;
    padding: 0; */
}

div#related p.document-description {
    font-style: italic;
}

div#related a.rel_docs_txt {
    padding: 3px 0 3px 20px;
    background: url(../../../../img/icons/ico_unknown.gif) no-repeat center left;
}

div#related a.rel_docs_xls, #rel_docs a.rel_docs_xlt {
   padding: 3px 0 3px 20px;
   background: url(../../../../img/icons/ico_excel.gif) no-repeat center left;
}

div#related a.rel_docs_pdf {
    padding: 3px 0 3px 20px;
    background: url(../../../../img/icons/ico_pdf.gif) no-repeat center left;
}

div#related a.rel_docs_ppt {
    padding: 3px 0 3px 20px;
    background: url(../../../../img/icons/ico_ppt.gif) no-repeat center left;
}

div#related a.rel_docs_doc {
    padding: 3px 0 3px 20px;
    background: url(../../../../img/icons/ico_word.gif) no-repeat center left;
}


