﻿.list_title
{
    color: White;
    font-size: 1.4em;
    font-weight: bold;
    padding: 12px 10px 0px 10px;
    margin:0px;
}
.list_description
{
    margin: 20px;
}
.product_list
{
    margin: 20px;
    position:relative;
}
.product_image
{
}
.product_name
{
    color: #387083;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.product_description
{
}
.h_seperator
{
    height: 40px;
}
.v_seperator
{
    width: 20px;
}
.product_arrows
{
    font-size: smaller;
    font-weight: bolder;
}

.separator
{
    border: solid 1px #eee5d3;
}