/* =====================================================
    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 {
	margin:0px 0px;
	padding:7px;
}
#fc_tb_closeAjaxWindowBot {
	margin:0px 0px;
	padding:0px;
}
#fc_tb_titleTop { height:30px; }
#fc_tb_titleBot { height:32px; margin-top:-3px; }

#fc_tb_closeWindowButtonBot {
	height:0px; overflow:hidden;
	width:156px;
	margin:0 0 0 12px;
	padding-top:24px;
	float:left;
	background:transparent url('../images/cart/cart-continue-shopping.gif') top left no-repeat;
}
#fc_tb_closeAjaxWindowTop span {
  display:none;
}

.fc_tb_overlayMacFFBGHack { background:none; }

#fc_tb_window { 
	background:rgb(0,0,0);
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border:none;
	padding:10px;
}

#fc_tb_iframeContent,
#fc_tb_iframeContent[style] { background:#ffffff; margin:0px; width:650px !important; }

div.fc_tb_title { background:#ffffff; }

#fc_tb_closeWindowButtonTop:link,
#fc_tb_closeWindowButtonTop:visited,
#fc_tb_closeWindowButtonTop:hover,
#fc_tb_closeWindowButtonTop:active {
	background: transparent url(/images/cart/cart-close-x.gif) top left no-repeat;	
	height:16px; 
	width:17px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-99999px;
	text-align:left;
}

.fc_tb_overlayBG {
  background-color:transparent;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

