/****************  side col category view  ***********************/

.show-top-level h2 {
    color:#313328;
    padding:15px 0;
    font-style:italic;
    background:url(../images/divline.gif) repeat-x 0 100%;
}

.show-top-level ul,
.show-top-level ul li {
    list-style:none;
    padding:0;
    margin:0;
}

.show-top-level ul li a {
    display:block;
    height:28px;
    width:276px;
    font-family:Georgia,"Times",serif;
    color:#90000d;
    padding:5px 0 5px 14px;
    font-weight:bold;
    text-decoration:none;
    background:url(../images/catback.png) no-repeat;
}

.show-top-level ul li a:hover {
    background:url(../images/catbackh.png) no-repeat;
}
.show-top-level ul li.current a {
    background:url(../images/catbackh.png) no-repeat;
    color:#57594c;
}

/****************  store showall  ***********************/
.break {
    clear:both;
}

.products {
    background:url(../images/divline.gif) repeat-x;
    padding-top:20px;
}

.showall .product {
    float:left;
    width:165px;
    text-align:center;
    margin-right:48px;
    height:350px;
    position:relative;
}
.showall .product.last-in-row {
    margin-right:0;
}
.store.showall .prod-listing {
    border-bottom:0px;
}

.store.showall .prod-listing .a2c {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:14px 0;
    background:url(../images/divline.gif) repeat-x;
}


/****************  featured  ***********************/

.store.showall-featured-products {
    position:relative;
    z-index:4;
    padding-top:13px;
    margin-left:8px;
}

.store.showall-featured-products h2.featured-title {
    position:relative;
    height:40px;
}

.store.showall-featured-products h2.featured-title img {
    position:absolute;
    top:0;
    left:0;
}

.store.showall-featured-products .featured-product {
/*    background:#adb296;
    padding:5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
*/}

.store.showall-featured-products .featured-image {
    width:130px;
    height:130px;
    float:left;
    margin-right:10px;
    text-align:center;
    background:#E4E9C9;
    
}
.store.showall-featured-products .bodycopy {
    color:#000;
    font-style:italic;
    font-size:16px;
    line-height:1.5em;
}

.store.showall-featured-products .a2c {
    padding:10px 0;
    margin-top:10px;
    background:url(../images/divline.gif) repeat-x;
    text-align:right;
}
.store.showall-featured-products .a2c span {
    display:inline-block;
    zoom:1;
    margin-right:10px;
    color:#90000e;
    font-weight:bold;
    font-size:16px;
}
/****************  crumb  ***********************/
.category-breadcrumb {
    position:absolute;
    top:240px;
    left:0;
    font-style:italic;
    font-size:110%;
}

/****************  show  ***********************/

.show .bodycopy {
    clear:none !important;
}

.store.show .a2c {
    padding:10px 0;
    margin-top:10px;
    background:url(../images/divline.gif) repeat-x;
    text-align:right;
}

.store.show .price {
    color:#550311;
    font-size:18px;
    font-style:italic;
}

.options.dropdown {
/*    float:left;
    text-align:left;
*/
}
.options.dropdown .label {
    display:none;
}

.options.dropdown .control {
    padding:0;
}

