
/* ------------------- */
/* ProductItemTemplate */
/* ------------------- */

.ItemTemplate
{
    overflow: hidden;
    margin-bottom: 20px;
}

/* Header */
.GridHeader_eCommerce.Volume *
{
    position: relative;
    left: 12px;
}

.GridHeader_eCommerce.AlcoholByVolume *
{
    position: relative;
    left: 25px;
    float:left;
}


/* positions of top,left,content */
.ItemTemplate .Left, .ItemTemplate .Top, .ItemTemplate .Content 
{
    float: left;
    width: 512px;
}
.ItemTemplate .Left 
{
    width: 45px;
    height: 76px;
}

/* */
.ItemTemplate .Top > div, .ItemTemplate .Content > div
{
    float:left;
    width: 22%;
}

.ItemTemplate .Top
{
    border-bottom: solid 1px #331E7B;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: #331E7B;
}

.ItemTemplate div.Title
{
    width: 50%;
    text-align: left;
    font-weight: bold;
}

.ItemTemplate div.Title img
{
    margin-right: 5px;
}

.ItemTemplate div.Attribute
{
    width: 30%;
}

.ItemTemplate div.Attribute p
{
    float: right;
    margin: 0 0 0 25px;
    padding: 0;
    min-width: 37px;
    min-height: 10px;
}

.ItemTemplate span.value
{
    font-weight: bold;
}

.ItemTemplate div.Description
{
    width: 57%;
    padding-right: 15px;
}

.ItemTemplate div.GoesWith
{
    width: 100px !important;
    text-align: left !important;
    margin-left: 3px;
}

.ItemTemplate div.GoesWith img
{
    margin: 0 4px 4px 0;
}

.ItemTemplate div.Price
{
    width: 20%;
    text-align: right;
}

.ItemTemplate div.BuyInfo
{
    width: 100px;
    text-align: right;
    vertical-align: top;
    float:right;
}

.ItemTemplate input.BuyProduct
{
    height: 22px;
    width: 80px;
    line-height: 22px;
    margin: 3px 0 0;
    border: 0;
    padding: 0 0 2px 7px;
    text-align: left;
    background: #ebe7dc url('Images/icons.gif') no-repeat 54px -23px;
    cursor: pointer;
}

.ItemTemplate span.Quantity
{
    line-height: 20px;
    vertical-align: top;
    padding-right: 5px;
}

.ItemTemplate .RadInput_eCommerce
{
    width: 42px !important;
}

.RadInput_eCommerce .riSpin a
{
    background: url('Images/icons.gif') no-repeat -36px 1px;
    display: block;
    height: 9px;
    width: 13px;
    overflow: hidden;
    margin-left: 2px;
}

.RadInput_eCommerce .riSpin a.riDown
{
    background-position: 2px 2px;
}

.RadInput_eCommerce .riSpin a span
{
    display:none;
}

.RadInput_eCommerce .riCell .riTextBox  
{
    border: solid 1px;
    font-size: 11px;
    padding-left: 1px;
}



#ssnpreview
{
    position:absolute;
    border:1px solid #8d94a6;
    background:#fff;
    padding:2px;
    color:#8d94a6;
    font-size: 12px;
    text-align: center;
}

a.preview
{
}



/* IE6 FIXES */
.ie6 .ItemTemplate
{
    padding-bottom: 20px;
}

.ie6 .eCommerce_StoreFront .gridPanel
{
    width: 540px;
}

.ie6 .ItemTemplate .Left, .ie6 .ItemTemplate .Top, .ie6 .ItemTemplate .Content 
{
    width: 490px !important;
}
.ie6 .ItemTemplate .Left
{
    width: 45px !important;
    overflow: hidden;
    padding: 0 !important;
}

.ie6 .ItemTemplate .Top div.first, .ie6 .ItemTemplate .Content div.first
{
    float:left;
    width: 22%;
}

.ie6 .ItemTemplate div.Attribute
{
    height: 10px;
}

.ie6 .ItemTemplate .Top div.Title
{
    width: 50%;
}

.ie6  .ItemTemplate .Content div.Description
{
    width: 57%;
}

.ie6 .ItemTemplate .Content div.GoesWith
{
    width: 90px;
}

.ie6 .ItemTemplate .Content div.BuyInfo
{
    width: 90px;
    float: right;
}