#configurator {
	background:#fff;
	width:100%;
	padding:0;
	margin:20px 0;
	overflow:hidden;	
}

.group {
	float:left;
	width:100%;
	overflow:hidden;	
}

.group .head {
	border-top:1px solid #999;
	background:#DADDDF;
	float:left;
	width:100%;
	height:40px;
	padding:5px 8px;
	cursor:pointer;
	overflow:hidden;	
}

.group .head .nr {
	display:block;
	float:left;
	font-size:1.3em;
	line-height:1.6em;
	font-weight:bold;
	padding:0 5px 0 0;
	width:25px;
	text-align:right;
	overflow:hidden;	
}

.group .head h2 {
	display:block;
	float:left;
	font-size:1.1em;
	line-height:2.1em;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0 8px;
	margin:0;
	overflow:hidden;	
}

.group .content {
	display:none;
	float:left;
	width:100%;	
}
.group.open .content {
	display:block;
	border-bottom:1px solid #DDD;	
}

.infotext {
	float:left;
	width:100%;
	padding:5px 0 5px 10px;
	overflow:hidden;	
}

.group .content .info {
	float:left;
	width:100%;
	padding:0 8px 3px 8px;
}

.group .content .subcat, .group .content .selection {
	float:left;
	width:95%;
	margin:10px 10px 8px 10px;
	border-bottom:1px solid #f5f5f5;
}

.group .content .selection {
	padding:10px 0 8px 0;
}

.group .content .subcat h3 {
	display:block;
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:2px 8px;
}

.group .content .choose {
	float:left;
	width:100%;
	padding:0 8px 8px 8px;
}

.group .content .choose .title {
	float:left;
	width:100%;
	font-size:15px;
	color:#000;
	font-weight:bold;
	padding:10px 0 5px 0;
}
.group .content .choose .select {
	float:left;
	width:100%;
	padding:0 0 5px 0;
}
.group .content .choose select {
	display:block;
	float:left;
	width:100%;
	height:33px;
	color:#222;
	text-indent:2px;
	padding:6px 6px 6px 0;
	margin:0;
	font-size:16px;
	border:none;
	cursor:pointer;
}
.group .content .choose select.default {
	background:#DFDFDF;
}
.group .content .choose select.available {
	background:#99CC00;
}
.group .content .choose select.notavailable {
	background:#FF6600;
}

.group .content .choose .radio {
	float:left;
	width:292px;
	padding:0 0 5px 0;
}
.group .content .choose .radio input {
	display:block;
	float:left;
	margin:0 8px 8px 0;
}
.group .content .choose .radio label {
	display:block;
	float:left;
	width:250px;
}

.group .content .clear {
	display:none;
	float:left;
	width:320px;
	height:15px;
	font-size:14px;
	padding:0 0 15px 0;
}
.group .content .clear span.clearicon {
	background:url(/static/img/configurator/clear.png) 0 0 no-repeat;
	display:block;
	float:right;
	width:7px;
	height:7px;
	margin:8px 5px 0 0;
	cursor:pointer;
}
.group .content .clear span.cleartext {
	display:block;
	float:right;
	color:#666;
	cursor:pointer;
}

.group .content span.next {
	cursor:pointer;
	display:block;
	float:right;
	padding:0 15px;
	margin:5px 15px 15px 5px;
	height:30px;
	line-height:2em;
	color:#fff;
	font-weight:bold;
	background:#D7110E;
	overflow:hidden;
}

#configurator_info {
	display:none;
	position:fixed;
	top:-100px;
	margin:0 auto;
	padding:15px 5%;
	width:100%;
	background:#fff;
	height:110px;
	z-index:9800;
	border-bottom:3px solid #ccc;	
}
#configurator_info .logo {
	float:left;	
}
#configurator_info .price_container {
	float:right;
}
.price_container .pc_left {
	float:left;
	text-align:left;
	padding:0 50px 0 0;
	overflow:hidden;	
}
.price_container .pc_left .pc_item {
    color:#D7110E;
    display:block;
	text-transform:uppercase;
    font-family:'Droid Sans',sans-serif;
    font-size:2em;
    font-weight:400;
    line-height:1.25;
	margin:0;
    padding:0;
}
.price_container .pc_right {
	float:left;
	width:150px;	
	overflow:hidden;	
}
.price_container .pc_right .pc_price {
	float:left;
	text-align:right;
	width:150px;
	color:#D7110E;
	font-family:'Droid Sans',sans-serif;
    font-size:2em;
    font-weight:700;
	padding:0 0 10px 0;	
	overflow:hidden;	
}
.price_container .pc_right button {
	background:#50b45e;
	color:#fff;
	border:none;
	padding:0 10px;
	display:block;
	float:right;
}


/* notification msg */
#config_noti {
	background:url(/static/img/nllb.png) repeat;
	height:3000px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:12050;
}
#cf_msg {
	background:#fff;
	opacity:1;
	width:600px;
	height:auto;
	padding:15px;
	border:5px solid #999;
	margin:220px auto;
	text-align:left;
}
#cf_msg .buttons-set {
	margin:15px 0 0 0;
}

.outofstock select option.notavailable {
	background:#f60;	
}

@media only screen and (max-width: 768px){
	#configurator_info .logo {
		display:none;
	}
	.price_container .pc_left .pc_item {
		font-size:18px;	
	}
	#configurator_info {
		padding:15px;	
	}
	#configurator_info .price_container {
		width:100%;	
	}
	.price_container .pc_left {
		padding:0;
	}
	.price_container .pc_right {
		float:right;	
	}
}
@media only screen and (max-width: 480px){
	.price_container .pc_left {
		width:150px;	
	}
	.price_container .pc_left .pc_item {
		font-size:12px;
	}
}
