table#main td div#resultnavigation
{
    background-color: #EDEFF0;
    text-align: left;
    padding: 2px;
    height: auto;
}

table#main td div#resultnavigation a, table#main td div#resultnavigation div
{
    display: block;
    float: left;
    background-color: #EDEFF0;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

table#main td a#previous
{
    background-image: url(../images/index/arrow_left.png);
    background-repeat: no-repeat;
}

table#main td a#next
{
    background-image: url(../images/index/arrow_right.png);
    background-repeat: no-repeat;
}

table#main td div#previous
{
    background-image: url(../images/index/arrow_left_disabled.png);
    background-repeat: no-repeat;
}

table#main td div#next
{
    background-image: url(../images/index/arrow_right_disabled.png);
    background-repeat: no-repeat;
}

#main table
{
    margin-bottom: 10px;
    border-collapse: collapse;
    border: solid 1px #B3B3B3;
    background-image: url(../images/field_bg.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
}

#main table th
{
    background-image:url(../images/teble_header.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 13px;
    padding: 0px 0px 0px 2px;
    text-align: left;
    height: 20px;
}

#main table #heading
{
    background-color: #F0F0F0;
    color: #666666;
    font-size: 12px;
    width: 33%;
    padding: 2px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-left-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-color: #D6DADE;
    border-bottom-color: #D6DADE;
    border-right-color: #D6DADE;
    vertical-align: middle;
    text-align: left;
}

#main table td
{
    border: solid #D6DADE 1px;
    color: #1E262C;
    font-size: 12px;
    padding: 2px;
    vertical-align: middle;
    text-align: left;
}

#main table #imgcell
{
    margin: 0px;
    padding: 5px;
    width: 34%;
    background-color: #F0F0F0;
    vertical-align: top;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D6DADE;
    border-bottom-color: #D6DADE;
    border-left-color: #D6DADE;
    border-right: none;
}

#imgcell a img
{
    padding: 0px;
    border: none;
    margin: 0px;
}

#imgcell a
{
    padding: 0px;
position:relative;
    display:block;
    float: left;
    border: 1px solid #666666;
    margin: 0px;
}

#imgcell a:hover
{
    border: 1px solid #FFFFFF;
}

