

.spec-value{
	border:1px solid #fff;	
	background-color:#fff;
            display: block;
            float: left;
            margin-right: 5px;
             margin-bottom: 5px;
            border: 2px solid #fff;
}
.current span {
  background: url("../images/front/sprites_2.gif") no-repeat scroll -67px -305px rgba(0, 0, 0, 0);
  bottom: 0;
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}
.current {
  border: 2px solid #f90;
}
.spec-value.current {
  position: relative;
}
input[type=button].disabled{
	background-color:RGB(212,208,200);
}

.block-box{
	border-bottom:1px solid #ccc;
	padding-bottom:12px;
}
 