/* =========================================================
popup_win_ie6.css.css for popups in AOSurgery2008-P6
Last updates:2008-11-24 (rbu*)
2009-09-29 (msc)
2010-01-26 (msc)
--
Overwrites and adds styles ONLY for Internet Explorer Version 6 and older
========================================================= */
/* double float margin bug
========================================================= */
.contentUnit h2.numberBox,
.contentUnit h3.subNumberBox{display:inline;}
/* height needed 
========================================================= */
#header,
#footer{height:1%;}
/* rendering differences 
========================================================= */
#header table.buttonRow{margin-bottom:0;}
#header #creditBox{margin-bottom:5px;}
#footer{position:relative;top:-5px;}
#footer table.buttonRow{margin-top:0;}
/* lists
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#content .contentUnit ul,
#content .contentUnitIndent ul,
#content .contentUnitIndentDouble ul,
#content .contentUnit ol,
#content .contentUnitIndent ol,
#content .contentUnitIndentDouble ol {
	display: inline-block;
position: relative; top: 0; left: 0;
}


/* #content ul,
#content ol{position:relative;left:15px;padding-right:20px;padding-left:5px;}
#content ol{left:25px;} */
#content li ul{left:1px;padding-left:0;}
#content li ol{left:-10px;}
#content ul li{margin-left:30px;}
/* Glossary popup > empty dd tags
========================================================= */
#glossaryPopup #content .glossaryResults dd.empty,
#glossaryPopup #content #glossaryResultItem dd.empty{padding:0;line-height:10px;}
#glossaryPopup #content .glossaryResults dd.empty table.buttonRow,
#glossaryPopup #content #glossaryResultItem dd.empty table.buttonRow{margin:0 0 5px 0;}
