#cds-configurator {
    background-color: #f3f3f3;
    color: #000;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    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: 301px;
}

#cds-configurator .cds-column-3 {
    float: left;
    margin-left: 0;
    width: auto;
}

#cds-configurator .cds-column-31 {
    float: left;
    margin-left: 0;
    width: 267px;
}

#cds-configurator .cds-column-32 {
    float: left;
    margin-left: 16px;
    width: 189px;
}

#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 .cds-column-31 h3 {
    margin-top: 0.727em;
}

#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 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: #C03;
    color: #fff;
}

#cds-configurator .attribute-value-selected {
    background-color: #C03;
    color: #fff;
}

#cds-configurator .attribute-value-conflicted {
    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-conflicted input {
    display: none;
}

#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: 425px;
    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 canvas:last-child {
    display: none;
}

.cds-cad-controls {
    margin: 0;
}

.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: #C03;
    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-clear-all a {
    color: #C03;
    display: block;
    font-size: 1.154em;
    font-style: italic;
    padding-bottom: 13px;
    text-decoration: none;
    width: 100%;
}

#cds-update-cad-button {
    background-color: #fff;
    border: 1px solid #C03;
    color: #C03;
    font-size: 1.385em;
    height: 2.000em;
    margin: 13px 0;
    width: 180px;
}

.cds-cad-links-container {
    font-size: 1.231em;
    margin: 1em 0 1em 1.5em;

}

.cds-cad-links-container a {
    color: #C03;
    text-decoration: none;
}

.cds-cad-links-container a:hover {
    text-decoration: underline;
}

.cds-cad-links-container img {
    height: 10px;
    margin-left: 2px;
}

#cds-rfq-container {
    border-top: 1px solid #cecece;
    margin-top: 4em;
    padding-top: 4em;
    text-align: center;
}

#cds-rfq-container button {
    background-color: #b6111b;
    border: none;
    color: #fff;
    font-size: 1.846em;
    height: 2.000em;
    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%;
}

#static-drawing {
    position: relative;
    top: 25px;
    left: 50px;
}

#custom-notes-container {
    margin: 0;
}

textarea {
    resize: none;
    width: 261px;
    margin: 0;
 }

#drawing-selection-downloads {
    text-align: center;
}

#cds-configurator .cds-attribute-highlight {
    color: #f00;
}

.cds-facet-tooltip-link {
    font-size: 0.875em;
}

#powered-by-cds {
    float: right;
}

#cds-cad-icon-container {
    text-align: center;
}

#cds-cad-icon-container img {
    width: 36px;
/*    height: 42px;*/
    margin: 0 5px 0 5px;
    cursor: pointer;
}

#cds-cad-download-button {
    margin-bottom: 2em;
}

#signatureSeries h4{
  color:#3f3f3f;
  font-family: "Hind",sans-serif;
  margin-bottom:0px;
}
#signatureSeries button{
  position:relative;
  border: none;
  background-color: #c02f32;
  font-family: "Hind",sans-serif;
  color: white;
  font-size:16px;
  padding: .8em 1.7em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  margin-bottom:0.5em;
  cursor: pointer;
 }
 /* Tooltip text */
#tooltip-sig .tooltiptext {
  visibility: hidden;
  width: 20em; /*120px;*/
  background-color: white;
  color: #3f3f3f;
  text-align: left;
  padding: 2em 1em;
  border-radius: 6px;
  font-size:1em;
  box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #636363;/*d2d2d2*/
  -moz-box-shadow: 1px 1px 3px #d2d2d2;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
#tooltip-sig:hover .tooltiptext {
  visibility: visible;
}

#tooltip-sig{
  position:absolute;
  top:0.2em;
  right:0.4em;

}

.cds-search {
    background-color: #FFF;
    float: right;
    width: 20em;
    min-width: 20em;
    height: 2.4em;
    margin: 0;
    padding: 1px 1px 1px 2px;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    behavior: url("PIE.htc");
}

.cds-search input {
    font-size: 1.154em;
    float: left;
    width: 79%;
    min-width: 80%;
    height: 2.15em;
    line-height: 2.15em;
    padding: 0 0 0 0.8em;
    border: 0 none;
    color: #999;
    display: block;
}

.cds-search button {
    background: url("../images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 100%;
    padding: 0;
    width: 3.0em;
    cursor: pointer;
}
