﻿#category-header
{
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px 0 0;
}
#category-header h2
{
    margin: 0;
    font-size: 1.5em;
    padding: 0 0 0 8px;
    color: #cb7319;
}
#category-header p
{
    background: url("images/dotted.gif") repeat-x bottom;
    margin: 0;
    padding: 0 325px 11px 8px;
    color: #7a7a7a;
}



/* Content */
#content ul
{
    list-style: none;
}

#content h3
{
    font-size: 1.17em;
    border: solid #e6e6e6;
    border-width: 1px 1px 0;
    color: #4b9fc3;
    padding: 8px 15px 7px;
    background: #f2f2f2 url("images/category/h2-background.gif") repeat-x bottom;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active
{
    color: #4b9fc3;
}

#content li.active a, #content a.active
{
    color: #cb7319;
}

#content .primary
{
    width: 531px;
    margin-top: 16px;
    float: right;
    display: inline;
}

#showcase
{
    position: relative;
    margin-bottom: 17px;
}
#showcase .advertise
{
    position: absolute;
    right: 14px;
    top: 10px;
}
#showcase h2
{
    border-color: #eeeeee;
}
#showcase-view
{
    border: solid #eee;
    border-width: 0 1px 1px;
    padding: 15px 0;
    background: #fdfcfa url("images/category/showcase-background.gif") repeat-x bottom;
    position: relative;
}
#showcase-view .control
{
    position: absolute;
    width: 23px;
    height: 150px;
    z-index: 5;
}
#showcase-view .control-previous
{
    top: 0;
    left: 0;
}
#showcase-view .control-next
{
    top: 0;
    right: 0;
}
#showcase-view .control a
{
    display: block;
    width: 9px;
    height: 12px;
    margin: 94px 7px 0;
    text-indent: -999999em;
    overflow: hidden;
    background-image: url("images/category/small-arrow-sprite.gif");
}
#showcase-view .control a.disabled
{
    cursor: default;
}
#showcase-view .control-previous a
{
    background-position: 0 0;
}
#showcase-view .control-previous a.disabled
{
    background-position: 0 -12px;
}
#showcase-view .control-next a
{
    background-position: -9px 0;
}
#showcase-view .control-next a.disabled
{
    background-position: -9px -12px;
}

#showcase-items
{
    width: 780px;
    overflow: hidden;
    position: relative;
    left: 15px;
    z-index: 1;
}
#showcase-items .listings
{
    position: relative;
    width: 780px;
    z-index: 2;
}
#showcase-items .listings li
{
    padding: 0 0 6px;
    margin: 0;
    margin-right: 6px;
    display: inline;
    background: #fff;
}
#showcase-items .listings li.third
{
    margin: 0;
}
#showcase-items li .listing-maker, #showcase-items li .listing-title
{
    margin-left: 6px;
}
#showcase-items li .listing-price
{
    margin-right: 6px;
}



#content .secondary
{
    width: 200px;
    margin-top: 15px;
    display: inline;
    float: left;
}

.secondary #category-nav
{
    background: #fcfcfa;
    border: solid #e6e6e6;
    border-width: 0 1px 1px;
    padding: 12px 15px;
    text-transform: capitalize;
}
#category-nav a
{
    color: #4b9fc3;
}
#category-nav li
{
    margin: 0 0 4px;
}
#category-nav ul
{
    padding: 3px 7px 0;
}
#category-nav li.active ul li a
{
    color: #4DA0C2;
}

.gift-guide
{
    margin: 15px 0 0;
}

.gift-guide h3
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.gift-guide h3 a
{
    padding: 5px 0;
}

.gift-guide h3.holiday a
{
    background: url(/images/holiday-gift-icon.gif) no-repeat right 50%;
    padding-right: 28px;
}

.gift-guide h4
{
    font-weight: normal;
    font-size: 1em;
    background: #fcfcfa;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px 10px 6px;
}

.gift-guide ul
{
    background: #fcfcfa;
    border: solid #e6e6e6;
    border-width: 0 1px 1px;
    padding: 0 6px 4px;
}

.gift-guide .listing
{
    float: left;
}

.gift-guide .listing a
{
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 3px 6px;
    width: 75px;
    height: 75px;
}


