div.itemDetail {
    padding-left: 25px;
    min-height:370px;
    height:auto !important;
    height:370px;
}

.itemDetail .description  {
    width: 350px;
    clear: none;
    float: left;
}
.itemDetail .description table th {
    text-align: right;
}
.itemDetail .description table td {
    text-align: left;
}

.itemDetail .imagesContainer  {
    text-align: center;
    width: 350px;
    clear: none;
    float: left;
    margin: 5px 5px 5px 5px;
    padding: auto;
}

div.itemSubtitle {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}

.imagesContainer .btn {
    margin-left: auto;
    margin-right: auto;
}
