/* -------------------------------------------------------------- 
  
   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;
}

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

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

/* section header images */
body.about-us div#branding
{
	background: url(../img/layout/aboutus-branding-bg.jpg) 0 0 no-repeat;
}

body.meeting-rooms div#branding
{
    background: url(../img/layout/meetingrooms-branding-bg.jpg) 0 0 no-repeat;
}

body.accommodation div#branding
{
    background: url(../img/layout/accommodation-branding-bg.jpg) 0 0 no-repeat;
}

body.cuisine div#branding
{
    background: url(../img/layout/cuisine-branding-bg.jpg) 0 0 no-repeat;
}

body.location div#branding
{
    background: url(../img/layout/location-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.programmes div#branding {
    background: url(../img/layout/china-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 */
}

/* =CONTACT US AREA */
div#branding-contact {
    background: #5C5C5C;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 8px 7px 8px;
    color: #ccc;
}

div#branding-contact p {
    margin: 0;
}

div#branding-contact a {
    color: #ccc;
}

div#branding-contact span {
    font-size: 1.2em;
    color: #fff;
}




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

div#site-search {

}


/* =NAV-PRIMARY
-------------------------------------------------------------- */
div#nav-primary {
	position: relative;
	z-index: 10;
	background:#5d5d5d;
	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: #c5c5c5;
	font-size: 1.25em; /* 15px */
	border-bottom: 4px solid #5D5D5D;
}

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.meeting-rooms #nav-primary ul li.nav-meeting-rooms a,
body.accommodation #nav-primary ul li.nav-accommodation a,
body.cuisine #nav-primary ul li.nav-cuisine a,
body.contact-us #nav-primary ul li.nav-contact-us a,
body.location #nav-primary ul li.nav-location a   
{
	color: #fff;
	border-bottom: 4px solid #fff;
}

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

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;
}

/* =FLAG */
div#flag {
	float: right; 
	padding-right: 6px; 
	padding-top: 10px;
}
	


/* =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 #5d5d5d;
	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#content.one-col {
    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 {
    background: #fff;
    width: 610px;
	margin-right: 10px;
	padding: 0;
}

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

div#content.one-col div#content-primary {
    width: 740px;
}

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

body.home div#content-secondary {
	width: 330px;
	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: 10px 0px;
	padding: 15px 30px;
	width: 890px;
	font-size: 0.9em; /* 13px */
}

div#site-info div#col-1 {
	float: left;
	width: 580px;
	padding-top: 10px;
}

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

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;
}

#site-info img {
	float: left;
	padding: 5px 10px 25px 10px;
}

/* =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;
	width: auto;
	padding: 5px 0 5px 20px;
}

/* 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,
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 {
/*  background: url(../img/layout/secondary-bg.jpg) 100% 100% repeat-y; */
    background: #D9D9D7 url(../img/layout/secondary-bg.jpg) 100% 100% no-repeat;
    margin-bottom: 0.5em;
    padding: 20px;
    text-align: right;
}

body.home blockquote {
    background: none;
}

blockquote p {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5em;
    font-size: 16px;
    color: #003399;
}

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

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;
}


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

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

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

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 #ccc; */
}

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

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;
}

form.default-form div.actions {
    text-align: center;
}

form.default-form div.actions input {
    width: auto;
    
}

/* =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-primary {
	position: relative;
	background: url(../img/layout/primary-shadow.jpg) 0 100% no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
}

body.home div#content-primary div {
	background: #fff;
	float: left;
	padding: 20px;
	width: 575px;
	width: 570px;
	height: 180px;
}

body.home div#content-primary ul {
    margin: 0;
    list-style: none;
}

body.home div#content-primary li {
	background: url(../img/layout/bullet.gif) 2px 8px no-repeat;
	float: left;
	width: 260px;
	padding: 5px 0 5px 20px;
}

body.home div#content-primary h1 {
	padding-bottom: 5px;
}
	

body.home div#content-secondary {
	position: relative;
	background: #D8D9D7 url(../img/layout/home-highlight-shadow.jpg) 0 100% no-repeat;
	/* background: #D8D9D7; */
}

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: #d8d9d7;
/* 	height: 180px; 
	overflow: hidden; */
	text-align: right;
}

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% repeat-y;
	float: left;
	width: 222px;
	margin-left: 9px;
	padding-right: 2px;
	padding-bottom: 9px;
	display: inline;
	color: #003399;
}

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

}

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: #003399;
	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 #fff;
	border-top: none;
	padding: 0.5em 0.5em;
	height: 150px;
	overflow: hidden;
}

body.home div#content-tertiary div.highlight div img {
    margin-left: 10px;
}

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

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

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

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

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;
}

div#content-secondary div#related ul {
    margin-left: 0;
    list-style: none;
}


/* =TERTIARY CONTENT
----------------------------------------------- */
div#content-tertiary img {
    background: url(../img/layout/secondary-bg.jpg) right bottom repeat-x;
    padding-bottom: 10px;
    float: right;
}

body.home div#content-tertiary img {
    background: none;
    border: 1px solid #fff;
    padding: 0;
}

/* =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 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 0 3px;
}

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 0 3px;
}

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

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

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

div#floormap_content {
    
    float: left;
    clear: both;
    width: 940px;
    margin: 10px 0 0 0;
    padding: 10px;
}

/* =NEWS
------------------------------------------------------ */
ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.news li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

ul.news li h3 {
    font-size: 1.1em;
    font-weight: normal;
}

div#summary {
    font-weight: bold;
}







/* Meeting Room articles */

img#room_map {
    float:left;
    padding: 0 20px 20px 0;
}

#room_capacity {
    float:left;
   margin-left:20px;
}

.rooms_capacity {
    clear:both;
    float:left;
    margin: 0 0 5px 0;
    }
.rooms_capacity img {
    float:left;
    }
.rooms_capacity span{
    display:block;
    float:left;
    padding:6px 0 2px 5px;
    }


table#technical_details #equipment {
        width: 35%;
}
table#technical_details #yes_no {
        width: 15%;
}
table#technical_details #notes {
        width: 50%;
}

.clear {
    clear:both;
    }
