.zoo:hover {
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}

.boxPanel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.boxPanel.biblioteca{
    position:absolute;
    background-color: #9E9E9E;
    top: 55px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px 57px 0px 23px;
    overflow: hidden;
    font-family: 'Open Sans', Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
}

.boxPanel.biblioteca .close{
    background: transparent url('../img/close.png') top left no-repeat;
    height: 38px;
    width: 38px;
    right: 25px;
    top: 30px;
    position: absolute;
}

.boxPanel.biblioteca .biblioHeader{
    text-align:center;
    font-size: 40px;
    margin-top: 33px;
    color: #464646;
    text-decoration: underline;
}

.boxPanel.biblioteca .edicoesHolder {    
    /*margin-top: 33px;*/
    overflow-y:auto;
    position: absolute;
    /*top: 67px;*/
    top: 0px;
    bottom: 0px;
    right: 14px;
    left: 23px;
    margin-bottom: 45px;
}

.boxPanel.biblioteca .edicoesList{
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0;
}

.boxPanel.biblioteca .edicoesList .edicao{
    margin: 17px 0px;
    /*float: left;*/
    min-width: 132px;
    /* Add – alinhar a esq. porque o float left faz com que se posicione no centro*/
    display: inline-block !important;
    vertical-align: top;
}

.boxPanel.biblioteca .edicoesList .edicao .thumb img{
    max-width: 145px;
    height: 182px;
    display: block;
    box-shadow:0px 1px 10px rgba(0,0,0,0.2);
}

.boxPanel.biblioteca .edicoesList .edicao .titulo{
    /*color: #a8353a;*/
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans';
    /* text-transform: uppercase; */
    margin-top: 5px;
}

.boxPanel.biblioteca .edicoesList .edicao .data{
    font-size: 14px;
    /* color: #959595; */
    color: #ffffff;  
    /* text-transform: uppercase; */
    font-weight: bold;
}

.boxPanel.biblioteca .edicoesList .edicao .bt.detalhes{
    margin:0px;
    padding: 0px;
    border: 0;
    border: 2px solid #b5b5b5;
    color: #b5b5b5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px; 
    font-size: 14px; 
    padding: 0px 8px;
    margin-top: 15px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 33px;
    line-height: 33px;
}
    .boxPanel.biblioteca .edicoesList .edicao .bt.detalhes.firefox {
    line-height: 37px;
    }

.boxPanel.biblioteca .edicoesList .edicao.active .bt.detalhes{
    border: 2px solid #f07d77;
    color: #f07d77;    
}

.boxPanel.biblioteca .edicoesList .edicao .descricao {
    display: none;
}

.boxPanel.biblioteca .edicoesList .edicao .link{
    display: none;
}

.boxPanel.biblioteca .edicoesList.edicoesListHorizontal{

}
.boxPanel.biblioteca .edicoesList.edicoesListHorizontal .edicao{
    min-width: 250px;
    /*min-width: 238px;*/
}
.boxPanel.biblioteca .edicoesList.edicoesListHorizontal .edicao .thumb img{
    max-width: 250px;
   /* max-width: 238px;*/
    height: 149px;
}

.boxPanel.biblioteca .panelHeader {
    background-color:#252525;
    height:104px;
    position:relative;
}

.boxPanel.biblioteca .panelHeader .logoHolder{
    position:relative;
    top:27px;
    left:50%;
    margin-left:-124px;
}

.boxPanel.biblioteca .panelHeader .close {
    background: transparent url('../images/login_panel_close_big_bg.png') top left repeat-x;
    width:44px;
    height:60px;
    top:0px;
    right:37px;
}

.boxPanel.biblioteca .panelContent {
    background: #252525 url('../images/biblioteca_content_bg.png') top left repeat-x;
    padding: 0px;
}

.boxPanel.biblioteca .panelContent .panelContentInner{
    margin:0px 40px;
    overflow:hidden;
    height:520px;
}

.boxPanel.biblioteca .panelContent .contentScroller{
    /*position:relative;
    width:9999px;*/
}

.boxPanel.biblioteca .panelContent .contentScroller .list{
    /*position:relative;*/
    margin:0px;
    padding:0px;
    list-style:none;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item{
    width:194px !important;
    /*margin-left:17px;*/
    float:left;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item:first-child {
    /*margin-left:0px;*/
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoImage{
    margin-top:26px;
    width:194px;
    height:244px;
    display:block;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoImage img {
    display:block;
    margin:0px;
    padding:0px;
    border:0px;
    max-width:194px;
    max-height:244px;
    overflow:hidden;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoTitle{
    /*font-family: "Myriad Pro Semibold", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:22px;
    text-transform:uppercase;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#e51b15;
    margin-top:36px;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoData{
    /*font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:13px;
    text-transform:uppercase;
    color:#959595;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoDesc{
    /*font-family: "MyriadPro Ligth", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:13px;
    color:#ffffff;
    height:127px;
    margin-top:17px;
    overflow:hidden;
}

.boxPanel.biblioteca .panelContent .contentScroller .list .item .edicaoButton{    
    background: transparent url('../images/biblioteca_ver_agora_bt.png') top left no-repeat;
    width:80px;
    height:23px;
    display:block;
    text-decoration:none;
    margin-top:4px;
}

.boxPanel.biblioteca .panelOptions {
    background-color:#252525;
    height: 79px;
    position:relative;
    top:-1px;
    padding-bottom:25px;
}

.boxPanel.biblioteca .panelOptions .scoller {
    width:86px;
    height:43px;
    position:absolute;
    top:24px;
    left:50%;
    margin-left:-43px;
}

.boxPanel.biblioteca .panelOptions .scrollButton {
    width:41px;
    height:43px;
    display:block;
    float:left;
    overflow:hidden;
}

.boxPanel.biblioteca .panelOptions .scrollButton a {
    display: block;
    width: 100%;
    height: 100%;
}

.boxPanel.biblioteca .panelOptions .scrollButton.left a {
    background: transparent url('../images/biblioteca_nav_left.png') top left no-repeat;
}

.boxPanel.biblioteca .panelOptions .scrollButton.left a.disabled{
    background-image:url('../images/biblioteca_nav_left_inactive.png');
}

.boxPanel.biblioteca .panelOptions .scrollButton.right a {
    background: transparent url('../images/biblioteca_nav_right.png') top left no-repeat;
    margin-left:2px;
}

.boxPanel.biblioteca .panelOptions .scrollButton.right a.disabled{
    background-image:url('../images/biblioteca_nav_right_inactive.png');
}

/*.boxPanel.biblioteca .panelOptions .scrollButton.left{
    background: transparent url('../images/biblioteca_nav_left.png') top left no-repeat;
}

.boxPanel.biblioteca .panelOptions .scrollButton.left.inactive{
    background-image:url('../images/biblioteca_nav_left_inactive.png');
}

.boxPanel.biblioteca .panelOptions .scrollButton.right{
    background: transparent url('../images/biblioteca_nav_right.png') top left no-repeat;
    margin-left:2px;
}

.boxPanel.biblioteca .panelOptions .scrollButton.right.inactive{
    background-image:url('../images/biblioteca_nav_right_inactive.png');
}*/


.boxPanel.bibliotecaDetalhes{
    background-color: #f3f3f3;
    width: 348px;
    padding: 0px 33px;
    overflow: hidden;
    /*font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
}

.boxPanel.bibliotecaDetalhes .thumb{
    text-align: center;
    margin-top: 53px;
}

.boxPanel.bibliotecaDetalhes .thumb img{    
    height: 182px;
}

.boxPanel.bibliotecaDetalhes .titulo{
    text-align: center;
    font-size: 22px;
    font-size: 25px;
    color: #e51b15;
    text-transform: uppercase;
    margin-top: 21px;
}

.boxPanel.bibliotecaDetalhes .data{
    text-align: center;
    font-size: 22px;
    font-size: 26px;
    color: #959595;
    text-transform: uppercase;
}

.boxPanel.bibliotecaDetalhes .descricao{
    text-align: justify;
    font-size: 21px;
    color: #252525;
    margin-top: 13px;
    line-height: normal;
    font-weight: normal;
    /*font-family: "MyriadProLight", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
    /*text-shadow: 1px 1px 1px #000000;*/
}

.boxPanel.bibliotecaDetalhes .link{    
    background-color: #ee2e24;
    text-decoration: none;
    text-transform: uppercase;    
    color: #ffffff;
    padding: 5px 30px;
    margin: 18px 0px 28px -41px;
    display: inline-block;
    position: relative;
    left: 50%;    
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    /*font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
}



#thumbsList{
    background-color:rgba(0,0,0,0.7);
    height:175px;
    padding: 20px 0px 0px;
    margin: 0px;
    position:absolute;
    bottom:0px;
    left: 0px;
    right: 0px;
    z-index:999;
    overflow: auto;
    overflow-y: hidden;
    display: none;
    font-family: 'Open Sans', Arial, sans-serif;
}

#thumbsList .scroller {
    width: 9999px;
}

#thumbsList .scroller .elem{
    width: 91px;
    padding: 0px 10px; 
    float: left;
    cursor: pointer;
}

#thumbsList .scroller .elem .thumbHolder{
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

#thumbsList .scroller .elem .thumbHolder .thumb{
    height: 130px; 
    vertical-align:top;   
}

#thumbsList .scroller .elem.active .thumbHolder{
    border: 2px solid #fff;
}

#thumbsList .scroller .elem.active .page{
    color: #fff;
}

#thumbsList .scroller .elem .page{
      color: #dddddd;
      font-size: 13px;
      font-weight: 300;
      -webkit-font-smoothing: subpixel-antialiased;
      text-align: center;
      width: 100%;
      margin-top: 8px;
      display: block;
}

#background{ 
    /*background:#555;  
    background:#887E6E;*/
    background:#9E9E9E;
    position: absolute; 
    left: 0px; 
    width:100%;
    height:100%;


    /*
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url('../img/background.jpg');
    */
}

#thetop {
  position:absolute;
  top:0px;
  right:0px;
  width: 100%;
  z-index: 1000;
  left:0px;
}

#botao_a {
  background: url(../img/icons/colapse.jpg) no-repeat;
  cursor: pointer;
  width: 50px;
  z-index: 99;
  margin: 0px;
  height: 50px;
  right: 0;
  top: 50px;
  float: right;
}

#thetop .botao_f {
  background: url(../img/icons/colapse.jpg) no-repeat;
  cursor: pointer;
  width: 50px;
  z-index: 99;
  margin: 0px;
  height: 50px;
  right: 0;
  top: 0px;
  float: right;
}

#barra {
  /* background-color: rgb(221,220,214); */
  background-color: #ffffff;
  width: 100%;
  height:50px;
  position: relative;
  /* box-shadow: 0 4px 2px rgba(0, 0, 0, 0.03); */
}
/* fim slider top menu */


#barTop img{
    vertical-align: middle;
}
#barTop{
    width:100%;
    height:47px;
    position:absolute;
    top:-1px;
    z-index:300;
    left: 40px;

}

#barTop #topMenu{
    /* background: #ebebeb url('img/barra/top_menu_bg.jpg') top left repeat-x; 
    border-bottom: 1px solid #cbcccf;*/
    width: 100%;
    height:46px;
    position:absolute;
    top:0px;
    left:0px;
}
a.logo:hover{
    /* color:#000000 !important;
    color: #ffffff !important;*/
    color: #7D7A7A !important;   
}
#barTop #topMenu .logo {
    /* background: transparent url('img/barra/switch_logo.png') top left no-repeat;*/
    text-decoration: none;
    width: 284px;
    height: 23px;
    display: block;
    position: absolute;
    left: 30px;
    font-family: 'Open Sans';
    /*top: 14px;*/
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    top: 0px;
}

#barTop #topMenu .tools {
    background: transparent url('../img/barra/new_separator.png') top left repeat-y;
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    /*
    top: 12px;
    left: 260px;
    height: 23px;
    line-height: 23px;
    */
    top: 0px;
    left: 240px;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}

#barTop #topMenu .tools .topMenuButton{
    text-decoration: none;
    float: left;   
    display: block;
    height: 44px;
    line-height: 44px;
}

#barTop #topMenu .tools .topMenuButton.login{
    background: transparent url('../img/barra/user_bt.png') center center no-repeat;
    width: 21px;
    /*height: 19px;*/
    margin-right: 41px;
}

#barTop #topMenu .tools .topMenuButton.login:hover {
    background: transparent url('../img/barra/user_bt_hover.png') center center no-repeat;
}

#barTop #topMenu .tools .topMenuButton.conta {
    background: transparent url('../img/barra/user_bt.png') center center no-repeat;
    width: 21px;
    /*height: 19px;*/
    margin-right: 41px;
}

#barTop #topMenu .tools .topMenuButton.conta:hover {
    background: transparent url('../img/barra/user_bt_hover.png') center center no-repeat;
}

#barTop #topMenu .tools .topMenuButton.fullscreen {
    background: transparent url('../img/barra/fullscreen_bt.png') center center no-repeat;
    width: 17px;
    /*height: 17px;*/
    margin-right: 32px;
}

#barTop #topMenu .tools .topMenuButton.fullscreen:hover {
    background: transparent url('../img/barra/fullscreen_bt_hover.png') center center no-repeat;
}

#barTop #topMenu .tools .topMenuButton.lib {
    background: transparent url('../img/barra/lib_bt.png') center center no-repeat;
    width: 15px;
    /*height: 21px;*/
    margin-right: 32px;
}

#barTop #topMenu .tools .topMenuButton.lib:hover {
    background: transparent url('../img/barra/lib_bt_hover.png') center center no-repeat;
}

#barTop #topMenu .tools .topMenuButton.thumbs {
    background: transparent url('../img/barra/thumbs_bt.png') center center no-repeat;
    width: 26px;
    /*height: 20px;*/
}
#barTop #topMenu .tools .topMenuButton.thumbs:hover {
    background: transparent url('../img/barra/thumbs_bt_hover.png') center center no-repeat;
}

#barTop #topMenu .nav {
    width: 600px;
    height: 46px;
    margin-left: -300px;
    position: absolute;
    top: 0px;
   /*  overflow-y: hidden; */
    left: 50%;
    right: 50%;
    text-align:center;
    font-family: "Open Sans Condensed","Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .nav > div{
    font-size: 24px;    
    color: #999999;
    float: left;
}

#barTop #topMenu .nav .current{    
    color: #ee2e24;
    text-align: right;
    width: 24px;
    padding-right: 6px;
    font-weight: 400;
}

 #barTop #topMenu .nav .sep{
    background-color: #999999;
    width: 1px;
    height: 24px;
    margin-top: 3px;
}

#barTop #topMenu .nav .total{
    width: 24px;
    text-align: left;
    padding-left: 6px;
}

#barTop #topMenu .newsletterBox {
    position: absolute;
    top: 9px;
    right: 195px;
}

#barTop #topMenu .newsletterBox .newsletterInput{
    border: 0;
    background: transparent url('../img/barra/newsletter_input_bg2.png') center center no-repeat;
    font-size: 12px;
    color: #666666;
    width: 190px;
    height: 27px;
    padding-left: 10px;
    padding-right: 40px;
    outline: 0;
    line-height: 27px;
}

#barTop #topMenu .newsletterBox .divNewsletterPlaceHolder{
    position: absolute;
    top: 0px;
    left: 0px;
    font-style: italic;
    text-transform: none;
    padding-left: 10px;
    color: #666666;
    font-size: 12px;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    width: 190px;
    height: 29px;
    line-height: 29px;
    cursor: text;
}

#barTop #topMenu .newsletterBox .divNewsletterPlaceHolder strong{
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .newsletterBox .newsletterInput::-webkit-input-placeholder{  /* WebKit browsers */
    color:#666666;
    font-style: italic;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .newsletterBox .newsletterInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#666666;
    font-style: italic;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .newsletterBox .newsletterInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#666666;
    font-style: italic;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .newsletterBox .newsletterInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#666666;
    font-style: italic;
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#barTop #topMenu .newsletterBox .newsletterButton{
    background: #ed2b22;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 23px;
    color: #ffffff;
    width: 32px;
    height: 22px;
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
}

#barTop #topMenu .sharePlaceholder {
    /* margin-right: 50px; */
    padding: 0px;
    border: 0px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
    /* background: transparent url('../img/barra/new_separator.png') top left repeat-y;*/
    padding-left: 20px;
}

#barTop #topMenu .sharePlaceholder a{
    padding: 0px;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 2px;
}

/*    TOOLTIP    */
a.tooltips,
div.tooltips {
  position: relative;
  display: inline;
  font-size: 12px;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
}
a.tooltips span,
div.tooltips span,
a.tooltips span.spanShare,
div.tooltips span.spanShare {    
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    min-width:60px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    /*text-shadow: 0px 0px 1px #808080;*/
    /*
    height: 21px;
    line-height: 21px;
    */
    height: initial;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    box-shadow: 0px 0px 1px #ffffff;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU4ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #fefefe 0%, #e6e8e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e8e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e8e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e6e8e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e6e8e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e6e8e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e8e7',GradientType=0 ); /* IE6-8 */
}

a.tooltips span:after,
div.tooltips span:after{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
a:hover.tooltips span,
div:hover.tooltips span{
    visibility: visible;
    opacity: 1;
    top: 30px;
    top: 40px;
    /*
    left: 50%;
    margin-left: -76px;
    */
    margin-left: -7px;
    z-index: 999;
    height: auto;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
a:hover.topMenuButton.tooltips span,
div:hover.topMenuButton.tooltips span {
    top: 32px;
    left: 0px;
}
a.tooltips span.spanShare,
div.tooltips span.spanShare,
a:hover.tooltips span.spanShare,
div:hover.tooltips span.spanShare {
    top: 32px;
    left: 0px;
}
a:hover.tooltips.firefox span,
div:hover.tooltips.firefox span,
a:hover.tooltips.firefox span.spanShare,
div:hover.tooltips.firefox span.spanShare{
    padding-top: 4px;
    padding-bottom: 1px;
}

a.tooltips, div.tooltips{
    font-family: 'Open Sans', 'Arial', sans-serif !important;
}