﻿.tile 
{
    width: 260px;  
}

.title 
{
    font-size: 16px;
    font-weight: bold;    
}

.type 
{
    margin-bottom: 5px;
}

.desc 
{
    height: auto;
    margin-top: 10px;
    width: 85%;
    max-height: 56px;
    overflow: hidden;
}

.soldOut
{
    background: yellow;
}

.checkout 
{
    background: #ffe8b2;
}