@charset "utf-8";

/*-----------------------------------------------
 popup_css
-----------------------------------------------*/

 #countryPopup { width:475px; height:110px; position:absolute; top:-130px; right:-10px; }
 #countryPopup .txt { text-align:center; font-size:14px; font-weight:bold; color:#000;  }
 #countryPopup ul { padding-top:20px; padding-left:20px; }
 #countryPopup ul li { float:left; margin-left:10px; }
 #countryPopup ul li a { display:block; width:159px; height:24px; line-height:20px; font-size:14px; text-align:center; color:#FFF; font-family: "Lucida Sans Unicode"; background: url('http://www.jvckenwood.com/global-common/images/btnCountry_back01.gif') no-repeat 0 0;  }
 #countryPopup ul li a:hover { background-position: 0 -24px; color:#FFF; text-decoration:none; }
 #countryPopup ul li#btnGlobal { background: url('http://www.jvckenwood.com/global-common/images/arr01.gif') no-repeat 0 6px; padding-left:10px; margin-left:15px;  }
 #countryPopup ul li#btnGlobal a { width:auto; height:18px; line-height:18px; font-size:12px; text-align:left; color:#282828; border-bottom:2px solid #FFF; background:none; }
 #countryPopup ul li#btnGlobal a:hover { color:#000; border-bottom:2px solid #D4D4D4; }


 #closePopup { text-align:right; padding-top:13px; padding-right:5px; }
 #closePopup img { cursor:pointer; }

 #countryPopupInner {
	width:475px; 
	height:115px;
	position:relative;
	border:1px solid #DEDEDE;
	border-top:4px solid #989898;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	-webkit-box-shadow: #999 0px 1px 1px;
	-moz-box-shadow: #999 0px 1px 1px;
	box-shadow: #999 0px 1px 1px;
	background:#FFF;
	behavior:url('http://www.jvckenwood.com/global-common/PIE.htc');
}

#brandOverlay{
	z-index:999;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);/*IE8以下用*/
}

#brandConf{
	width:475px; height:210px; position:absolute;
	z-index:1000;
}
#brandConfInner {
        width:475px;
        height:215px;
        position:relative;
        border:1px solid #DEDEDE;
        border-top:4px solid #989898;
        -webkit-border-radius:0px 0px 4px 4px;
        -moz-border-radius:0px 0px 4px 4px;
        border-radius:0px 0px 4px 4px;
        -webkit-box-shadow: #999 0px 1px 1px;
        -moz-box-shadow: #999 0px 1px 1px;
        box-shadow: #999 0px 1px 1px;
        background:#FFF;
/*        behavior:url('http://www.jvckenwood.com/global-common/PIE.htc'); */
}

 #brandConf .txt { text-align:center; font-size:14px; font-weight:bold; color:#000;  }
 #brandConf ul { padding-top:20px; padding-left:20px; }
 #brandConf ul li { float:left; margin-left:10px; }
 #brandConf ul li a { display:block; width:159px; height:24px; line-height:20px; font-size:14px; text-align:center; color:#FFF; font-family: "Lucida Sans Unicode"; background: url('http://www.jvckenwood.com/global-common/images/btnCountry_back01.gif') no-repeat 0 0;  }
 #brandConf ul li a:hover { background-position: 0 -24px; color:#FFF; text-decoration:none; }
 #brandCloseConf { text-align:right; padding-top:13px; padding-right:5px; }
 #brandCloseConf img { cursor:pointer; }
