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

h3.toggle {
background-repeat: no-repeat;
background-position: -15px -16px; 
font-size: 12px;
padding: 0 0 10px 10px;
cursor: pointer;
background-color:#979796;
height: 60px;
width: 210px;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -64px -67px;
background-color:#231f20; 
height: 60px;
width: 210px;
}
.toggle-box {
clear:both;
margin: 0 0 50px 0;
overflow: hidden;
}
