.gsTabulate {
    display: block;
    background-color: #fff;
    height: 26px;
	background: url(../img/kropka_sz2.gif) bottom repeat-x; 
}

.gsTabulate span {
    float: left;
    display: block;
}

.gsTabulate .active {
    float: left;
    padding-top: 6px;
    height: 20px;
    display: block;
    background: white url(../img/active.gif) repeat-x;
    padding-right: 4px;
}

.gsTabulate .active a {
    font-size: 10px;
    color: #F58735;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../img/arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-left: 9px;
}

.gsTabulate .inactive a {
    font-size: 10px;
    color: #A09D96;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../img/arrow_inactive.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 17px;
    padding-left: 9px;
}

.gsTabulate .inactive {
    float: left;
    padding-top: 6px;
    height: 20px;
    display: block;
    background: white url(../img/inactive.gif) repeat-x;
    padding-right: 4px;
}

.gsTabulate .left_active {
    width: 8px;
    height: 26px;
    background-image: url(../img/left_active.gif);
    display: block;
}

.gsTabulate .left_inactive {
    width: 8px;
    height: 26px;
    background-image: url(../img/left_inactive.gif);
    display: block;
}

.gsTabulate .active_inactive {
    width: 8px;
    height: 26px;
    background-image: url(../img/active_inactive.gif);
    display: block;
}

.gsTabulate .inactive_active {
    width: 8px;
    height: 26px;
    background-image: url(../img/inactive_active.gif);
    display: block;
}

.gsTabulate .inactive_inactive_l {
    width: 8px;
    height: 26px;
    background-image: url(../img/inactive_inactive_l.gif);
    display: block;
}

.gsTabulate .inactive_inactive_r {
    width: 8px;
    height: 26px;
    background-image: url(../img/inactive_inactive_r.gif);
    display: block;
}

.gsTabulate .right_inactive {
    width: 8px;
    height: 26px;
    background-image: url(../img/right_inactive.gif);
    display: block;
}

.gsTabulate .right_active {
    width: 8px;
    height: 26px;
    background-image: url(../img/right_active.gif);
    display: block;
}
