/**
 * Magento
 *
 * 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   MS
 * @package    MS_ProductDetailShipping
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.block-shipping-estimate select {}
.block-shipping-estimate { background: none }
.block-shipping-estimate .block-title strong { background: #E65221 }
.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; }
.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 { font-size: small; }
.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; }
.tbl .price{ font-weight:normal !important;}
#shipping-estimate-results { margin-top: -1px; }
#shipping-estimate-results .block-shipping-results { /*border-top: 1px solid #ACACAC; border-radius: 5px;*/ padding: 5px; }
#shipping-estimate-results .block-shipping-results .tbl { font-size: small; line-height: 1.4em; }
#shipping-estimate-results .block-shipping-results-lower { color: #ACACAC; border-radius: 0; margin: 5px 0 -5px 0; padding: 2px 0 10px 12px; border: 0; }
#shipping-estimate-results .block-shipping-results tr { height: 1.5em; }