﻿body {
}
.item, .alternatingItem
{
   float:left;
   padding: 15px;
   margin: 3px;
   width: 247px;
   height: auto;
   min-height:100px;
   border: 0px solid threedshadow;
}
.item
{
   background: whitesmoke !important;
}
.alternatingItem
{
   background: whitesmoke !important;
}
.item:hover, .alternatingItem:hover
{
   background: #EAEAE9 !important;
} 
