#prodGallery {
    width: 380px;
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
}
#prodGallery span {
    display: table-cell;
    vertical-align: middle;
}

.prodGalleryImg {
    line-height: 0;
    margin-bottom: 10px;
    background: #fff !important;
    overflow: hidden;
    min-height: 230px;
    border: 1px solid #d9d9d9;
}
.prodGalleryImg img {
    max-width: 380px;
    margin: 0 auto;
}

#prodGallery li, #prodGallery li span {
    width: 95px;
    height: 85px;
}
#prodGallery li span {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff !important;
}
#prodGallery li {
    margin: 0 7px 5px 0;
    float: left;
    border: 1px solid #CCC;
    overflow: hidden;
    position: relative;
}
#prodGallery li a {
    width: 100%;
    height: 100%;
    display: block;
}
#prodGallery li img {
    max-height: 85px;
}
#prodGallery li:hover {
    border: 1px solid #000;
}

.boxProdDetails {
    float: right;
    width: 530px;
}

.boxProdDetails .titleProd {
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #616161;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.boxProdDetails .cod {
    font-family: 'OpenSansR';
    font-size: 15px;
    color: #616161;
    font-weight: lighter;
    margin-bottom: 30px;
}

.descProd { margin: 50px 0; }
.descProd .boxProd { margin: 0 15px 15px 0; }

.subTitleProd {
    font-family: 'RobotoCondensed';
    font-size: 16px;
    color: #72c9c0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.boxProdDetails .newPrd {
    font-size: 14px;
    padding: 2px;
    color: #666666;
    background: #ebeb0f;
    margin-bottom: 5px;
}

.boxProdDetails .priceDe {
    font-family: 'OpenSansR';
    font-weight: lighter;
    font-size: 14px;
    color: #626262;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.boxProdDetails .pricePor {
    font-family: 'OpenSansSBI';
    color: #72c9c0;
    font-size: 22px;
    line-height: 27px;
    font-weight: lighter;
    margin-bottom: 40px;
}
.boxProdDetails .pricePor b {
    display: block;
    font-size: 28px;
    font-weight: bold;
}

.priceParc {
    font-family: 'OpenSansR';
    font-size: 16px;
    color: #626262;
    margin-bottom: 10px;
}

#form_buy {
    height: 100px;
    display: block;
}

.bt_comprar {
    font-family: 'RobotoCondensed';
    width: 230px;
    height: 30px;
    padding-right: 12px;
    margin: 20px 0;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    float: right;
    background: #004495 url("../img/bt_comprar_bg.png") no-repeat 10px center;
}
.bt_comprar:hover { background-color: #e3c20d !important; }