
.fadein {
	position:relative; width:614px; height:251px;
}
.fadein img { 
padding-top: 6px;
position:absolute; left:0; top:0; 
}                                                                                                                                                                 .tip_trigger:hover {
cursor:pointer;
}
.tip {
color: #fff;
display:none;
padding:0px;
position:absolute;    z-index:1000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.tip table {
color: #fff;
background: url("../images/transparent90.png");
width: 100%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: solid 1px #1c1c1c;
}

.tip_trigger:hover {
cursor:pointer;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}
.class_detail {
font-weight: bold;
text-align: right;
padding-right: 10px;
}





#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {float:left;height:29px;width:39px;cursor:pointer;cursor:hand}

li.toc25 {background:url(../images/tabmenu/toc25.png) no-repeat ;}
li.toc10 {background:url(../images/tabmenu/toc10.png) no-repeat 0 -32px;}
li.onyxia {background:url(../images/tabmenu/onyxia.png) no-repeat 0 -32px;}
li.ulduar {background:url(../images/tabmenu/ulduar.png) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.box {width:190px;}
.boxTop {height:11px;clear:both}
.boxBody {}
.boxBottom {height:11px;}

.boxBody div.parent {display:none;}
.boxBody div.show {display:block;}

.boxBody div ul {margin:0 10px 0 25px;padding:0;width:190px;list-style-image:url(images/tabmenu/arrow.html)}
.boxBody div li {border-bottom:1px dotted #8e8e8e; padding:4px 0;cursor:hand;cursor:pointer}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}


div.sdmenu {
width:270px;
height: 35px;
color: ;
border-bottom: solid 1px ;
}
div.sdmenu div {
background: url(../images/panel-top.jpgd) no-repeat;
overflow: hidden;
}
div.sdmenu div:first-child {
background: url(../images/panel-top.jpdg) no-repeat;
  
}
div.sdmenu div.collapsed {
height: 270px;
}
div.sdmenu div span {
display: block;
padding: 5px 6px;
font-weight: bold;
color: ;
/*background: url(../images/sidebar/expanded.png) no-repeat 180px center;*/
cursor:pointer;
}
div.sdmenu div.collapsed span {
/*background-image: url(../images/sidebar/collapsed.png);*/
}
div.sdmenu div a {
padding: 5px 10px;
background: ;
display: block;
border-right: 1px solid ;
border-left: 1px solid ;
color: ;
font-weight: bold;
border-bottom: 1px solid ;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0s, 0s;
-webkit-transition-timing-function: linear, ease-in;
}
div.sdmenu div a.current {
color: ;
font-weight: bold;
background: url(../images/sidebar/pointer-active.gif)  right no-repeat;
}
div.sdmenu div a:hover {
color: ;
text-decoration: none;
background: url(../images/sidebar/pointer-hover.gif)  right no-repeat;
}