.boxxdiv.abc,.boxxdiv.list{
	padding: 0;
}

.box_abc{
	position: relative;
}

.box_abc h3,.boxxdiv.list h3{
	margin: 5px 0 5px 10px;
}

label[for="abc_short"],label[for="abc_extansion"]{
	font-size:12px;
	font-weight:bold;
	position:absolute;
	left:160px;
	top:-4px;
}

.box_abc p{
	margin: 0;
	text-align: center;
}

.box_abc p>span {
	background: #FFF;
	display: inline-block;
	padding: 3px;
	margin: 4px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: center;
	width: 26px;
}

.box_abc p>span.ext>a{
	min-width: 32px;
}

.box_abc p>span.ext{
	width: 45px;
}

.box_abc input:checked+label+p,.box_abc input+label{
	display:block;
}

.box_abc input+label+p,.box_abc input:checked+label{
	display:none;
}

.abc_button{
	float:left;
}

.abc_radio_button_text{
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 1px 5px;
	background: #29779f;
}

.abc_radio_button_text:hover{
	color: #d0001f;
}