/* =====================================================
    FOXYCART.COM
    
    @theme      standard
    @version    0.6.0
    @for        foxycart.com/v/0.6.0/foxycart_includes.js
                or: foxycart.com/v/0.6.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_closeAjaxWindowTop,
#fc_tb_closeAjaxWindowBot {
	margin:0px 0px;
	padding:0px 10px;
}

a#fc_tb_closeWindowButtonTop {
	padding: 0;
	margin: 0;
	height: 0;
	width:15px;
	height: 15px;
	text-indent: 9999px;
	float:right;
	background-image:url(http://matchachocolat.com/foxycart/images/v2/cart-close-x.png);
	background-position:left top;
	display: block;
	margin-top: 5px;
}

a#fc_tb_closeWindowButtonTop:hover {
	background-position: 0 0 !important;
}

a#fc_tb_closeWindowButtonBot {
	overflow:hidden;
	width:159px;
	height: 16px;
	padding: 0;
	margin:0;
	margin-top: 5px;
	display: block;
	float:left;
	background-image:url(http://matchachocolat.com/foxycart/images/v2/cart-continue-shopping.png);
	background-position:left top;
	text-align: left;
	text-indent: -9999px;
}

a#fc_tb_closeWindowButtonBot:hover {
	background-position: 0 -16px !important;
}

#fc_tb_closeAjaxWindowTop span {
  display:none;
}

a#fc_tb_closeWindowButtonTop:hover,
a#fc_tb_closeWindowButtonBot:hover {
	background-position:left -24px;
}

