1/*TabWidget*/
2#tabbar
3{
4    min-height: 27px;
5    max-height: 27px;
6}
7
8#tabbarwidget
9{
10    background-image: url(images/tabs-bg.png);
11    background-repeat: repeat-x;
12}
13
14#tabbar::tab
15{
16    height: 26px;
17}
18