body {
    color: #414141;
    font-family: sans-serif;
    font-size: 76%;
    font-size: 0.9em;
    margin: 0px;
    background-color: #3e3e3e;
}

a {
    color: #1096d4;
}

img {
    border-width: 0px;
}

del {
    color: red;
}

th {
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
}

td {
    padding: 2px;
}

.layoutLayer1 {
    width: 820px;
    margin: auto;
}

.layoutLayer2 {
    background-image: url('/media/images/bg.gif');
    background-repeat: repeat-y;
    width: 820px;
    text-align: left;
    float: left;
}

.layoutLayer3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
}

.layoutFloor {
    background-image: url('/media/images/floor.png');
    background-repeat: no-repeat;
    float: left;
    width: 820px;
    height: 20px;
    padding-bottom: 30px;
}

.header,
.content,
.footer,
.product_row,
.product_pre,
.product_after {
    float: left;
    width: 800px;
}

.header {
    height: 100px;
    background-image: url('/media/images/title_bg.png');
    background-repeat: repeat-x;
}

.headerLeft {
    float: left;
    width: 270px;
    height: 100px;
}

.headerRight {
    float: left;
    width: 518px;
    margin-top: 57px;
    text-align: right;
    vertical-align: bottom;
}

.content,
.footer {
    padding: 17px;
    width: 766px;
}

.content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.footerCopyright {
    font-size: 0.7em;
}

.pj_image {
    float: left;
}

.pj_text {
    float: left;
    margin-left: 10px;
    width: 250px;
}

.product_row {
    margin-top: 20px;
}

.product_column {
    float: left;
    width: 240px;
    padding-right: 20px;
}

.product_price {
    font-weight: bold;
}

.product_after {
    margin-top: 10px;
}

.product_purchase_image,
.product_purchase_details {
    float: left;
    height: 210px;
    margin-right: 15px;
}

.contact_form_errors {
    color: #cf0b0b;
}