/* temp beta message */
#oecd-beta-message {
	color: #f3481c;
	font-size: 1.3em;
	background: #ffffcc;
}

#preview {
	background: #ffffcc;
	color: #f3481c;
	text-align: center;
	font-size: 1.3em;
	padding: 10px;
}

/* ======================== */ /* = Main layout (liquid) = */
	/* ======================== */
body {
	background: #fff url(/images/oecd/liquid/bg.png) repeat-x;
	text-align: center;
}

#sizer {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header,#header .left,#header .main {
/*	height: 134px;*/
}

#header {
	background: transparent url(/images/oecd/liquid/hb.png) repeat-x;
	position: relative;
}

#header .left {
	background: transparent url(/images/oecd/liquid/hl.png) no-repeat;
}

#header .main {
	background: transparent url(/images/oecd/liquid/hr.png) no-repeat right
		top;
	text-align: center;
	padding: 0 13px;
}

#header .nav {
	background: transparent url(/images/oecd/liquid/hm.png) no-repeat center
		top;
	width: 536px;
	padding: 20px 72px 0 72px;
	margin: 0 auto;
	height: 55px;
}

#header .section-heading {
	display: none;
}

#logo {
	position: absolute;
	left: 20px;
	top: 27px;
}

#content {
	background: #f6f6f6 url(/images/oecd/liquid/cbl.png) repeat-y;
	clear: both;
    float: left;
}

#content .right {
	background: url(/images/oecd/liquid/cbr.png) repeat-y top right;
	   clear: both;
    float: left;
}

#content .left {
	background: url(/images/oecd/liquid/cl.png) no-repeat;
	 clear: both;
    float: left;
}

/* the main content div */
#content .main {
	background: url(/images/oecd/liquid/cr.png) no-repeat top right;
	padding: 3px 10px 30px 10px;
	height: 550px;
	min-height: 550px;
	position: relative;
	text-align: left;
	width:980px;
}

html>body #content .main {
	height: auto;
	overflow: hidden;
}

#footer,#footer .left,#footer .main {
	height: 35px;
}

#footer {
	background: url(/images/oecd/liquid/fm.png) repeat-x;
    clear: both;
    float: left;
    width: 100%;
}

#footer .left {
	background: url(/images/oecd/liquid/fl.png) no-repeat;
}

#footer .main {
	background: url(/images/oecd/liquid/fr.png) no-repeat top right;
	padding-top: 10px;
	height: 25px;
	text-align: center;
	position:relative;
}

/* ===================== */ /* = Standard Elements = */
	/* ===================== */
.clearer {
	clear: both;
}

div.clearer {
	line-height: 0;
	height: 0;
	clear: both;
	font-size: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: top;
}

table.listing {
	width: 100%;
	border-bottom: 1px solid #aaa;
}

table.listing.hidehead thead {
	display: none;
}

table.listing thead tr th {
	border-top: 1px solid #aaa;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 0 0 10px;
}

table.listing thead tr th.noSort {
	padding:0;
	 vertical-align: middle;
}

table.listing thead tr th.fullTextFormat {
	text-align: right;
	padding: 0px;
}

table.listing td {
	padding: 5px 2px;
	border-top: 1px solid #e2e2e2;
	vertical-align: top;
}

table.listing td.type {
	text-align: right;
}

table.listing th {
	font-weight: bold;
	padding: 2px 5px;
}

table.journal-list th,table.journal-list td {
	text-align: left;
}

table.listing tr.first td {
	border-top: 1px solid #aaa;
}

table.listing.onlyone,table.listing.onlyone tr td,table.listing.onlyone tr.first td
	{
	border: 0;
}

table.listing td.expand {
	width: 99%;
	text-align: left;
}

table.listing td.fullspan {
	border: 0;
	background: #eee;
}

table.listing .box3 {
	padding-right:10px;
}

td.nowrap {
	white-space: nowrap;
}

span.hide {
	display: none;
}

.mask {
	text-indent: -9999px;
	text-decoration: none;
	text-align: left;
}

p,table,dl,ul {
	margin-bottom: 10px;
}

p:last-child,dl:last-child,ul:last-child {
	margin-bottom: 0;
}

.box ul,#header .nav ul {
	margin: 0;
}

abbr {
	border-bottom: 1px dotted #aaa;
}

dl.listing {
	margin: 0;
	position: relative;
}

dl.listing dt {
	position: absolute;
	margin-top: 5px;
	padding-right: 12em;
}

* html dl.listing dt {
	z-index: -1;
}

dl.listing dd {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

dl.listing dd.last {
	border: 0;
	padding-bottom: 0;
}

dt.countries-title {
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 3px;
}

ul.separate li {
	border-top: 1px solid #b1c0d5;
	padding: 8px 0;
}

ul.separate li.first {
	border: 0;
	padding-top: 0;
}

ul.listing {
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 5px;
}

ul.listing.stat-subcollection {
	margin-bottom: -7px;
	margin-left: -15px;
	border-bottom: 0;
}

ul.listing li {
	clear: both;
	padding: 5px 0 3px 0;
	border-top: 1px dotted #E2E2E2;
}

ul.listing.stat-collection li {
	padding-left: 15px;
}

ul.listing.stat-collection li.marked-list-li {
	padding-left: 0;
}

ul.listing.stat-collection .checkbox {
	margin-left: -15px;
}

ul.listing.stat-collection .checkbox.top-level {
	position: relative;
}

ul.listing li.mark,table.listing thead tr th .mark {
	padding: 3px 0;
	font-size: 10px;
	color: #6F6D6D;

}

ul.listing li.first,ul.listing li ul li {
	border-top: 0;
	clear: none;
}

ul.listing li ul li {
	padding: 0;
}

ul.listing li ul.stat-subcollection {
	margin-top: 3px;
}

ul.listing li ul.stat-subcollection li {
	border-top: 1px dotted #e2e2e2;
	padding: 5px 0 5px 30px;
}

ul.listing li ul.stat-subcollection li .checkbox {
	margin-left: -30px;
}

ul.listing li ul.stat-subcollection li ul.fulltext li {
	border-top: 0;
	padding: 0;
}

ul.listing h4 {
	margin-bottom: 0;
}

ul.listing .previous-editions {
	height: 20px;
	margin-left: 3px;
	margin-top: 3px;
}

ul.listing .previous-editions a {
	border-left: 1px solid #aaa;
	padding-left: 4px;
}

.previous-link {
	margin-top: 10px;
}

ul.content-links {
	float: right;
}

ul.content-links li {
	float: left;
	margin-right: 3px;
	border-right: 1px solid #aaa;
	padding-right: 3px;
}

ul.content-links li.last {
	padding: 0;
	border: 0;
	margin: 0;
}

dl.listing-small {
	margin-bottom: 0;
}

dl.listing-small dt {
	float: left;
	clear: left;
	margin-right: 5px;
}

dl.listing-small dt,dl.listing-small dd {
	margin-bottom: 5px;
}

dl.listing-small ul.content-links {
	float: none;
}

ul.hyphen li:before {
	content: "- ";
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.contain {
	overflow: hidden;
	margin-bottom: 5px;
}

.contain-nullpdf {
	margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 110px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

/* ==================== */ /* = Navigation Stuff = */
	/* ==================== */
#global-search-form,#extra-search-links {
	position: relative;
	text-align: left;
	width: 536px;
	margin-top: -2px;
}

#global-search-advanced-search-link,#global-search-tips {
	position: absolute;
	margin-top: -2px;
}

#global-search-advanced-search-link {
	left: 3px;
}

#global-search-tips {
	right: 40px;
}

#help-links-list,#personal-links-list {
	text-align: left;
	margin-bottom: 0;
	line-height: 25px;
	height: 25px;
	padding: 0 7px;
}

/* Iteration 3 new menu */

#new-navigation-list {
	float:left;
	clear:both;
margin: 0 3px;
background: url("/images/oecd/liquid/new-bg-menu.jpg") repeat-x scroll 0 0 transparent;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  width:994px;
   text-align: center;
}

.navItem {
    background: url(/images/oecd/new-menu-splitter.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 2px;
    position: relative;
    width: 178px;
   
}
.navItem:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
.navItem.nav3 {
    width: 268px;
}
.navItem.nav5 {
    width: 182px;
    height: 35px;
}
.navItem a {
    text-decoration: none;
}
.navItem > a {
    border-radius: 3px 3px 0 0;
    display: block;
    height: 35px;
    margin-top: 2px;
    white-space: nowrap;
}
.navItem a.hasPanel.over {
    background: url("/images/oecd/closedarrow.gif") no-repeat scroll right center #C5D7ED;
}
.navItem a.hasPanel.open {
    background: url("/images/oecd/openedarrow.gif") no-repeat scroll right center #C5D7ED;
}



.mainNavigationWrapper {
	  float:left;
   clear:both;
    width: 100%;
    background:url("/images/oecd/liquid/bgl.png") repeat-y 0 0 transparent;
}

.mainNavigationContainer {
	  float:left;
   clear:both;
    width: 100%;
    background:url("/images/oecd/liquid/bgr.png") repeat-y right top transparent;
    
}

ul#new-navigation-list .mainPane {
    background-color: #F6F6F6;
    box-shadow: 0 3px 3px #AAAAAA;
    padding: 10px 0;
}
#topicsList, #countriesList, #catalogueList, #themeCountryList {
    background-color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: left;
    top: 39px;
    width: 992px;
    z-index: 500;
}
#catalogueList {
    left: 2px;
    width: 178px;
}
ul#new-navigation-list #topicsList.mainPane {
    padding-top: 20px;
}
#countriesList .li_container li, #topicsList .li_container li, #catalogueList .li_container li {
    margin-bottom: 10px;
}
#countriesList .li_container a, #topicsList .li_container a, #catalogueList .li_container a {
    background: url("/images/oecd/sidenavfl1off.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    color: #666;
    display: block;
    line-height: 1.2em;
    padding-left:10px;
    font-size:11.4px;
    
}

#catalogueList .li_container
 {
	margin-left: 50px;
	
}

#topicsList .li_container {
	margin-left:5px;
	
}
#countriesList .li_container a:hover, #topicsList .li_container a:hover, #catalogueList .li_container a:hover {
    color: #1B67B5;
}
#topicsList .li_container ul {
    float: left;
    width: 180px;
}
#topicsList .li_cont1 {
    margin-left: 25px;
}
#topicsList .li_cont2 {
    margin-left: 5px;
}
#topicsList .li_cont3 {
    margin-left: 5px;
}
#topicsList .li_cont4 {
    margin-left: 10px;
}
#topicsList .li_container .li_cont5 {
    width: 220px;
}
#countriesList .pane {
    display: none;
    padding-top: 10px;
}
#countriesList .pane:first-child {
    display: block;
}
#countriesList {
    left: -178px;
}
#countriesList .tabs {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 8px 40px;
}
#countriesList .tabs li {
    display: inline-block;
    margin-left: 80px;
}
#countriesList .tabs li:first-child {
    margin-left: 0;
}
#countriesList .tabs a {
    color: #1B67B5;
    font-size: 14px;
    padding: 3px 30px;
}
#countriesList .li_container ul {
    float: left;
    width: 173px;
}
#countriesList .li_cont1 {
    margin-left: 65px;
}
#countriesList .li_cont2 {
    margin-left: 5px;
}
#countriesList .li_cont3 {
    margin-left: 5px;
}
#countriesList .li_cont4 {
    margin-left: 10px;
}
#countriesList .li_cont5 {
    margin-left: 12px;
}
#themeCountryList {
    left: -358px;
}
#themeCountryList .li_container {
    float: left;
    width: 720px;
}
#themeCountryList .li_container li:first-child a {
    color: #666666;
}
#themeCountryList .li_container ul {
    background-color: #FFFFFF;
    float: left;
    height: 520px;
    margin-left: 30px;
    width: 325px;
}
#themeCountryList div.greyBox {
    color: #1B67B5;
    float: left;
    font-size: 14px;
    width: 235px;
}
#themeCountryList div.greyBox img {
    cursor: pointer;
}
#themeCountryList div.greyBox .content {
    background-color: #E7E7E7;
    padding: 5px 15px;
}
#themeCountryList div.greyBox .content div {
    float: left;
    width: 170px;
}
#themeCountryList div.greyBox p {
    clear: both;
    color: #666666;
    font-style: italic;
    margin: 0;
    padding: 5px 0 0 10px;
}
#themeCountryList div.greyBox .selected {
    color: #1B67B5;
    font-style: normal;
    font-weight: bold;
}
#themeCountryList .li_cont2 div {
    height: 490px;
    overflow: auto;
}

#themeCountryList .li_cont1 div {
    height: 490px;
    overflow: auto;
}
#themeCountryList p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 30px;
}
#themeCountryList input {
    padding-left: 5px;
    vertical-align: baseline;
}

#themeCountryList .submitImageButton {
	padding:0;
	
}

#themeCountryList input {
    padding-left: 5px;
    vertical-align: baseline;
}
#themeCountryList .li_container h3 {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    padding: 5px 0 5px 4px;
}
#themeCountryList .li_container h3 span {
    float: right;
    font-size: 11px;
    padding-right: 10px;
    text-align: right;
}
#themeCountryList .li_container li {
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    height: 28px;
    line-height: 28px;
}
#themeCountryList .li_container ul > li:first-child {
    border-bottom: medium none;
}


#themeCountryList .li_col1 label {
	display: inline-block;
	width:280px;
	 overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

/* Iteration 3 end of main work block*/

#personal-links-list {
	float: right;
}

#breadcrumb-wrap {
	text-align: left;
	   clear: both;
    float: left;
    display:block;
    width:100%;
   background: url(/images/oecd/breadcrumbbox.png) 0px 1px no-repeat;
}

#breadcrumbs {
 line-height: 31px;
	 /*height: 50px; */
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:11.4px;
}

#right-content {
	position: absolute;
	width: 21%;
	right: 0;
	top: 0;
	text-align: right;
	padding: 8px 10px;
	line-height: 1.2;
}

#right-content ul {
	margin: 0;
}

#translation-link {
	margin-bottom: 0;
}

#welcome img {
	vertical-align: middle;
}

/* ==================== */ /* = Plus/Minus Icons = */
	/* ==================== */
.pm,.pm span {
	font-size: 0;
	line-height: 0;
	position: absolute;
	border: 2px solid #555;
	height: 3px;
	width: 10px;
	border-width: 0 0 2px 0;
}

.pm span {
	width: 4px;
	height: 10px;
	border-width: 0 2px 0 0;
	margin-top: -1px;
}

.pm.minus {
	width: 6px;
}

.pm.minus span {
	display: none;
}

/* ========= */ /* = Boxes = */ /* ========= */
.box {
	background: #fff;
	border: 1px solid #d4d4d4;
	border-width: 0 1px;
	margin-bottom: 10px;
}

.pane6 .box {
	border-color: #EAEAEA;
}

.box .content {
	padding: 6px 15px;
	overflow: hidden;
}

#statTables .box .inner-pane .content {
	padding: 0px;
}

#theme-content-middle .box .content {
	background: url(/images/oecd/grey-div.gif) 378px 20px no-repeat;
}

#section-booktheme #theme-content-middle .box .content {
	background: none;
}

#theme-content-middle .pane6 .box .content {
	background-color: #f7f7f7;
}

#top-content-right .box .content,#theme-content-right .box .content {
	padding: 3px 5px 0 5px
}

.box.with-title .content {
	padding-top: 5px;
}

* html .box .content {
	position: relative;
}

.box .top,.box .top div,.box .bottom,.box .bottom div {
	background: url(/images/oecd/box_bg.png) top left no-repeat;
	height: 8px; /* corner radius */
	line-height: 0;
	_overflow-y: hidden;
}

.box.grey .top,.box.grey .top div,.box.grey .bottom,.box.grey .bottom div
	{
	background-image: url(/images/oecd/box_grey_bg.gif);
}

.box.grey,.box.light {
	border-color: #e6e5e5;
}

.box.grey .content {
	background: #f7f7f7;
	padding: 3px 5px 0 5px;
}

.box.light .top,.box.light .top div,.box.light .bottom,.box.light .bottom div
	{
	background-image: url(/images/oecd/box_light_bg.png);
}

.box.with-title .top,.box.with-title .top div {
	background-image: url(/images/oecd/box_with_title_bg.png);
}

.box.bright .top,.box.bright .top div {
	background-image: url(/images/oecd/box_bright_bg.png);
	height: 6px;
}

.box.deluxe .top,.box.deluxe .top div,.box.deluxe .bottom,.box.deluxe .bottom div,.box.shadowed .bottom,.box.shadowed .bottom div
	{
	background-image: url(/images/oecd/box_deluxe_bg.png);
	height: 6px
}

.pane6 .box.home .top,.pane6 .box.home .top div,.pane6 .box.home .bottom,.pane6 .box.home .bottom div
	{
	background-image: url(/images/oecd/box_theme_focus_bg.png);
	height: 6px
}

.box.home .top,.box.home .top div,.box.home .bottom,.box.home .bottom div
	{
	background-image: url(/images/oecd/box_home_bg.png);
	height: 6px
}

.box.home .content {
	background-color: #eee;
	padding: 10px;
}

.box.deluxe .bottom,.box.deluxe .bottom div,.box.shadowed .bottom,.box.shadowed .bottom div,.box.home .bottom,.box.home .bottom div
	{
	height: 10px;
}

.box .top div {
	background-position: top right;
	float: right;
	width: 10px;
}

.box .bottom div {
	background-position: bottom right;
	float: right;
	width: 10px;
}

.box .bottom {
	background-position: bottom left;
}

.box .top,.box .bottom {
	margin: 0 -1px; /* corner radius + border width */
}

.box.with-title h4 {
	color: #333;
	position: relative;
	font-weight: bold;
	padding: 0 10px 11px 10px;
	background: #e3edf6 url(/images/oecd/box_title_shadow.png) repeat-x left
		bottom;
}

* html box.with-title h4 {
	padding-bottom: 12px;
}

.box.bright h4 {
	color: #fff;
	background-color: #007dc3;
	margin: 0 -1px;
}

.box.expander h4 {
	color: #fff;
	background-color: #93adc8;
	margin: 0 -1px;
	position: relative;
	background-image: none;
	padding-bottom: 5px;
}

.box.expander.collapsed h4 {
	padding-bottom: 0;
}

.box.expander h4 .pm,.expandcollapse h4 .pm {
	position: absolute;
	right: 5px;
	top: 0;
	margin-top: 1px;
}

.box.expander h4 span {
	border-color: #fff;
}

.box.expander.light h4 span {
	border-color: #6086af;
}

.box.expander.grey h4 {
	background: #ccc;
	color: #888;
	padding-bottom: 0;
}

.box.expander.light h4 {
	background: #c9d9e6;
	color: #6086af;
}

.box.expander.grey .content {
	display: none;
}

.box.deluxe h4 {
	padding: 2px 10px 11px 10px;
	background: #c4d0dc url(/images/oecd/box_deluxe_title_shadow.png)
		repeat-x left bottom;
}

/* for debug box only - delete before final */
.box.debug .top,.box.debug .top div,.box.debug .bottom,.box.debug .bottom div
	{
	background-image: url(/images/oecd/box_debug_bg.png);
}

.box.debug h4 {
	background: #ffff99 url(/images/oecd/box_debug_title_shadow.png)
		repeat-x left bottom;
}

.box.debug .content {
	background: #ffffcc;
}

/* -- */ /* ====================== */ /* = Page/Sidebar Sizes = */
	/* ====================== */
#ui-sidebar,#ui-sidebar-left {
	float: right;
	position: relative;
	clear: both;
	width: 22%;
}

#ui-sidebar-left {
	float: left;
}

#ui-page {
	float: left;
	width: 78%;
}

#ui-sidebar {
	width: 185px;
	margin-right: -5px;
}

#ui-content #ui-page {
	width: 74%;
}

#ui-page.size-full {
	width: auto;
	float: none;
}

#ui-page.size-medium {
	width: 62%;
}

#ui-page.size-larger {
	width: 70%;
}

#ui-page.igo h1{
	background:none;
	padding-left: 0;
}

#ui-sidebar-left.size-larger {
	width: 30%;
}

#ui-content #ui-sidebar.size-medium {
	width: 38%;
}

#ui-content #ui-sidebar.size-small {
	width: 22%;
}

#ui-sidebar.size-search {
	width: 185px;
	margin: 10px 7px 10px 0;
}

#ui-sidebar.size-advsearch {
	width: 22%;
	margin: 0;
}

#ui-sidebar .inner {
	margin-left: 10px;
}

#ui-sidebar-left .inner {
	margin-right: 10px;
}

#ui-sidebar ul,#ui-sidebar dl {
	margin-bottom: 0;
}

#ui-leftnav {
	float: left;
	padding: 0 25px 0 15px;
}

#ui-leftnav.alignWithTop {
	width: 160px;
	padding: 0 25px 0 5px;
}

#ui-leftnav.book {
	text-align: center;
}

#ui-content {
	overflow: hidden;
}

#ui-content.withTab {
	overflow: visible;
}

#ui-top {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#ui-top img {
	vertical-align: middle;
}

* html #ui-top {
	width: auto;
}

#ui-top .box {
	margin-bottom: 5px;
}

#ui-top .box.last {
	margin-bottom: 0;
}

.top-content {
	padding-left: 23px;
}

.top-content-middle {
	overflow: hidden;
	width: 590px;
	padding-left: 10px;
	float:right;
}

#ui-top .top-content-middle {
	width:auto;
	float: none;
}
 

.top-content-middle.package {
	width: 772px;
}

.top-content-left {
	float: left;
	padding-left: 23px;
	width: 159px;
}

#seriespage .top-content-left, #section-serial .top-content-left{
	clear:left; 
} 

.split {
	overflow: hidden;
	clear: both;
	margin: 0 -5px;
}

.split .pane {
	float: left;
}

.themesplit .pane2 {
	margin-top: 2.2em;
}

.split .pane.last {
	float: right;
}

.split.into2 .pane {
	width: 50%;
}

.split.into3 .pane {
	width: 33%;
}

.split.into3 .pane.last {
	width: 33%;
}

.split.into4 .pane {
	width: 25%;
}

.split.into5 .pane {
	width: 20%;
}

.split .inner-pane {
	padding: 0 5px;
}

/* ================== */ /* = Fulltext Links = */
	/* ================== */
ul.fulltext {
	height: 20px;
	margin-bottom: 8px;
}

.themesplit ul.fulltext {
	height: auto;
	float:left;
}

.listing ul.fulltext,.latestIssueslist ul.fulltext {
	margin-bottom: 0;
}

ul.fulltext li {
	float: left;
	margin: 0 3px 0 0;
	white-space: nowrap;
}

.themesplit ul.fulltext li {
	width: 52px;
}

.listing ul.fulltext li { /* width: 110px; */
	
}

ul.fulltext li.complete {
	font-weight: bold;
	margin: 0 8px 0 0;
}

ul.fulltext li a {
	font-size: 9px;
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-weight: bold !important;

}

ul.fulltext li a:hover {
	text-decoration: underline;
}

ul.fulltext li a.no-format {
	width: 4.5em;
	text-indent: 0;
	line-height: 20px;
}

td.fulltext {
	width: 150px;
}

/* more to come */
a.pdf {
	width: 22px;
	padding-left: 22px;
	padding-top: 4px;
	color: #FF3300;
	background-image: url(/images/oecd/fulltext/pdf.png);
}

a.pdf.with-filesize {
	width: 75px;
}

a.epub {
	width: 34px;
	padding-left: 22px;
	padding-top: 4px;
   color:#86B925;
	background-image: url(/images/oecd/fulltext/ePUB_mini.png);
}

a.epub.with-filesize {
	width: 83px;
}

a.html {
	width: 25px;
	padding-left: 22px;
	padding-top: 4px;
	color: #1B67B5;
	background-image: url(/images/oecd/fulltext/web.png);
}

a.html.with-filesize {
	width: 75px;
}

a.gzip, a.csv {
   padding-left: 24px;
   padding-top: 4px;
   color: #E1A000;
   background-image: url(/images/oecd/fulltext/csv.png);
} 



a.excel,a.xls,a.vnd,a.officedocumentspreadsheetmlsheet {
	width: 22px;
	padding-left: 22px;
	padding-top: 4px;
	color: #12bf0c;
	background-image: url(/images/oecd/fulltext/xls.png);
}

a.excel.with-filesize,
a.xls.with-filesize,
a.vnd.with-filesize,
a.officedocumentspreadsheetmlsheet.with-filesize {
	width: 75px;
}

a.exec {
	width: 45px;
	background-image: url(/images/oecd/fulltext/exec.gif);
}

a.exec.with-filesize {
	width: 95px;
}

a.statlink {
	width: 30px;
	padding-top: 4px;
	background-image: url(/images/oecd/fulltext/statlink.gif);
}

a.statlink.with-filesize {
	width: 83px;
}

a.ivt {
	width: 33px;
	padding-left: 22px;
	padding-top: 4px;
	color: #ee960c;
	background-image: url(/images/oecd/fulltext/ivt.png);
}

a.ivt.with-filesize {
	width: 86px;
}

a.database,a.oecddotstat,a.datasource {
	width: 30px;
	padding-left: 22px;
	padding-top: 4px;
	color: #FF7FF0;
	background-image: url(/images/oecd/fulltext/data.png);
}

.oecddataportal {
   padding-left: 22px;
   padding-top: 4px;
   color: #5c4a99;
   background-image: url(/images/oecd/indicator.png);
}


a.database.with-filesize,a.oecddotstat.with-filesize,a.datasource.with-filesize {
	width: 83px;
}

a.freepreview {
	width: 22px;
	padding-left: 22px;
	padding-top: 4px;
	color: #FF6222;
	background-image: url(/images/oecd/fulltext/read-mini.png);
}

a.activechart {
   width: 18px;
   height: 18px;
   padding: 3px 0 0 44px;
   color: #4B818D;
   background-image: url(/images/oecd/fulltext/chart.png);
   text-indent: -22px;
}

a.activechart.with-filesize {
   width: 75px;
}

.listing ul.fulltext {
	float: right; 
	margin-right:8px;
	position:relative;

}

.listing ul.fulltext .preview {
    float: right; 
	margin-right:0px;
	position: absolute;
   right: -50px;
}

.statsFulltext {
    float: right; 
	margin-right:0px;
   right: -50px;
}

.listing ul.fulltext li {
	margin: 0 0 0 3px;
}

.listing ul.fulltext.nofloat li {
	margin: 0 3px 0 0;
}

.listing ul.fulltext.nofloat,.listing ul.fulltext.nofloat li {
	float: none;
}

.listing ul.fulltext.nofloat li {
	display: inline;
}

/* ========= */ /* = Forms = */ /* ========= */
#global-search-input-box {
	width: 485px;
	margin-left: 3px;
}

.defaultTerm {
    color:#999999;
}

#search-inside {
	width: 75%;
	font-size: 11px;
}

input {
	vertical-align: middle;
}

#global-search-button input {
	vertical-align: middle;
}

#search-inside-button {
	margin-left: 3px;
}

fieldset li {
	margin-bottom: 4px;
}

label.align {
	width: 5.5em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 3px;
}

#email-form label.align {
	width: 14em;
}

label.align.mask {
	text-align: left;
}

/* ===================== */ /* = Tablesorter Stuff = */
	/* ===================== */
table.listing .header {
	cursor: pointer;
}

table.listing .header.nopointer {
	padding: 3px 10px 3px 9px;
	cursor: default;
}
.listing .nopointer {
	  background-image: url(/images/oecd/tablesorter_default.gif);
   background-repeat: no-repeat;
   background-position: center left;
}

table.listing .headerSortUp {
	background-image: url(/images/oecd/tablesorter_asc.gif);
	background-repeat: no-repeat;
	background-position: center left;

}

table.listing .headerSortDown {
	background-image: url(/images/oecd/tablesorter_desc.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

table.listing.search-results {
	margin-bottom: 5px;
}

/* ======================== */ /* = Document Identifiers = */
	/* ======================== */
.clear-wrapper {
	overflow: hidden;
}

dl.wp-document-identifiers {
	float: left;
	margin: 0 180px 10px 0;
}

dl.document-identifiers {
	float: left;
}

/* target safari */
html:not ([dummy] ) .document-identifiers dd {
	float: left;
}

.document-identifiers dt {
	float: left;
	clear: left;
	margin-right: 3px;
}

.document-identifiers dd {
	   margin-right: 3px;
}
.document-identifiers dt.hide {
	display: none;
	   
}

.document-identifiers dt.mask {
	width: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.document-identifiers dl.inline,.document-identifiers dl.inline dt,.document-identifiers dl.inline dd
	{
	float: none;
	display: inline;
}

.document-identifiers dt.jel-classification {
	float: none;
}

ul.jel-classification li {
	margin-left: 15px;
	list-style: disc inside;
	clear: left;
}

#keytableedition dl.document-identifiers {
	margin-bottom: 0;
}

/* ================ */ /* = Chapter page = */ /* ================ */
#chapter-top {
	border-bottom: 1px solid #b1c0d5;
	overflow: hidden;
	margin-bottom: 15px;
}

#imprint .bobby-float li {
	width: 95%;
}

#imprint-select {
	width: 75%;
}

/* ============== */ /* = Scrollpane = */ /* ============== */
.scrollpane {
	height: 426px;
	border: 1px solid #EDEDED;
	overflow: auto;
}

.separated-list li {
	padding: 5px 0 5px 0;
	line-height: 1.3;
	border-bottom: 1px solid #EDEDED;
}

.separated-list.indented li {
	padding: 4px;
}

.separated-list li.last {
	border-bottom: 0;
	padding-bottom: 0;
}

/* ================== */ /* = Tab Navigation = */
	/* ================== */
#tabnav {
	padding-left: 10px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	margin: -2px 0;
	position: relative;
	z-index: 99;
	color: #536C80;
	font-weight: bold;
	clear: left;
}

#tabnav .tab,#tabnav .tab-i {
	height: 22px;
	line-height: 32px;
	float: left;
}

#tabnav .tab {
	background: url(/images/oecd/tabnavleft.gif) no-repeat 0 0;
	padding-left: 20px;
}

#tabnav .tab-i {
	padding-right: 20px;
	background: url(/images/oecd/tabnavright.gif) no-repeat top right;
}

#tabnav .prev,#tabnav .next {
	width: 10px;
	font-size: 0;
	display: -moz-inline-block;
	display: inline-block;
	height: 10px;
	vertical-align: middle;
}

#tabnav .navcontent {
	padding: 0 5px;
}

#tabnav .prev {
	background: url(/images/oecd/flPrev.gif) no-repeat center right;
}

#tabnav .next {
	background: url(/images/oecd/flNext.gif) no-repeat center left;
}

/* =================== */ /* = Theme homepages = */
	/* =================== */
#theme-content {
	clear: both;
}

#theme-content.th {
	margin-top: 18px;
}

#theme-content-left {
	float: left;
	width: 168px;
   padding: 0 10px 0 15px;
}

#theme-content.th #theme-content-left {
	width: 165px;
	padding: 0 10px 0 5px;
}

#theme-content .expandcollapse li {
	margin-bottom: 14px;
	padding: 1px 0;
}

#theme-content .expandcollapse li li {
	margin-bottom: 4px;
	line-height: 1;
}

#theme-content.th .expandcollapse li li {
	margin-bottom: 7px;
}

#theme-content.th .expandcollapse li li h5 {
	margin-bottom: 0;
}

#theme-content.th .expandcollapse li li li {
	margin-bottom: 4px;
}

#theme-content.th .expandcollapse li li li a {
	font-size: 11px !important;
}

#theme-content.th .expandcollapse li li li.first {
	margin-top: 4px;
}

#theme-content-right {
	float: right;
	width: 175px;
	padding: 0 20px 0 13px;
}

#theme-content.th #theme-content-right {
	width: 175px;
	padding: 0 30px 0 16px
}

#top-content-right {
	width: 175px;
	padding: 0 16px 0 10px;
	float: right;
}

.box #top-content-right {
	padding-right: 0;
}

#ui-top #top-content-right {
	padding-right: 10px;
}

#theme-content-middle {
	overflow: hidden;
}

.theme-box {
	border: 1px solid #e5e5e5;
}

#contextual-search-input-box {
	width: 540px;
}

.contextual-search-container {
	float: left;
	width: 740px;
}

.contextual-search-container h1 {
	width: 134px
}

#search-by-country {
	width: 160px;
}

/* =========== */ /* = Indexes = */ /* =========== */
.indexes {
	padding: 0 20px;
}

.indexesSearchTop {
	padding: 0 20px 10px 20px;
}

div.title-index {
	padding: 0 0 9px 0; *
	padding: 0;
}

ul.index {
	overflow: hidden;
}

ul.index li {
	text-align: center;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #777;
}

ul.index.stretch li {
	width: 3.84%;
	padding: 0;
	border: 0;
}

ul.index li a,ul.index li span {
	display: block;
}

ul.index.stretch li a,ul.index.stretch li span {
	border-left: 1px solid #ccc;
	line-height: 2em;
}

ul.index li.first,ul.index li.first a,ul.index li.first span {
	border: 0;
	padding-left: 0;
}

ul.index.border-right li {
	border-right: 1px solid #084E95;
	border-left: 0;
	padding-left: 0;
	margin: 0 6px 0 0;
	line-height: 1.2;
}

ul.index.border-right li.last,ul.index.border-right li.last a,ul.index.border-right li.last span
	{
	border-right: 0;
	margin-right: 0;
}

ul.index.border-right li.title {
	border-right: 0;
	margin-right: 10px;
}

/* ========= */ /* = Lists = */ /* ========= */
ul.issue-list {
	border-top: 1px solid #ccc;
}

ul.issue-list {
	margin-top: 3px;
}

ul.issue-list li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

ul.country-list li {
	position: relative;
}

.keytables {
	display: table;
}

ul.issue-list li.title {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 7px;
	zoom: 1;
}

ul.country-list li.letter-title {
	border-bottom: 1px solid #B1C0D5;
	border-top: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
	margin-bottom: 6px;
}

ul.country-list li.letter-title span {
	position: absolute;
	bottom: -6px;
	border-bottom: 1px solid #fff;
	height: 1.3em;
	display: block;
	float: left;
	background: #fff;
	zoom: 1;
	color: #013D79;
}

ul.country-list li.back-to-top {
	text-align: right;
	font-size: 0.9em;
	padding-top: 0;
	border-bottom: 1px solid #B1C0D5;
	margin-top: -0.3em;
	margin-bottom: 10px;
}

/* =============================================================== */
	/* = Miscellaneous: Dump stuff here until we find a better place = */
	/* =============================================================== */
ul.bobby-float {
	overflow: hidden;
}

.bobby-float li {
	position: relative;
	float: left;
	margin-right: 15px;
}

.bobby-float .rightborder {
	padding-right: 2px;
}

ul.list-float {
	list-style-type: disc;
}

ul.bobby-inline li,ul.bobby-inline p {
	display: inline;
}

ul.bobby-inline img {
	vertical-align: middle;
}

img.journal-image,img.cover {
	float: left;
	margin: 0 10px 10px 0;
}

img.coverTop {
	margin: 0 10px 10px 0;
	width: 98px;
	border: 1px solid #BBBBBB;
}

img.journal-image,img.cover,img.cover-image {
	border: 1px solid #bbb;
}

img.cover {
	width: 98px;
	height: 138px;
}

img.rss {
	vertical-align: middle;
}

p.last,.last,ul.last {
	margin: 0;
}

table dl.abstract {
	margin: 5px 0 0 0;
}

table dl.abstract dt {
	display: none;
}

.btop {
	border-top: 1px solid #b1c0d5;
	padding-top: 7px;
}

h4 .show-hide-abstracts,h4 .expand-collapse-links {
	margin: 0 0 0 10px;
	font-weight: normal !important;
	float: right !important;
}

h4 .show-hide-abstracts a,h4 .expand-collapse-links a {
	font-weight: normal !important;
}

h4 .show-hide-abstracts,h4 .expand-collapse-all,.expand-collapse-links {
	font-size: 11px;
	font-weight: normal;
}

h4.toc-header .show-hide-abstracts {
	margin-right: 87px;
}

h4.oecd-journal-header .show-hide-abstracts {
	margin-right: 0;
}

h4.toc-header .show-hide-abstracts-all {
	margin-right: 69px;
}

.stat-collection h4 .expand-collapse-links {
	line-height: 20px;
}

.expand-collapse-links {
	float: right;
	display: none;
}

.show-hide-preview,.show-hide-abstracts {
	display: none;
}

.show-hide-abstracts {
	margin-bottom: 10px;
	color: #6F6D6D;
	float: right;
}

.abstract-container {
	margin: 0 180px 10px 0;
	position: relative;
}

.show-hide-container {
	text-align: right;
	margin: -2em 0 0 0;
	float: right;
}

#section-serial .abstract-container .show-hide-container {
	/*text-align:left;*/
	margin:0;
	float: right;
}

.show-hide-container.sub-collection {
	text-align: right;
	float: right;
	margin-left: 180px;
}

.show-hide-abstracts-top,.show-hide-abstracts-top-2 {
	text-align: right;
	float: right;
	_margin-top: 0;
	_position: absolute;
	_right: 0;
	_top: -10px;
}

.show-hide-container.sub-collection .show-hide-abstracts,.abstract-container .show-hide-container .show-hide-abstracts
	{
	float: none;
}

.box .show-hide-abstracts-top,.box .show-hide-abstracts-top-2 {
	margin-top: 0;
	_position: relative;
	_top: auto;
	_right: auto;
}

.sources-and-methods,.mling-sums {
	margin: 0 20px;
	display: inline;
}

.expand-collapse-all {
	display: none;
}

.show-hide-preview .inactive,.show-hide-abstracts .inactive,.expand-collapse-all .inactive,.expand-collapse-links .inactive
	{
	text-decoration: none;
	color: #6F6D6D;
	cursor: default;
}

.abstract {
	text-align: justify;
	clear: both;
}

.themesplit .abstract {
	text-align: left;
	height: 10.5em;
	width: 174px;
	overflow: hidden;
}

.themesplit .pane6 .abstract {
	text-align: left;
	height: 10.5em;
	width: 160px;
	overflow: hidden;
}

.themesplit .abstract span {
	overflow: hidden;
}

.content-translations { /*	border-bottom: 1px solid #b1c0d5; */
	padding: 0;
	margin: 0 180px 0 0;
	_overflow: visible;
	_height: 1px;
}

.mbottom,.box.mbottom,ul.mbottom {
	margin-bottom: 10px;
}

ul.msbottom {
	margin-bottom: 5px;
}

.seriesBoxes {
	width: 42.5%;
}

.expandcollapse,.toc {
	margin-bottom: 20px;
}

.box .no-toggle {
	margin-bottom: 25px;
}

ul.no-toggle li {
	padding: 3px 0;
}

.expandcollapse h5,.expandcollapse h4,.toc h4 {
	border-bottom: 1px solid #b8b8b8;
	position: relative;
}

.expandcollapse .toggle {
	padding: 3px 0 5px 0;
}

.toc .toggle,.no-toggle {
	border-bottom: 1px solid #b8b8b8;
}

.toc li {
	margin-bottom: 10px;
}

.toc li ul li {
	margin-bottom: 0;
	padding: 3px 0;
}

.left-nav .expandcollapse h5,.expandcollapse li.no-issues {
	padding-left: 15px;
	border: 0;
	clear: left;
	margin-bottom: 7px;
}

.left-nav .expandcollapse .toggle {
	padding: 0;
	margin-left: 18px;
	list-style: disc outside;
	color: #aaa;
}

.left-nav .expandcollapse .toggle.indent {
	padding-left: 10px;
}

.left-nav .expandcollapse .toggle.multi {
	list-style: none;
}

.left-nav .expandcollapse .toggle.multi .toggle {
	list-style: disc outside;
}

.left-nav .expandcollapse h5 .pm {
	left: 0;
	right: auto;
	top: 5px;
}

.toggle.multi li {
	margin-bottom: 5px;
}

.toggle.multi li li {
	margin-bottom: 0;
}

.toggle.multi .pm {
	height: 2px;
	width: 8px;
}

.toggle.multi .pm.minus {
	width: 6px;
}

.toggle.multi .pm span {
	width: 3px;
	height: 8px;
}

.left-nav .expandcollapse h5 span {
	border-color: #1B67B5;
}

.search-display-expanded {
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}

#repeat-search-links {
	margin: 15px 0;
}

#repeat-search-links a {
	text-transform: uppercase;
}

#no-text-transform {
   text-transform: none;
}

.clear {
	clear: both;
}

.themesplit img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.split.mbottom { /*	border-bottom: 1px solid #b1c0d5; */
	padding-bottom: 10px;
}

ul.browse-by-country li {
	margin: 0 0 0 7px;
}

ul.browse-by-country li.char {
	font-size: 1.2em;
	border: 1px solid #aaa;
	padding: 0 7px;
	background: #eee;
	margin: 3px 0;
}

ul.browse-by-country li.char a.back-to-top {
	float: right;
	font-size: 0.7em;
	line-height: 2;
}

input.alert-name {
	width: 90%;
}

.listing .abstract {
	padding: 5px 0;
}

.top-content-middle .abstract {
	clear: right;
}

.abstract-not-hidden {
	clear: both;
	margin-bottom: 10px;
}

.abstract-not-hidden.article {
	padding: 5px 0;
}

.showhide-top {
	display: block;
}

#recent-search-list {
	list-style: decimal inside;
}

.also-available-in {
    margin: 0 0 5px;

}

.also-available-in.mleft {
	margin: 0 0 10px 40px;
}

.content-translations .also-available-in {
	margin: 0 0 3px 0;
}

.smileyfrowny img {
	vertical-align: middle;
	padding-left: 10px
}

#extra-top-links {
	float: right;
	margin-bottom: 15px;
}

.view-pubs-by {
	float: right;
	width: 175px;
	padding-right: 20px;
	margin: 2px 0 12px 0;
}

#section-imprint .view-pubs-by  {
	padding-bottom: 34px;
}

.view-pubs-by ul.separated-list {
	margin: 0 5px;
}

.view-pubs-by form {
	margin: 0;
	padding: 0;
	position: relative;
}

.view-pubs-by select { *
	float: left;
	width: 130px !important;
	max-width: 130px !important;
}

.small-go-button {
	padding-left: 5px;
}

.medium-go-button {
	padding-left: 5px;
}

select.small,select.small option {
	width: 115px;
	max-width: 115px;
	vertical-align: middle;
}

ul.sidebar-list li {
	margin: 0;
	padding: 5px 2px;
	line-height: 1;
	border-bottom: 1px solid #EDEDED;
}

ul.sidebar-list li:last-child,ul.sidebar-list li.more-on {
	border-bottom: none;
}

ul.sidebar-list li li {
	padding: 0;
}

.relatedLinks h4 {
	float: left;
	width: 110px;
	padding: 5px 0;
	line-height: 1.1;
}

.relatedLinks .relatedTitles {
	float: none;
}

.relatedLinks p {
	width: 185px;
	padding: 5px 0;
	line-height: 1.1;
	float: left;
}

.relatedLinks p.full {
	width: auto;
}

.relatedLinks a {
	font-weight: normal;
}

.relatedTitles,.meta-item {
	clear: left;
	margin-bottom: 5px;
}

a.toggle {
	width: 15px;
	height: 11px;
	background: url(/images/oecd/showTitles.gif) 0 0;
}

a.toggle:hover {
	background-position: 0 -11px;
	text-decoration: none;
}

a.toggle.closed {
	background: url(/images/oecd/showTitles.gif) 15px 0;
}

a.toggle.closed {
	background-position: 15px -11px;
	text-decoration: none;
}

.titlesList,.box ul.titlesList {
	clear: left;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	color: #aaa;
}

.box ul.titlesList {
	margin-top: 2px;
}

.titlesList a {
	display: block;
}

.top-content-middle .titlesList a,
.meta-item .titlesList a{
	display:inline-block;
	}

.CountryIndex {
	margin-top: 25px;
}

.latestIssueslist {
	float: left;
	clear: right;
	width: 100%;
	border-bottom: 1px solid #b8b8b8;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 30px;
}

.latestIssueslist ul {
	border-top: 1px solid #b8b8b8;
	float: left;
}

.latestIssueslist ul.alignright {
	float: right;
}

.latestIssueslist li.item {
	float: left;
	width: 345px;
	margin: 0 15px;
	padding: 5px 0;
	border-bottom: 1px solid #e2e2e2;
	clear: left;
}

.latestIssueslist p {
	float: left;
	margin-bottom: 0;
}

.latestIssueslist .lildate {
	width: 80px;
	color: #333;
}

.latestIssueslist .lilpays {
	color: #1b67b5;
}

.latestIssueslist .fulltext {
	float: right;
	width: auto;
	border: none;
}

#innerContent .latestIssueslist .fulltext li {
	padding: 0 0 0 5px;
}

.CountryIndex div.into5 {
	border-top: 1px solid #b8b8b8;
	padding: 15px;
	margin: 0;
}

#forthcoming-link {
	display: none;
}

#seeindexin {
	margin: -7px 0 0 0;
	font-family: arial, verdana, sans-serif;
}

.view-pubs-by .box .content {
	padding: 0;
}

#micrositeframe {
	border: 0px;
	width: 100%;
	overflow: hidden;
}

#all-statlinks-wrap {
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

#all-statlinks {
	margin: 5px 0 0 20px;
	float: left;
}

#bookshop-right {
	width: 175px;
	float: right;
	margin-left: 10px;
}

.more-link {
	margin: -5px 0 10px 0 !important;
}

.left-nav li.articles_in_press {
	margin-bottom: 5px;
}

.next-edition {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.oecd-journal {
	margin-left: 40px;
}

a.button:hover {
	text-decoration: none;
}

.button .ui-icon {
	display: inline-block; *
	display: none;
	background-image:
		url(/images/admin/ui-theme/cupertino/ui-icons_72a7cf_256x240.png);
	vertical-align: top;
}

.subcollection-link {
	margin-left: 10px; *
	margin-left: 0;
}

h4.title {
	border-bottom: 1px solid #B8B8B8;
	line-height: 1em;
}

.webPreviewBox .previewLink {
	float: left;
	margin-top: 5px;
}

.webPreviewBox .content {
	margin: 0px;
	padding: 3px 5px 3px 5px !important;
}

.webPreviewBox .previewLink .noPreview {
	color: #cccccc;
}

.webPreviewBox ul.fulltext {
	float: left;
	margin-left: 5px;
	margin-bottom: 0;
}

 
  #bookpage .content .cover {
  margin-bottom:0;
  }
  
  #bookpage .contain {
    /*margin-left:111px;*/
  }

.webPreviewBox .show-hide-preview {
	float: right;
	font-size: 0.9em;
}
 
.webPreviewBox .previewFrame {
	margin-top: 10px;
	clear: left;
	text-align: center;
}

.previewFrame {
	width: 100%;
	background-color: #ffffff;
}

div.webPreviewContent {
	width: 100%;
	margin: 0;
	background-color: #ffffff;
}

iframe#previewFrame {
	width: 100%;
	border: 1px solid #007DC3;
	background-color: #ffffff;
}

.previous-editions-container {
	margin-top: 20px;
}

.imprint h2 {
	float: left;
	font-size: 12px;
	padding-right: 15px;
	margin-bottom: 0;
}

#section-serial .imprint h2  {
	float:none;
} 

#seriespage .imprint h2 {
	line-height: 2em;
}



#seriespage #replaceContinues {
	clear: left;
}

.top-content-left {
	float: left;

}

#seriespage .top-content-middle {
	float:none;
}

.imprint {
	margin-bottom: 19px;
}

img.imprint {
	width: 98px;
	float: left;
}

.themeTopBox {
	float: right;
}

#replaceContinues {
	padding-left: 23px;
	padding-bottom: 5px;
}

#bookpage #replaceContinues, 
#jlissuepage #replaceContinues  {
	padding-bottom:0;
}

#jlissuepage .show-hide-abstracts-top {
	float:none;
}


    
#jlissuepage #replaceContinues p {

    margin-bottom:0;
    }

.issueSearchInside {
	float: right;
	width: 175px;
}

.marked-list-button,.toggle li a.marked-list-button {
	display: block;
	padding-left: 26px;
	height: 22px;
	line-height: 22px !important;
	background: url(/images/oecd/addMarked.png) no-repeat 0 50%;
}

.marked-list-button-small,.toggle li a.marked-list-button-small {
	padding-left: 18px;
	background-image: url(/images/oecd/small_add.png);
	font-size: 10px;
	height: 15px;
	line-height: 15px !important;
}

.langdiv {
	float: left;
	padding-right: 15px;
	margin-top: 2px;
}

.kt-marked-list-wrap {
	margin-left: 96px;
}

.content .authors {
	color: #4B4B4B;
	font-size: 0.95em;
	margin-bottom: 0px;
}

.content .authors .bobby-inline {
	font-size: 0.82em;
}

.inChapter {
	border-top: 1px dotted #E2E2E2;
	margin-top: 10px;
	padding: 5px 0;
	overflow: hidden;
}

.inChapter .fulltext {
	display: inline;
}

.inChapter .fulltext li {
	float: none;
	display: inline;
}

.inChapter .fulltext li a {
	float: none;
	display: inline;
	padding-bottom: 4px;
}

.backToAlerts {
	margin-top: 5px;
}

.reghelpcontent {
	margin-bottom: 10px;
}

#statlinks {
	margin-top: 20px;
	/*padding: 6px 15px */
}

.toc li ul li.complete-annex {
	padding-left: 20px;
	padding-bottom: 5px;
}

.subject-abstract {
	overflow: hidden;
}

#servicedown {
	font-size: 10px;
	color: red;
	background-image: none;
	padding-bottom: 10px;
}

#servicedown h5 {
	font-size: 11px;
}

.main-tools-links {
	overflow: hidden;
}

.metastore-tools-trigger {
	color: red;
	float: left;
}

.libraryupload .brandingnote {
	color: #FF0000;
}

.libraryupload .uploadoptions {
	margin: 0 5px 5px 5px;
}

.uploadoptions div {
	margin-bottom: 10px;
}

.libraryupload .uploadformfield {
	padding-bottom: 5px;
	font-family: arial, verdana, sans-serif;
}

.libraryupload .uploadformfield label {
	width: 160px;
	display: block;
	float: left;
}

.libraryupload .uploadformfield .message {
	margin-left: 160px;
}

.libraryupload .uploadsuccess,.libraryupload .uploaderror {
	margin: 10px 0 10px 0;
	color: #FF0000;
}

.brandedHeader {
	background-color: #c0def6;
}

.brandedHeader .brandingWrapper {
	text-align: left;
	margin: 0 auto;
	width: 990px;
	padding: 5px;
	max-height: 70px;
}

.brandedHeader .logoimage {
	float: left;
	padding: 0;
	margin: 0;
}

.brandedHeader .logoimage img {
	max-height: 60px;
	padding: 0;
	border: 0;
	margin: 0;
}

.brandedHeader .logotext {
	padding: 5px;
	font-family: arial, verdana, sans-serif;
	color: #656766;
	overflow: hidden;
}

.brandedHeader .logotext h3 {
	color: #656766;
}

.leftViewMore {
	float: left;
}

.leftViewMore .expand-collapse-links {
	float: none !important;
}

.listing li a.marked-list-button,.factbook li a.marked-list-button {
	display: inline;
}

.langdivnofloat {
	float: none !important;
}

span.keytableNextEdition {
	padding: 50px;
}

.abstract ul {
	list-style: disc inside none;
	margin-bottom: 5px;
}

#global-search-input,#global-search-button,#global-search-advanced-search-link #global-search-tips
	{
	display: inline;
}

#links-stat.stat3 {
	padding: 5px 4px 4px 143px;
}

#links-stat li {
	border-right: 1px solid #1B67B5;
	display: inline;
	padding: 0 10px;
}

#links-stat li.last {
	border-right: none;
}

.themesplit h3.link a {
	height: 3.2em;
	display: block;
	width: 165px;
	overflow: hidden;
}

.themesplit h3.link a span {
	overflow: hidden;
}

.link.clearer {
	height: 3em;
}

.more-link {
	float: left;
	clear: both;
	padding-top: 4px;
}

.pane6 .home .content {
	min-height: 390px;
}

.themesplit .pane4,.themesplit .pane5 {
	padding-top: 45px;
}

#combine-searches .medium-go-button {
	padding-left: 0;
}

#combine-save-searches-input {
	width: 140px;
}

#section-serial .inner h5 li {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

#section-serial .inner .sidebar-list a {
	font-size: 12px;
	color: #1B67B5;
	font-weight: normal;
}

#section-serial .inner h5 li a {
	font-size: 13px;
}

#section-onlinefirst .next-edition {
	display: none;
}

#section-onlinefirst .expandcollapse {
	float: left;
}

#section-onlinefirst table.listing {
	width: auto;
}

#section-onlinefirst .onlinefirst .box {
	float: left;
	width: 780px;
}

.floatright {
	float: right;
}

#section-serial .articlehomedisplaycontainer .togglehide {
	display: none;
}

.langdiv+.clear-wrapper {
	clear: both;
}

.article-language {
	width: 70px;
	float: left;
}

#content-article	.content {
	position: relative;
}

#content-article .onlinefirstlink {
	position: absolute;
	top: 10px;
	right: 195px;
}

dl.document-identifiers {
    float: none;
}

#bookpage .imprint h2 {
	float:none;
}

/* ########################### */
/* iteration 2 changes */

/*commonwealth */
#global-navigation-list-igo li{
	 padding: 0 13px;
	
}

#section-imprint .indexes {
   padding-left: 20px;
   padding-top: 35px;
}

h1.igo{
	background: none;
}

h3.igo{
   background:none;
   padding-left:20px;
   font-size: 14px;  
   font-weight: normal;
}


#logo-igo{
    left: -9px;
    position: absolute;
    top: -10px;
}

/* ========== Fix for consortia COUNTER reports display ============================================================= */

#counterstatsform .regInput select,#counterstatsform .regInput input {
    width:auto;
}

#counterSubmit {
	width:auto;
}
	
/* ========== End of fix for consortia COUNTER reports display ============================================================= */

/* =========== FTI changes - OECDR18 ================================= */

.clicktoaccess {
	float:right;
}

.clicktoaccesssurvey1, .clicktoaccesssurvey2, .clicktoaccess {
   color: #6F6D6D;
   font-size: 10px;
}

.titleheader {
	float:left;
	
}

table.listing thead tr th {
	vertical-align: top;

}

.articlehomedisplaycontainer .listing ul.fulltext {
	margin-right: 4px;
}

.clicktoaccesshead {
	float:left;
	padding-right: 2px;
}

.listing .clicktoaccesshead{
   display:none;
}

.keytableCountryList .clicktoaccesshead, .latestIssueslist .clicktoaccesshead{
	display:none;
}

.keytableCountryList .mark{
   padding: 3px 0;
   font-size: 10px;
   color: #6F6D6D;

}
.clicktoaccesssurvey1 {
	float:left;
   padding-left: 290px;
}
.clicktoaccesssurvey2 {
   float:right;
   padding-right: 5px;
}

.themesplit .clicktoaccesshead {
   padding-right:30px;
}
/* =========== End FTI changes - OECDR18 ================================= */

.hidden {
	display:none;

	}
	

#footer-links {
	  position: absolute;
    right: 100px;
    top: 0;
}


#expander {
    clear: both;
    float: left;
    position:relative;
    padding-bottom:20px
}

.footerLogoContainer {
   position: absolute;
   left:30px;
   bottom:0;
	background-repeat: no-repeat;
	height: 65px;
	width:123px;
	z-index: 100;
}

.underbreadcrumbcontent {
 clear: both;
    float: left;
    padding-top: 5px;
    width: 99.3%;
	}

.shib_part {
    clear:both;
    float:left;
    margin-bottom:5px;
    margin-left:20px;
    width:500px;
}

.shib_separator {
    font-weight:bold;
    font-style:italic;
    margin-bottom:15px;
    margin-top:15px;
}

#section-dataset .top-content-left  {
   padding-left: 16px;
   width: 176px;
}


#section-dataset #replaceContinues {
   padding-left: 16px;
}

.webPreviewBox .previewFrame .ddp-chart div {
   width: auto;  /* Reset width */
   border: none; /* Remove border */
}

.listing ul.fulltext > li {
	 padding-left: 0;
	
}

.mainNavigationWrapper .mainPane {
	visibility:hidden;
}

.mainNavigationWrapper .mainPane.opened {
	visibility:visible; 
}

.multilingualLanguage {
    display: inline-block;
    width: 80px;	
    padding-left:5px;
}

.listing .also-available-in {
	margin-left:25px;
	
}

.stat-collection-container .subcollection-link {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
}
.stat-collection-container .fti-list {
    float: right;
}

.expandcollapse .toggle.volume {
    display: block;
}


#content .volumearticles a:hover {
	text-decoration: underline !important;
}

.metalang:not(:last-child):after {
	content:', '; 
}
.enfrmetalang:not(:last-child):after {
	content:', '; 
}
.datevalerrormsg {color:red; display: none;}
.adddatevalmsg {color:red; display: inline-block;}

table.paddingex td {
	padding: 5px 5px;
}
