.tabs {
padding:0 0 10px 15px;
text-align: left;
}

.tabs li {
cursor: pointer; 
display: inline;
color: #c4e5f9!important;
padding: 0 3px 12px 0;
font-size: 16px;
line-height: 18px;
}

.tabs .current {
background: transparent url(/images/tab/active.gif) no-repeat center bottom;
color:#128AD6!important;
}

.tabs li:hover {
color: #a7cee7!important;
}

.tabs .current:hover {
color: #128AD6!important;
}

  .box {
  display: none; /* по умолчанию прячем все блоки */
}
.box.visible {
  display: block; /* по умолчанию показываем нужный блок */
}

