.option-name {
  clear: both;
  float: left;
  font-weight: bold;
  width: 300px;
}

.option-image {
  float: left;
  padding-left: 140px;
}

.option {
  border-color: -moz-use-text-color;
  border-style: none none dotted;
  border-width: 0 0 1px;
  clear: both;
  margin-bottom: 20px;
  overflow: auto;
}

.option:last-child {
  border: 0 none;
  margin-bottom: 0;
}

.div-image-attribute {
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	text-align: center;
    width: 160px;
}

.img-image-attribute {
	height: 105px;
}

.fieldset-image-attribute {
	min-height: 120px;
}

.fieldset-image-attribute.collapsed {
  min-height: 0px;
}

.image-attribute-submit {
  float: right;
  margin-right: 30px;
  margin-top: 50px;
}

.attributes .fieldset-wrapper {
	overflow: inherit !important;
}

.incompatib.error {
	overflow: auto;
}