body * {
    z-index: 1;
}
.floating {
    background: white;
    position: relative;
    z-index: 10;
    box-shadow: 0px 2px 2px #C4C4C4;
}
.swatches a img {
    width: 18px;
}
.product_heading {
    margin-top: 1px;
    vertical-align: text-top;
}

.product_pricing {
    margin-top: 1px;
    vertical-align: text-top;
    text-align: right;
}

.highlights_line {
    width: 300;
    vertical-align: "top";
    margin-bottom: 5px;
    margin-top: 5px;
}
.highlights_title {
    margin-top: 30px;
}

.color_swatches {
    text-align: right;
    margin-top: 3px;
}

.color_label {
    display: inline;
}
.color_label > input {
    /* HIDE RADIO */
    
    visibility: hidden;
    /*Makes input not-clickable */
    
    position: absolute;
    /* Remove input from document flow */
}
.color_label > input + img {
    /* IMAGE STYLES */
    
    cursor: pointer;
    border: 2px solid transparent;
}
.colorlabel > input:checked + img {
    /* (RADIO CHECKED) IMAGE STYLES */
    
    border: 2px solid #f00;
}
.information table {
    width: 85%;
    float: center;
}