h3
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    text-transform: none;
}
div#tek_list
{
    width: 850px;
    height: 164px;
    overflow: hidden;
    position: relative;
    margin-top: 1px;
    border: 1px black;
}

div#tek_list ul
{
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tabs
{
    left: 0px;
    z-index: 2;
    width: 242px;
}

ul#tabs li
{
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
}

ul#tabs li img
{
    padding: 5px;
    border: none;
    float: left;
    margin: 5px 5px 0px 0px;
}

ul#tabs li a
{
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 7px 7px 7px 15px;
    height: 18px;
    outline: none;
    background-color: White;
}

ul#tabs li a:hover
{
    text-decoration: underline;
}

ul#tabs li a.current
{
    background-position: left;
    background-image: url(../../images/tek-tab-current.png);
    background-repeat: no-repeat;
    color: #801e00;
}

ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: default;
}

ul#output
{
    right: 0;
    width: 850px;
    height: 164px;
    position: relative;
}

ul#output li
{
    position: absolute;
    width: 850px;
    height: 164px;
}

ul#output li a
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    background: #000;
    font-weight: bold;
}

ul#output li a:hover
{
    background: #fed600;
    color: #000;
}
