#cds-content {
    font-size: 13px;
    min-height: 40em;
}

.cds-keyword-search-container {
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 75px;
    width: 25%;
}

ul.cds-crumbs {
    padding-top: 0 !important;
}

.cds-attribute-value-list li {
    padding-left: 0.5em;
}

.cds-browse-container h2 {
    margin: 0;
    padding: 0 0 0.5em;
}

.cds-browse-container .head p {
    margin: 0;
    font-size: 1.231em;
    font-weight: bold;
}

.cds-product-grid li {
    width: 200px;
}

.cds-product-grid ul li {
    width: 174px;
}

.cds-product-list li h3,
.cds-product-grid li h3 {
    margin: 0;
}

.cds-product-list li p,
.cds-product-grid li p {
    font-size: 1.154em;
    margin-top: 0;
}

.cds-product-grid .cds-compare-product-container {
    margin-top: 1em;
    position: static;
}

.cds-product-list td label {
    margin-right: 0.15em;
}

.cds-browse-list li {
    border-style: none;
    height: 472px;
    width: 246px;
}

.cds-browse-list li h3,
.cds-browse-list li p {
    margin: 0;
}

.cds-browse-list #cds-browse-custom-description li {
    height: 20px;
    width: 208px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.head #cds-browse-custom-description {
    margin-left: 1.5em;
}

#cds-product-controls-sort-label {
    width: 20%;
}

#cds-product-controls-table,
#cds-product-controls-list,
#cds-product-controls-grid {
    padding-right: 1.25em;
}

.cds-product-controls {
    max-width: 420px;
}

.cds-product-page h2 {
    font-size: 1.231em;
}

.cds-product-page button,
.cds-product-page input {
    font-size: 1em;
}

.cds-product-cart td:first-child {
    padding-right: 1em;
}

.cds-product-additional-images img {
    border: 1px solid #ccc;
}

.cds-product-additional-images-label {
    margin-left: 1em;
}

.cds-attribute-multilist input {
    margin: 0;
}

.cds-product-page #cds-unit-toggle-container {
    font-size: 11px;
}

.cds-product-company {
    text-align: right;
}

/* chemical selector tool */

.cds-browse-container .head {
    padding: 0;
}

#chemical-search-container {
    display: none;
    position: relative;
    margin-bottom: 2em;
}

#input-chemical-search {
    width: 300px;
}

#autocomplete-chemical-search {
    border: 1px solid #ccc;
    display: none;
    height: 200px;
    font-size: 12px;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 2px 4px;
    position: absolute;
    top: 28px;
    width: 350px;
    z-index: 99;
}

#autocomplete-chemical-search option:hover {
    background-color: #f0f0f0;
}

#submit-chemical-search {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#393), to(#282));
    background: -webkit-linear-gradient(top, #393, #282);
    background: -moz-linear-gradient(top, #393, #282);
    background: -ms-linear-gradient(top, #393, #282);
    background: -o-linear-gradient(top, #393, #282);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393', endColorstr='#282', GradientType=0);
    background-color: #339933;
    border: 1px solid #171;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    vertical-align: center;
}

#submit-chemical-search:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282), to(#171));
    background: -webkit-linear-gradient(top, #282, #171);
    background: -moz-linear-gradient(top, #282, #171);
    background: -ms-linear-gradient(top, #282, #171);
    background: -o-linear-gradient(top, #282, #171);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282', endColorstr='#171', GradientType=0); */
    background-color: #282;
    border: 1px solid #060;
    box-shadow: 1px 1px 3px #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px #d2d2d2;
    -moz-box-shadow: 1px 1px 3px #d2d2d2;
    color: #fff;
}

.cds-spc-link {
    background-color: #fafafa;
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 2em;
    max-width: 420px;
}

.cds-spc-link td {
    padding: 2em 0.5em 0.75em;
}

.cds-spc-link td.last {
    padding-top: 0.5em;
}

.cds-spc-link td.last, .cds-spc-link tr:last-child td {
    padding-bottom: 2em;
}

.cds-spc-link td:first-child {
    font-size: 1.231em;
    font-weight: bold;
    padding-left: 2em;
    padding-right: 2em;
}

.cds-spc-link td:last-child {
    font-weight: bold;
    padding-right: 2em;
}

#cds-spc-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #393, #282) repeat scroll 0 0;
    border: 1px solid #171;
    border-radius: 0.5em;
    color: #fff;
    font-family: inherit;
    font-size: 1.154em;
    height: 2.2em;
    min-width: 7.75em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#cds-spc-button:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #282, #171) repeat scroll 0 0;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 3px #d2d2d2;
    color: #fff;
}
