﻿.product
{
    background:url('../Images/product_bkg.jpg') no-repeat;
    width:207px;
    padding:10px;
    float:left;
    margin-right:10px;
    min-height:200px;
    cursor:pointer;
}

.product ul
{
    font-size:80%;
    color:#333;
    margin:0;
    padding:0;
}

.product ul li
{
    border-top:1px solid #ccc;
    list-style:none;
    background:url('../Images/minitick.png') no-repeat 4px 5px;
    padding:3px 0 3px 22px;
    line-height:120%;
}

.product a:link, .product a:visited, .product a:active
{
    background:url('../Images/product_button.jpg') no-repeat;
    height:30px;
    width:205px;
    line-height:30px;
    display:block;
    text-align:center;
    margin:auto;
    margin-top:10px;
    text-decoration:none;
    color:#fff;
    font-size:95%;
}