@charset "utf-8";
/* CSS Document */
@import url("public/global.css");
@import url("public/header.css");
@import url("public/footer.css");
@import url("public/content.css");
@import url("public/subpage.css");
@import url("public/page.css");
/*↓======================== 新增的线路总页面 ===========================↓*/
.routeClassify dl{
	height:100%;
	display:table;
}
.routeClassify dl dt{
	font-weight:bold;
	margin-top:5px;
	clear:both;
}
.routeClassify dl dd{
	width:85px;
	padding-left:13px;
	float:left;
}
/*↓======================== 省线路页面 ===========================↓*/
.provinceRoute ul li{
	line-height:32px;
	border-bottom:1px #999999 dashed;
}
.provinceRoute ul li .rTitle{
	width:450px;
}
.routeRecommend{
	border-bottom:1px #CCCCCC solid;
	padding:5px 10px 0px 10px;
}

/*↓========================线路内容页面===========================↓*/
/* 线路预订信息 */
#RC_RouteBook{
	height:280px;
}
#RC_RouteBook h1{
	height:35px;
	line-height:35px;
	margin-top:5px;
}
#RC_RouteBook h1 img{
	margin-left:5px;
}
#RC_RouteBook dl{
	width:240px;
	float:left;
}
#RC_RouteBook dt{
	width:240px;
	height:180px;
	margin-bottom:5px;
}
#RC_RouteBookContent{
	width:440px;
	margin-left:15px;
	float:left;
}

#RC_RouteBookbutton{
	margin-right:5px;
	float:left;
}
/* 行程安排 */
#RC_Itinerary{
	padding-left:20px;
}
#RC_Itinerary dt{
	height:25px;
	background:url(/images/itinerary_bg.jpg) repeat-x;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	margin-top:10px;
	margin-bottom:5px;
}
#RC_Itinerary dd label{
	font-weight:bold;
}

#RC_ContactPerson{
	height:100px;
	background:url(/images/RC_ContactPerson_bg.jpg) no-repeat;
	margin-top:30px;
	margin-left:10px;
}
#RC_ContactPerson dl{
	line-height:30px;
	padding:15px 10px 5px 10px;
}
#RC_ContactPerson dl dt{
	font-size:18px;
	color:#FF6600;
	float:left;
}
#RC_ContactPerson dl dd{
	font-size:14px;
}
#RC_ContactPerson ul{
	padding-left:20px;
}
#RC_ContactPerson ul li{
	float:left;
	margin-left:20px;
}
#RC_Services{
	margin-top:20px;
	margin-left:15px;
}
/* 留言信息填写 */
#message{
	padding:10px;
}
#message li{
	margin-right:20px;
	line-height:35px;
	height:100%; *height:100%!important; *height:35px;
	
}
#message li label{
	font-weight:bold;
}
.messageButton{
	width:50px;
	height:22px;
	line-height:22px;
	background:url(/images/MessageButton_bg.jpg) no-repeat;
	color:#FFFFFF;
	border:0px solid;
}
.messagePhone{
	width:120px;
}
.messageE-mail{
	width:150px;
}
.messageTitle{
	width:250px;
}
.messageContent{
	width:400px;
	height:100px;
	margin-bottom:20px;
	border:1px #CCCCCC solid;
}

.TPRouteClassify ul{
	height:100%;
	display:table;
	padding:5px 2px 5px 8px;
	clear:both;
}
.TPRouteClassify ul li{
	width:46px;
	float:left;
}

