/* CSS Document */
.shutting{width:25px;float:right;}
.fnc_top {
display:none;
width:100px;
left:0;
top:80%;
position:absolute;
}
.fn_box{width:100px;float:left;	background:#d9f1f7;	border:1px solid #CCCCCC;}
.fn_menubox{width:100px;float:left;}


.transpond_bg {
background-color:#666;
display:none;
width:100%;
height:100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=0);/*IE*/
opacity:0.5;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.transpond_shop {
display:none;
z-index:500;
width:650px;
left:30%;
top:30%;
margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
.shop_box
{
	width:650px;
	float:left;
	background:#d9f1f7;
	border:1px solid #CCCCCC;
}
.int_menubox
{
	width:650px;
	float:left;
}
.int_txt
{
	width:540px;
	float:left;
	margin-left:50px;
	height:150px;
	overflow:hidden;
}
.int_btn
{
	width:650px;
	float:left;
	text-align:center;
}

