/**
 * Brim LLC Commercial Extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Brim LLC Commercial Extension License
 * that is bundled with this package in the file license.pdf.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.brimllc.com/license
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@brimllc.com so we can send you a copy immediately.
 *
 * @category   Brim
 * @package    Brim_Groupedoptions
 * @copyright  Copyright (c) 2011-2012 Brim LLC
 * @license    http://ecommerce.brimllc.com/license
 */

/* ilan (11)*/
.grouped-options-separator {
	border-bottom: 1px solid #B2B2B2;
}

.grouped-option-title {
    /*font-weight: bold; ilan */
    display: block;
    /*width:30%; ilan(8.1) Ravian removed this width to fit in text */
    float:left;/*ilan(8.2)*/
    vertical-align:middle;/*ilan(8.3)*/
	padding-right: 10px;
}
.grouped-option {
    padding-top: 10px;
    padding-bottom: 25px; /*ilan*/
}
.grouped-option.first {
    padding-top: 0px;
}
.required-key{
    margin-top: 5px;
    display:none; /*ilan (3)*/
}
.product-options{
    margin: 0px;
}
.product-options select{
    width: 34%;/*ilan (8.4)*/
    margin-top: 0px;
    display: block;
   /* float:right; ilan(8.5*/
}
.clear{
    clear:both;
}
