$.fn.qtip.styles.aloha_simple = { // Last part is the name of the style
	background: '#fdda5f',
	fontSize: '12px',
	lineHeight: '12px',
	fontWeight: 'bold',
	padding: '10px',
	color: '#000',
	textAlign: 'left',
	border: {
   		width: 1,
   		radius: 1,
   		color: '#45650a'
	},
	tip: {
		corner: 'bottomMiddle',
		color: '#45650a',
		size: {
			x: 15,
			y: 8
		}
	}
}

$.fn.qtip.styles.aloha_large = { // Last part is the name of the style
	width: 250,
	background: '#fdda5f',
	fontSize: '12px',
	lineHeight: '18px',
	padding: '10px',
	color: '#000',
	textAlign: 'left',
	border: {
   		width: 1,
   		radius: 1,
   		color: '#45650a'
	},
	tip: {
		corner: 'bottomMiddle',
		color: '#45650a',
		size: {
			x: 15,
			y: 8
		}
	}
}
