/* ----------------------------------------------------- */
/* Containers 									  */
/* ----------------------------------------------------- */

#globalContainer {
	height:2650px;
	background-repeat:repeat-y;
	background-image:url(../images/InnerContentBackground.jpg);
}

/* ----------------------------------------------------- */
/* Inner Content								  */
/* ----------------------------------------------------- */

#LeftInnerContent_ {
	height:2250px;
}

#RightInnerContent_ {
	height:2250px;
}

#BottomInnerContent_ {
	top:2479px;
}

#InnerContent {
	height:2504px;	
}

/* ----------------------------------------------------- */
/* Footer										  */
/* ----------------------------------------------------- */

#Footer_ {	
	top:2504px;
}

/* ----------------------------------------------------- */
/* WoolworthMedia Tag							  */
/* ----------------------------------------------------- */

#WMTag_ {
	top:2677px;
}

/* ----------------------------------------------------- */
/* Content									  */
/* ----------------------------------------------------- */


p {
	margin-top:20px;
	margin-bottom:20px;
}

.redSpoilerTag {
	color:#a22e32;
	font-size:10px;
	font-style:italic;
}

.redSpoilerComment {
	color:#a22e32;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

/* ----------------------------------------------------- */
/* Accordion									  */
/* ----------------------------------------------------- */

#slider {
	width: 100%;
}

.header {
	line-height: 20px;
	background-color: #ffffff;
	
	padding-top: 20px;
	padding-left: 0px;
	cursor:pointer;
	
	color: #7a8391;
	font-weight: bold;
	border-bottom: 2px solid #7a8391;	
}

.header:hover {
	
}

.content {
	overflow: hidden;
}

.text {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}

