/* CSS Document */

/* ===== SEARCH/CATEGORY LISTING CSS ===== */

#searchListings
{
    float: left;
    width: 622px;
    margin: 10px 0;
}

#searchListingsHeader
{
    width: 602px; /*622 actual */
    height: 56px;
    background: url("../images/catalog/search_header.gif") no-repeat;
    padding: 0 10px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

.queryNumber
{
    font-size: 16px;
}

#searchResults
{
    float: left;
    line-height: normal;
}

#searchListingsFooter
{
    float: left;
    width: 602px; /*622 actual */
    height: 56px;
    background: url("../images/catalog/search_footer.gif") no-repeat;
    padding: 0 10px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

/* ===== end SEARCH/CATEGORY LISTING CSS ===== */

/* ===== LIST VIEW CSS (SPECIFIC) ===== */

.listViewOdd
{
    /* odd numbered rows */
    float: left;
    margin: 1px 0;
}

.listViewOdd td
{
    padding: 5px 0;
}

.listViewEven
{
    /* even numbered rows */
    float: left;
    margin: 1px 0;
}

.listViewEven td
{
    padding: 5px 0;
}

.dividerH
{
    float: left;
    width: 622px;
    height: 1px;
    background: url("../images/catalog/divider_tile.gif") repeat-x;
}

/* ===== end LIST VIEW CSS (SPECIFIC) ===== */

/* ===== GRID VIEW CSS (SPECIFIC) ===== */

.gridView
{
    margin: 1px 0;
}

.dividerV
{
    width: 1px;
    background: url("../images/catalog/divider_tile.gif") repeat-y right top;
}

.gridPhoto
{
    margin: 10px auto;
}

.gridView .desc
{
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

.gridView .footer
{
    height: 30px; /* 	background-color: orange; */
}

/* ===== end GRID VIEW CSS ===== */

/* ===== LINKS MANAGEMENT ===== */

#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #3360AA;
    text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active
{
    color: #819E10;
    text-decoration: underline;
}

#searchListings a:link, a:visited
{
    color: #3360AA;
    text-decoration: none;
}

#searchListings a:hover, a:active
{
    color: #819E10;
    text-decoration: underline;
}

#searchListings a:link.pageNo, #searchListings a:visited.pageNo
{
    color: #FFF;
    text-decoration: none;
    margin: 0 3px;
}

#searchListings a:hover.pageNo, #searchListings a:active.pageNo
{
    color: #014689;
}

/* ===== end LINKS MANAGEMENT ===== */

/* ===== BUTTONS ===== */

a.previous
{
    /* Previous arrow for search results */
    float: right;
    display: block;
    width: 11px;
    height: 14px;
    background: url("../images/catalog/btn_prevArrow.gif") no-repeat left center;
}

a:hover.previous
{
    background-position: -11px 0;
}

a.next
{
    /* Next arrow for search results */
    float: left;
    display: block;
    width: 11px;
    height: 14px;
    background: url("../images/catalog/btn_nextArrow.gif") no-repeat left center;
}

a:hover.next
{
    background-position: -11px 0;
}

a.first
{
    /* Jump to Beginning button for search results */
    float: left;
    display: block;
    width: 13px;
    height: 14px;
    background: url("../images/catalog/btn_first.gif") no-repeat left center;
}

a:hover.first
{
    background-position: -13px 0;
}

a.last
{
    /* Jump to End button for search results */
    float: right;
    display: block;
    width: 13px;
    height: 14px;
    background: url("../images/catalog/btn_last.gif") no-repeat left center;
}

a:hover.last
{
    background-position: -13px 0;
}

a.checkout
{
    float: right;
    display: block;
    width: 120px;
    height: 23px;
    background: url("../images/catalog/btn_checkout.gif") no-repeat left center;
}

/* ===== end BUTTONS ===== */