/*
 * styles for jquery.qtip plugin
 *
 * by Anian Thrainer
 * 
 */

$.fn.qtip.styles.prodIMG = { // Last part is the name of the style
  width: { min: 200, max: 900 },
  padding: 0,
  margin: 0,
  border: 0
}
      
$.fn.qtip.styles.rideQuote = { // Last part is the name of the style
  width: { min: 0, max: 400 },
  'font-size': 12,
  'font-weight': 'bold',
  padding: 3,
  margin: 0,
  tip: { corner: 'bottomLeft' },
  name: 'dark'
}

$.fn.qtip.styles.icon = { // Last part is the name of the style
  width: { min: 0, max: 200 },
  'font-size': 12,
  padding: 3,
  margin: 0,
  tip: { corner: 'bottomLeft' },
  name: 'dark'
}
