/* =====================================================
    FOXYCART.COM
    
    @theme      standard
    @version    0.2.5
    @for        foxycart.com/v/0.2.5/foxycart_includes.js (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
    
===================================================== */

#fc_closeAjaxWindowTop,
#fc_closeAjaxWindowBot {
	margin:0px 0px;
	padding:0px 10px;
}
#fc_closeWindowButtonTop {
	height:0px; overflow:hidden;
	width:11px;
	margin:0px 0px;
	padding-top:24px;
	float:left;
	background-image:url(http://69.89.31.138/~analtech/assets/images/cart-close-x.png);
	background-position:left top;
}
#fc_closeWindowButtonBot {
	height:0px; overflow:hidden;
	width:156px;
	margin:0px 0px;
	padding-top:24px;
	float:left; 
	background-image:url(http://69.89.31.138/~analtech/assets/images/cart-continue-shopping.png);
	background-position:left top;
}

a#fc_closeWindowButtonTop:hover,
a#fc_closeWindowButtonBot:hover {
	background-position:left -24px;
}
