div.swin-accordion-live .swin-accordion-heading {
	background: url("http://www.swinburne.edu.au/images/icons/accordion-plus-black.gif") no-repeat scroll 12px 8px #DBDBDB;
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px;
    padding: 6px 12px 6px 30px;
	margin-bottom:0;
	margin-top: 2px;
}
div.swin-accordion-live .swin-accordion-heading a {
    color: #313132;
	text-decoration:none;
	display:block;
}
div.swin-accordion-live h3.swin-accordion-heading.swin-accordion-open {
    background-image: url("http://www.swinburne.edu.au/images/icons/accordion-minus-black.gif");
}
div.swin-accordion-live h4.swin-accordion-heading, div.swin-accordion-live.alt h3.swin-accordion-heading {
	background: url("http://www.swinburne.edu.au/images/icons/accordion-plus-grey.gif") no-repeat scroll 12px 8px #F0F0F0;
}
div.swin-accordion-live h4.swin-accordion-heading.swin-accordion-open, div.swin-accordion-live.alt h3.swin-accordion-heading.swin-accordion-open {
    background-image: url("http://www.swinburne.edu.au/images/icons/accordion-minus-grey.gif");
}
div.swin-accordion-live div.swin-accordion-panel {
	padding-left:15px;
	padding-right:15px;
}

div.swin-accordion-live.no-indent div.swin-accordion-panel {
	padding-left:0px;
	padding-right:0px;
}

/* DC 12/11/2013: Now, this shouldn't belong here. This rule hides any tab headings and is not related to accordions.
Tabs use a stock standard jQuery UI CSS that can't be accessed, but this rule needs to be put in place just to tie us
over until centralisation of widgets in the CMS has been completed. Once centralisation is done, this rule can be moved
into a more appropriate location in the centralised CSS file. We are hiding this so we have the option to show them again
once responsive design kicks off */

h2.swin-tab-heading {
	display:none;
}