﻿/* Small item display many to a page */
.itemDisplay_Table 
{
    width: 825px;
    height: 135px;
    border-bottom: solid 1px #369;
    padding: 5px 5px 5px 5px;
}
.itemDisplay_imgCell 
{
    width: 150px; 
    height: 130px; 
    background-color: #fff; 
    text-align: center;
}
.itemDisplay_DescriptionCell
{
    width: 420px;
    text-align: left;
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial;
	color: #000;
}
.itemDisplay_DescriptionCell a 
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003b5d;
	text-decoration: none;	
}
.itemDisplay_DescriptionCell a:hover 
{
    color: #00a2ff;
	text-decoration: underline;
}
.itemDisplay_PriceBreakDownCell 
{
    width: 245px;
}

