@CHARSET "UTF-8";

.heading1{
	background:url(../images/img2.jpg) 50% 0 no-repeat;
	height:160px !important;
	padding:10px;
	background-size: cover;
}
.heading2{
	background:url(../images/offer.jpg) 50% 0 no-repeat;
	height:160px !important;
	padding:10px;
	background-size: cover;
}
.heading3{
	background:url(../images/img3.jpg) 50% 0 no-repeat;
	height:160px !important;
	padding:10px;
	background-size: cover;
}
.accordion {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    color: #fff;
    font-size:1em;
	cursor:pointer;
	font-weight:bolder;
	font-size:18px;
	margin-bottom:8px;
}

.accordion-open {
    background:#000;
    color: #000;
	margin-bottom:0 !important;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}
div.container {
    padding:0;
    margin:0;
	margin-bottom:5px;
}
div.content {
    background:#f0f0f0;
	
	color:#000;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content ul li {
    list-style-position:inside;
    line-height:20px;
}
div.content ul li a {
    color:#555555;
}
code {
    overflow:auto;
}