div .catalogGroup {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.catalogGroup .header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 5px;
  padding: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  color: #333;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(50%,#FCFCFC), color-stop(100%,#F5F5F5));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -ms-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
}

div.catalogGroup .content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 5px;
  padding: 5px;
  margin-top: 0px;
  position: relative;
  color: #333;
  border: 1px solid #AAA;
  border-top: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #ffffff;
}

div .catalog {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px grey dashed;
}

div .category {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px grey dashed;
}

.description {
  font-style: italic;
  font-size: 85%;
}

.text-center {
  text-align: center;
}

ul.inlineList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.inlineList li {
  display: inline-block;
}

div .containerDiv {
  display: inline-block;  
  float: left;
}

div .subCategory {
  width: 210px;
}

div .subCatHeader {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 5px;
  padding: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  color: #333;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(50%,#FCFCFC), color-stop(100%,#F5F5F5));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: -ms-linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
  background: linear-gradient(top, #F5F5F5 0%, #FCFCFC 50%, #F5F5F5 100%);
/*   background: #efefef; */
/*   background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); */
/*   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); */
/*   background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); */
/*   background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); */
/*   background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); */
/*   background: linear-gradient(top, #efefef 0%,#ffffff 100%); */
}

div .subCatContent {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 5px;
  padding: 5px;
  margin-top: 0px;
  padding-bottom: 70px;
  position: relative;
  color: #333;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-top: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #ffffff;
}

.subCategoryHeading {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  height: 32px;
}

.subCategory div.description {
/*   height: 41px; */
  overflow: hidden;
}

.subCategory h5 {
  margin: 3px;
}

div .specsContainer {
  padding-bottom: 10px;
}

.subCategory button[type=submit] {
  margin: 3px auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 110px;
}

.subCategory span.priceRange {
  margin: 5px auto;
  position: absolute;
  bottom: 25px;
  right: 0px;
  left: 0px;
  text-align: center;
}

span.priceRange span.priceLabel {
  font-size: 10px;
}

div .toggleCategory {
  display: block;
  text-align: center;
  font-size: 9px;
}

div.specsContainer table {
  width: 198px;
  margin: -5px;
  /* border-top: 1px solid #AAA; */
  border-bottom: 1px solid #AAA;
}

div.specsContainer th {
  width: 40%;
} 

div.specsContainer td {
  width: 60%;
}

div.specsContainer tr.specGroup th, div.specsContainer tr.specGroup td {
  text-align: left;
  font-size: 85%;
  background-color: #EAEAEA;
}

div.specsContainer tr.spec th {
  text-align: left;
  padding-left: 5px;
  font-weight: normal;
  font-size: 75%;
  background-color: #FFFFFF;
}

div.specsContainer tr.spec td {
  text-align: left;
  margin-left: 5px;
  font-size: 75%;
  background-color: #FFFFFF;
}

div.specsContainer tr.even th, div.specsContainer tr.even td {
  background-color: #F5F5F5;
}

