/* CSS Document */
*{
padding:0;
margin:0;
}
body{
	font-size:12px;
	font-family:Tahoma;
	color:#666666;
	padding:0;
	margin:0;

}

ul{
	padding:0;
	margin:0;
}
.red{
	color:red;
}
.smallFont{
	font-size:10px;
}
.underline{
	text-decoration:underline !important;
}
.clear{
	clear:both;
}

/****************框架*******************/
#contain{
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:#fff;
	position:relative;
}
#top{
	
}
#childNav{     /*2级菜单*/
	height:20px;
	background:#e5f4fd;
	border:solid 1px #2194d3;
	border-top:0;
	position:relative;
	z-index:1
}
#content{
	width:958px;
	border:solid 1px #2194d3;
	border-top:0;
}
#foot{
	height:42px;
	background:url(/leisure/images/Foot_bg.gif);
	text-align:center;
	padding-top:20px;
}
/****************** top 及 nav 基本样式 *******************/
/*顶部菜单*/
.top_left{
	float:left;
	width:527px;
}

.top_right{
	float:right;
	width:433px;
}

.right_logo{
	height:59px;
	background:url(/shop2009/images/right_logo_red.gif) no-repeat right center;
}

.top_nav{
	float:right;
	width:251px;
	height:17px;
	padding-top:6px;
	background:url(/leisure/images/top_nav_bg.gif);
	text-align:right;
	color:#fff;
}
.top_nav a{
	color:#fff;
	text-decoration:none;
}
.top_nav a:hover{
	color:#d81c0e;
	text-decoration:underline;
}
/*一级菜单*/
.nav{
	width:958px;
	height:26px;
	border:solid 1px #2194d3;
	background:url(/leisure/images/nav_bg.gif) repeat-x;	
	position:relative;
	z-index:2
}
.nav ul{ 
	height:26px;
	list-style:none;
	margin:0 auto;
	z-index:100;
	position:absolute;
	right:0;
	top:0;
}
.nav ul li {
	float:left;
	width:82px;
	text-align:center;
	line-height:26px;
	font-weight:bold;
	display:block;
	background:url(/shop2009/images/nab_bod.gif) no-repeat left center;
	position:relative;

}

.nav ul li a {
	width:80px;
	margin-left:2px;
	text-decoration:none;
	color:#fff;
	display:block;
}

.nav ul li a:hover {
	text-decoration:none;
	background:url(/shop2009/images/nav_a.gif);
	display:block;
}
.nav_onclick{	
	background:url(/shop2009/images/nav_a.gif);
	display:block;	
}
/**********/
.secondlist{
	width:81px !important;
	border:solid 1px #3c78aa;
	border-top:0;
	position:absolute;
	background:#249bdb;
	top:26px;
	left:0;
	z-index:999;
	display:none;
	nong opacity:0.8;
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
}
.lista:hover{
	color:red !important;
}
/*二级菜单*/
.childNavUL {
	list-style:none;
	height:20px;
	position:absolute;
	right:100px;
	top:0;
	z-index:3
}
.childNavUL li{
	width:100px;
	float:left;
	line-height:20px;
	display:block;
}
/****************** content 基本样式 *******************/

/***** left 样式 *********/
.left{
	float:left;
	background:url(/leisure/images/left_bg.jpg) repeat-x;
}

.login_1 a{
	width:218px;
	height:50px;
	text-decoration:none;
	background:url(/leisure/images/left_login1.gif);
	display:block
}
.login_1 a:hover{
	width:218px;
	height:50px;
	background:url(/leisure/images/left_login1_a.gif);
	display:block
}

.login_2 a{
	width:218px;
	height:50px;
	text-decoration:none;
	background:url(/leisure/images/left_login2.gif);
	display:block
}
.login_2 a:hover{
	width:218px;
	height:50px;
	background:url(/leisure/images/left_login2_a.gif);
	display:block
}

.chan_1{
	width:218px;
	height:41px;
	text-decoration:none;
	background:url(/shop2009/images/left_channel1.gif) no-repeat center 0;
	display:block;
	cursor:pointer;
}
.chan_2{
	width:218px;
	height:41px;
	text-decoration:none;
	background:url(/shop2009/images/left_channel2.gif) no-repeat center 0;
	display:block;
	cursor:pointer;
}
.chan_3{
	width:218px;
	height:41px;
	text-decoration:none;
	background:url(/shop2009/images/left_channel3.gif) no-repeat center 0;
	display:block;
	cursor:pointer;
}
.chan_4{
	width:218px;
	height:41px;
	text-decoration:none;
	background:url(/shop2009/images/left_channel4.gif) no-repeat center 0;
	display:block;
	cursor:pointer;
}
.chan_5{
	width:218px;
	height:41px;
	text-decoration:none;
	background:url(/shop2009/images/left_channel5.gif) no-repeat center 0;
	display:block;
	cursor:pointer;
}
.chan_1:hover, .chan_2:hover, .chan_3:hover, .chan_4:hover, .chan_5:hover, .chan_hover{
	background-position:center -41px;
	width:218px;
	height:41px;
	display:block;
	cursor:pointer;
}

#content ul{
	list-style:none;
	display:block;
	position:relative;
}
#content ul li{

}
#content ul .arrow{
	width:30px;
	height:41px;
	background:url(/shop2009/images/arrow.gif);
	position:absolute;
	right:-2px;
	top:0;
	z-index:500;
}


/***** right 样式 *********/
.right{
	float:right;
	width:739px;
	overflow:hidden;
}
.adv{
	width:736px;
	margin:1px 1px 0 0;
	height:147px;
	border:solid 1px #15507A;
}
.blank_1{
	height:10px;
}
/*****快速业务区*****/
.channel_box{
	float:left;
	width:300px;
	height:240px;
	border:solid 1px #0867a5;
	background:#FEF2E0;
}
/*****新闻区*****/
.news_box{
	float:left;
	width:405px;
	height:240px;
	margin-left:15px;
}
.news_content{
	height:196px;
	border:solid 1px #0867a5;
	padding:10px;
	overflow:hidden;
}
.news_content ul{
	height:196px;
	list-style:none;
	overflow:hidden;
}
.news_content ul li{
	border-bottom:solid 1px #CCC;
	background:url(/shop2009/images/listPic.gif) no-repeat 3px center;
}
.news_content ul li a{
	text-decoration:none;
	line-height:30px;
	color:#143b57;
	padding-left:18px;
	display:block;
}
.news_content ul li a:hover{
	text-decoration:none;
	color:red;
}
.news_content ul a span{
	font-weight:bold;
	color:red;
	font-family:"Times New Roman", Times, serif;
	padding-left:5px;
	font-style: italic;
}
/*****商品区*****/
.sale_area{
	width:920px;
	margin:0 auto;
}
.shop{
	margin-top:25px;
	line-height:30px;
	padding-left:200px;
	font-weight:bold;
	color:#fff;

}
.big_photo{
	float:left;
	overflow:hidden;
}
.normal_photo{
	float:left;
	overflow:hidden;
}
.marquee_title{
	width:110px;
	line-height:19px;
	background:url(/shop2009/images/logo_title.gif);
	color:#fff;
	font-weight:bold;
	padding-left:12px;
}
#marquee{
	width:918px;
	height:80px;
	border:1px solid #000;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.prev{
	width:20px;
	height:80px;
	position:absolute;
	left:0;
	top:0;
	background:url(/shop2009/images/arrow_button.jpg);
	z-index:99;
}
.next{
	width:20px;
	height:80px;
	position:absolute;
	right:0;
	top:0;
	background:url(/shop2009/images/arrow_button.jpg) -40px 0;
	z-index:98
}
.movebox{
	height:40px;
	position:absolute;
	left:21px;
	top:15px;
	z-index:90;
}
#loading{
	width:16px;
	height:16px;
	position:absolute;
	left:450px;
	top:30px;
	background:url(/shop2009/images/arrow_button.jpg);
	z-index:100;
	background-color:#fff;

}
.frame_loading{
	width:160px;
	line-height:16px;
	background:url(/leisure/images/wait.gif) no-repeat;
	margin:0 auto;
	padding-left:20px;
}





