#wrap{height:500px}
/*************************geo popup******************/

/*#totaloverlay{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	background:#000;
	display:none
}
#country_wrap{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	display:none
}*/

#totaloverlay{display:none;}
#country_pop{
	width:545px;
	text-align:left;
	padding-top:100px;
}
/*=================================
			popup
===================================*/
.popup_left{
	width:545px;
	background:url(../images/geo-images/popup_box.png) no-repeat left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	}
.popup_rgt{
	width:521px;
	padding:0 12px;
	background:url(../images/geo-images/popup_box.png) no-repeat right bottom;
	}
.popup{
	width:521px;/*545*/ 
	height:348px; 
	background:url(../images/geo-images/popup_box.png) repeat-x;
	position:relative;
	}
.popup h3{
	width:100%; 
	padding:0 0 17px; 
	text-align:center; 
	font-size:16px; 
	line-height:44px; 
	font-weight:normal;
	}
.butn_close{
	width:18px;
	height:18px;
	display:block; 
	background:url(../images/geo-images/butn_close.png) no-repeat;
	position:absolute; 
	right:6px;
	top:13px;
	}
.flag_box{
	width:370px;/*521*/ 
	height:97px;/*107*/ 
	padding:10px 0 0 151px; 
	position:relative;
	}
.flag_box img{
	position:absolute;
	left:13px;
	top:0;
	}
.flag_box span{
	display:block;
	line-height:16px;
	padding:0 0 10px;
	}
.flag_box span b{
	font-weight:normal;
}	
/*.butn_uk, .butn_us{
	height:27px; 
	display:block; 
	overflow:hidden; 
	}*/

.butn_dontShow{
	width:177px;
	position:absolute; 
	left:22px;
	bottom:30px;
	}
.butn{background:url(../images/geo-images/butn.png) no-repeat;  line-height:27px; cursor:pointer; text-decoration:none; float:left; outline:none;}
.butn span{background:url(../images/geo-images/butn.png) no-repeat right center; padding:0 4px; float:left}
.butn span span{
	padding:0 10px 4px;
	background:url(../images/geo-images/butn.png) repeat-x left bottom;
	font-size:13px;
	color:#fff;
	height:23px;
	line-height:23px; 
	font-style:normal;
	text-align:center;
	text-decoration:none;

}
.hoverButn, .hoverButn span, .hoverButn span span{background-image:url(../images/geo-images/butn_hover.png)}
.butn:hover, .butn span:hover, .butn span span:hover{background-image:url(../images/geo-images/butn_hover.png)}






