﻿.hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

h1#product_name {
    /* color: #3B5D8D; */
    color: #505050;
    line-height: 1em;
    margin-top: 1.5em;
    margin-bottom: .25em;
    font-size: 1.55em; /* font-variant: small-caps; */
}

h2#product_code {
    /* color: #3B5D8D; */
    color: #505050;
    margin-top: .5em;
    margin-left: 0em;
    margin-bottom: 1.5em;
    font-size: 1.35em;
}

h3 {
    font-size: 1.15em;
    color: #505050;
}

#product_body {
    width: 100%;
}
#product_body_left {
    vertical-align: top;
    padding-right: 1.5em;
    border-right: 1px solid #DEDDBF;
}
#product_body_right {
    width: 200px;
    vertical-align: top;
    padding-left: 1.5em;
}

#product_summary, #product_description, #product_development, #product_validity, #product_reliability, #product_ordering, #product_ess, #product_samplereports, #product_manual, .indented {
    margin-left: 1.5em;
}

table.contentareas {
    border-spacing: 0.5em;
    width: 100%;
}

table.contentareas td {
    vertical-align: top;
    padding-left: 1em;
    text-indent: -0.8em;
}

table.stats {
    margin: 0.5em;
    padding: 0;
    border-spacing: 0.5em;
}
table.stats thead th {
    border-bottom: 1px #979797 solid;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    vertical-align: bottom;
    padding: 0 0.5em;
}
table.stats tbody td {
    text-align: center;
}

.rightaligned {
    text-align: right;
}

.centeraligned {
    text-align: center;
}

table#pricing {
    margin-left: auto;
    margin-right: auto;
}

table#pricing td.qty {
    width: 75px;
}
table#pricing td.price {
}

.product_instock {
    text-align: right;
    font-size: 14pt;
    color: green;
}
.product_backordered {
    text-align: right;
    font-size: 14pt;
    color: red;
}
#quantity {
    width: 65px;
    margin-left: 1em;
    padding-right: .25em;
    text-align: right;
}
#manualQuantity {
    width: 40px;
    margin-left: 3.5em;
}
#addtocart {
    width: 115px;
    margin-top: .25em;
}
#qtyerror {
    display: none;
    text-align: center;
    padding: .5em;
    margin: .5em;
}

#product_samplequestion {
    border: 1px groove #999999;
    padding: 0 1em;
    width: 350px;
    background-color: #fff;
}


#product_samplequestion ol {
    list-style-type: upper-alpha;
}


#product_description ul li {
    margin-bottom: 1em;
}

#product_images {
    text-align: center;
    margin-bottom: 2em;
}
#product_images img {
    border: 1px solid #c0c0c0;
}

#product_ess {
}
#product_ess img {
    border: 1px solid #a0a0a0;
    margin: 0px 1em .5em 0px;
}

em {
    color: #f90000;
    font-style: normal;
}

@media print {
    #footer {
        display: none;
    }
    #products_related {
        display: none;
    }
}


#products_related {
}

div.productNotFound {
    font-weight: bold;
    text-align: center;
    font-size: 24pt;
    height: 200px;
    margin-top: 4em;
}

.additionalProduct {
    /*height: 110px;*/
    margin-left: 1em;
    padding: 1em;
    border-top: 1px solid #EFEFD1;
}
.additionalProduct img {
    height: 100px;
    width: 77px;
    float: left;
    border: 1px solid #a0a0a0;
    margin-right: 1em;
}
.additionalProduct .description {
    line-height: 1.5em;
    margin-left: 100px;
}



