@charset "UTF-8";
/**
 * styles
 * 
 */

/*--------------------------------------------------------------------------
 * newGetuSearch
 *------------------------------------------------------------------------*/

body {margin-top:0px;}
#newGetuSearch{
	position:absolute;
	margin: 0 auto;
	width:100%;
	z-index:9999;	
}

#newGetuSearch1{
	padding:0;
	margin:0;
	width:100%;
}
#newGetuSearch a{
	position:absolute;
	top:0px;
	right:0;
	width:266px;
	height:67.5px;
	display:block;
	z-index:9999;
	text-indent:-9999px;
	/*background:url(/CATALOG/new/search/images/btn_getuSearch.png) no-repeat 0 0; */
	background:url(../images/search-pc.jpg) no-repeat 0 0;
	background-size:cover;
}
#newGetuSearch a:hover{
	background:url(../images/search-pc_on.jpg) no-repeat 0 0;
	background-size:cover;
}
