TABLE.listingBox {
        border: 1px solid #CCC;
}
.productListingDataHeading th {
       text-align: right;
}
.productListingData td, .productListingDataSale td {
       text-align: right;
}
.productText {
        font-size: 11px;
        font-weight: normal;
}
H2.listingName {	
	font-size : 13px;
        line-height: 15px;
	color : #3e3e40;
	margin: 0;
	padding: 0;
	font-weight: normal;
        height: 60px;
}
A.listingName {
        font-weight: normal;
	font-size : 13px;
}
A.listingName:link, A.listingName:visited {	
	color : #3e3e40;
        text-decoration : none;
}
A.listingName:hover, A.listingName:active {	
	color : #f15d22;
        text-decoration : underline;
}
.listingPrice {	
	font-size : 11px;
	font-weight : normal;
	color : #000;
}
.listingPriceStrike, .capPriceStrike {	
	font-size : 11px;
	font-weight : normal;
	color : #333;
}
.listingSalePrice {	
	font-size : 11px;
	font-weight : normal;
	color : #f15d22;
}
.listingSalePriceLabel {	
	font-size : 11px;
	font-weight : normal;
	color : #f15d22;
}
div.listingLinks {
        margin-top: 4px;
        margin-bottom: 4px;
}
span.listingLinks {
        font-size: 10px;
        font-weight: normal;
        text-decoration: none;
        color: #f15d22;
}
A.listingLinks {	
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}
A.listingLinks:link, A.listingLinks:visited {	
	color : #000;
}
A.listingLinks:hover {	
	color: #f15d22;
}
A.listingLinks:active {	
	color : #000;
}
.pageIndex {
	font-size : 10px;
	font-weight : normal;
	color : #333;
	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: #666;
	font-weight: bold;
}
img.categoryLogo {
        float: right;
	margin-top: 6px;
}
.productLine {
   float: left;
}
.productLine h2 {
    display: inline;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 17px;
    margin:0;
    padding:0;
}
.productLine img {
    vertical-align: middle;
}

#categoryNav {
        margin: 15px 0 10px 0;
}
#categoryNav a {
        padding-right: 25px;
}
