div#bookmarks{    
    width: 100%;
    /*float: left;*/
    min-width: 930px;
    margin-top: 10px;
    margin-bottom: 15px;
}

div#bookmarks:after {
  content: '';
  display: block;
  clear: both;
}

#header_bookmarks{
    margin: 40px 25px 0px;
}

div.bookmarks{    
    width: auto;
    float: left;
    box-sizing: border-box;
    margin-left: -40px;
    padding-left: 40px;
    background: url(../img/bookmarks/bookmarks-line.png) no-repeat -15px bottom;
    background: none;
    margin-bottom: -3px;/*15px;*/
}
div.bookmarks ul{
    margin: 0;
    padding: 2px 0 0 0;
    float: left;
    background: url(../img/bookmarks/bookmarks-line-end.png) no-repeat right bottom;
    background: none;
    background: url(../img/bookmarks/bookmarks-line-end-blue.png) no-repeat right bottom;
    padding-right: 119px;
}
div.bookmarks ul li.bookmark {
    float: left;
    list-style: none;
    /*height: 25px;*/
    border-radius: 10px 10px 0 0;
    padding: 6px 6px;
    text-align: center;	
    position: relative;
    
    background: #368dbc;
    margin-right: 3px;
    border: 0px none;
    border-radius: 5px 5px 0 0;
    padding: 12px 6px;
}

div.bookmarks ul li.bookmark:last-child {
    margin-right: 0px;
}

div.bookmarks ul li.bookmark::before {
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 10px;
    position: relative;
    left: -11px;
    bottom: -16px;
    border-bottom: 1px solid #162837;
}

div.bookmarks.no-lines ul li.bookmark::before {
    border-bottom: 0 none;
}
div.bookmarks.no-lines ul {
    background: none;
}

div.bookmarks ul li.selected{
    background: none !important;
    background: #162837 !important;
    border: 2px solid #959699;
    border: 0 none;
    /*margin-top: -2px;*/
    border-bottom: none;
}
div.bookmarks ul li.bookmark a{
    color: #8C8C8C;
    color: #fff;
    text-decoration: none;
    font-size: 15px;          /* 20px */
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px ;
    padding: 8px 24px;
    margin-left: -10px;


}
div.bookmarks ul li.bookmark div.line{
    background: url(../img/bookmarks/bookmarks-line.png) repeat-x bottom;
    background: url(../img/bookmarks/bookmarks-line-blue.png) repeat-x bottom;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 100%;
}
div.bookmarks ul li.selected div.line{
    background: none;
}