﻿body {
    font: 11px/1.5 Arial, Helvetica, Sans-Serif ;
    color: #3a3a3a;
}

h1 {
    
}

h2 {
    display: block;
    width: auto;
    padding: 5px 0 5px 12px;
    margin: 10px 0 0;
    background-color: #3a3a3a;
    color: #fff;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

h2.footer {
    font-size: 12px;
    text-align: center;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

table {
    border-collapse: collapse;
}

p {
    margin: 0 0 10px;
}

.clear {
    clear: both;
}

.datasheet {
    width: 600px;
    margin: 0 auto;
}

.customer-logo {
    font-size: 30px;
}

.customer-slogan {
    text-transform: capitalize;
}

.product-overview {
    overflow: hidden;
}

.product-image {
    float: left;
}

.product-details {
    float: right;
    padding: 5px;
    max-width: 390px;
    width: auto !important;
    width: 390px;
}

.product-details table {
    width: 100%;
}

.product-details table td {
    border: 1px solid #3a3a3a;
    padding: 2px 3px;
}

.product-details td.title {
    text-align: right;
    font-weight: bold;
}

.product-description, .product-spec {
    padding: 5px;
    border-width: 0 1px 1px;
    border-color: #3a3a3a;
    border-style: solid;
}

.product-spec {
    width: auto;
    padding: 5px;
}

.product-spec table {
    width: 100%;
    border: 1px solid #d0d0d0;
}

.product-spec table tr td {
    padding: 3px;
    border: 1px solid #c4c4c4;
}

.product-spec table tr th {
    background-color: #d0d0d0;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding: 2px 3px;
}


