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

h3.toggle {
background-repeat: no-repeat;
background-position: -15px -16px; 
font-size: 16px;
/*padding: 0 0 10px 23px;*/
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -64px -67px; 
}
.toggle-box {
clear:both;
margin: 0 0 10px 0;
overflow: hidden;
}
h3.toggle {
/*background-image: url(images/sprite.png);*/
font-size: 18px;
display: block !important;
}
h3.toggle a {
color:#0099CC;font-family:helvLight;font-size: 14px;font-style: normal;font-weight: bold;line-height: 17px;
}