body {
    font-family: helvetica, arial, sans;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.outer {
    width: 100%;
}

.inner {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tab a {
    color: #fff;
    text-decoration: none;
}

.tab {
    border-left: 3px solid #600;
    border-right: 3px solid #600;
    border-top: 3px solid #600;
    border-bottom: 0px;
    background-color: #600;
    color: #fff;
    font-size: 18px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.tab.active {
    background-color: #900;    
}

.header {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.content {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

.subheader {
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}

.buycontainer {
    width: 100%;
    border-top: 3px solid #600;
    border-bottom: 3px solid #600;
    background-color: #900;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../gfx/gradient.png');
    background-repeat: repeat-x;
}

.buy {
}

img.affiliatelogo {
    border: 3px solid #600;
    margin-bottom: 3px;
    margin-right: 3px;
}

.tablecontainer {
    display: table;
}

.rowcontainer {
    display: table-row;
}

.rowcell {
    vertical-align: top;
    display: table-cell;
    float: left;
}

a.buylink {
    color: #fff;
}

a.reviewlink {
    text-decoration: none;
    color: #999;
}

.footer {
    padding-top: 6px;
    padding-botton: 20px;
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 10px;
}

.footer a {
    color: #999;
}

#t1ipic {
    border: 3px solid #600;
}

#buymsg {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

