/**
 * 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) 2012 Innoexts (http://www.innoexts.com)
 * @license     http://innoexts.com/commercial-license-agreement  InnoExts Commercial License
 */
/* Mini Blocks */
.block-customer-warehouse {  }
.block-customer-warehouse .block-title strong {
    background-position: 0 0; 
    background-repeat: no-repeat; 
}
.block-customer-warehouse .block-content {
    padding-bottom: 1em; 
}
/* Block: Customer Warehouse */
.block-customer-warehouse .warehouses {  }
.block-customer-warehouse .warehouse a {
    line-height: 1.5em; 
    padding-left: 1em; 
}
.block-customer-warehouse a.active-warehouse { 
    font-weight: bold; 
}
/* Checkout */
/* Shipping Method */
dl.shipping-methods {}
dl.shipping-methods dt.warehouse-title {
    font-weight: bold;
    font-size: 1.125em;
}
dl.shipping-methods dd.warehouse-content .sp-methods {
    padding-left: 1.5em;
}
dl.shipping-methods dd .warehouse-description {
    font-style: italic;
}
/* Multiple Mode */
.multiple-mode {  }
.multiple-mode .warehouse {}
.multiple-mode .warehouse .warehouse-header {  }
.multiple-mode .warehouse .warehouse-title {
    padding: 1em 0 0.5em 0; 
}
.multiple-mode .warehouse .warehouse-body {}
/* Multiple Mode Manual Selection */
.multiple-mode-manual-selection {}
.multiple-mode-manual-selection .quote {}
.multiple-mode-manual-selection .quote .quote-header {  }
.multiple-mode-manual-selection .quote .quote-title {
    padding: 1em 0 0.5em 0; 
}
.multiple-mode-manual-selection .quote .quote-body {}
.multiple-mode-manual-selection .shipping-methods {  }
/* Block: One Page Checkout Progress */
.opc-block-progress {  }
.opc-block-progress dl.shipping-methods { 
    border: 0; padding: 0;
}
.opc-block-progress dl.shipping-methods dt {
    border: 0; padding: 0;
}
.opc-block-progress dl.shipping-methods dd {
    border: 0; padding: 0;
}