/* layout.css */

#content-wrapper, #layout, #main, #content, div.three-columns {
  zoom: 1;
}

#layout {
  margin: 14px auto;
  padding: 0;
  width: 975px;
  text-align: left;
}

#main {
  width: 975px;
  margin: 0;
  padding: 0;
  position: relative;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 975px;
  height: 89px;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 1000000;
}

#header h1 {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-image: url(/images/logo_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 165px;
  height: 77px;
  margin: 0;
  padding: 0;
}

#header h1, #header h1 a {
  display: block;
  width: 165px;
  height: 77px;
}

#header h1 img {
  display: none;
}

#header ul#navigation-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 930px;
  height: 16px;
  text-align: right;
  margin: 0;
  padding: 0;
}

#header ul#navigation-top li {
  display: inline;
  list-style-type: none;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 0 2px 6px;
  padding: 0 0 0 6px;
  border-left: 1px solid #ffffff;
}

#header ul#navigation-top li.first {
  border-left-width: 0;
  border-left-style: none;
}

#header ul#navigation-top li span.st_sharethis span.stButton {
  margin: 0;
}

#header ul#navigation-top li span.st_sharethis span.stButton span.chicklets {
  color: #ffffff;
  font-size: 10px;
  font-family: inherit;
}

#header ul#navigation-top li {
  font-size: 10px;
  line-height: 10px;
}

#header a:link, #header a:visited {
  color: #ffffff;
  text-decoration: none;
}

#header a:focus, #header a:hover, #header a:active {
  color: #ffffff;
  text-decoration: underline;
}

#content {
  margin: 0 0 2px 0;
  padding: 20px 35px;
  background-color: #ffffff;
  text-align: left;
}

#content:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#page-home #content {
  padding: 0;
  background-color: transparent;
}

#page-home #content div.content-home {
  padding: 20px 35px;
  background-color: #ffffff;
}

#page-home #content #hero {
  background-color: #ffffff;
  background-position: top left;
  background-repeat: no-repeat;
  width: 400px;
  height: 270px;
  padding: 40px 555px 40px 20px;
  text-align: left;
}

#page-home #content #hero h2 {
  z-index: 0;
  font-size: 24px;
  line-height: 30px;
}

#page-home #content #hero p {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}

#page-home #content #hero p.link {
  line-height: 12px;
}

#page-home #content #hero p.link a:link, #page-home #content #hero p.link a:visited, #page-home #content #hero p.link a:focus, #page-home #content #hero p.link a:hover, #page-home #content #hero p.link a:active {
  display: inline-block;
  padding: 3px 6px;
  text-decoration: none;
}

#page-home #content #home-boxes {
  width: 975px;
  height: 160px;
  margin: 3px 0 0 0;
}

#page-home #content #home-boxes div {
  float: left;
  width: 283px;
  height: 120px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
  text-align: left;
}

#page-home #content #home-boxes div#home-box-left {
  background-image: url(/images/retail/home-box-left_bg.jpg);
}

#page-home #content #home-boxes div#home-box-middle {
  background-image: url(/images/retail/home-box-middle_bg.jpg);
}

#page-home #content #home-boxes div#home-box-right {
  background-image: url(/images/retail/home-box-right_bg.jpg);
}

#page-home #content #home-boxes div#home-box-left, #page-home #content #home-boxes div#home-box-middle {
  margin: 0 3px 0 0;
}

#page-home #content #home-boxes h3, #page-home #content #home-boxes p {
  color: #ffffff;
}

#page-home #content #home-boxes h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px 0;
}

#page-home #content #home-boxes p {
  font-size: 10px;
  line-height: 15px;
}

#page-home #content #home-boxes div a.read-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 11px;
}

#page-home #content #home-boxes div a.read-more:link, #page-home #content #home-boxes div a.read-more:visited, #page-home #content #home-boxes div a.read-more:focus, #page-home #content #home-boxes div a.read-more:hover, #page-home #content #home-boxes div a.read-more:active {
  color: #ffffff;
  text-decoration: none;
}

#page-home #content #home-boxes div a.read-more:link, #page-home #content #home-boxes div a.read-more:visited {
  background-color: #7c742f;
}

#page-home #content #home-boxes div.hover a.read-more:link, #page-home #content #home-boxes div.hover a.read-more:visited, #page-home #content #home-boxes div a.read-more:focus, #page-home #content #home-boxes div a.read-more:hover, #page-home #content #home-boxes div a.read-more:active {
  background-color: #f5893c;
}

#content.no-padding {
  padding: 0;
}

#content.sidebar {
  background-image: url(/images/content-sidebar_bg.gif);
  background-position: top right;
  background-repeat: repeat-y;
}

div.divAlignRight {
  float: right;
  margin: 0 0 10px 10px;
}

div.three-columns {
  margin: 0;
}

div.three-columns div.columns-1-and-2, div.three-columns div.column-3 {
  float: left;
}

div.three-columns div.columns-1-and-2 {
  width: 611px;
  padding: 35px 20px;
}

div.three-columns div.columns-1-and-2 div.column-1, div.three-columns div.columns-1-and-2 div.column-2 {
  float: left;
  width: 295px;
}

div.three-columns div.columns-1-and-2 div.column-2 {
  margin: 0 0 0 21px;
}

div.three-columns div.column-3 {
  width: 324px;
}

div.three-columns div.column-3 {
  width: 324px;
}

div.three-columns div.synopsis {
  font-weight: bold;
}

div.three-columns div.synopsis h2 {
  color: #8e6420;
}

div.three-columns div.synopsis p {
  font-size: 12px;
}

div.three-columns div.column-1 p, div.three-columns div.column-2 p {
  font-size: 11px;
}

div.three-columns div.column-1 p strong, div.three-columns div.column-2 p strong {
  color: #8e6420;
}

div.two-columns {
  width: 905px;
}

div.two-columns div.column {
  float: left;
  width: 440px;
  margin: 0;
}

div.two-columns div.column h3 {
  clear: both;
}

div.two-columns div.column.left {
  margin: 0 25px 0 0;
}

div.two-columns div.column form {
  width: 440px;
  max-width: 440px;
  min-width: 440px;
  margin: 0 0 25px 0;
}

div.two-columns div.column form:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div.two-columns div.column form select, div.two-columns div.column form input.inputSubmit {
  float: left;
}

div.two-columns div.column form select {
  width: 390px;
  margin: 0 5px 0 0;
}

div.two-columns div.column.tabs {
  background-color: #ffffff;
  margin: 0 0 10px 0;
}

div.two-columns div.column p.synopsis {
  font-weight: bold;
}

div.two-columns div.column.tabs dl.tabs-tabs {
  display: block;
  margin: 0;
  padding: 200px 0 0 0;
  position: relative;
  width: 440px;
  height: 0;
}

div.two-columns div.column.tabs dl.tabs-tabs.setup {
  height: 20px;
  padding: 180px 0 0 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dt.tabs-tab {
  display: none;
  float: left;
  width: auto;
  height: 14px;
  padding: 3px 18px;
  color: #ffffff;
  background-color: #cccccc;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
}

div.two-columns div.column.tabs dl.tabs-tabs.setup dt.tabs-tab {
  display: block;
}

div.two-columns div.column.tabs dl.tabs-tabs dt.tabs-tab:hover {
  text-decoration: underline;
}

div.two-columns div.column.tabs dl.tabs-tabs.features dt#features-tab.tabs-tab, div.two-columns div.column.tabs dl.tabs-tabs.performance dt#performance-tab.tabs-tab, div.two-columns div.column.tabs dl.tabs-tabs.photos dt#photos-tab.tabs-tab, div.two-columns div.column.tabs dl.tabs-tabs.products dt#products-tab.tabs-tab {
  background-color: #999999;
}

div.two-columns div.column.tabs dl.tabs-tabs dd.tabs-content {
  display: none;
  width: 400px;
  height: 140px;
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #edeaea;
  overflow: auto;
}

div.two-columns div.column.tabs dl.tabs-tabs.features dd#features-content.tabs-content, div.two-columns div.column.tabs dl.tabs-tabs.performance dd#performance-content.tabs-content, div.two-columns div.column.tabs dl.tabs-tabs.photos dd#photos-content.tabs-content, div.two-columns div.column.tabs dl.tabs-tabs.products dd#products-content.tabs-content {
  display: block;
}

div.two-columns div.column.tabs dl.tabs-tabs.features dd#features-content.tabs-content {
  font-size: 11px;
}

div.two-columns div.column.tabs dl.tabs-tabs.features dd#features-content.tabs-content dl {
  margin: 0;
}

div.two-columns div.column.tabs dl.tabs-tabs.features dd#features-content.tabs-content dl dd ul {
  margin-bottom: 0;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings {
  margin: 0;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li {
  padding: 2px 0 2px 25px;
  width: 375px;
  height: 20px;
  font-size: 16px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span {
  width: 200px;
  height: 8px;
  bottom: 7px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span span {
  height: 8px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span.bars-1 span {
  width: 40px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span.bars-2 span {
  width: 80px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span.bars-3 span {
  width: 120px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span.bars-4 span {
  width: 160px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li span.bars-5 span {
  width: 200px;
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li#rating-warmth {
  background-image: url(/images/product-ratings-warmth_bg.gif);
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li#rating-water {
  background-image: url(/images/product-ratings-water_bg.gif);
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li#rating-breathability {
  background-image: url(/images/product-ratings-breathability_bg.gif);
}

div.two-columns div.column.tabs dl.tabs-tabs.performance ul#product-ratings li#rating-wind {
  background-image: url(/images/product-ratings-wind_bg.gif);
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items {
  width: 400px;
  height: 140px;
  margin: 0;
  padding: 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items {
  background-image: url(/images/header-tabs-photos_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: -1px 0;
  height: 142px;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content.clickable ul.items li.item img {
  cursor: pointer;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items, div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item {
  list-style-type: none;
  list-style-image: none;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 11px 11px 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.right {
  margin: 0 0 11px 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item {
  margin: 0;
  padding: 0;
  float: left;
  width: 190px;
  height: 140px;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover {
  cursor: pointer;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.left {
  padding: 0 10px 0 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.right {
  width: 189px;
  padding: 0 0 0 10px;
  border-left: 1px solid #b5b4b4;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div {
  background-repeat: no-repeat;
  background-position: 0 20px;
  padding: 0 0 20px 65px;
  width: 125px;
  height: 120px;
  font-size: 10px;
  position: relative;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 {
  margin: 0 0 5px -65px;
  font-size: 12px;
  color: #8e6420;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 a:link, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 a:visited, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 a:focus, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 a:hover, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div h4 a:active {
  text-decoration: none;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div span.price {
  position: absolute;
  bottom: 0;
  left: 65px;
  width: 55px;
  color: #f5893c;
  padding: 3px 0;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ae9832;
  color: #ffffff;
  padding: 3px 5px;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button:link, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button:visited, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button:focus, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button:hover, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item div a.button:active {
  color: #ffffff;
  text-decoration: none;
}

div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover h4 a:link, div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover h4 a:visited, div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover h4 a:focus, div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover h4 a:hover, div.two-columns div.column.tabs dl.tabs-tabs dd#photos-content ul.items li.item.hover h4 a:active, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover h4 a:link, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover h4 a:visited, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover h4 a:focus, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover h4 a:hover, div.two-columns div.column.tabs dl.tabs-tabs dd#products-content ul.items li.item.hover h4 a:active {
  text-decoration: underline;
}

div#customize-wrapper {
  display: block;
}

div#large-photos {
  display: block;
  width: 905px;
  min-height: 150px;
  position: relative;
  z-index: 1;
}

div#large-photos img {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

div#large-photos img.active {

}

div#large-photos div#large-photos-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 903px;
  min-height: 150px;
  border: 1px solid #000000;
  z-index: 3;
}

div#large-photos div.half {
  display: block;
  width: 50%;
  min-height: 150px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 4;
}

div#large-photos div.half div {
  display: block;
  width: 62px;
  background-color: #ae9833;
  padding: 3px 6px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

div#large-photos div#previous-photo.half {
  left: 0;
  text-align: left;
}

div#large-photos div#previous-photo.half div {
  left: 10px !important;
}

div#large-photos div#next-photo.half {
  right: 0;
  text-align: right;
}

div#large-photos div#next-photo.half div {
  right: 10px !important;
}

div#large-photos span.remove {
  top: 10px;
  right: 10px;
  z-index: 5;
}

.floated-box {
  float: left;
  width: 178px;
  height: 170px;
  padding: 0 11px 11px 14px;
  margin: 0 12px 20px 0;
  background-image: url(/images/retail/home-box-body_bg.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.float-box.last {
  margin-right: 0;
}

.floated-box h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0 -11px 5px -14px;
  padding: 8px 0 0 14px;
  background-image: url(/images/retail/home-box-header_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.floated-box h3 a {
  display: block;
}

.floated-box a:link, .floated-box a:visited, .floated-box a:focus, .floated-box a:hover, .floated-box a:active {
  color: #333333;
  text-decoration: none;
}

.floated-box p {
  margin-bottom: 0;
  font-size: 80%;
}

.floated-box ul, .floated-box ol {
  margin: 0;
  padding: 0;
  font-size: 80%;
}

.floated-box ul li, .floated-box ol li {
  margin: 0 0 0 1em;
}

.floated-box.product p img {
  float: left;
  margin: 0 5px 0 0;
}

.staticContent {
  float: left;
  width: 611px;
  padding: 35px 20px;
}

.staticObjects {
  float: left;
  width: 284px;
  padding: 35px 20px;
  margin: 0;
}

.column-3 .staticObjects {
  float: none;
}

.staticObjects div {
  width: 284px;
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
}

.staticObjects div h4 {
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 0;
}

.staticObjects div ul, .staticObjects div ol {
  margin: 0 0 0 20px;
  padding: 0;
}

.staticObjects li dl {
  margin: 0 0 0 20px;
}

.staticObjects div ul li, .staticObjects div ol li {
  margin: 0;
  padding: 0;
}

.staticObjects li.selected {
  font-weight: bold;
}

.staticObjects li.selected li, .staticObjects li.selected dl {
  font-weight: normal;
}

.staticObjects p, .staticObjects ol, .staticObjects ul, .staticObjects dl {
  margin: 0;
}

.staticObjects p, .staticObjects li, .staticObjects dt, .staticObjects dd, .staticObjects th, .staticObjects td {
  font-size: 80%;
}

.staticObjects td dt, .staticObjects td dd, .staticObjects li li, .staticObjects li dt, .staticObjects li dd, .staticObjects li p {
  font-size: 100%;
}

.staticObjects, .staticObjects a:link, .staticObjects a:visited, .staticObjects a:focus, .staticObjects a:hover, .staticObjects a:active {
  color: #333333;
}

.staticObjects div dl dt {
  font-weight: bold;
}

.staticObjects div dl dd {
  margin: 0 0 5px 20px;
}


.staticObjects div dl dd a.more {
  margin: 0 0 0 5px;
}


div#static-right-fit h4 {
  padding: 0;
}

div#static-right-fit h4 span {
  display: block;
  background-image: url(/images/static-object-right-fit_bg.gif);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 8px 10px 5px 50px;
}

div#static-subscribe p {
  margin: 0 0 15px 0;
}

div#static-subscribe form {
  width: 284px;
  min-width: 284px;
  max-width: 284px;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

div#static-subscribe form fieldset {
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
}

div#static-subscribe form div {
  background-image: none;
  background-color: transparent;
  width: 284px;
  margin: 0;
  padding: 0;
}

div#static-subscribe form div label {
  display: block;
  width: 284px;
  text-align: left;
  margin: 0;
  padding: 0;
}

div#static-subscribe form div input.inputText {
  float: left;
  width: 228px;
  margin: 0 0 5px 0;
}

div#static-documents table.data thead tr th {
  padding: 3px;
}

div#static-documents table.data tbody td {
  border-top: 1px solid #3d3931;
  padding: 3px;
}

div#static-documents table.data thead th, div#static-documents table.data tbody td {
  vertical-align: top;
  text-align: left;
}

div#static-documents table.data tfoot td {
  border-top: 1px solid #3d3931;
  padding: 3px;
}

div#static-documents table.data tfoot td a img {
  margin: 0 5px 0 0;
}

div#static-documents table.data td dt a {
  display: block;
  background-image: url(/images/icon_pdf_16x16.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 0 0 20px;
  min-height: 16px;
}

div#static-documents table.data td dd {
  margin: 0 0 0 20px;
}

body#page-products div#content h2 {
/*
  background-image: url(/images/retail/h2_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: -20px;
  padding-left: 40px;
*/
}

div.floatCategories {
  width: 905px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

div.floatCategories div.addOns {
  position: absolute;
  top: 0;
  right: -160px;
  width: 160px;
  margin: 0;
  padding: 0;
  font-size: 80%;
}

div.floatCategories div.addOns div.embroidery, div.floatCategories div.addOns div.gift-certificates {
  background-position: top left;
  background-repeat: no-repeat;
  width: 160px;
  margin: 0 0 10px 0;
  padding: 0;
}

div.floatCategories div.addOns div.embroidery {
  background-color: #bdbdbd;
  background-image: url(/images/product-addon-body-embroidery_bg.gif);
}

div.floatCategories div.addOns div.gift-certificates {
  background-color: #d0d9b6;
  background-image: url(/images/product-addon-body-gift-certificates_bg.gif);
}

div.floatCategories div.addOns div div {
  background-image: url(/images/retail/product-category-footer_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 15px 10px 10px 25px;
  width: 125px;
}

div.floatCategories div.addOns div div h3 {
  font-size: 12px;
  color: #333333;
}

div.floatCategories div.addOns div div h3 a:link, div.floatCategories div.addOns div div h3 a:visited, div.floatCategories div.addOns div div h3 a:focus, div.floatCategories div.addOns div div h3 a:hover, div.floatCategories div.addOns div div h3 a:active {
  color: #333333;
  text-decoration: none;
}

div.floatCategories div.addOns div div p {
  margin: 0;
}

div.floatCategory {
  float: left;
  background-color: #ffffff;
  width: 285px;
  height: 152px;
  margin: 0 25px 25px 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

div.floatCategory.hover {
  background-image: url(/images/product-category-hover_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.floatCategory.third {
  margin: 0 0 25px 0;
}

div.floatCategory div {
  background-image: none;
  background-position: top right;
  background-repeat: no-repeat;
  width: 134px;
  height: 120px;
  padding: 16px 140px 16px 11px;
  margin: 0;
  font-size: 80%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

div.floatCategory div h3 {
  background-image: url(/images/retail/white_bg.gif);
  background-position: top right;
  background-repeat: repeat-x;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  color: #8e6420;
}

div.floatCategory div h3 a {
  display: block;
  padding: 0;
}

div.floatCategory div h3 a:link, div.floatCategory div h3 a:visited, div.floatCategory div h3 a:focus, div.floatCategory div h3 a:hover, div.floatCategory div h3 a:active,
div.floatCategory div ul li a:link, div.floatCategory div ul li a:visited, div.floatCategory div ul li a:focus, div.floatCategory div ul li a:hover, div.floatCategory div ul li a:active {
  color: #8e6420;
}

div.floatCategory div h3 a:link, div.floatCategory div h3 a:visited, div.floatCategory div h3 a:focus, div.floatCategory div h3 a:hover, div.floatCategory div h3 a:active, div.floatCategory div ul li a:link, div.floatCategory div ul li a:visited {
  text-decoration: none;
}


div.floatCategory div ul li a:focus, div.floatCategory div ul li a:hover, div.floatCategory div ul li a:active {
  text-decoration: underline;
}

div.floatCategory div ul, div.floatCategory div ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

div.floatCategory div ul li {
  margin: 0 0 3px 0;
  font-size: 12px;
}

div.category-tree {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 0 0 0;
}

div.category-tree ul {
  margin: 0;
  padding: 0;
}

div.category-tree ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

div.category-tree ul li ul {
  margin: 0 0 0 20px;
}

div.category-tree ul li a {
  display: block;
  background-image: url(/images/category-tree-li_bg.gif);
  background-position: 7px 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

div.category-tree ul li.selected a {
  background-image: url(/images/category-tree-li-selected-1_bg.gif);
  background-position: 4px 2px;
}

div.category-tree ul li.selected ul li.selected a {
  background-image: url(/images/category-tree-li-selected-2_bg.gif);
  background-position: 6px 3px;
}

div.category-tree ul li.selected a, div.category-tree ul li.selected ul li.selected a {
  font-weight: bold;
}

div.category-tree ul li.selected ul li a {
  background-image: url(/images/category-tree-li_bg.gif);
  background-position: 7px 5px;
  font-weight: normal;
}

div.category-tree ul li a:link, div.category-tree ul li a:visited, div.category-tree ul li a:focus, div.category-tree ul li a:hover, div.category-tree ul li a:active {
  color: #333333;
}

div.category-tree ul li a:link, div.category-tree ul li a:visited {
  text-decoration: none;
}

div.category-tree ul li a:focus, div.category-tree ul li a:hover, div.category-tree ul li a:active {
  text-decoration: underline;
}

div.category-products, div.product-comparison {
  float: left;
  width: 905px;
  margin: 0;
  font-size: 11px;
}

div.product-comparison {
  background-image: url(/images/product-comparison_bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

div.category-products p.synopsis, div.product-comparison p.synopsis {
  font-weight: bold;
}

div.category-products div.box, div.product-comparison div.box {
  float: left;
  width: 285px;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  margin: 0 25px 25px 0;
  font-size: 90%;
  cursor: pointer;
}

div.category-products div.box {
  height: 441px;
}

div.category-products div.box.third, div.product-comparison div.box.third {
  margin: 0 0 25px 0;
}

div.category-products div.box.hover {
  background-image: url(/images/product-hover_bg.gif);
}

div.category-products div.box div, div.product-comparison div.box div {
  position: relative;
  width: 263px;
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 316px 11px 11px 11px;
  margin: 0;
}

div.category-products div.box div {
  height: 114px;
}

div.product-comparison div.box.add-item div {
  padding: 11px;
}

div.category-products div.box div h3, div.product-comparison div.box div h3 {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #8e6420;
}

div.category-products div.box div span.price, div.product-comparison div.box div span.price {
  position: absolute;
  top: 316px;
  right: 11px;
  color: #f5893c;
  font-weight: bold;
}

div.category-products div.box div p, div.product-comparison div.box div p {
  margin: 0 0 10px 0;
  font-size: 10px;
}

div.category-products div.box div a:link, div.category-products div.box div a:visited, div.category-products div.box div a:focus, div.category-products div.box div a:hover, div.category-products div.box div a:active, 
div.product-comparison div.box div a:link, div.product-comparison div.box div a:visited, div.product-comparison div.box div a:focus, div.product-comparison div.box div a:hover, div.product-comparison div.box div a:active {
  color: #8e6420;
}

div.category-products div.box div a:link, div.category-products div.box div a:visited, 
div.product-comparison div.box div a:link, div.product-comparison div.box div a:visited {
  text-decoration: none;
}

div.category-products div.box.hover div a:link, div.category-products div.box.hover div a:visited, div.category-products div.box div a:focus, div.category-products div.box div a:hover, div.category-products div.box div a:active,
div.product-comparison div.box.hover div a:link, div.product-comparison div.box.hover div a:visited, div.product-comparison div.box div a:focus, div.product-comparison div.box div a:hover, div.product-comparison div.box div a:active {
  text-decoration: underline;
}

div.product-comparison div.box div dl {
  margin: 0 0 0 20px;
}

div.product-comparison div.box div dl dt {
  margin: 0 0 5px 0;
  color: #8e6420;
}

div.product-comparison div.box div dl dd {
  margin: 0 0 20px 0;
}

div.product-comparison div.box div dl dd ul {
  margin-bottom: 0;
}

ul#product-ratings {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

ul#product-ratings li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 18px;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  width: 218px;
  height: 12px;
}

ul#product-ratings li span {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 100px;
  height: 4px;
  background-color: #cbcbcb;
}

ul#product-ratings li span span {
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
}

ul#product-ratings li span.bars-1 span {
  width: 20px;
}

ul#product-ratings li span.bars-2 span {
  width: 40px;
}

ul#product-ratings li span.bars-3 span {
  width: 60px;
}

ul#product-ratings li span.bars-4 span {
  width: 80px;
}

ul#product-ratings li span.bars-5 span {
  width: 100px;
}

ul#product-ratings li#rating-warmth {
  background-image: url(/images/product-ratings-warmth_bg.png);
}

ul#product-ratings li#rating-warmth span span {
  background-color: #0088ff;
}

ul#product-ratings li#rating-water {
  background-image: url(/images/product-ratings-water_bg.png);
}

ul#product-ratings li#rating-water span span {
  background-color: #0646c1;
}

ul#product-ratings li#rating-breathability {
  background-image: url(/images/product-ratings-breathability_bg.png);
}

ul#product-ratings li#rating-breathability span span {
  background-color: #c5c600;
}

ul#product-ratings li#rating-wind {
  background-image: url(/images/product-ratings-wind_bg.png);
}

ul#product-ratings li#rating-wind span span {
  background-color: #478700;
}

div.category-products div.box div a.compare {
  display: block;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 66px;
  height: 17px;
  background-image: url(/images/compare_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

div.category-products div.box div a.compare:focus, div.category-products div.box div a.compare:hover, div.category-products div.box div a.compare:active {
  background-image: url(/images/compare-hover_bg.gif);
  text-decoration: none;
}

div.product-comparison div.box div a.remove, div#large-photos span.remove {
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 18px;
  height: 18px;
  background-image: url(/images/product-comparison-remove_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}

div.category-products div.box div a.compare span, div.product-comparison div.box div a.remove span, div#large-photos span.remove span {
  display: none;
}

div.category-products div.box div a.button, div.product-comparison div.box div a.button {
  display: block;
  background-color: #ae9832;
  padding: 3px 6px;
  margin: 25px 0 0 0;
  width: 90px;
  text-align: center;
  font-size: 13px;
}

div.category-products div.box div a.button:link, div.category-products div.box div a.button:visited, div.category-products div.box div a.button:focus, div.category-products div.box div a.button:hover, div.category-products div.box div a.button:active,
div.category-products div.box.hover div a.button:link, div.category-products div.box.hover div a.button:visited, div.category-products div.box.hover div a.button:focus, div.category-products div.box.hover div a.button:hover, div.category-products div.box.hover div a.button:active,
div.product-comparison div.box div a.button:link, div.product-comparison div.box div a.button:visited, div.product-comparison div.box div a.button:focus, div.product-comparison div.box div a.button:hover, div.product-comparison div.box div a.button:active,
div.product-comparison div.box.hover div a.button:link, div.product-comparison div.box.hover div a.button:visited, div.product-comparison div.box.hover div a.button:focus, div.product-comparison div.box.hover div a.button:hover, div.product-comparison div.box.hover div a.button:active {
  color: #ffffff;
  text-decoration: none;
}


#navigation-bottom {
  width: 975px;
  height: auto;
  margin: 0 0 3px 0;
  padding: 0;
}

#navigation-bottom, #navigation-bottom li {
  list-style-type: none;
  list-style-image: none;
}

#navigation-bottom li {
  float: left;
  margin: 0 0 0 3px;
  width: 323px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

#navigation-bottom li.first {
  margin: 0;
}

#navigation-bottom li a:link, #navigation-bottom li a:visited {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  padding: 3px 10px;
  display: expression('block');
  width: 303px;
  text-decoration: none;
  text-align: left;
}

#navigation-bottom li a:link, #navigation-bottom li a:visited {
  background-color: #615a4e;
}

#navigation-bottom li.selected a:link, #navigation-bottom li.selected a:visited, #navigation-bottom li a:focus, #navigation-bottom li a:hover, #navigation-bottom li a:active {
  background-color: #7c742f;
}

#page-cart form fieldset table tbody tr td input.inputText {
  border: 1px inset #666666;
  text-align: center;
}

#page-cart form fieldset table tbody tr td input.inputSubmit {
  background-color: #f8883c;
  margin: 1px 0 0 0;
}

#page-cart form fieldset table.data.wide tbody tr td {
  border-bottom-width: 0;
  border-top: 1px solid #666666;
}

#footer {
  margin: 25px 0 8px 0;
  padding: 0;
  height: 50px;
  font-size: 10px;
  color: #ffffff;
}

#footer #footer-left, #footer #footer-right {
  float: left;
  margin: 0;
  padding: 0;
}

#footer #footer-left {
  width: 423px;
}

#footer #footer-right {
  width: 549px;
  margin: 0 0 0 3px;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

#footer ul#footer-navigation-top, #footer ul#footer-navigation-bottom {
  padding: 0;
  margin: 0 0 5px 0;
  list-style-type: none;
  text-align: left;
}

#footer ul#footer-navigation-top li, #footer ul#footer-navigation-bottom li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
}

#footer ul#footer-navigation-top li.last, #footer ul#footer-navigation-bottom li.last {
  background-image: none;
  padding: 0;
  margin: 0;
}

#footer ul#footer-navigation-top li a {
  font-size: 10px;
}

#footer ul#footer-navigation-bottom li a {
  font-size: 8px;
}

#footer #copyright, #footer #copyright a:link, #footer #copyright a:visited, #footer #copyright a:focus, #footer #copyright a:hover, #footer #copyright a:active, 
#footer #powered, #footer #powered a:link, #footer #powered a:visited, #footer #powered a:focus, #footer #powered a:hover, #footer #powered a:active {
  color: #ffffff;
}

#footer #responsibly-made {
  float: left;
  width: 549px;
  color: #ffffff;
  background-image: url(/images/icon_us-flag_16x12.gif);
  background-repeat: no-repeat;
  background-position: 387px 0;
  text-align: right;
  padding: 0 0 5px 0;
}

#footer #copyright {
  float: left;
  width: 549px;
  text-align: right;
  margin: 0 0 5px 0;
}

#footer #powered {
  width: 549px;
  text-align: right;
  display: none;
}
