
.item-wrap 
{
    width: 244px;
    height: 188px;
    height: 192px;
    height: 196px;
    
    
}
a.item:link, a.item:active, a.item:hover, a.item:visited 
{
    display: block; 
    position: relative; 
    margin:0 auto; 
    width:240px; 
    height:180px; 
    
    background-color: #f5f5f5; 
    text-align: center;
    
    border:1px solid #e0e0ff; 
}

a.item img 
{
    padding-top: 4px;
}

a.item div 
{
    height: 1.2em;
}

a.item .code 
{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    
    background-color: #FFC324;
    color: #6B2E2E;
}

a.item .name 
{
    /*height: 1.2em;*/
    color: #CB0268;
    
    font-size: .90em;
    text-align: center;
}
