.picPro {
    width: 240px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.picPro img {
    display: block;
}
.picPro a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #999;
}
.desPro {
    width: 490px;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.desTxt {
    width: 480px;
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.desTxt h1 {
    
    margin: 0;
    color: #FEDD33;
}
.desTxt input {
    margin-right: 6px;
    margin-left: 0px;
    border:0 none;
}
.lineH {
    line-height: 17px;
}
.txtBold {
    font-weight: bold;
}
.btnCart {
    padding: 5px;
    padding-left: 30px;
    display: block;
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
    float: left;
    border-radius: 4px;
    font-size: 20px;
    background-image: url(../images/btncart.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 27%;
}
.btnBack {
    padding: 5px;
    display: block;
    background-color: #c1c1c1;
    color: #333333;
    text-decoration: none;
    float: left;
    border-radius: 4px;
    font-weight: bold;
}
