TABLE.listingBox {
        border: 1px solid #CCCCCC;
}

.productText {
        font-size: 11px;
        font-weight: normal;
}

H2.listingName {	
	font-size : 11px;
        line-height: 12px;
	color : #000000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
A.listingName {
        font-weight: bold;
	font-size : 11px;
}
A.listingName:link {	
	color : #000000;
        text-decoration : none;
}
A.listingName:visited {	
	color : #000000;
        text-decoration : none;
}
A.listingName:hover {	
	color : #FF5D02;
        text-decoration : underline;
}
A.listingName:active {	 
	color : #000000;
        text-decoration : none;
}
SPAN.listingPrice {	
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}

SPAN.listingPriceStrike {	
	font-size : 11px;
	font-weight : bold;
	color : #333333;
}

SPAN.listingSalePrice {	
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
}
SPAN.listingSalePriceLabel {	
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
}

div.listingLinks {
        margin-top: 4px;
        margin-bottom: 4px;
}

span.listingLinks {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        color: #FF5D02;
}

A.listingLinks {	
	font-size : 10px;
	font-weight : bold;
	text-decoration : underline;
}
A.listingLinks:link {	
	color : #000000;
}
A.listingLinks:visited {	
	color : #000000;
}
A.listingLinks:hover {	
	color: #FF5D02;
}
A.listingLinks:active {	
	color : #000000;
}

SPAN.pageIndex {
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	text-decoration : none;
}

img.viewAllOnPage {
	margin-bottom: 3px;
}

div.sortResultsBy select, option {
	font-size: 12px;
}

div.sortResultsBy label {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}

img.categoryLogo {
        float: right;
	margin-top: 6px;
}
