
.tooltip {
	width:300px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding:15px;
	z-index:999999;
}

.mbv_attributes {
	padding: 5px;
	margin: 10px 0 10px 0;
	
	background-color: #FEFEFE;
	border: 1px solid #F5F5F5;
}
.mbv_attributes span {
	color: #3C3C3C;
}
.mbv_attributes .attribute_title {
	font-weight: bold;
	margin-left: 10px;
}