#subCats {margin: 0 0 2em 0; padding: 8px 0; border-style: solid; border-width: 1px 0 1px 0; border-color: #888;}
#subCats li {list-style: none; display: inline; margin: 0 1em 0 0; line-height: 180%;}
#subCats a {font-weight: bold; color: #483218; text-decoration: none;}
#subCats a:hover {color: #e06f20; text-decoration: underline;}

/* Graphic Top Level Product Categories */
#content .productCats {margin: 5em 0 0 0; padding: 0;}
#content .productCats li {list-style: none; display: inline; margin: 0;}
#content .productCats a {display: block; float: left; width: 170px; height: 104px; margin-right: 10px;}
#content .productCats img {width: 170px; height: 104px; border: 0; margin: 0 10px 10px 0;}

/* Left Column Product Categories */
#column .productCats li {list-style: none;}
#column .productCats a {color: #fff; font-weight: bold; text-decoration: none; line-height: 180%; font-size: 120%;}
#column .productCats a:hover {color: #483218;}

#breadcrumb {text-align: right;}
#breadcrumb a {font-weight: bold; text-decoration: none; color: #0a7281;}
#breadcrumb a:visited {color: #483218;}
#breadcrumb a:hover {text-decoration: underline; color: #e06f20;}

/* Main Stock / Shoe Listings */
/* #stockList {border: 1px solid #aaa;} */
#stockList p {clear: left; min-height: 84px; padding: 0 0 10px 0; margin: 10px 0 0 0; border-bottom: 1px solid #ccc;}
#stockList img {width: 150px; border: 0; float: left; margin: 0 10px 0 0; border: 1px solid #fff;}
#stockList img:hover {border-color: #551313;}
#stockList .name {color: #483218; font-weight: bold; font-size: 1.1em;}

#stockList img.thumb84 {width: 150px; height: 84px;} /* default - currently doesn't need to be specified */
#stockList img.thumb112 {width: 150px; height: 112px;} /* CMS makes 112 */
#stockList img.thumb113 {width: 150px; height: 113px;}
#stockList img.thumb150 {width: 113px; height: 150px;} /* vertical orientation for boots */


/** Brand Listing **/
#brandContainer {border: 1px solid #a64e13; padding: 10px; background: #a87812;}
#brandContainer ul {margin: 0 25px 20px 0; padding: 0; float: left;}
#brandContainer li {list-style: none;}
#brandContainer li a {text-decoration: none;}
#brandContainer li a:hover {text-decoration: underline;}

/* pseudo links for JS functions */
.clickable {text-decoration: underline; color: #23486e; cursor: pointer;}
.clickable:hover {color: #1e68b4;}