﻿.product_list_item
{
    width: 180.5px;
    height: auto;
}

.product_list_image
{
    width: 180.5px;
    height: auto;
    padding-bottom: 5px;
}

.product_name
{
    width: 180.5px;
    height: 40px;
    color: #6eac28;
    font-weight: bold;
}

.product_price
{
    width: 180.5px;
    height: auto;
    color: #faac58;
}

.product_buy
{
    width: 180.5px;
    height: auto;
    font-weight: bold;
    color: #888888;
    border-top: dashed 1px #888888;
    border-bottom: dashed 1px #888888;
    padding: 7px 0px 7px 0px;
    margin-top: 15px;
}
.product_buy a:link
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.product_buy a:visited
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.product_buy a:active
{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}

.product_buy a:hover
{
    color: #888888;
    font-weight: bold;
    text-decoration: underline;
}

.product_list_table_row
{
    vertical-align: top;
}
