﻿.productListing 
{
	border-bottom:1px solid black;	

	
	width:100%;

	
}

.productListTable {border-top:1px solid #000;}

TR.productListing  {height:100px;} 

.productListing TD {border-bottom:1px solid black;}

.productListing a {text-decoration:none;padding:0.5em;width:100%;}
.productListing img {border:0;padding:0px 0px;}
.productListing div.thumbnail {width:90px; }
.productListing div.price {width:80px; text-align:right;font-size:1.4em;font-weight:bold}
.productListing div.price .RegularPrice {color: #666666;
	font-size: 1em;
    font-weight: normal;
    text-decoration: line-through;}
.productListing div.text {margin:auto 90px auto 90px;display:block;vertical-align:middle;}
.productListing div.title {font-size:1.4em;font-weight:bold;color:#3472B8;margin-bottom:0.25em;}
.productListing div.Eligibility {color:#555;}

