﻿/* HitList Frame */
.HitList
{
    overflow: hidden;
    width: 729px;
    vertical-align: middle;
    padding-left: 2px;
    margin-bottom: -12px;
    position: relative;
}

.HitListTop
{
    background-image: url(Images/Hitlist_Top.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    
}

.HitListRepeater
{
    background-image: url(Images/Hitlist_Repeater.png);
    background-repeat: repeat-y;
    width: 100%;
}

.HitListFooter {
    background-image: url(Images/Hitlist_Footer.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

/* HitList Image */
.HitList_imageFrameCenter
{
    padding: 1px;
    border-width: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}

.HitList_imageFrameTop
{
    border-width: 0px;
    background-image: url(Images/Hitlist_Image_Top.gif);
    background-repeat: repeat-x;
    height: 5px;
}

.HitList_imageFrameCorner
{
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
}

.HitList_imageFrameLeft
{
    background-image: url(Images/Hitlist_Image_Left.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.HitList_imageFrameRight
{
    background-image: url(Images/Hitlist_Image_Right.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.HitList_imageFrameBottom
{
    background-image: url(Images/Hitlist_Image_Bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    background-color: #FFFFFF;
}


/* HitList Pager */
.HitList_Pager
{
    padding: 0px 10px 0px 10px;
    text-align: left;
    top: -8px;
    position: relative;
}

.HitList_header
{
    font-size: 12px;
    color: #CCCCCC;
    font-weight: bold;
}

.HitList_proText
{
    font-size: 11px;
    color: #FFFFFF;
}

.HitList_proItemPrice
{
    font-size: 14px;
    color: #ECF2F9;
    font-weight: normal;
}