$("#dealsAimInfo").ready(function(){
	$("#dealsAimInfo dt div").css("color","#FFF");
	$("#dealsAimInfo dt div").css("font-weight","bold");
	$("#dealsAimInfo dl .price").css("width","80px");
	$("dl dd:nth-child(even)").css("background","#e8efff");
	$("dl dd:nth-child(odd)").css("background","#fff");
});
$().ready(function(){
	$("#depcity").change(function(){
		window.location.href=$("#depcity").val()+".shtml";
	});
});
