﻿.item, .alternatingItem
{
    float: left;
    padding: 3px;
    margin: 2px;
    width: 150px;
    height: 305px;
    border: 0px solid threedshadow;
}
.item
{
    background: whitesmoke !important;
}
.alternatingItem
{
    background: window !important;
}
.item:hover, .alternatingItem:hover
{
    background: silver !important;
}
.header1
{
    background-image: url(../images/ProductList.JPG);
    height: 23px;
    width: 635px;
    background-repeat: no-repeat;
    background-position: center top;
}
.headerCart
{
    background-image: url(../Images/ShoppingCart.jpg);
    height: 20px;
    width: 204px;
    background-repeat: no-repeat;
    background-position: center top;     
}

.prop
{
    height: 450px;
    float: right;
    width: 1px;
}
.clear
{
    clear: both;
    height: 10px; /*37px*/
    overflow: hidden;
}
.itemlabel
{
    color:Gray;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
} 
.itemtext
{
    color:Red;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    padding-left:5px
}
