﻿.ProductGroup
{
    width: 100%;
    margin-bottom: 5px;
    background-image: url(bkgResults.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

.ProductItem
{
    width: 132px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    min-height: 150px;
}

.ProductItemMulti
{
    width: 132px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    min-height: 150px;
}

.ProductGroupEnd
{
}

.ListPrice
{
}

.OldListPrice
{
    text-decoration: line-through;
}

.Rebate
{
    color: Red;
    font-weight: bold;
}

.OutOfStock
{
    color: white;
    background-color: Red;
    font-weight: bold;
    font-size: 90%;
}

.ProductItem a
{
}

.ProdSearch
{
    border: solid 2px black;
    width: 400px;
    position: absolute;
    top: 100px;
    left: 100px;
    background-color: Yellow;
}

.Hidden
{
    display: none;
}

/* Product view area (customer detail) */
.ProdViewCntr
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.ProdViewCntrHide
{
    display: none;
}

.ProdViewArea
{
    text-align: left;
    font-size: 90%;
    font-weight: normal;
}

.ProdViewTitle
{
    background-color: Black;
    color: White;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
}

.ProdViewTitleItem
{
    vertical-align: middle;
}

.ProdViewMainImg
{
    margin-right: 10px;
}

.ProdViewBuyArea
{
    border: dotted 1px #cc0000;
    padding: 10px;
}

/*     opacity: 0.7;*//* Safari, Opera */
/*    -moz-opacity:0.70;*//* FireFox */
/*    filter: alpha(opacity=70);*//* IE */

/* CSS for managing a product's images */

.ItemPictCont
{
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 520px;
    padding-top: 10px;
/*  Uncomment to show images in a separate container:
    padding: 5px;
    background-color: #eeeeee;
    border: solid 1px silver;*/
}

.ItemPictItem
{
    float: left;
}

.ItemPictItem .normal
{
    border: solid 3px silver;
    margin-right: 5px;
}

.ItemPictItem .selected
{
    border: solid 3px black;
    margin-right: 5px;
}

.ItemPictItem .normal:hover
{
    border: solid 3px gray;
    margin-right: 5px;
}

.ItemPictItem .Toolbar
{
    margin-left: 10px;
}

.ItemPictCont .end
{
    clear: left;
}


/* Special search */
.SpecialSrcItem
{
    font-size: 11px;
    padding-right: 10px;
    text-transform: capitalize;
}

.ResultsHdr
{
    margin: 0;
    width: 100%;
    background-color: #EA510E;
    color: White;
}
