/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * 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 license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_MultiFees
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Multi Fees extension
 *
 * @category   skin_default
 * @package    MageWorx_MultiFees
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */
/** Multi Fees **/
#multiFeeBox { margin-bottom: 15px !important; }

.multifees-cart-fee {
    /*background: #FAFAEC none repeat scroll 0 0;
    border: 1px solid #CEC3B6;*/
    /*padding: 12px 15px;*/
	padding-right: 15px;
}

/** A.Surrey Begin **/
.multifees-cart-fee .form-button-alt:hover {
	/*color:#FFFFFF;*/
	text-decoration:none;
}
.multifees-cart-fee .form-button, 
.multifees-cart-fee .form-button-alt {
	/*background:transparent url(../images/btn-submit.gif) no-repeat scroll 0 0;*/
	background: #5A632C;
	color: #fff;
	display:block;
	float:right;
	height:31px;
	margin:0;
	padding:0;
	width:79px;
}
.multifees-cart-fee h4 {
    /*background-position: 0 0;
    background-repeat: no-repeat;
    color: #E26703;
    min-height: 16px;
    padding: 1px 0 1px 0px;
    text-transform: uppercase;*/
	color:#5A632C;
	font-family:Gill Sans,verdana,helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
}
/** A.Surrey End **/

.multifees-cart-fee .fee-items .options {
	margin-left: 10px;
	margin-bottom: 5px;
}
.multifees-cart-fee .fee-items .options td {
	vertical-align: middle;
	padding: 2px;
}
.multifees-cart-fee .fee-title {
	color: #666666;
	font-weight: bold;
	padding-top: 3px;
	font-size: 10px;
}
.multifees-clear-button {
	margin-left: 3px;
}
.multifees-details {
	font-size: 0.92em;
	color: #555;
}
.multifees-details .option {
	font-style: italic;
	color: #888;
}