#MainStoreImage img{
    margin:             5px;
    }
#MainStoreImage .caption{
    white-space:        nowrap;
    overflow:           hidden;
    text-overflow:      ellpsis;
    font-family:        Arial, sans-serif;
    text-align:         right;
    display:            block;
    color:              #694236;
    font-size:          70%;
    margin:             6px 12px 9px 6px;
    }

#StoreWrapper h2{
    height:             65px;
    padding-right:      14px;
    background:         transparent url(/images/store/browns-merchant.png) 0 0 no-repeat;
    }

#StoreLinks{
    margin:             -25px 18px 20px;
    font-size:          76%;
    }
#StoreLinks a.first{
    padding-left:       0;
    }
#StoreLinks a.last{
    padding-right:      0;
    border:             0;
    }
#StoreLinks a{
    color:              #000;
    padding:            0 .5em;
    letter-spacing:     .1em;
    border-right:       1px solid #666;
    text-transform:     lowercase;
    font-family:        Helvetica, Arial, sans-serif;
    }

#Products{
    margin-top:         35px;
    }

.product{
    clear:              both;
    padding:            8px 50px 14px 16px;
    border-top:         4px solid #F5EAC8;
    }
#product-1{
    border-top:         none;
    }
.product h3{
    margin:             0;
    }
.product p{
    margin:             0 0 10px 0;
    }
.product p a{
    letter-spacing:     0;
    color:              #890203;
    }
.product strike{
    padding-right:      4px;
    }
.productImage{
    margin:             0 10px 10px 0;
    border:             2px solid #492216;
    max-width:          200px;
    }
.onlineSaleIsActive{
    float:              right;
    margin:             4px -28px 1em 10px;
    _margin-right:      -14px;
    width:              137px;
    height:             46px;
    text-indent:        -9999px;
    background:         transparent url(/images/store/online-sale.gif) 0 0 no-repeat;
    }
.productOptions{
    clear:              both;
    }
.productOptions select,
.productOptions input{
    margin-right:       1em;
    }
.product .editButton{
    float:              right;
    margin-right:       25px;
    }
.product .imageEditButton{
    top:                3px;
    left:               -82px;
    }

.addToCart{
    color:              #890203;
    font-size:          80%;
    }

.giftCard label{
    display:            block;
    margin:             0 0 4px;
    }
.giftCard label span{
    display:            block;
    font-size:          13px;
    }
.giftCard label span em{
    padding-left:       3px;
    font-size:          11px;
    }
#gift-certificate-to,
#gift-certificate-from{
    width:              200px;
    font-size:          14px;
    }

.giftCard .productImage{
    margin-right:       -100%;
    }
.giftCard .productOptions{
    clear:              none;
    padding-left:       14px;
    }
.giftCard h3,
.giftCard p,
.giftCard .productOptions{
    margin-left:        214px;
    }
.giftCard input{
    #margin-left:       4px;
    _margin-left:       0;
    }


#StoreFooter{
    clear:              both;
    height:             53px;
    padding-right:      14px;
    background:         transparent url(/images/store/footer.png) 0 0 no-repeat;
    margin-top:         50px;
    }
    
#StoreFooter a{
    float:              right;
    margin:             11px;
    }