﻿/* tmp grid */
.item, .alternatingItem
{
    float: left;
    padding: 15px;
    margin: 5px;
    width: 350px;
    height: 210px;
    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;
}
