/* =====================================================
    FOXYCART.COM
    
    @theme      standard
    @version    0.5.0
    @for        foxycart.com/v/0.4.0px/foxycart_includes.js
                or: foxycart.com/v/0.4.0/raw/foxybox.js
    
    @usage      These styles can be included in your main stylesheet, or you can just link to this file.
    
    @support    forum.foxycart.com
    
    @IMPORTANT  Before you attempt to use this file to customize this CSS file, please review:
                http://wiki.foxycart.com/screencasts
                Especially: http://wiki.foxycart.com/screencasts:customizing_your_checkout
                We promise it will be worth it, even if you're a CSS expert.
    
===================================================== */

#fc_tb_closeWindowButtonBot,
#fc_tb_closeWindowButtonBot:hover {
    display: block;
    padding: 0 12px;
    font-size: 0.9em;
    line-height: 24px;
    color: #c02e1b !important;
    background: url(/static/images/icon_continue-shopping.gif) left center no-repeat;
}

#fc_tb_closeWindowButtonBot span {
  display:none;
}

#fc_tb_titleTop {display: none;};