/*=======================================
* Base styles
* ======================================*/
/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   padding: 10px;
   z-index: 9999;
   position:absolute;
   color: #393737;
   background-color: #f7f5f6;
   border: 1px solid #b5c8cf;
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
   width:450px;
   text-decoration:none;
   font-weight:normal;
}
blockquote p
    {
    padding: 0px 30px;
    background: url(../images/quote_down.png) bottom right no-repeat;
}

blockquote
    {
    background: url(../images/quote_up.png) top left no-repeat;
	margin:0;
	padding:0 0 10px 0;
	
}
cite
    {
    font-size: 12px;
	color: #393737;
} 

   .tooltip h3{
      margin: 0 0 5px;
      text-align: left;
   }


