﻿h1 {
    font-size: 14px;
}

.product {
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
}

.product-large-image {
    float: left;  
    width: 380px;  
}

.product-desc {
    float: left;
    width: 520px;
}

a.inline {
    text-decoration: none;
    color: #333333;
}

.product-image {
    float: left;
    width: 120px;
}

.product-text {
    float: left;
    width: 720px;
    margin-left: 10px;
}

.pname {
    font-size: 12px;
}

.lbreadcrumb a{
    font-size: 11px;
    color: #999999;
}


.product-price {
    float: right; 
    text-align: right;
    margin-right: 5px;
}

.price {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
}

.buy {
    margin-top: 5px;
}
