body {
    background: #184483 url(bg.png) repeat-x scroll left top;
    font-family:Arial,sans-serif;
    color:#333333;
    font-size:76%;
    line-height:1.7;
    margin:0;
    padding:0;
    text-align:center;
}

img {
    border: 0pt;
}

#logo {
}

#wrap {
    margin:20px auto 5px;
    width:960px;
    text-align:left;
}

#content {
    background:#ffffff repeat-y scroll right top;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 16px 20px;
    text-align:left;
}

.productlogo {
    float: left;
    margin: 0pt 20px 20px;
}
p {
    text-indent: 2em;
}
h1 {
    text-align: center;
}
table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.property {
    background-color:#e0e0e0;
    color: #333333;
    font-weight: bold;
    width: 100px;
}

.special {
    color: #008800;
}
.data th.empty {
    background-color:#ffffff;
}

.price {
    color: #b0180d;
    font-size: 150%;
}
.data th {
    background-color:#e0e0e0;
    font: bold 130% Arial;
    color: blue;
    padding: 10px 5px;
}

.data td {
    font-weight: bold;
    background-color:#f0f0f0;
    border-right: 1px solid #ffffff;
    width: 20%;
}

.data td img {
    display: block;
    margin: 0pt auto;
}
.data td {
    padding: 15px 5px;
}
.text p {
    text-indent: 2em;
}
.textcenter {
    text-align: center;
}
.textleft {
    text-align: left;
}

.comments {
    
}
form {
    text-align: center;
    width: 50%;
    margin: 2em auto;
    background-color: #eeeeee;
    padding: 5px 10px;
}
label {
    font-weight: bold;
}
.errorlist {
    color: red;
    font-size: 80%;
}
.comment {
    background-color: #eeeeee;
    padding: 5px 10px;
    width: 80%;
    margin: 0pt auto
}
.comments ul {
    list-style-type: none;
}
.comments input[type="text"] {
    width: 50%;
}
#footer  {
    margin-top: 10px;
    text-align: center;
    font-size: 80%;
    background:#ffffff repeat-y scroll right top;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
}
