/**
 * Fixed Vertical Search Button
 *
 * @version 3.0
 * @package fixedverticalsearchbutton
 * @author Shabab Mustafa of Codeboxr Team
 * @copyright Copyright (C) 2011 http://codeboxr.com. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @ help: http://codeboxr.com/product/fixed-vertical-search-button-for-joomla
 */
 
 
 #cbfixedpinterestshowcaseform{
     position: relative ;
     transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;  
	-webkit-transition:all 1s ease-in-out; 
	-o-transition:all 1s ease-in-out;
}

#cbfixedpinterestshowcasedrawer {
    position:relative;
    display:block;
    left: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10;
}

#cbfixedpinterestshowcasedrawerhandle {
    min-width: 10px;
    float:left;
    text-align:center;
}

a#cbfixedpinterestshowcase_toggle {
    background-image:url(../images/pin_g40px.png) ;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    
    display: block;
    text-decoration: none;
    /* border-radius: 0 5px 5px 0; */
}

a#cbfixedpinterestshowcase_toggle:hover {
    background-color: transparent;
    text-decoration: none;
}

a#cbfixedpinterestshowcase_toggle:link,
a#cbfixedpinterestshowcase_toggle:visited,
a#cbfixedpinterestshowcase_toggle:active {
    background-color: transparent;
    color: transparent;
    text-decoration: none;
    
}

.cbfixedpinterestshowcasewrap {
    float:left;
    position:relative;
}

#cbfixedpinterestshowcasepaneswrpr {
    text-align: left;
}

.clear, .clr{ clear: both;}

/***************************/

.cbfixpscpinbox {
    padding: 5px 0 0 5px;
    border: 1px solid #CCC;
    overflow:auto;  
}

.cbfixpscpin {
    float:left; display: inline-block;
    overflow:hidden;
    margin: 0 5px 5px 0;
    border: 1px solid #EFEFEF;
}

.cbfixpscpin:hover {
    border: 1px solid #000;
}

.cbfixpscpin a {
    float:left; display: inline-block;
    overflow:hidden;
}

.cbfixpscpin a:hover {
    text-decoration:none;
}

.cbfixpscpin img {
    border: 0;
    margin: 0;
    padding: 0;
}

#cbpinfollowus a,
#cbpinfollowus a:link,
#cbpinfollowus a:active,
#cbpinfollowus a:hover,
#cbpinfollowus a:focus,
#cbpinfollowus a:visited
{
    text-decoration: none;
    background: none;
}

/* Custom Tooltip */

.pinTip{
    z-index: 90000;
}

.pinTip .tip-wrap{
    z-index: 90000;
}

.pinTip .tip{
   float: left;
   border-width: 1px;
   border-style: solid;
   /* border: 1px solid #D4D5AA; */
   padding: 5px;
   max-width: 200px
}
  
.pinTip .tip-title{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    /*background: url(../images/selector-arrow.png) no-repeat;*/
}    
.pinTip .tip-text{
   font-size: 100%;
   margin: 0;
}   

.pinTip .tip-top{
    border-top-width: 2px;
    border-top-style: solid;
}

.pinTip .tip-bottom{}
