﻿/* tmp grid */
.item, .alternatingItem
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 219px;
    height: 160px;
    border: 1px solid threedshadow;

}

.item
{
    background: white !important;    
}

.alternatingItem
{
    background: white !important;     
}
.item:hover, .alternatingItem:hover
{
    background: silver !important;    
}


/* end tmp */

.g_link
{
    text-decoration: none;font-size:11px;
}
