.cds-browse-container {
    margin-left: 0
}

#cds-content .cds-product-image-container,
#cds-content .cds-product-image {
    height: 375px;
}

.cds-product-grid ul li {
    width: 12em;
}

#cds-sales-partner-login {
    text-decoration: none;
}

#cds-sales-partner-login button {
    background: #f00;
    border: 1px solid #f00;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    display: block;
    height: 3em;
    margin-top: 0.25em;
    width: 24rem;
}

#cds-pricing-container {
    background-color: #fafafa;
    border: 1px solid #ccc;
    font-weight: bold;
    margin-top: 0.5em;
    visibility: hidden;
    width: 24rem;
}

#cds-pricing-container td {
    padding: 0.2em 1em;
}

#cds-pricing-container .cds-first td {
    padding-top: 1em;
}

#cds-pricing-container .cds-last td {
    padding-bottom: 1em;
}

#cds-product-attachment-table ul {
    list-style-type: none;
}

#cds-product-attachment-table table {
    width: 100%;
}

#cds-top-facet-container .cds-attribute {
    height: 5em;
}

.cds-attribute-label {
    height: 40px;
}

.cds-product-grid-custom {
    height: 3.5em;
}

.cds-product-grid p {
    width: 70%;
}

.cds-product-grid h3 {
    width: 70%;
}

#cds-top-facet-container .cds-attribute-label {
    font-size: 1.044em;
}

#cds-product-controls-grid, #cds-product-controls-list, #cds-product-controls-table {
    display: none;
}

#cds-product-list ul > li > a {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f2f2f2, #e8e8e8) repeat scroll 0 0;
    background-color: #f2f2f2;
    background: linear-gradient(#f2f2f2, #e8e8e8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    border: 1px solid #d2d2d2;
    border-radius: 0.5em;
    color: #333 !important;
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    width: 215px;
    padding: 3px;
}

@media only screen and (max-width : 1040px) {
    #cds-product-list ul > li > a {
        width: 100%;
        height: auto;
    }
}

#cds-product-list ul > li > a:hover {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 3px #d2d2d2;
    color: #000 !important;
    text-decoration: none;
}

#cds-config-button, #cds-request-cad-button {
    background: #b2282d;
    color: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    float: right;
    /*font-size: 12px;*/
    height: 40px;
    margin-right: 30px;
}

#cds-config-button:hover, #cds-request-cad-button:hover {
    background: #cb2a30;
    border: 0;
}
