.ns-title {
    background-color: #D32F2F;
    color: #fff;
    padding: 30px;
    font-size: 30px;
}

.ns-product, .ns-filter {
    margin: 0px 0px 20px 0px;   
}

.ns-table {
    margin-bottom: 10px;
    padding: 0px;
    border-radius: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 10px;
    border-bottom: 4px solid #A83B3F;   
}

.ns-details {
/*    height: auto;*/
}

.galeria {
    list-style-type: none;
}

.galeria li {
    margin-top: 30px;
}

.ns-table, .ns-product-image, .ns-product-name {
    width: 100%;
}

.ns-product-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    height: 300px;
}

.ns-product-name {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    background-color: #A83B3F;
    padding: 10px;
    margin: 0px;
    color: #fff;
}

.ns-filter-area > div {
    margin: 20px 0 0 0px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fcfcfc;
}

.ecr-btn-rollover, .ns-product-name {
    font-weight: bold;   
}

.inset-shadow {
        -moz-box-shadow:    inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow:         inset 0 0 10px #000000;   
    }
