/** ..:: Hairfree | FAQ ::.. **/

/* FAQ */

.aurora-expander, .aurora-expander-content, .aurora-expander-label { -moz-box-sizing: border-box; }

.aurora-expander-label { display: block; padding: 10px 0; color: #111; text-decoration: none; font-size: 18px; font-weight: normal; }
.aurora-expander-label:hover { color: #111; }

.aurora-expander-label span { display: block; float: right; width: 56px; height: 11px; overflow: hidden; margin-top: 6px; background: url('/Resources/HF/Sites/HF/Images/Icons/expand-collapse.png') top left no-repeat; }
.aurora-expander-label-expanded { color: #006EAD; }
.aurora-expander-label-expanded span { background-position:  left -22px; }
.aurora-expander-label-expanded:hover span { background-position:  left -33px; }
.aurora-expander-label-contracted:hover span { background-position: left -11px; }

#usefulLinks a { text-decoration: none; }

.is_ie .aurora-expander { zoom: 1; }