#content {
	width: 100%;
	margin-top: 15px;
}
/*！！！！！！！！！！！！！！！！！！！！ base */
.base {
	width: 100%;
	overflow: auto;
}
.base a,
.base a:visited {
	color: #693;
	text-decoration: underline;
}
.base a:hover {
	color: #f60;
	text-decoration: underline;
}
.info_left {
	float: left;
	width: 242px;
	padding: 0 0 10px 3px;
	line-height: 30px;
	text-align: center;
}
.info_left img {
	display: block;
	width: 230px;
	height: 190px;
	padding: 5px;
	border: 1px solid #ccc;
}
.info_right {
	float: left;
	width: 508px;
	margin-left: 25px;
}
.info_right h2 {
	height: 30px;
	font-size: 16px;
	color: #36c;
	line-height: 30px;
}
.info_contact {
	display: block;
	width: 100%;
	overflow: auto;
}
.info_contact li {
	float: left;
	width: 50%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.info_contact .lab {
	color: #666;
}
.info_contact .price {
	color: #f00;
}
.order {
	margin-top: 10px;
	text-align: center;
}
/*！！！！！！！！！！！！！！！！！！！！ base end */
/*！！！！！！！！！！！！！！！！！！！！ switchtitle */
.switchtitle {
	width: 100%;
	height: 28px;
	margin: 10px 0;
	border-bottom: 3px solid #fc0;
}
.switchtitle li {
	display: block;
	float: left;
	width: 92px;
	height: 19px;
	margin-right: 2px;
	padding-top: 9px;
	background: url(../Images/Before/Travel_Detail/button2.gif) no-repeat bottom;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.switchtitle .hover {
	color: #f60;
}
.switchtitle .on {
	background: url(../Images/Before/Travel_Detail/button1.gif) no-repeat bottom;
	font-weight: bold;
	color: #333;
	line-height: 15px;
}
/*！！！！！！！！！！！！！！！！！！！！ switchtitle end */
.introduce {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #fffff9;
	font: normal 14px/24px "卜悶";
	color: #333;
}
.introduce p {
	margin-top: 10px;
}
.switchcontent {
	display: none;
}
.line_gray {
	width: 100%;
	height: 1px;
	background: #ebebeb;
	overflow: hidden;
}
.title {
	height: 20px;
	margin: 3px 0;
	padding: 2px 0 0 10px;
	background: #ebebeb;
	color: #369;
	font: bold 14px/20px "卜悶";
}
.detail {
	width: 756px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ebebeb;
	border-top: 0;
	color: #333;
	line-height: 24px;
	overflow: auto;
}
.detail h3 {
	font-size: 12px;
}
.detail .links {
	padding: 0 0 10px 20px;
}
.detail .links a,
.detail .links a:visited {
	margin: 0 10px 10px 0;
	color: #36c;
	text-decoration: underline;
	white-space: nowrap;
}
.detail .links a:hover {
	color: #f60;
	text-decoration: underline;
}
/*！！！！！！！！！！！！！！！！！！！！ contact */