/*************************** Toggle Box ***************************/

h3.toggle {
background-repeat: no-repeat;
background-position: 0px 0px; 
font-size: 11px;
padding: 0 0 10px 0px;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -64px -67px; 
color: #222222;
}
.toggle-box {
clear:both;
margin: 0 0 10px 0;
overflow: hidden;
}
h3.toggle {
background-color: #ffffff;
font-size: 14px;
color: #1e1e1e;
font-weight: none;
}