DIV.referenceBox {
	margin-bottom: 10px;
}

	DIV.creativePhoto DIV.section {
		background: url("../images/buttons/CreativePhotoOn.cz.jpg") no-repeat;
		background-color: #990000;
	}

	DIV.creativePhoto DIV.headline {
		color: #990000;
	}

	DIV.editorialPhoto DIV.section {
		background: url("../images/buttons/EditorialPhotoOn.cz.jpg") no-repeat;
		background-color: #0066CC;
	}

	DIV.editorialPhoto DIV.headline {
		color: #0066CC;
	}

	DIV.filmFootage DIV.section {
		background: url("../images/buttons/FilmFootageOn.cz.jpg") no-repeat;
		background-color: #336600;
	}

	DIV.filmFootage DIV.headline {
		color: #336600;
	}

	DIV.music DIV.section {
		background: url("../images/buttons/MusicOn.cz.jpg") no-repeat;
		background-color: #FF99CC;
	}

	DIV.music DIV.headline {
		color: #FF99CC;
	}

	DIV.editorialVideo DIV.section {
		background: url("../images/buttons/EditorialVideoOn.jpg") no-repeat;
		background-color: #00CCCC;
	}

	DIV.editorialVideo DIV.headline {
		color: #00CCCC;
	}

	DIV.services DIV.section {
		background: url("../images/buttons/ServicesOn.cz.jpg") no-repeat;
		background-color: #99CC00;
	}

	DIV.services DIV.headline {
		color: #99CC00;
	}

	DIV.referenceBox IMG {
		float: left;
		margin-right: 10px;
		width: 120px;
	}

	DIV.referenceBox DIV.headline {
		font-size: 14px;
		font-weight: bold;
	}

	DIV.referenceBox UL.description {
		color: #999999;
		list-style: disc outside;
		margin-left: 16px;
	}

	DIV.referenceBox UL.description LI.more {
		list-style: none url()
	}
	
/* SECTION DETAIL */

/* ---- COLORS ------*/

DIV.cr DIV.singleReferenceBox DIV.description STRONG, DIV.cr H2, DIV.cr A {
	color: #990000;
}

DIV.ed DIV.singleReferenceBox DIV.description STRONG, DIV.ed H2, DIV.ed A {
	color: #0066CC;
}

DIV.ff DIV.singleReferenceBox DIV.description STRONG, DIV.ff H2, DIV.ff A {
	color: #336600;
}

DIV.ev DIV.singleReferenceBox DIV.description STRONG, DIV.ev H2, DIV.ev A {
	color: #00CCCC;
}

DIV.mu DIV.singleReferenceBox DIV.description STRONG, DIV.mu H2, DIV.mu A {
	color: #FF99CC;
}

DIV.se DIV.singleReferenceBox DIV.description STRONG, DIV.se H2, DIV.se A {
	color: #99CC00;
}

/* ------------------- */

A.backButton {
	width: 70px;
	margin: 0 auto 0 ;
	display: block;
	color: FF9900;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
  text-decoration: none;
  border: 3px solid #FF9900;
  float: left;
}

	A.backButton:hover {
		background-color: #FF9900;
		color: #FFFFFF;
	}

DIV.referenceSection {
	
}

DIV.referenceSection H2 {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

	DIV.referenceSection DIV.singleReferenceBox {
		border-bottom: 1px solid #999999;
		padding-bottom: 20px;
		margin: 30px 0 0 0;
		float: left;
		width: 100%;
	}
		
		DIV.referenceSection DIV.singleReferenceBox IMG {
			float: left;
			margin-right: 10px;
		}
		
		DIV.referenceSection DIV.singleReferenceBox DIV.description {
			width: 550px;
			float: left;
			color: #666666;
		}
		
			DIV.referenceSection DIV.singleReferenceBox DIV.description A {
				display: block;
			}

		
