.custom-tip {
	color: #000;
	width: 150px;
	z-index: 13000;
	background-color:transparent;
	text-align:left;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background-color: #D6D3E1;
	border-bottom: 1px solid #333333;
	  text-align:left;
}
 
.custom-text {
	font-size: 10px;
	padding: 4px 8px 8px;
	background-color: #B3C902;
	border: 1px solid #C40088;
	  text-align:left;
}

.tipz a:link, .tipz a:visited {
	color:#000;
	font-weight: bold;
	font-size:12px;
}

a:link.cart, a:visited.cart {
  background-color: #B3C902;
  padding: 2px;
	color:#000;
	font-weight: bold;
	font-size:12px;
}

.tipz a:hover {
	text-decoration:underline;
}
