/* CSS Document */
* { margin:0; padding:0 }
div, dl, dt, dd { display:inline-block; }
div, dl, dt, dd { display:block }
h2{ font: 800 12px/20px "ËÎÌå"; }
#tabs { border:1px solid #ccc; margin:0px; width:210px; padding:4px 0 }
#tabs div { padding:60px 4px 0px; position:relative; }
#tabs dt { text-align:center; font: 12px/60px "ËÎÌå"; }
#tabs dd { font: 12px/20px "ËÎÌå"; padding:10px; }
#tab1 dt { left: 4px; top: 4px }
#tab2 dt { left:72px; top:4px }
#tab3 dt { left:144px; top:4px }
#tab4 dt { left: 4px; top: 4px }
#tab5 dt { left:72px; top:4px }
#tab6 dt { left:144px; top:4px }
.close dt { height:50px; width:60px; background:#FAFAFA; position:absolute; border:1px solid #ccc }
.close dd { display:none }
.open dt { height:55px; width:60px; background:#EBEBEB; position:absolute; border:1px solid #ccc; border-bottom:none; }
.open dd { background:#EBEBEB; border:1px solid #ccc; }

