.hide {
	display: none;
}

.cHeadSlow, .cHeadFast {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/minus-light.gif) no-repeat scroll left center;
	padding-left: 18px;
	margin-bottom: 1em;
	padding-top:10px;
}

.cPlus {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/plus-light.gif) no-repeat scroll left center;
	padding-left: 18px;
	margin-bottom: 1em;
	padding-top:10px;
}

.cBody {

}
/*
h3.cHeadSlow, h3.cHeadFast {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/minus-light.gif) no-repeat scroll left center;
	padding-left: 18px;	
	font-size:1.1em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;	
	text-transform:none;
}

h3.cPlus {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/plus-light.gif) no-repeat scroll left center;
	padding-left: 18px;
}
*/

div#faqs h3.cHeadSlow,div#faqs h3.cHeadFast {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/minus-light.gif) no-repeat scroll left center;
	padding-left: 18px;	
	font-size:1.1em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;	
	text-transform:none;
	margin-bottom: 7px;
}
div#faqs h3.cPlus {
	background: transparent url(http://www.mq.edu.au/mq_templates/global/images/plus-light.gif) no-repeat scroll left center;
	padding-left: 18px;
	margin-bottom: 7px;
}

a.expandable {
    margin-left: 15px;
    padding-left: 20px;
    background: url('//www.mq.edu.au/mq_templates/global/images/plus-light.gif') no-repeat 0 1px;
}
a.expandable.expanded {
    background-image: url('//www.mq.edu.au/mq_templates/global/images/minus-light.gif');
}
div.expandable.expanded {
    margin-left: 15px;
}
.mq-accordion {
    margin-bottom: 1em;
}
.mq-accordion > .heading {
    margin-top: 2px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: url("../images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
}
.mq-accordion > .heading.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    background: #fff;
}
.mq-accordion > .heading > * {
    display: block;
    margin: 0;
    padding: 6px 12px 6px 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    cursor: pointer;
    background: url('../images/arrow_right_g.png') no-repeat 8px center;
    background-size: 8px 8px;
}
.mq-accordion > .content {
    padding: 24px 28px 24px 28px;
    font-size: 0.8em;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    background-color: #fff;
}
.mq-accordion > .heading.active > * {
    background-image: url('../images/arrow_down_g.png');
}
.mq-scroll-to-top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: #eee url('../images/go_top.png') no-repeat center center;
    opacity: 0.8;
    border: 1px solid #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-indent: -9999px;
    cursor: pointer;
}
.mq-scroll-to-top:hover {
    background-color: #fff;
    opacity: 1.0;
}
