.image_preload {
  display: none;
}

#jtop10 { height:auto;}

#jtop10 a { color: #0073AE; cursor: pointer; display: block; }
#jtop10 a:hover, #jtop10 a:focus, #jtop10 a:active {
    color: #0073AE;
    cursor: pointer;
    text-decoration: none;
    outline-style: none;
}

#jtop10 .tabs_title {
    color:#0073ae;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 25px;
    border-bottom:1px solid #d0e7f3;
    line-height: 24px;
    vertical-align:bottom;
}

#jtop10 .tabs_title li {
    float: left;
    margin-right: 2px;
    cursor: pointer;
    font-size: 12px;
    margin-left:0;
    line-height:15px;
    height:25px;
}

#jtop10 .tabs_title li.tabs_title_last {
    float: left;
    margin-right: 0px;
    cursor: pointer;
    font-size: 12px;
    margin-left:0;
}

#jtop10_container {
   height:180px;
}

#jtop10 .tabcontent {
    display: none;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;

}
#jtop10 .tabcontent ul {
  margin: 0.5em 0;
  padding: 0 5px;
}


#jtop10 .chart_li {
    border-bottom:1px solid transparent;
    color:#0073ae;
    cursor:pointer;
    list-style-type: none;
    width:100%;
}
#jtop10 .chart_li:hover, #jtop10 .chart_li:focus, #jtop10 .chart_li:active {
    border-bottom:1px solid #9FD2EC;
}

#jtop10_header {
  height:25px;
  border-bottom:1px solid #d0e7f3;
}

#jtop10_title {
  float:left;
  color:#0073ae;
  padding-top:3px;
  padding-left:2px;
  margin-right: 5px;
  vertical-align:bottom;
}

#jtop10 .number {
  float:left;
  width:25px;
  color:#9fd2ec;
}

#jtop10 #tabtext {
  line-height: 25px;
  vertical-align: top;
}

#jtop10 .tableft {
  padding: 0 0 10px 7px;
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_left.png) no-repeat;
}
#jtop10 .tabcenter {
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_center.png) repeat-x;
  padding: 0 0 10px 0;
  margin-top:5px;
}
#jtop10 .tabright {
  padding: 0 0 10px 4px;
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_right.png) no-repeat;
}

#jtop10 .tabactive .tableft {
  padding: 0 0 10px 7px;
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_left_active.png) no-repeat;
}
#jtop10 .tabactive .tabcenter {
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_center_active.png) repeat-x;
  padding: 0 0 10px 0;
  margin-top:5px;
}
#jtop10 .tabactive .tabright {
  padding: 0 0 10px 4px;
  background: url(../../../modules/mod_jtop10/tmpl/images/tab_right_active.png) no-repeat;
}
