/*************************** 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 {
display: inline-block;
padding: 1px 12px 2px 30px;
margin-top: 8px;
color: #FFF;
background:#343336 url("../../../junghans/wp-content/themes/localitywp/images/bg-more0.gif") no-repeat ;
border: 1px solid #181819;
text-decoration: none;
float: right;
}
h3.toggle-active {
background-position: -64px -67px; 
}
.toggle-box {
clear:both;
margin: 0 0 50px 0;
overflow: hidden;
}
h3.toggle {
background-image: url(http://www.junghansagency.com/wp-content/plugins/toggle-box/images/sprite.png);
font-size: 14px;
}


h3.toggle strong a {
 font-weight: normal;
}