#configurationSummaryContainer{
	display:none;
	position:absolute;
	z-index:5002;
}

#configurationSummaryWrapper {
	width:880px;
	margin:0px auto;
	background-color:#0089cf;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:8px;
	/*
	-webkit-box-shadow:5px 5px 5px #aaaaaa;
	-moz-box-shadow:5px 5px 5px #aaaaaa;
	box-shadow: 5px 5px 5px #aaaaaa;
	*/
}

#configurationSummary {
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
}

#buttonWrapper {
	height:24px;
	overflow:hidden;
	position:relative;
}

.configurationSummaryLabel {
	margin-bottom:1px;
	border:solid 1px #0089cd;
	width:182px;
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:3px 5px 3px 15px;
	font-size:11pt;
	background-color:#0089cf;
	color:#ffffff;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	float:left;
}

.configurationSummaryValue {
	margin-bottom:1px;
	border:solid 1px #0089cd;
	width:182px;
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:3px 10px;
	font-size:10pt;
	background-color:#ffffff;
	color:#0089cf;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	float:right;
}

.configurationSummaryValueBFN {
	margin-bottom:1px;
	border:solid 1px #0089cd;
	width:182px;
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:3px 10px;
	font-family:"Roboto Mono","serif";
	font-size:7.5pt;
    font-weight:bold;
	background-color:#ffffff;
	color:#0089cf;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	float:right;
}

.configurationSummaryPriceLabel {
	margin-bottom:1px;
	border:solid 1px #42a548;
	width:182px;
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:3px 5px 3px 15px;
	font-size:12pt;
	font-weight:700;
	background-color:#42a548;
	color:#ffffff;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	float:left;
}

.configurationSummaryPriceValue {
	margin-bottom:1px;
	border:solid 1px #42a548;
	width:182px;
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:3px 10px;
	font-size:12pt;
	font-weight:700;
	background-color:#ffffff;
	color:#42a548;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	float:right;
}

#csOverlay{
  position:absolute;
  left:0px;
  top:0px;
  overflow: hidden;
  z-index:5001;
  width:100%;
  height:200%;
  background: url('/resources/images/fancyBox/fancybox_overlay.png');
  display:none;
}

