/**
 * Copyright (c) virtualcolors.de and others
 * The content of this file is property of virtualcolors.de
 * Unauthorized use, decompiling, disassembling, copying
 * prohibited. All rights reserved. 
 *
 * @author Moritz Kuehne
 *
 */


span.offer{
    position: relative;
    padding: 8px;
    /*line-height: 30pt;  */ 
    font-size: 14pt;        
    font-weight:bold;
    color: #91C2DD;
    /*background-color: #0072B1;*/
    background-color: #bbb;
    margin:3px;
    margin-bottom: 15px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

span.offer:hover{
   background-color: #0072B1;
}
span.offer a{
    color: #fff;
    /*text-shadow: 0 0 1px #000;*/
    text-decoration: none;
}

span.offer:after{
    position:absolute;
    display: inline-block;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    height:0px;
    width:0px;
    content:'';
    /*border-color: #0072B1 transparent transparent transparent;*/
    border-color: #bbb transparent transparent transparent;
    border-style:solid;
    border-width:10px;
}

span.offer:hover:after{
   border-color: #0072B1 transparent transparent transparent;
}



span.button_download{
    position: relative;
    padding-right:5px;
    padding-left: 25px;
    line-height: 18pt;
    background-color: #e6e6e6;/*#0072B1;*/
    border: 1px solid #aaa;
    border-radius: 15px  0 0 15px ;
    box-shadow: 1px 1px 3px #888;
    text-shadow: 0 0 2px #fff;
    
    
}

.ie8 span.button_download{
    padding-left: 5px;
}

span.button_download:before{
    position: absolute;
    display: inline-block;
    top: 3px;
    left:10px;
    width: 6px;
    height: 6px;
    content:'';   
    background-color:#0072B1;
}

span.button_download:after{
    position:absolute;
    display: inline-block;
    left: 5px;
    top: 8px;
    height:0px;
    width:0px;
    content:'';
    border-color: #0072B1 transparent transparent transparent;
    border-style:solid;
    border-width:8px;
}

span.button_download:hover{
    top: 1px;
    left: 1px;
    box-shadow: none;
}
