p.images {
    float: right;
    clear: right;
}
p.images span {
    display: block;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 5px;
    color: #aaa;
}
ul {
    float: left;
    clear: left;
}
ul li.no-bullet {
    list-style-type: none;
    font-size: 9px;
    padding-left: 5px;
}
ul li.no-bullet a {
    color: #999999;
}
ul li a {
    color: #339900;
}
ul.product-sections {
    float: left;
    width: 400px;
}

p.product-sections {
    float: left;
    margin-top: 30px;
    font-size: 10px;
    width: 400px;
    border-top: 1px dashed black;
}
p.navigation {
    clear: left;
    float: left;
    text-align: center;
    margin-top: 20px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 600px;
}
p.navigation a {
    text-decoration: none;
    color: #339900;
}
.add-to-cart {
    float: left;
    clear: left;
    width: 400px;
    margin: 0 0 20px 0;
    background-color: #99CC00;
    padding: 5px;
}
.not-in-cart {
    float: left;
    clear: left;
    width: 400px;
    margin: 0 0 20px 0;
    background-color: red;
    color: white;
    padding: 5px;
}
.add-to-cart-label {
    float: left;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}
.add-to-cart-field {
    float: left;
}
.add-to-cart-submit {
    float: left;
    margin-left: 10px;
    background-color: #CCFF66;
    font-size: 10px;
}
.submit-btn {
    border: 2px solid white;
}
.first {
    margin-top: 20px;
}

.prod-price {
    float: left;
    clear: left;
    background-color: #99CC33;
    width: 410px;
    margin-bottom: 1px;
    color: white;
}
.prod-price-label {
    float: left;
    width: 100px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 10px;

}
.prod-price-price {
    float: left;
}















