/**
 * Shipping Estimate extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   EcomDev
 * @package    EcomDev_ProductPageShipping
 * @copyright  Copyright (c) 2011 EcomDev BV (http://www.ecomdev.org)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author     Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>
 */

.block-shipping-estimate select,
.block-shipping-estimate input { width:100%; padding:0; }
.block-shipping-estimate .radio input { width: 20px; }
.block-shipping-estimate .radio div.input-box { clear:both; }
.block-shipping-estimate .block-content li.item { padding:3px 9px; }
.block-shipping-estimate .block-content li.last { padding-bottom: 7px;}
.block-shipping-estimate .block-content li label { float:left; color:#666; font-weight:bold; position:relative; z-index:0;font-size:16px; margin-right: 10px;    margin-top: 6px;}
.block-shipping-estimate .block-content li label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.block-shipping-estimate .block-content li.odd { background: transparent;  }
.block-shipping-estimate .block-content li.even { background: transparent; }
.block-shipping-results .block-content { padding: 3px 9px;}
.block-shipping-results .block-content dl dt, 
.block-shipping-results .block-content .price { font-weight:bold;}
.block-shipping-results .block-content dl dd { padding: 0px 0px 5px 10px; }

.block.block-shipping-estimate {margin: 10px 0 10px;border-top:1px solid #CCC;    padding: 10px 20px;  background: #eaeaea;clear:both;}
.block.block-shipping-estimate .block-title {border:none !important;}
.block.block-shipping-estimate .block-title strong {font-size: 16px !important;}
.block.block-shipping-estimate .block-subtitle {font-size: 13px;    font-weight: normal !important;}
.block.block-shipping-estimate .input-text {width: 145px;    padding: 0 10px;}
.block.block-shipping-estimate .block-content li.item {margin: 0 0 4px 9px;}
.block.block-shipping-estimate .item.radio.last.even label {    font-size: 14px !important;font-weight: normal !important;    margin-bottom: 6px;}
#shipping-estimation-form li.item {float:left !important;}
.block.block-shipping-estimate .actions {clear:both;}
.block.block-shipping-estimate .block-title {margin-top:5px !important;}
.block-shipping-results {margin-top:0 !important;    text-align: center;}
.block-shipping-results .block-content dl dd {padding: 0px 0px 10px 10px;    border-bottom: none;margin-bottom: 5px;}