/*
* @version : 2.2 (Patch)
* @update : 2009-08-21
*/
.qtip .qtip-content { padding: 10px 30px; /*overflow: hidden;*/ min-height: 50px; _height: 50px; }
.qtip .qtip-content li { list-style: none; display: inline; padding: 0px 10px 0px 10px; background: url('../images/menu/bullet.gif') no-repeat 0px 5px; }

.qtip .qtip-borderTop { line-height: 0.1px; font-size: 1px; padding: 0; }
.qtip .qtip-borderBottom { line-height: 0.1px; font-size: 1px; padding: 0; }

.qtip .qtip-content .qtip-title { background-color: #F0DE7D; }
.qtip-cream .qtip-content .qtip-title { background-color: #F0DE7D; }
.qtip-light .qtip-content .qtip-title { background-color: #F1F1F1; }
.qtip-dark .qtip-content .qtip-title { background-color: #404040; }
.qtip-red .qtip-content .qtip-title { background-color: #F28279; }
.qtip-green .qtip-content .qtip-titl { background-color: #B9DB8C; }


.qtip-content h3 { margin: 0 0 5px; text-align: left; font-size: 12px; font-weight: bold; }

/* Promotion */
.qtip-promotion { line-height: 20px; }
.qtip-promotion .qtip-borderTop { height: 39px; background: url('../images/balloon/frame1-top.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-promotion .qtip-contentWrapper { _height: 50px; background: url('../images/balloon/frame1-bg.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-promotion .qtip-borderBottom { height: 59px; background: url('../images/balloon/frame1-bottom.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }

.qtip-menu .qtip-borderTop { height: 17px; background: url('../images/balloon/frame2-top.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-menu .qtip-contentWrapper { _height: 50px; background: url('../images/balloon/frame2-bg.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-menu .qtip-borderBottom { height: 59px; background: url('../images/balloon/frame2-bottom.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-content div.image { display: block; width: 335px; min-height: 120px; _height: 120px; margin: auto; background: url('../images/default_menu_3.gif') no-repeat center center; }

.qtip-menu_right .qtip-borderTop { height: 17px; background: url('../images/balloon/frame2-top.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-menu_right .qtip-contentWrapper { _height: 50px; background: url('../images/balloon/frame2-bg.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-menu_right .qtip-borderBottom { height: 59px; background: url('../images/balloon/frame2-bottom_right.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
div.qtip-menu div.text, div.qtip-menu_right div.text, div.qtip-menu_right div.text { display: block; padding: 10px 10px 0px 10px; }

/**/
.qtip-tooltip1 { line-height: 18px; }
.qtip-tooltip1 .qtip-borderTop { height: 30px; background: url('../images/balloon/frame3-top.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-tooltip1 .qtip-contentWrapper { _height: 50px; background: url('../images/balloon/frame3-bg.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-tooltip1 .qtip-borderBottom { height: 40px; background: url('../images/balloon/frame3-bottom.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
div.qtip-tooltip1 div.text { display: block; padding: 10px 10px 10px 10px; }
div.qtip-tooltip1 h3 { font-weight: bold; }

.qtip-tooltip2 { line-height: 18px; }
.qtip-tooltip2 .qtip-borderTop { height: 30px; background: url('../images/balloon/frame4-top.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-tooltip2 .qtip-contentWrapper { _height: 50px; background: url('../images/balloon/frame4-bg.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
.qtip-tooltip2 .qtip-borderBottom { height: 40px; background: url('../images/balloon/frame4-bottom.png') no-repeat top left; _behavior: url("css/iepngfix.htc"); }
div.qtip-tooltip2 div.text { display: block; padding: 10px 10px 10px 10px; }
div.qtip-tooltip2 h3 { font-weight: bold; }
div.qtip-tooltip2 h3 { font-weight: bold; }


/*
<div class="qtip qtip-stylename">
   <div class="qtip-tip" rel="cornerValue"></div>
   <div class="qtip-wrapper">
      <div class="qtip-borderTop"></div> // Only present when using rounded corners
      <div class="qtip-contentWrapper">
         <div class="qtip-title"></div> // All CSS styles...
         <div class="qtip-content"></div> // ...are usually applied to these two elements!
      </div>
      <div class="qtip-borderBottom"></div> // Only present when using rounded corners
   </div>
</div>*/