﻿
                
                                       
@font-face
{
    font-family: "fontawesome";
    src: url('../Fonts/fontawesome.eot'), url('../Fonts/fontawesome.woff') format('woff');           
} 

.epresto.bartersite .iPopup.cta
{
    font-family: "fontawesome";
    font-size: 1em;            
            
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
            
    cursor: pointer;
            
    position: relative;
    display: inline;
                    
    }
    
.epresto.bartersite .iPopup.hint
{
    
    font-size: 0.95em; 
    color: #595959;            
    background-color: #ffffff;
    border:1px solid #a6a6a6;
    border-radius: 0px;            
    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    
    
    box-shadow: 0px 2px 12px #c4c4c4;
            
    width: 250px; 
            
    position: absolute;  
            
    cursor: pointer;
                                                    
    }
            
.epresto.bartersite .iPopup.hint.arrow
{
    border-radius: 0px;
                        
    border-color: transparent #a6a6a6 #a6a6a6 transparent;
    box-shadow: none;
                     
    width: 16px;
    height: 16px;
               
    padding: 0px;
    /*padding-bottom: 6px;*/
                        
    transform: rotate(45deg);
                                                  
    }
                         
.epresto.bartersite .iPopup.hint
{                                    
    display: none;            
        }
        
.epresto.bartersite .iPopup.hint.open, .epresto.bartersite .iPopup.hint.open + .iPopup.hint.arrow
{            
    display: block;
    animation: iPopupFadeIn 0.3s;                        
    }
            
@keyframes iPopupFadeIn {
from { opacity: 0; }
to { opacity: 1; }
}   
        
.epresto.bartersite div.detail section.slider table td .iPopup.cta
{
    font-size: 1.1em;
    }     
        
