/* city list */
	#city_list{
		background:url(/images/title_citylist.gif) top left no-repeat;
		padding-top:113px;
		
	}
	

	
	#city_list a{
		color:#1369A4;
		margin-left:10px;
	}
	
	#city_list a:hover{
		color:#F79650;
	}

/* Promotion & Recommended*/
	#tab_menu_pro_rec {
		margin-top:20px;
		text-align:left;
		height:36px;
		background-image:url(/images/sb_mnu_space.gif);
		padding:0px;
	}
	#tab_menu_pro_rec a{
		font-size:110%;
		text-decoration:none;
		color:#999;	
		text-align:center;
		display:block;
		float:left;
		height:36px;
		background-image:url(/images/sb_mnu_deactive.gif);
		background-repeat:no-repeat;
		width:140px;
		padding-top:8px;
	}
	
	#tab_menu_pro_rec a:hover{
		text-decoration:underline;
	}
	
	#tab_menu_pro_rec a.selected{
		font-weight:bold;
		width:140px;
		background-image:url(/images/sb_mnu_active.gif);
		background-repeat:no-repeat;
		display:block;
	}
	#tab_menu_pro_rec a.hidden_tab{
		display:none;
	}
	
	#tab_content_pro_rec{
		clear:both;
		margin-top:10px;
	}
	
	
	
	
/* Recommended & Promotion Inside*/
	
	#tab_menu_rec{
		padding-bottom:30px;
	}
	
	#tab_menu_rec a,#tab_menu_pro a,#tab_menu_fn a{
		
		text-decoration:none;
		color:#4791C5;	
		text-align:center;
		display:block;
		float:left;
		height:20px;
		padding-left:18px;
		margin-left:5px;
		background:url(/images/bullet_square_d.gif) top left no-repeat;
	}
	
	#tab_menu_rec a:hover,#tab_menu_pro a:hover,#tab_menu_fn a:hover{
		text-decoration:underline;
	}
	
	#tab_menu_rec a.selected,#tab_menu_pro a.selected,#tab_menu_fn a.selected{
		color:#ff6600;
		background:url(/images/bullet_square_a.gif) top left no-repeat;
		text-decoration:underline;
	}
	
	#tab_content_rec,#tab_content_fn,#tab_content_pro{
		clear:both;			
	}
	
.recommend_item{
	margin:2 0;
	padding:5px;
	border-top:1px dashed #999;
}

.promotion .pro_body{
	margin-top:10px;
	margin-left:30px;
	
}

.promotion .pro_title{
	color:#4791C5;
	font-size:110%;
	border-bottom:1px dashed #999;
	padding-bottom:5px;
	margin-bottom:5px;
}
.promotion .pro_date{
	font-weight:normal;
	
}




