a.expand img {
    max-height: 200px;
    max-width: 400px;
}

div.nobottom {
    border-bottom-width: 0px !important;
}

.code {
    font-family: "Courier New", Courier, monospace;
}

div.solution-content h4 {
    margin-top: 30px;
}

a.product-preview img {    
    max-height: 200px;
    max-width: 200px;
}

.product-detail img {
    max-height: 400px;
    max-width: 400px;
}

div.product-cart img {
    max-height: 150px;
    max-width: 150px;
}

input.product-count {
    width: 70px;
}

div.product-cart .right {
    float: right;
}

div.product-cart .right input {
    display: inline;
}