body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    text-align: center;
    background-color: #f2f2f2;
}

h1 {
    font-size: 1.846em;
    color: #333;
    padding-top: 0.542em;
}

h2 {
    font-size: 1.846em;
    color: #333;
}

h3 {
    font-size: 1.385em;
    color: #666;
    padding: 0.722em 0;
}

h4 {
    font-size: 1.385em;
    font-weight: normal;
    color: #333;
    padding: 0.722em 0;
}

button {
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    vertical-align: center;
    color: #333;
    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);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#e8e8e8");
    border: 1px solid #d2d2d2;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    behavior: url("../../css/PIE.htc");
}

button:hover {
    color: #000;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 3px #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px #d2d2d2;
    -moz-box-shadow: 1px 1px 3px #d2d2d2;
}

button.green {
    color: #fff;
    background-color: #339933;
    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');
    border: 1px solid #171;
}

button.green:hover {
    background-color: #282;
    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');
    border: 1px solid #060;
}


.odd {
    background-color: #f0f0f0;
}

#doc {
    position: relative;
    top: -53px;
    width: 90%;
    *width: 90%;
    min-width: 500px;
    background-color: #fff;
    margin: 0 auto;
}

#header {
    height: 65px;
    text-align: left;
}

#header img {
    float: left;
    margin: 23px 13px 0;
}

#header div {
    float: right;
    margin: 23px 13px 0;
}

#nav {
    position: relative;
    top: 65px;
    height: 40px;
    z-index: 5;
    line-height: 40px;
    background-color: #437ebc;
    background: linear-gradient(top, #437ebc 0%,#2b5078 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#437ebc), to(#2b5078));
    background: -webkit-linear-gradient(top, #437ebc, #2b5078);
    background: -moz-linear-gradient(top, #437ebc, #2b5078);
    background: -ms-linear-gradient(top, #437ebc, #2b5078);
    background: -o-linear-gradient(top, #437ebc, #2b5078);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#437ebc", endColorstr="#2b5078");
}

#footer {
    clear: both;
    padding: 2em 0 1em;
    text-align: center;
}

#cds-content {
    min-height: 50em;
    margin-top: 5em;
    padding: 0 1em;
    text-align: left;
}

/* ================================== */
/*          keyword search            */
/* ================================== */

.search-container {
    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");
}

.search-box {
    font-size: 1.154em;
    float: left;
    width: 79%;
    min-width: 80%;
    height: 2.15em;
    line-height: 2.15em;
    padding: 0 0 0 0.867em;
    border: 0 none;
    color: #999;
    display: block;
}

.search-button {
    background: url("../../images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 2.4em;
    padding: 0;
    width: 2.4em;
    cursor: pointer;
}

/* ================================== */
/*          catalog overrides         */
/* ================================== */

.cds-product-page h1 {
    padding: 0;
    margin: 0 0 0.271em;
}

.cds-product-page h2 {
    font-size: 1.154em;
}

.cds-product-page h3 {
    padding-bottom: 0.2em;
}

.cds-product-company {
    text-align: right;
}

.cds-browse-container .head img {
    max-width: none;
}
