/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the InnoExts Commercial License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://innoexts.com/commercial-license-agreement
 * 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@innoexts.com so we can send you a copy immediately.
 * 
 * @category    Innoexts
 * @package     Innoexts_Warehouse
 * @copyright   Copyright (c) 2014 Innoexts (http://www.innoexts.com)
 * @license     http://innoexts.com/commercial-license-agreement  InnoExts Commercial License
 */
/**
 * Warehouse 
 */
.warehouse .warehouse-name {
    font-weight: bold
    }
.warehouse .warehouse-origin {
    display: block;
    font-style: italic
    }
.warehouse .warehouse-distance {
    display: block;
    font-style: italic
    }
.warehouse .warehouse-description {
    display: block
    }
/**
 * Product Quote
 */
.product-quote tfoot td {
    padding: 5px 10px
    }
.product-quote .current {
    background: #f4f4f4
    }
.product-quote tr:hover {
    background: #e7e7e7
    }
.product-quote .button-update {
    margin-left: 5px
    }
/**
 * Cart 
 */
.cart-table .cart-item-product-quote-button {
    margin-left: 10px
    }
.cart-table .product-quote {
    border: 1px solid #ccc
    }
/**
 * Warehouse Block 
 */
.warehouse-block .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat
    }
.warehouse-block input.radio {
    float: left
    }
.warehouse-block .label {
    display: block;
    margin-left: 18px
    }
.warehouse-block li {
    padding: 3px 9px
    }
.warehouse-block .actions .button-update {
    margin-left: 5px
    }
/**
 * Warehouse Shipping Method 
 */
.warehouse-shipping-methods .warehouse {
    padding-top: 15px
    }
.warehouse-shipping-methods .warehouse .warehouse-name {
    font-size: 1.125em
    }
.warehouse-shipping-methods .warehouse-content {
    padding-bottom: 10px
    }
.warehouse-shipping-methods .warehouse-content .shipping-methods {
    padding-left: 15px
    }
/**
 * Checkout 
 */
.block-progress dl.warehouse-shipping-methods {
    border: 0;
    padding: 0
    }
.block-progress dl.warehouse-shipping-methods dt {
    border: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    text-transform: none;
    color: #636363
    }
.block-progress dl.warehouse-shipping-methods dd {
    border: 0;
    padding: 0 0 0 5px
    }