/* =====================================================
    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 0px;
}
#fc_tb_closeWindowButtonTop {
    height:0px; overflow:hidden;
    width:11px;
    margin:0px 0px;
    padding-top:24px;
    float:left;
    background-image: url(/img/cart_delete.gif);
    background-position:left top;
}
#fc_tb_closeWindowButtonBot {
/*    height:0px; overflow:hidden;
    width:156px; */
	background: #aaa;
	color: #fff;
    margin:10px;
    padding:7px 18px 7px 18px;
	border: 1px solid #777;
    float:right;
   	font-size:10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
/*    background-image:url(https://admin.foxycart.com/themes/standard/images/cart-continue-shopping.png); 
    background-position:left top; */
}
#fc_tb_closeAjaxWindowTop span {
  display:none;
}

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


#fc_tb_closeAjaxWindowBot a:link {
	color: #fff 
}

#fc_tb_closeAjaxWindowBot a:visited {
	color: #fff 
}

#fc_tb_closeAjaxWindowBot a:hover {
	background: #777;
	color: #fff 
}

#fc_tb_closeAjaxWindowBot {
	float: right;
	color: #fff;
}

#fc_tb_closeWindowButtonBot span {
	display: none;
}

#fc_tb_iframeContent {
	height: 300px;
}
