div.productitem
{
 		font-family: Arial, Tahoma, Helvetica, Times New Roman;
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom: 1px SOLID #EFEFEF;
		float: left;
		clear: both;
		width: 100%;
}

div.productitem h1
{
		font-size: 16px;
		margin: 0px;
}

div.productitem p
{
		font-size: 12px;
}

div.productitem div
{
 		border: 1px SOLID #000000;
		text-align: center;
		padding: 5px;
		margin: 5px;
		width: auto;
}

div.productitem div h1
{
		font-size: 11px;
		margin: 0px;
}

div.productitem div p
{
		font-size: 10px;
		margin: 0px;
}

div.productitem div.productPrice
{
    border: 1px SOLID #444444;
    width: 200px;
    padding: 0px 0px 6px 0px;
    float: right;
    margin: 0px 10px 0px 10px ;
}

div.productitem div.productPrice h1
{
    border-bottom: 1px SOLID #444444;
    background: #292FAC;
    color: White;
    padding: 5px;
}

div.productitem div.productPrice span.left, div.productitem div.productPrice span.leftMain
{
    width: 80px;
    text-align: right;
    display: block;
    float: left;
    color: #444444;
    font-size: 11px;
    line-height: 24px;
    margin: 0px 6px 0px 0px;
}
div.productitem div.productPrice span.right, div.productitem div.productPrice span.rightMain
{
    color: Red;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
}
div.productitem div.productPrice span.leftMain
{
    font-weight: bold;
    
}
div.productitem div.productPrice span.rightMain
{
    font-weight: bold;
    font-size: 20px;
}

div.productitem div.itemDescription
{
    float: left;
    clear: both;
    border: 0px;
    width: auto;
    margin: 10px 10px 10px 5px;
    border: 1px SOLID #C3C3C3;
    padding: 0px 0px 10px 0px;
    text-align: justify;
}

div.productitem div.itemDescription h1
{
    font-size: 12px;
    background: #EFEFEF;
    border-bottom: 1px SOLID #C3C3C3;
    padding: 5px;
}

div.productitem div.itemDescription div
{
    margin: 5px;
    text-align: justify;
    border: 0px;
}

div.productitem div.itemDescription p
{
    font-size: 11px;
    margin: 0px 0px 10px 0px;
}