.accordion-tabwrap{
color: #ffb31b;
width: 301px;
height: 55px;

}
.accordion-tab, .accordion-tabon{
position: relative;
float: left;
height: 60px;
width: 100px;
white-space: nowrap;
font-weight: bold;

font-size: 110%;
text-align: center;
}
.accordion-tab{
background:url(images/tab-off.gif) no-repeat;
}
.accordion-tabon{
background:url(images/tab-on.gif) no-repeat;
height: 57px;

position: relative;
top: 3px;
}

