.gotostore {
    background: url("../images/goto.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    margin-top: 10px;
    width: 98px;
}

.specs-wrapper {
    font-size: 13px;
    margin-top: 4px;
    width: 100%;
}


.specs-wrapper .group-head {
    background-color: #F2F2F2;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}
.specs-wrapper .group-head-right {
    background-color: #F2F2F2;
    text-align: right;
    text-transform: uppercase;
}
.specs-wrapper td, .specs-wrapper th {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.specs-wrapper td, .specs-wrapper th {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.cp-min-price-label, .price-label {
    color: gray;
    font-size: 13px;
    line-height: 16px;
}

.final-price, .cp-min-price-value {
    color: #BE0D0D;
    font-size: 18px;
    line-height: 22px;
    margin-left: 1px;
    white-space: nowrap;
}

.fallback-price {
    border-top: 1px solid grey;
    text-align: right;
}

table.specs-wrapper {
    border-collapse: separate;
    border-bottom: none;
    border-spacing: 0 3px;
}

table.specs-wrapper td:first-child {
    border-left: 1px solid #aaa;
}

table.specs-wrapper td:last-child {
    border-right: 1px solid #aaa;
}

table.specs-wrapper td {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

table.specs-wrapper th:first-child {
    border-left: 1px solid #aaa;
}

table.specs-wrapper th:last-child {
    border-right: 1px solid #aaa;
}

table.specs-wrapper th {
    border-top: 1px solid gray;
    border-bottom: 1px solid #aaa;
}

table.specs-wrapper.specs-sortable thead tr .header {
    background-image: url("../img/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.specs-wrapper.specs-sortable thead tr .headerSortDown {
    background-image: url("../img/desc.gif");
}

table.specs-wrapper.specs-sortable thead tr .headerSortUp {
    background-image: url("../img/asc.gif");
}