/* Had to add .results to have more specificity than other ul styles */
.results .hTogglerJS_target { background-color: white; border: 1px solid #900; border-width: 1px 1px 1px 1px; padding: 1.5em; margin: 0 3% 3% 3%; position: relative; z-index: 2 }
.results .hTogglerJS_target p { margin-left: 0; margin-right: 0 }


.results ul.hTogglerJS { white-space: nowrap; padding: 0; margin: 0 0 0 3%; list-style-type: none }
.results .hTogglerJS li { display: inline; margin: 0; padding: 0 }
.results .hTogglerJS li a { white-space: nowrap; border: 1px solid #900; padding: 1px 0.6em 1px 0.6em; color: #900; background-color: #FBF4EE; text-decoration: none }
.results .hTogglerJS li a:hover { color: #fff; background-color: #900 }
.results .hTogglerJS li.current a { color: #900; background-color: white; border-bottom-style: none; z-index: 3; position: relative }
