/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*************************************************
 * _variables-theme.scss
 *
 * Theme variables - Colours, images, borders, typography, css3
 ************************************************/
/*
 * Compass IE7 support
 * http://compass-style.org/reference/compass/support/
 */
/*
 * Enable box-sizing globally across all elements
 * Default: true
 * This enables the * selector to include the box-sizing placeholder from utilities.
 * Applying this globally can have performance issues, can cause issues showing/hiding elements and is known to crash IE7 on the basket/cart due to a large colspan on the cart tfoot
 */
/**
 *   $Grid
 **************************/
/* cart table*/
.lt-ie10 {
  /* general tables */
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .lt-ie10 .checkout-cart-index .cart-table tr td {
    text-align: left !important;
    width: 100%;
    float: left;
    clear: left;
  }
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .lt-ie10 .checkout-cart-index .cart-table tr td.remove-item {
    width: auto;
    float: none;
  }
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .lt-ie10 table tr td.td-mobile-block {
    width: 100%;
    float: left;
    clear: left;
    text-align: left !important;
  }
}

/**
* Magento
  Ie8 and below
*/
/**
Global all
*/
.lt-ie9 {
  /* Global */
  /* Header */
  /* Hide responsive elements */
  /* Menu */
  /* Mis */
  /* Due to deprecation with media queries and extending have to declare each item for ie fix */
  /* Homepage */
}
.lt-ie9 .page {
  margin: 0 auto;
  width: 1200px;
}
.lt-ie9 .col2-left-layout .col-main {
  float: right;
}
.lt-ie9 .col2-left-layout .col-left {
  float: left;
}
.lt-ie9 #header-content,
.lt-ie9 .header-bottom {
  margin-bottom: 1em;
}
.lt-ie9 .wide-container .mobile-logo {
  display: none;
}
.lt-ie9 .main-navigation .nav-container ul.nav li.level-top {
  float: left;
}
.lt-ie9 .main-navigation .nav-container ul.nav li.level-top > a {
  float: left;
  font-size: 12px;
  padding: 24px 10px;
}
.lt-ie9 li.has-children-level-top {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.lt-ie9 .cms-index-index .col-left .homepage-sidebar-block-1 p,
.lt-ie9 .cms-index-index .col-left .homepage-sidebar-block-2 p,
.lt-ie9 .cms-index-index .sidebar .homepage-sidebar-block-1 p,
.lt-ie9 .cms-index-index .sidebar .homepage-sidebar-block-2 p {
  background-color: #fff !important;
}

/**
IE8 Only
*/
/**
IE7 Only
*/
.ie7 {
  /* Header */
  /* General */
  /* category view */
  /* checkout */
}
.ie7 .main-navigation .nav-container ul.nav .sub-nav {
  display: none;
}
.ie7 .logo {
  float: left;
}
.ie7 header .header-container .header .quick-access {
  width: 50% !important;
  float: right !important;
}
.ie7 header .header-container .header .mini-basket--container {
  width: 190px !important;
}
.ie7 header .header-container .header #search_mini_form {
  width: 300px;
  float: left;
}
.ie7 .form-list input.input-text {
  width: 100%;
}
.ie7 .catalog-category-view .block-navigation .block-content dt,
.ie7 .catalog-category-view .block-layered-nav .block-content dt,
.ie7 .catalogsearch-result-index .block-navigation .block-content dt,
.ie7 .catalogsearch-result-index .block-layered-nav .block-content dt {
  line-height: 1;
  font-size: 13px;
}
.ie7 .checkout-onepage-index #opc-login .col2-set .col-1,
.ie7 .checkout-onepage-index #opc-login .col2-set .col-2 {
  width: 48% !important;
}
