﻿body
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
}

a
{
    text-decoration:none;
    color:Black;
}

.product
{
    position: absolute;
    background-color: White;
    border: gray 1px dashed;
    overflow: hidden;
}

.image
{
    position: absolute;
    top: 5px;
    left: 5px;
    height: 100px;
    width: 100px;
    text-align:center;
    overflow: hidden;
}

.title
{
    position: absolute;
    top:5px;
    left:112px;
    height:100px;
    margin-right:5px;
    overflow: hidden;
    vertical-align:middle;
    font-weight: bold;
    font-size: 12pt;
    color: gray;
    font-family: Arial;
}

.description
{
    position: absolute;
    top:112px;
    left:5px;
    height:80px;
    margin-left:5px;
    margin-right:5px;
    overflow: hidden;
}

.infobutton
{
    position: absolute;
    bottom:2px;
    right:4px;
}

.more
{
    position: absolute;
    vertical-align:middle;
    text-align:center;
    margin:25px;
    font-weight: bold;
    font-size: 14pt;
    color: black;
    font-family: Arial;
}