#product_header h2{
    color: #333333;
    padding-left: 2px;
}

#product_image {
    width: 205px;
    float: left;
}

#product_image img {
    display: block;
    margin: 0 auto;
}

#product_summary {
    float: right;
    width: 440px;
    padding: 0 0 20px 0;
}

#product_summary ul {
    margin: 8px 0 0 0;
}

#product_summary li {
    background: transparent url(../images/product/productlist_disc.gif) no-repeat 0 2px;
    padding: 0 0 6px 12px;
}

#option_section {
    border-bottom: 1px solid #A09385;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#option_section img {
    margin: 0 0 12px -4px;
}

#option_left, #option_centre, #option_right {
    float: left;
    width: 210px;
    margin: 0 18px 0 0;
}

#option_right {
    margin: 0;
}

#option_section h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    margin: 0 0 12px 0;
    color: #FFF;
    background-color: #A67F5C;
    display: block;
}

#option_section ul {
    margin: 0;
    width: 200px;
}

#option_section li {
    background: transparent url(../images/product/productlist_disc.gif) no-repeat 0 4px;
    padding: 0 0 6px 12px;
    line-height: 140%;
}

#option_section .product_includes ul {
    width: 210px;
}

#option_section .product_includes li {
    background: transparent url(../images/product/productlist_disc.gif) no-repeat 0 2px;
    padding: 0 0 2px 10px;
    line-height: 135%;
    font-size: 11px;
}

#option_section .product_includes li ul {
    margin-top: 0px;
}

#option_section .product_includes li li {
    background: transparent url(../images/product/productlist_dash.gif) no-repeat 0 7px;

}

p.cost {
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0 6px 0;
}

p.footnotes {
    font-size: 11px;
    padding-bottom: 10px;
}

img.floatleft {
    float: left;
    margin: 0 14px 4px 0;
}

input {
    width: auto;
}

p+form {
    padding-top: 0px;
}

form+p {
    padding-top: 10px;
}
