.primacart-product-specs-view {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    width: 100%;
}

.primacart-product-specs-view th {
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #DDDDDD;
    width: 25%;
    font-size: 100%;
    letter-spacing: normal;
    text-transform: none;
}

.primacart-product-specs-view tr:first-child th {
    border-top: none;
    width: 100%;
}

.primacart-product-specs-view th.primacart-title-name,
.primacart-product-specs-view th.primacart-group-name {
    text-transform: uppercase;
    background: #F0BA00;
    font-weight: bold;
}

.primacart-product-specs-view th.primacart-spec-name {
    text-align: right;
    background: #FFD237;
}

.primacart-product-specs-view td {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    vertical-align: middle;
    padding-left: 5px;
}
