#header { height: 385px; }

#imgheader { clear: left; }

#features ul {
    list-style: square outside url("/static/images/style/feature-bullet.png");
    margin: 0;
    padding-left: 15px;
    width: 135px;
    float: left;
}

#features li {
    line-height: 1.5em;
}

div.about_col {
    width: 600px;
    float: left;
}
div.news_col {
    margin-left: 630px;
    width: 321px;
}

div.blurb {
    width: 280px;
    margin: 1em 0 1em;
    float: left;
}

div.blurb.odd {
    clear: left;
    padding-right: 40px;
}

div.news_col a img {
    margin: 0 0 1em;
}

div.details {
    background-color: #f7f7f7;
}

div.details h2 {
    color: #0c377b;
    font-size: 1.2em;
    margin: 1em 15px 0.25em;
}

div.details p {
    margin: 0 15px 1em;
}

#specs {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

#specs li {
    border-bottom: 1px solid #e3e3e3;
    padding: 0.75em;
    background: #fff url("/static/images/style/product-specs-grad.png");
}

.details hr {
    width: 291px;
}

.spec {
    font-weight: bold;
    color: #38393b;
}

.moreinfolink {
    display: block;
    padding: 1em 0;
    text-align: center;
}

div.news_col a.moreinfolink img {
    vertical-align: middle;
    margin: 0 0 0.25em;
}

    


