/* admin?mod=Configfrontpages */

.cfp_container {
	width:1200px;
	overflow: hidden;
	border:1px solid #eeeeee;
}

.cfp_container h3 {
	font-size:14px;
	padding:2px;
	margin:0px;
	font-weight: bold;
}

.cfp_blockpad, .cfp_helper {
	padding:1em; padding-bottom: 0;
}

.cfp_entrypoints {	
	border:1px solid grey;
	float:left;
}

.cfp_step1, .cfp_step2, .cfp_step3, .cfp_step4 {	

	float:left;
	border:1px solid grey;
}

.cfp_step3 {
}

.cfp_step4 {
}

.cfp_step5 {	
	float:left;
	border:1px solid grey;
}
.cfp_step6 {
	float:left;
	border:1px solid grey;
}
.cfp_helper {
	float:left;
	border:1px solid grey;
}

.cfp_checkout {
	float:left;
	border:1px solid grey;
}

/*.cfp_helper .cfp_block {
	float:left;
}*/
.cfp_block {
	width:150px;
	height:8em;
	margin-bottom:1em;
	border: solid 1px black;
	overflow: hidden;
}

.cfp_block_wide {
	width:300px;
}

.cfp_block img {
	position: relative;
	top:-100px;
}

.cfp_block img:hover {
	opacity:0; filter:alpha(opacity=0);
	z-index:20;
}
/* height setting only needed for: mod=configfrontpages&section=xxxx + admin?section=front&mod=configfrontmenu */ 
.config_front_helper .block_content,
.cfp_container  .block_content {
	z-index:10;
	height:100px;
}

.cfp_block h3 {
	padding:3px;
	padding-bottom: 0px;
}

.block_content p {
	padding:3px;
	font-size:90%;
	line-height: 100%;
}

h5.cb_header_extra {
	height:2.7em;
}

h5.cb_header {
	background-color: #b6d7a8;
	padding-bottom: 0.25em;
	border-bottom: black 1px solid
}
h5.cb_header_optional {
	background-color: #96e5f2;
	padding-bottom: 0.25em;
	border-bottom: black 1px solid
}
h5.cb_header_helper {
	background-color: #bcbbbb;
	padding-bottom: 0.25em;
	border-bottom: black 1px solid
}




/* arrows */

.cfp_downarrow {
	height:35px;
	text-align: center;
	max-width: 170px;
	background:transparent url('../images/configfrontmenu/down_arrow.png') no-repeat;
}

.cfp_topleftarrow {
	float:left;
	width:420px;
	height:75px;
	position: relative;
	top:85px;
	background:transparent url('../images/configfrontmenu/topleft_arrow.png') no-repeat;
}

.cfp_rightarrow {
	width: 35px;
	height: 125px;
	float: left;
	background:transparent url('../images/configfrontmenu/right_arrow.png') no-repeat;
}

.cfp_bottomleftarrow {
	float:left;
	padding-top:35px;
	padding-left:35px;
	background:transparent url('../images/configfrontmenu/bottomleft_arrow.png') no-repeat;
	/*position: relative;
	top:-12px;*/
}



/* generic */
.config_front_helper .cfp_spacer { 
	margin-bottom:1em;
}
.cfp_spacer {
	clear:both;
	width:100%;
}

.cfp_floatleft { float:left;}
.cfp_mar_right { margin-right:1em;}