.tip_trigger {
	cursor: help;
	width: 16px;
	height: 16px;
	display: inline;
}

.tip {
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: #F5F5F5;
	width: 280px;
	padding: 15px;	margin-left: -150px;
	font-size: 80%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #E0E0E0;
}

.product-info .option-image .tip_trigger img {
	margin-right: 5px;
	padding-left:7px;
	/* border: 1px solid #CCCCCC; */
	border: 0px;
	cursor: pointer;
}

.product-info .option-image .product_option_popup_window img {
	margin-right: 5px;
	/* padding-left:7px; */
	/* border: 1px solid #CCCCCC; */
	border: 0px;
	cursor: pointer;
}
