/* Notes:

  This stylesheet is included for IE <= 7.
  
  Common tricks:
    * + html                         targets IE 7 only
    * html                           targets IE <= 6
    * html ... width /** /: 100px;   targets IE <= 5.5
    
    zoom: 1;                         clears internal floats (any hasLayout will do; not needed in IE 8 or other browsers as they support :after)
    .foo { display: inline; }        EITHER fixing doubled float margins OR for making an inline-block on elements that are normally block-level
*/

#wrap { zoom: 1; }
* html #content { height:300px; width /**/: 776px; }
body { text-align: center; }
#wrap { text-align: left; }
* html #main { width /**/: 965px; }
* html #sidenav { width /**/: 165px; }
.submit-row { zoom: 1; }
.market-pane, .market-pane-outer, .confirm-order { zoom: 1; }
#confirmbid { zoom: 1; }
.market-pane-outer { padding-top: 26px; }
.market-pane-wedge { top: 0px; }
.v { display: inline; }
.ask-list-container { display: inline; }
* html .bid-list-container, * html .ask-list-container { width: 340px; }
.bid-list-container .table, .ask-list-container .table { width: auto; }

.login-page { display: block; position: relative; }
.login-form { position: absolute; top: 50%; left: 50%; }
.login-wrap { position: relative; top: -50%; left: -50%; margin: 0; }

.pagination { zoom: 1; }

.customer-search { width: 266px; }

.dashboard-help-desk { display: inline; }

#main { zoom: 1; }
#content { zoom: 1; }
