/* --------------------------
    HEADER
----------------------------- */

div#header {
    width: 100%;
    min-width: 1040px;
}

div#topHeader {
    margin-bottom: 20px;
    width: 100%;
    height: 36px;
    background-color: white;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
    position: relative;
    z-index: 4;
    padding: 10px 0px;
    overflow: hidden;
}

.headerDropdown {
    width: 100%;
    height: 120px;
    top: -95px;
    background-color: white;
    position: absolute;
    float: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcd8d0;
    overflow: hidden;
    z-index: 3;
    padding: 5px 0px;
    min-width: 1040px;
}

div#headermenu {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    margin-top: 0px;
}

.headerPadding {
    padding: 15px;
}

.headerShadow {
    box-shadow: 5px 10px 15px 5px rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
    height: 25px;
    top: 29px;
    z-index: 1;
    min-width: 1040px;
}

.boxShadow {
    box-shadow: 5px 10px 15px 5px rgba(0,0,0,.1);
}

.headerIcon {
    width: 36px;
    height: 36px;
}

#header ul {
    list-style-type: none;
    margin: 2px 0px;
    font-size: 12px;
}

/* --------------------
    Header left
-----------------------*/
#topHeaderLeft {
    float: left;
    height: 100%;
    padding: 0px 20px;
    margin-top: 8px;
    width: 320px;
}

#nblogo{
    float: left;
    height: 30px;
    margin: -4px 5px 0px 0px;
}

a#logotext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #C10A26;
    text-decoration: none;
}

.locale-en #logotext {
    font-size: 15px;
}

div#headerlogo {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

#headerLeftMenu {
    float: left;
}

#btnToHitList {
    float: left;
    margin-top: -3px;
}


/* --------------------
    Header right
-----------------------*/
#topHeaderRight {
    float: right;
    height: 100%;
    padding-right: 20px;
    width: 250px;
    text-align: right;
}


#topright{
    overflow: hidden;
    float: right;
    width: 770px;
}

.usernameLinkHover {
	text-decoration: underline;
	color: black !important;
	cursor: pointer;
}

.toolImageHover {
	opacity: 0.4;
	cursor: pointer;
}

/* --------------------
    Header center
-----------------------*/
#topHeaderCenter {
    height: 100%;
    margin: 0px 270px 0px 315px;
    max-width: 1080px;
}

#hitListButtonWrapper {
    float: left;
    margin: 0px 15px;
}

.searchboxAdvanced{
    margin: 10px 0px 0px 10px;
    float: left;
}

/* --------------------
    Search
-----------------------*/
#searchButtonWrapper {
    float: right;
}

.searchButton {
    height: 35px;
    margin: 0px;
}

#widget_searchString{
    width: 100%;
}

#widget_searchString .dijitInputContainer {
    height: 28px;
}

#searchFieldWrapper {
    margin-right: 367px;
}

#searchButtonWrapper span.dijitButtonNode
{
    padding: 3px 5px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 50px;
}

#headerCommandWrapper {
    width: 260px;
    float: right;
}

/* --------------------
    Left content menu
-----------------------*/
#leftContentMenu {
    width: 150px;
    height: 230px;
    position: absolute;
    background-color: white;
    top: 56px;
    border: 1px solid #dcd8d0;
    z-index: 20;
    padding: 20px;
    text-align: left;
}

#leftContentMenu ul {
    font-size: 13px;
}

#leftContentMenu ul li {
    margin: 12px 0px;
}

/* -----------------------------
    Header toolbar dropdown
--------------------------------*/
.floatLeftMenu {
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    padding: 10px 30px 5px 5px;
}

.floatRightMenu {
    float: right;
    width: 160px;
    height: 100%;
    padding: 7px;
}

/* Playlist */
#header .thumbnailOverlayWrapper {
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    height: 23px;
}

#header .thumbnailOverlay {
    position: absolute;
    top: 81px;
    left: 0;
    color: white;
    /*margin: 0px 5px;*/
    font-weight: bold;
    /*white-space: normal;*/
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#header .mylibraryTitle {
    float: left;
    margin: 40px -15px 0px -25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#header .playlistItemThumbnailWrapper {
    border: 1px none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 10px;
    min-height: 100px;
    font-size: 11px;
}

#header .playlistItemThumbnailWrapper:hover {
    opacity: 0.6;
}

#header .thumbnail_boker_true {
    width: 90px;
    background-repeat: no-repeat;
    background-position: center;
}

#header #menuLists {
    overflow: hidden;
}

#header #playlistScrollLeft {
    float: left;
    margin-top: 30px;
}

#header #playlistScrollRight {
    float: right;
    margin-top: 30px;
}


#header #suggestionTitle {
    float: left;
    margin-top: 40px;
    margin-left: -33px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.locale-en #header #suggestionTitle {
    font-size: 11px;
}

.locale-en #suggestionTitle {
    font-size: 11px;
}

#header .nosearchBox {
    margin-top: 0px;
    height: 100%;
    text-overflow: ellipsis;
}

#header .nosearchBox p {
    text-overflow: ellipsis;
    overflow: hidden;
}

#header #nosearchWrapper {
    height: 100%;
}


/* -----------------------------
    Header hitlist dropdown
--------------------------------*/
.slider .nbdigital_ThumbnailWidget {
    height: 84px;
    width: 84px;
    background-repeat: no-repeat;
    background-position: center;
}

/* -----------------------------
    Dewey dropdown
--------------------------------*/
.searchboxDewey {
    float: left;
    margin-left: 70px;
    text-decoration: underline;
}

#deweyBoxWrapper {
    padding: 10px 20px;
}

#deweyBoxHeader {
    margin-bottom: 5px;
}

#deweyBoxHeader a {
    text-decoration: underline;
}

#deweyBoxContent a {
    font-size: 14px;
    white-space: normal;
}

#deweyBoxContent .greyedLink {
    font-size: 14px;
}

.deweyLinkBox {
    margin-bottom: 20px;
    float: left;
}

.deweyResultList {
    margin-top: 200px;
}

.deweyLink {
    float: left;
    width: 430px;
    display: block;
    margin-right: 20px;
}