/* CSS Document */


body.screen-large #navMobileData{
	display:none;
}

/* reset lists */
body.screen-large #content ul,
body.screen-large #content ul li
{
list-style:none;
line-height:1;
margin:0px;
padding:0px;
}
body.screen-large #content ul.horizontal li{
display:inline-block;	
}
body.screen-large #content a.top-link{
display:none;	
}

body.screen-large #content #latestFigures h2{
display:none;	
}
body.screen-large #content #latestFigures section{
width:25%;
float:left;
}

body.screen-large #content #latestFigures section.figures dl dt{
font-size:16px;
font-weight:bold;
color:#000;
}
body.screen-large #content #latestFigures section p,
body.screen-large #content #latestFigures section p{
font-size:11px;
font-weight:normal;
color:#333;
}
body.screen-large #content #latestFigures section p small{
font-size:11px;
display:block;
color:#333;
}
body.screen-large #dateTitle{
position:absolute;
right:10px;
top:30px;
font-size:12px;	
}



/**
* Share information tweaks
*/

body.screen-large #content .share-information{
border-top:1px solid #ccc;
margin-top:15px;
padding-top:10px;	
}
body.screen-large #content .share-information section{
width:20%;
float:left;
}
body.screen-large #content .share-information section.expense-ratio{
width:40%;
}
/**
* singapore specific
*/

body.screen-large.singapore #content .share-information section.expense-ratio{
width:25%;
}
body.screen-large.singapore #content .share-information section.isin{
width:19%;
}
body.screen-large.singapore #content .share-information section.reuters{
width:15%;
}


body.screen-large #content .share-figures{
border-top:1px solid #ccc;
margin-top:15px;
margin-bottom:15px;
padding-top:10px;	
padding-bottom:10px;	
border-bottom:1px solid #ccc;
}
body.screen-large #content #marketInfo{
width:314px;
float:left;
border-right:1px solid #ccc;
}
body.screen-large #content #marketInfo dl,
body.screen-large #content #marketInfo p{
width:95%;	
}
body.screen-large #content .share-figures dt{
color:#333;	
margin-top:15px;
display:block;
}



body.screen-large #content #basketInfo,
body.screen-large #content #trustInfo,
body.screen-large #content #spotInfo{
float:right;
width:450px;	
position:relative;	
min-height:100px;
}

body.screen-large #content #trustInfo,
body.screen-large #content #spotInfo{
margin-top:5px;
padding-top:10px;
border-top:1px solid #ccc;	
}
/***
* per basket information
*/

body.screen-large #content #basketInfo dl{
position:relative;	
}

body.screen-large #content #basketInfo dt,
body.screen-large #content #basketInfo dd,
body.screen-large #content #basketInfo p{
display:block;
}
body.screen-large #content #basketInfo dt .unit{
display:block;	
font-size:11px;
}
body.screen-large #content #basketInfo dt.indicative,
body.screen-large #content #basketInfo dd.indicative{
width:100%;
}

body.screen-large #content #basketInfo dl.nav-basket{
width:50%;
float:left;
}
body.screen-large #content #basketInfo dl.nav-oz{
width:45%;
float:right;
}




/***
* trust information
*/

body.screen-large #content #trustInfo dl.value{
width:225px;
margin-right:5px;
float:left;
}

body.screen-large #content #trustInfo dl.ounces{
width:130px;
float:left;
}

body.screen-large #content #trustInfo dl.tonnes{
width:90px;
float:right;	
}

body.screen-large #content #trustInfo dl.outstanding,
body.screen-large #content #trustInfo dl.monthly{
margin-top:10px;		
}
body.screen-large #content #trustInfo dl dt{
margin-top:0px;	
}
/***
* spot information
*/
body.screen-large #content #spotInfo dl.bid,
body.screen-large #content #spotInfo dl.mid,
body.screen-large #content #spotInfo dl.ask{
float:left;
width:150px;	
}
body.screen-large #content #spotInfo dl dt{
margin-top:0px;	
}
body.screen-large #content #spotInfo dl dd{
margin-bottom:0px;	
}

body.screen-large #content #spotInfo dl dt.fix{
margin-top:10px;	
}

