.listingContainer {
	border-bottom: 1px solid #0A50A1;
	margin: 0.5em 0 0.5em 0;
	width: 100%;
}
H2.listingSection {
	padding: 8px 0 8px 4px;
	margin: 10px 0 6px 0;
	width: 100%;
	background-color: #CCCCCC;
}
H2.listingName {	
	font-size : 16px;
    line-height: 18px;
	color :  #0A50A1;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.listingDescription {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 5px 0;
	color :  #000000;
}
.listingPrice {	
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}
.listingPriceStrike {	
	font-size : 14px;
	font-weight : bold;
	color : #666666;
}
.listingSalePrice {	
	font-size : 14px;
	font-weight : 
	color : #CC0000;
}
.listingCallForPricing {	
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
}
.listingPlu {	
	font-size : 11px;
    line-height: 13px;
	color :  #0A50A1;
	font-weight: bold;
}
A.listingName {
    font-weight: bold;
	font-size : 12px;
}
A.listingName:link {	
	color : #0A50A1;
     text-decoration : none;
}
A.listingName:visited {	
	color : #0A50A1;
    text-decoration : none;
}
A.listingName:hover {	
	color : #CC0000;
    text-decoration : underline;
}
A.listingName:active {	 
	color : #0A50A1;
    text-decoration : none;
}
A.listingLinks {	
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}
A.listingLinks:link {	
	color : #0A50A1;
}
A.listingLinks:visited {	
	color : #0A50A1;
}
A.listingLinks:hover {	
	color: #000000;
}
A.listingLinks:active {	
	color : #0A50A1;
}
A.listingLinksImage {
	text-decoration: none;
}
A.listingLinksImage img {
	padding-left: 0.5em;
}
