TABLE.listingBox {
        border: 1px solid #CCC;
}
.productText {
        font-size: 11px;
        font-weight: normal;
}
H2.listingName {	
	font-size : 13px;
        line-height: 15px;
	color : #375297;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
A.listingName {
        font-weight: bold;
	font-size : 13px;
}
A.listingName:link, A.listingName:visited {	
	color : #375297;
        text-decoration : none;
}
A.listingName:hover, A.listingName:active {	
	color : #C3652B;
        text-decoration : underline;
}
.listingPrice {	
	font-size : 11px;
	font-weight : bold;
	color : #000;
}
.listingPriceStrike, .capPriceStrike {	
	font-size : 11px;
	font-weight : bold;
	color : #333;
}
.listingSalePrice {	
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
}
.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: #FE5D02;
}
A.listingLinks {	
	font-size : 10px;
	font-weight : bold;
	text-decoration : underline;
}
A.listingLinks:link, A.listingLinks:visited {	
	color : #000;
}
A.listingLinks:hover {	
	color: #375297;
}
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;
}
.colorChooser {
  margin-right: 10px;
  text-align: right;
  vertical-align: middle;
}
.colorChooser strong {
  padding-right: 15px;
}
.colorChooser a {
  margin-right: 15px;
}
.colorChooser a img {
  border: solid 2px #FFF;
  vertical-align: middle;
}
.colorChooser a:hover img {
  border: solid 2px #999;
}
.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;
}
#outletNav {
    text-align: left;
    margin: 8px;
}
#outletNav a {
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}
#outletNav a:link, #outletNav a:visited {
    text-decoration: none;
}
#outletNav a:hover, #outletNav a:active, #outletNav a:focus {
    text-decoration: none;
    background-color: #375297;
    color: #fff;
}
#outletNav span {
    margin: 0 8px;
}

#landingPage {
	border-collapse: collapse;
	width: 750px;
	clear: both;
}
#landingPage th {
	font-weight: normal;
}
#landingPage td {
  border-bottom: solid #CCC 1px;
  text-align: center;
}
#landingPage tr.rowBottom td {
  border-bottom: none;
}
#landingPage td .lpBox {
	border-left: solid #CCC 1px;
	margin: 10px auto;
	padding: 20px 20px;
	text-align: center;
	width: 209px;
}
#landingPage td.cellLeft .lpBox {
	border-left: none;
}
#landingPage .lpBox h2 {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 3px 0;
	padding: 0;
	height: 32px;
}
#landingPage .lpBox h2 a {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
#landingPage .lpBox h2 a:link, #landingPage .lpBox h2 a:visited {
}
#landingPage .lpBox h2 a:hover, #landingPage .lpBox h2 a:active {
}
#landingPage .lpBox img {
	border-bottom: solid #FFF 10px; /* Provides "margin" between img and button link */
}
#landingPage .lpBox a {
    display: block;
}

