﻿div.content {
    padding: 18px 20px;
    margin: 1em 0;
    background: url("images/contentbg.png") repeat-y scroll 0 0 transparent;
    padding: 0 3px;
    position: relative;
    width: 960px;
}
div.content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.content h1 {
    font-size: 22px;
    margin: 6px 0;
}

div.content .cap {
    left: 0;
    position: absolute;
    width: 966px;
}
div.content .cap.top {
    background: url("images/captop.png") no-repeat scroll 0 0 transparent;
    height: 8px;
    top: 0;
}
div.content .cap.bottom {
    background: url("images/capbottom.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 9px;
}
div.content .padder {
    background: url("images/contentbg2.png") repeat-x scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 2em 40px 2em;
}
div.content .padder:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.content .padder .title p {
    color: #767676;
    font-size: 1.2em;
    margin-bottom: 0;
}

div.content .title h1 {
    color: #474747;
}
div.content .title h2 {
    color: #595959;
    display: inline;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 6px;
}

div.content .title p {
    clear: both;
    float: left;
}
div.content .icon img
{
    float:left;
    padding:0 2em 0 0;
}
div.content .actions p
{
    margin:1.5em 0;
}
div.content .actions .purchase
{
    position:absolute;
    top:140px;
    right:100px;
}

