/**
 * RalOption plugin for Magento 
 *
 * @package     Yireo_RalOption
 * @author      Yireo
 * @copyright   Copyright 2015 Yireo (http://www.yireo.com/)
 * @license     Open Software License
 */

p.disclaimer {
    border: 1px solid #b80707;
    font-weight: bold;
    background-color: #ffd7d7;
    color: #b80707;
    padding: 5px;
    width: 540px;
}

.raloption-colorpicker {
    width: 600px;
}
.raloption-colorpicker:after {
    clear: both;
}
.raloption-colorpicker ul {
    list-style: none;
}
.raloption-colorpicker ul li {
    float: left;
    padding: 2px;
    width: 90px;
}

.raloption-colorpicker ul li div.box {
    background-color: white;
    border: 1px solid black;
    width: 100%;
    padding-top: 22px;
    text-align: center;
    height: 60px;
    cursor: pointer;
}

.raloption-colorpicker ul li div.box a {
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.raloption-colorpicker ul li div.box span.color {
    font-size: 80%;
}

.raloption-colorpicker ul li div.box span.price {
    font-weight: bold;
}

.raloption-input-box div {
    float:left;
    background-color: white;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.raloption-input-box input {
    float:left;
    padding: 5px;
    width: 50px;
}

.raloption-input-box button {
    float:left;
    color: white;
    padding: 5px;
}

