/* $Id: ie.css,v 1.2.2.1 2010/01/20 20:11:52 johnalbin Exp $ */

/**
 * @file
 * CSS targeted specifically for Internet Explorer for Windows.
 *
 * Any CSS in this file will apply to all versions of IE. You can target
 * specific versions of IE by using conditional comments. See your sub-theme's
 * .info file for an easy way to use them.
 *
 * While building your theme, you should be aware that IE limits Drupal to 31
 * stylesheets total. The work-around for the bug is to enable CSS aggregation
 * under: admin / settings / performance.
 */


/*
 * Tabs
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  cursor: pointer;
}

/*
 * Drupal nodes
 */

.node-unpublished .node-inner>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}


/*
 * Markup free clearing
 */
.clearfix {
  zoom: 1;
}


/* BOAC */



/* fix flyout menus (space between items) */
.section #block-menu_block-1 li ul li a {margin-bottom:-1px;}

/*
h3.newstitle {position:relative;}
h3.newstitle a {position:absolute;}
*/
.newsnews {position:relative;}

body #block-uc_cart-0 {top:10px;}

.cart-block-items td,
.cart-block-items td.odd,
.cart-block-items td.even {background-color:transparent;}

body #continue-shopping-link {top:14px; left:0;}

#edit-panes-customer-new-account-name-wrapper {clear:both;}
