h1#catalog-header{
  color: #177FBF;
  margin-left: 10px;
  font-weight: normal;
  font-size: 27px;
  letter-spacing: 0.01em;
}

h1#search-header{
  color: #177FBF;
  margin-left: 10px;
  font-weight: normal;
  font-size: 27px;
  letter-spacing: 0.01em;
  display: inline;
}

span#search-header-text{
    font-size: 27px;
    letter-spacing: 0.01em;
}

div#search-header-holder{
  margin: 12px 0px 12px 12px;
  
}

p#catalog-text{
  margin-left: 12px;
}

div.catalog-breaker{
  height: 30px;
  background: #dfdfdf;
  margin-left: 10px;
  overflow: hidden;
}

div.catalog-breaker div{
  margin: 7px 0px 0px 8px;
  font-weight: bold;
  font-size: 14px;
}

div#subcats{
  margin: 0px 0px 15px 10px;
}

div#subcats table{
  width: 100%;
}

div#subcats table tr td{
  width: 33%;
  padding-bottom: 3px;
}

div#subcats table tr td h2{
  display: inline;
  background: url('/design/images/square-bullet.gif') 0px 11px no-repeat;
  padding-left: 15px;
}

div#subcats table tr td h2 a{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

div#subcats table tr td h2 a:hover{
  text-decoration: underline;
}

div#subcats-header{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #6f6f6f;
}

div.product-row{
  margin: 20px 0px 0px 10px;
  padding-left: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}

div.product{
  float: left;
  width: 162px;
  margin-right: 15px;
}

div.product-lastinrow{
  clear: right;
  margin-right: 0px!important;
}

div#product-last{
  
}

div.product-image img{
  width: 150px;
  height: 150px;
  padding: 5px;
  background: #eee;
  border: 1px solid #ddd;
}

div.product h3{
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 5px;
}

div.product h3 a{
  text-decoration: none;
}

div.product h3 a:hover{
  text-decoration: underline;
}

div#catalog-navigation{
  border-top: 3px solid #dfdfdf;
  margin-left: 10px;
}

div#catalog-navigation-links{
  margin: 20px auto 0px auto;
  width: 335px;
}

div#catalog-navigation-back{
  float: left;
  margin-top: 4px;
}

div#catalog-navigation-forward{
  float: left;
  margin-top: 4px;
}

div#catalog-navigation-back a, div#catalog-navigation-forward a{
  font-weight: bold;
  text-decoration: none;
}

div#catalog-navigation-back a img, div#catalog-navigation-forward a img{
  vertical-align: middle;
  margin-top: -2px;
}

div#catalog-navigation-back a img{
  margin-right: 3px;
}

div#catalog-navigation-forward a img{
  margin-left: 3px;
}

div.catalog-navigation-link{
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  margin: 0px 5px 0px 5px;
}

div.catalog-navigation-link a{
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

div.catalog-navigation-link-first{
  margin-left: 10px;
}

div.catalog-navigation-link-last{
  margin-right: 10px;
}

div#catalog-navigation-link-active{
  background: #dfdfdf;
}

div#catalog-navigation-link-active a{
  color: #2e2e2e;
}

div#not-found{
  border: 1px solid #dfdfdf;
  margin-left: 12px;
  margin-top: 20px;
}

div#not-found-header{
    margin: 10px;
    color: #177FBF;
    font-size: 13px;
    font-weight: bold;
}

div#not-found-text{
  margin-left: 8px;
  margin-bottom: 8px;
  line-height: 16px;
}

div#no-products{
  margin-left: 12px;
  font-weight: bold;
  color: #DF4545;
}

div.product-price{
  text-align: center;
  font-weight: bold;
}

