@charset "utf-8";
/* CSS Document */

table.productList
{
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
width: 560;

}

td.imageArea
{
border-top: 1px dotted #333333;
border-bottom: 0px dotted #333333;
border-left: 0px dotted #333333;
border-right: 0px solid #333333;
text-align: right;
}

td.descriptArea
{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background-color: #159409;

}
