body {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
body, td, input, select, textarea {
    font-family: Verdana, Tahoma, Arial;
    font-size: 13px;
}
p {
    margin: 0px;
    padding: 0px;
}
a {
    color: #369;
}
h1 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
h2 {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #C00;
}
img {
    border: 0px;
}
input.std, select.std, textarea.std {
    width: 250px;
    background-color: #F4FAED;
    border: #CCC 1px solid;
}
input.error, select.error, textarea.error {
    width: 250px;
    background-color: #F4FAED;
    border: #900 1px solid;
}
th {
    background-color: #F4F4F4;
}

/* PRODUCTS */
.CBox {
    height: 80px;
    width: 400px;
    padding: 10px 50px 10px 110px;
    position: relative;
    margin-bottom: 40px;
}
img.ProductIcon {
    position: absolute;
    top: -30px;
    left: 0px;
}
a.ReadMore {
    position: absolute;
    right: 30px;
    bottom: 8px;
    color: #FFFFFF;
    text-decoration: none;
}
a.ReadMore:hover {
    text-decoration: underline;
}
img.ReadMore {
    position: absolute;
    right: 5px;
    bottom: 6px;
}
.Green {
    background-image: url(/static/img/products/product_bg_green.png);
}
.Grey {
    background-image: url(/static/img/products/product_bg_grey.png);
}

/* MICS ITEMS */
div.Box {
    border-bottom: 1px dotted #000000;
    padding-bottom: 20px;
    padding-top: 10px;
}
div.ContentLeft {
    width: 550px;
    padding: 30px;
}
div.ContentRight {
    float: right;
    width: 280px;
    padding: 30px;
}
div.NonStdHeadline {
    color: #6D8C02;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
}
table.SpecificationsTable td {
    text-align: center;
}