.onDiv, .offDiv {
clear:both;
}

a.showLink, a.hideLink {
float:left; 
margin:10px 4px 1px 0;
padding:0 2px;
font-size:10px;
text-decoration:none;
text-align:center;
}

a.showLink {
width:25px;
height:15px;
background:url(../images/academics/degree/accordian_closed.gif) no-repeat;
}
a.hideLink {
width:25px;
height:15px;
background:url(../images/academics/degree/accordian_expand.gif) no-repeat;
}

a.showAll, a.hideAll {
display:inline;
float:left;
width:109px;
border:1px solid #E39622;
background-color:#FFF;
color:#E39622;
padding:8px;
margin:0 5px 12px 0;
text-align:center;
}

#wrapper-3rd-level #all-content #main-content div.offDiv div.Title h2 {
margin:0;
padding:9px 0 0 0;
}

.Title {
cursor:pointer;
}

.onDiv .showLink {
display:none;
}

.offDiv .hideLink {
display:none;
}

.show-hide {
margin-left:25px;
}

/*------- These links are shown with JS, hidden if JS is off ------ */
a.showLink, a.hideLink, a.hideAll, a.showAll {
display:none;
}
