/*
 * Single Product Page
 * http://impleCode.com
 *
 * Copyright 2014 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */

#top_next_prev {
    background-color: #f2f2f2;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 1.75;
}

.boxed #top_next_prev {
    margin: 15px 0 25px 0;
}

#top_next_prev .left {
    float: left;
}

#top_next_prev .right {
    float: right;
}

#top_next_prev a {
    color: #000;
    font-weight: bold;
}

.boxed #product_details h3 {
    margin: 0;
}

.boxed #product_details table.features-table tr td {
    width: auto;
    min-width: 100px;
}

/* Color Picker */

input.color-picker, input.color-picker:focus, input.color-picker:active, input.color-picker:hover{
    border:0;
    width:100px;
    border-right:25px solid;
    line-height:20px;
}