.extrahint_wrapper {
	min-height: 384px;
}
@media screen and (max-width: 979px) {
	.extrahint_wrapper {
		min-height: 365px;
	}	
}
@media screen and (max-width: 767px) {
	.extrahint_wrapper {
		min-height: 1em;
	}	
}

.product-group {
	margin: 10px 0 20px;
}

.product-group h3 {
	float: left;
	width: 30%;
	font-size: 1.1em;
	color: green;
}

.product-group .options {
	overflow: auto;
	max-height: 120px;
	padding: 5px 0 0 10px;
	border: 5px solid #eee;
}

	.product-group .options li {
		clear: left;
		padding-bottom: 10px;
		overflow: auto;
	}

	.product-group .options label {
	    display: block;
	}
	
		.product-group .options label img {
			margin-right: 8px;
		}
	
	.product-group .options input[type='radio'] {
		float: left;
		margin-right: 8px;
	}
	
.image-hover,
.tooltip-hover {
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 5px;
	z-index: 10000;
}

.image-hover {
	background: #fff no-repeat center center;
	width: 250px;
	height: 250px;
}

.tooltip-hover {
	max-height: 350px;
	overflow: auto;
}

	.tooltip-hover p {
		padding: 3px;
		font-weight: bold;
	}

.tooltip-trigger {
	cursor: pointer;
}
