#cds-configurator {
    background-color: #f3f3f3;
    color: #000;
    margin: 0 auto;
    padding: 2em;
    width: 1105px;
}

#cds-configurator .cds-column-1 {
    float: left;
    width: 301px;
}

#cds-configurator .cds-column-2 {
    float: left;
    margin-left: 0;
    width: 502px;
}

#cds-configurator .cds-column-3 {
    float: left;
    margin-left: 26px;
    width: 275px;
}

#cds-configurator #cds-footer {
    clear: both;
}

#cds-configurator h2 {
    font-size: 2.000em;
    font-weight: normal;
    margin: 1 0 1.5em 0;
    text-align: center;
}

#cds-configurator h3 {
    font-size: 1.692em;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

#cds-configurator h4 {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

#cds-configurator h4 img {
    float: right;
    height: 12px;
    width: 12px;
}

#cds-configurator button:hover {
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #d2d2d2;
    -moz-box-shadow: 1px 1px 3px #d2d2d2;
}

#cds-configurator #cds-attributes-container {
    background-color: #e6e6e6;
    padding: 6.5px;
    margin: 0;
}

#cds-configurator .cds-attribute-highlight {
    color: #f00;
}

#cds-configurator ul {
    list-style-type: none;
    padding: 6.5px;
    margin: 0;
    width: 276px;
}

#cds-configurator li {
    border-bottom: 1px solid #cecece;
    padding: 13px 6.5px;
    cursor: pointer;
}

#cds-configurator li > div {
    color: #707070;
    display: block;
    font-size: 0.923em;
    padding-left: 13px;
}

#cds-configurator li.cds-expanded > div {
    display: none;
}

#cds-configurator ul > li > ul {
    margin: 6px 0 0;
    padding: 0;
    width: 100%;
}

#cds-configurator li > ul > li {
    border: none;
    font-size: 0.923em;
    padding: 2px 13px;
    display: none;
}

#cds-configurator li > ul > li input {
    margin-right: 0.5em;
}

#cds-configurator li.cds-expanded {
    background-color: #f3f3f3;
}

#cds-configurator li.cds-expanded > ul > li {
    display: block;
}


/* configurator states */

#cds-configurator .attribute-value {
    background-color: #f3f3f3;
    color: #000;
}

#cds-configurator .attribute-value-hovered {
    background-color: #5591c9;
    color: #fff;
}

#cds-configurator .attribute-value-selected {
    background-color: #0d4e76;
    color: #fff;
}

#cds-configurator .attribute-value-conflicted {
    background-color: #d8d8d8;
    background-image: url("../images/background-x.png");
    background-position: 95% 50%;
        background-repeat: no-repeat;
    color: #888;
}

#cds-configurator .attribute-value-disabled {
    background-color: #ccc;
    /*
    background-image: url("../images/background-x.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    */
    color: #666;
    padding-left: 3em;
}

#cds-configurator .attribute-value-disabled input {
    display: none;
}


/* cad */

#cds-cad-viewer-container {
    background-color: #fff;
    /*
    background-image: url("../images/rexnord_logo_20p.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    */
    border: 1px solid #cecece;
    height: 500px;
    text-align: center;
    width: 500px;
}

#cds-cad-viewer-container h1 {
    color: #bbb;
    font-size: 2.154em;
    font-weight: bold;
    margin: 7em 2em;
    text-align: center;
}

.cds-cad-viewer-container .cds-cad-viewer-loading-icon {
    background: #fff;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#cds-cad-viewer-container img.cds-cad-default-image {
    width: 300px;
    height: 300px;
    margin-top: 100px;
    opacity: 0.25;
}

#cds-cad-viewer-container h1.cds-info-label {
    margin-top: -180px;
    color: #333;
}

.cds-cad-controls {
    margin: 1em 0 4em;
}

.cds-cad-controls select {
    border: 1px solid #cecece;
    border-radius: 0;
    font-size: 1.385em;
    height: 2.000em;
    padding-left: 0.5em;
    width: 100%;

}

.cds-cad-controls button {
    background-color: #0d4e76;
    border: none;
    color: #fff;
    font-size: 1.385em;
    height: 2.000em;
    margin-top: 6.5px;
    width: 100%;
}

#cds-update-cad-button-container {
    text-align: center;
    width: 100%;
}

#cds-update-cad-button-container a {
    color: #497a97;
    display: block;
    font-size: 1.154em;
    font-style: italic;
    padding-bottom: 13px;
    text-decoration: none;
    width: 100%;
}

#cds-update-cad-button, #download-drawing-container, #cds-product-spec-sheet-submit, #cds-cad-spec-sheet-submit {
    background-color: #fff;
    border: 1px solid #497a97;
    color: #497a97;
    font-size: 1.385em;
    height: 2.000em;
    margin: 13px 0;
    width: 180px;
}

.cds-cad-links-container {
    font-size: 1.385em;
    margin: 1em 0 1em 0;

}

.cds-cad-links-container a {
    color: #0d4e76;
    text-decoration: none;
}

.cds-cad-links-container a:hover {
    text-decoration: underline;
}

.cds-cad-links-container img {
    height: 10px;
    margin-left: 2px;
}

#download-drawing-container,
#download-specification1-container,
#download-specification2-container,
#download-catalog-container {
    display: none;
}

#cds-rfq-container {
    border-top: 1px solid #cecece;
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
}

#cds-rfq-container button {
    background-color: #0d4e76;
    border: 1px solid #497a97;
    color: #fff;
    font-size: 1.5em;
    height: 1.5em;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
}

#cds-wait-overlay {
    background-color: #aaa;
    display: none;
    height: 100%;
    left: 0;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#cds-wait-overlay img {
    left: 50%;
    position: fixed;
    top: 50%;
}

#custom-notes-container {
    margin: 0;
}

textarea {
    resize: none;
    width: 261px;
    margin: 0 5px;
 }

#drawing-selection-downloads {
    width: 275px;
    height: 275px;
    background-color: #e6e6e6;
    text-align: center;
}

#drawing-selection-downloads h4 {
    padding: 18px 0;
}

#drawing-selection-downloads button {
    font-size: 1.0em;
    margin: 18px 6px;
    float: left;
    width: 45%;
}

#cds-static-value-list table {
    width: 100%;
}

#cds-cad-qr {
    margin: 1em 3em;
}

#circularProgress {
    border-radius: 20px;
    background: white;
    margin: 20px;
    padding: 10px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: calc(50% - 105px);
    top: calc(50% - 105px);
}

.cds-column-1 a{
  text-decoration: none;
  display: block;
  font-size:1.2em;
  font-style:italic;
  padding-bottom:13px;
  width:100%;
  color: #C02F31;
}

#aOptional{
  background-color:#C0C0C0;
  border:4px double #A9A9A9 !important;

}
#header img{
  max-width:130px;
  max-height:90px;
  vertical-align:top;
}
#cds-login-container{
  margin-left:1em;
}
#cds-registration-container{
  margin-left:1em;
}
