#accordion h3 {
	font-style: normal;
	padding: 5px;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	outline: none;
}
.seablue {
	background-color: #4f5f7f;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/seablue.png);
	color: white;
}
.red {
	background-color: #7f0000;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/red.png);
	color: white;
}
.forestgreen {
	background-color: #408000;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/forestgreen.png);
	color: white;
}


.grapepurple {
	background-color: #6400E9;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/grapepurple.png);
	color: white;
}



.hotred {
	background-color: #CD002F;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/hotred.png);
	color: white;
}





.skyblue {
	background-color: #0094D9;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/skyblue.png);
	color: white;
}

.strawberrypink {
	background-color: #E2005F;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/strawberrypink.png);
	color: white;
}

.plumpurple {
	background-color: #910092;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/plumpurple.png);
	color: white;
}

.mossgreen {
	background-color: #007F35;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/global/images/home/cinema/mossgreen.png);
	color: white;
}
#accordion embed, #accordion object, #accordion img {
	display: block;
}

#cinema {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 620px;
}

#cinema .title {
	padding: 0px;
	margin: 0px;
	width: 620px;
	background-repeat: no-repeat;
	background-image: url(/global/images/home/cinema_title.png);
	height: 35px;
}

#cinema .body {
	margin: 0px;
	padding: 0px;
	border-right-color: silver;
	border-left-color: #c0c0c0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #f1f1f1;
}

#cinema .bottom {
	background-image: url(/global/images/home/cinema/cinema_bottom.png);
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 620px;
}

