﻿@charset "UTF-8";

/*===========================================

 * products-list.scss

=========================================== */

header h1 {
  background: url("../img/h-products.jpg") no-repeat;
  text-indent: -99999px;
}

nav#breadcrumb {
  float: left;
  width: 10em;
}

#about-durometer {
	margin-bottom: 1em;
	text-align: right;
	color:#5F5F5F;
	font-size: 91%;
	width:950px;
	margin:0 auto;
	padding-bottom:20px;
}

#about-durometer img {
margin:0px 0px 0px 0px;
padding:0px 10px 0.3em 0px;
vertical-align: middle;
}

article#content {
  *zoom: 1;
margin:0;
padding:0;
    width: 950px !important;
    line-height: 200% !important;
}

article#content:before, article#content:after {
  display: table;
  line-height: 0;
  content: "";
}

article#content:after {
  clear: both;
}

article#content #section1, article#content #section2, article#content #section3 {
	float: left;
	width: 33.333%;
	margin-left: 0px;
	line-height: 160%;
}

article#content #section1 {
  margin-left: 0;
}

article#content section {
  margin-bottom: 1em;
  border-left: 1px dotted #000000;
}

article#content h2 {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 34px !important;
  padding-left: 9px !important;
  padding-top: 19px !important;
  border-left: 5px solid #c2d0dc !important;
margin-bottom: 0 !important;
border-bottom:none !important;
color: #666 !important;
padding-top: 0px !important;
line-height: 34px !important;
vertical-align:bottom;
}

article#content ul, article#content h3 {
margin:0px 0px 0px 16px;
padding:1px 0px 0px 0px;

}

article#content h3.products-tree {
  margin-top: 1em;
  padding-left: 13px;
  background: url("../../img/common/tree-parent.gif") left center no-repeat;
  font-weight: normal;
  font-size:14px;
}

article#content h2 + h3.products-tree {
  margin-top: 0;
}

article#content h2 + ul.nav {
  margin-top: 0.15em;
}

article#content ul.nav {
  margin-left: 17px;
}

article#content ul.nav li {
  display: block;
  padding-left: 15px;
  background: url("../../img/common/list-icon.gif") 5px 0.5em no-repeat;
  background-position: 5px 0.4em;
}

article#content ul {
  margin-top: 1em;
}

article#content h3.products-tree + ul.products-tree {
  margin-top: 0;
}

article#content ul.products-tree li {
  display: block;
  padding: 0 0 0 9px;
  background-image: none;
  border: 0;
}

article#content ul.products-tree li:before {
  content: "├";
  color: #97a6a9;
}

article#content ul.products-tree li:last-child:before {
  content: "└";
}

article#content ul.products-tree li, article#content ul.nav li {
}
