/* CSS Document */

/*邀请弹出框 end*/
.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*/

}
.shutting
{
	width:25px;
	float:right;
}
.shop_box
{
	width:650px;
	float:left;
	background:#d9f1f7;
	border:1px solid #CCCCCC;
}
.shop_menubox
{
	width:650px;
	height:250px;
	float:left;
	overflow-y:scroll;
}
.shops_case
{
	width:145px;
	float:left;
	text-align:center;
	margin:5px;
}
.shops_case .na{ width:140px; height:15px; overflow:hidden;}
.shops_case img{ width:145px; height:100px;}
.btn
{
	width:650px;
	float:left;
	margin-top:10px;
	text-align:center;
}
/*shop end*/
.y_box {
display:none;
z-index:500;
width:400px;
left:30%;
top:5%;
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*/

}




