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

h3.toggle {
font-size: 16px;
padding: 0;
margin: 0;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
background-image: url(../../../../wp-content/plugins/toggle-box/images/sprite.gif);
background-position: right 0px;
background-repeat: no-repeat;
background-color: #5D9A05;
display: block;
color: #fff;
padding: 7px;
max-width: 450px;
cursor: pointer;
border-radius:2px;
font-weight:normal
}
h3.toggle a:hover{
background-color:#6FAD16;
background-image: url(../../../../wp-content/plugins/toggle-box/images/sprite.gif);
background-repeat: no-repeat;
background-position: right -32px;
}
h3.toggle-active a{
background-image: url(../../../../wp-content/plugins/toggle-box/images/sprite.gif);
background-position: right -64px;
background-repeat: no-repeat;
background-color: #5D9A05;
}
h3.toggle-active a:hover{
background-image: url(../../../../wp-content/plugins/toggle-box/images/sprite.gif);
background-position: right -96px;
background-repeat: no-repeat;
background-color: #6FAD16;
}
.toggle-box {
clear:both;
margin: 0;
overflow: hidden;
}
h3.toggle {
font-size: 18px;
}