/* -----Start 主体元素---------- */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, div, table, td, input, select {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 12px;
	color: #333333;
}

select {
	font-size: 12px;
}

img {
	border: 0;
}
a:visited, a:link  {
	text-decoration: none;
	color: #7f4900;
}
a:hover {
	text-decoration: underline;
}
ul, li, ol, dl, dd, dt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}
/* -------End 主体元素--------- */

/* -----Start 布局元素---------- */
.hidden {
	display: none;
}
.hackbox {
	border-top: 1px solid transparent !important;
	border-top: 0;
	clear: both;
}
.bodywrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.box-left {
	float: left;
}
.box-right {
	float: right;
}
/* -------End 布局元素--------- */

/* -------Start 字体样式------------ */
/*颜色*/
.xe60000 {
	color: #e60000 !important;
}
a.lxe60000:visited, a.lxe60000:link {
	color: #e60000 !important;
}
.xff0000 {
	color: #ff0000 !important;
}
a.lxff0000:visited, a.lxff0000:link {
	color: #ff0000 !important;
}
.xff6600 {
	color: #ff6600 !important;
}
a.lxff6600:visited, a.lxff6600:link {
	color: #ff6600 !important;
}
.x005b75 {
	color: #005b75 !important;
}
a.lx005b75:visited, a.lx005b75:link {
	color: #005b75 !important;
}
.x004deb {
	color: #004deb !important;
}
a.lx004deb:visited, a.lx004deb:link {
	color: #004deb !important;
}
.x5e2f01 {
	color: #5e2f01 !important;
}
a.lx5e2f01:visited, a.lx5e2f01:link {
	color: #5e2f01 !important;
}
.x333333 {
	color: #333333 !important;
}
a.lx333333:visited, a.lx333333:link {
	color: #333333 !important;
}
.x666666 {
	color: #666666 !important;
}
a.lx666666:visited, a.lx666666:link {
	color: #666666 !important;
}
.x888888 {
	color: #888888 !important;
}
a.lx888888:visited, a.lx888888:link {
	color: #888888 !important;
}
/*行距*/
.l100 {
	line-height: 100%;
}
.l130 {
	line-height: 130%;
}
.l160 {
	line-height: 160%;
}
/*样式*/
a.lxe60000:hover, a.lxff0000:hover, a.lxff6600:hover, a.lx005b75:hover, a.lx004deb:hover, a.lx5e2f01:hover, a.lx333333:hover, a.lx666666:hover, a.lx888888:hover {
	text-decoration: underline;
}
.xnormal {
	font-weight: normal;
}
/* --------End 字体样式------------ */

/* -------Start 错误提示------------ */
.error-pannel {
	background-color: #ffeded;
	background-image: url(/images/ico_error_1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #ff9494;
	margin-top: 5px;
	margin-bottom: 15px;
}
.error-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
}
.error-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #e60000;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
}
.error-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
}
.error-pannel a {
	color: #e60000;
	text-decoration: underline;
}
/* -------End 错误提示------------ */

/* -------Start 信息提示------------ */
.info-pannel {
	background-color: #e3f9ff;
	background-image: url(/images/ico_info_1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #6ccfeb;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.info-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
	text-align: left;
}
.info-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #004deb;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.info-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
	text-align: left;
}
.info-pannel a {
	color: #004deb;
	text-decoration: underline;
}
/* -------End 信息提示------------ */

/* -------Start 成功提示------------ */
.success-pannel {
	background-color: #e7ffd8;
	background-image: url(/images/ico_success_1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #85d46a;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.success-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
	text-align: left;
}
.success-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #1b9000;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.success-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
	text-align: left;
}
.success-pannel a {
	color: #1b9000;
	text-decoration: underline;
}
.order-success-pannel {
	background-image: url(/images/success_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #487617;
	background-color: #f9feed;
	border: 1px solid #8dbf57;
	padding-bottom: 30px;
}
.order-success-pannel dt {
	font-size: 18px;
	font-family:Verdana,
	font-weight: bold;
	height: 40px;
	padding-top: 22px;
	padding-left: 65px;
}
.order-success-pannel dd {
	padding-left: 67px;
	width: 440px;
	line-height: 18px;
}
.order-success-pannel a {
	color: #487617;
	text-decoration: underline;
}

/* -------End 成功提示------------ */

/* -------Start 帮助提示------------ */
.helpbox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fffced;
	border: 1px solid #CA6200;
	background-image: url(/images/helpbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.helpbox .title {
	border: 1px solid #fffced;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #7F4900;
	padding-bottom: 10px;
	padding-right: 2px;
	line-height: 20px;

}
.helpbox .title #close {
	float: right;
	display: block;
	cursor: pointer;
}

.helpbox .content {
	padding-left: 20px;
	line-height: 18px;
	padding-right: 20px;
	padding-bottom: 15px;
	overflow: auto;
	height: 75%;
}
*+html .helpbox .content {
	height: auto;
}
*html .helpbox .content {
	height: auto;
}
.helpbox .content a {
	text-decoration: underline;
	color: #004deb;
}

/* -------Start 按钮样式------------ */
.buttonstyle1 {
	background-image: url(/images/btn_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 64px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #7f4900;
}
.buttonstyle2 {
	background-image: url(/images/btn_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #666666;
}
.buttonstyle3 {
	background-image: url(/images/btn_bg3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 64px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #7f6000;
}
.buttonstyle4 {
	background-image: url(/images/btn_bg4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 109px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.buttonstyle5 {
	background-image: url(/images/btn_bg5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #7f4900;
}
.buttonstyle {
	font-weight: bold;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	height: 21px;
}

/* -------End lightbox样式------------ */

/* -------Start 折叠区域------------ */
/*----collapse-pannel-----------*/
.collapse-pannel {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.collapse-pannel .collapse-title {
	background-color: #eaeaea;
	cursor: pointer;
	font-weight: bold;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.collapse-pannel .collapse-content {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
/* -------End 折叠区域------------ */

/* -------Start 页码------------ */
.pager {
	padding: 20px;
}
.pager dd {
	float: left;
	font-weight: bold;
}
.pager dd a {
	display: block;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 1px solid #ead0a8;
	color: #7f4900;
}
.pager dd font {
	color: #ff6600;
}

.pager dd a:hover {
	color: #fef7ed !important;
	background-color: #aa7831;
}
.listbox1 {
	background-image: url(/images/listbox1_top.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
	width: 214px;
	margin-top: 10px;
}
.listbox1 .title {
	font-size: 13px;
	font-weight: bold;
	background-image: url(/images/ico_arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 12px;
	height: 17px;
	overflow: hidden;
}
.listbox1 .title span {
	background-color: #FFFFFF;
	padding-right: 10px;
}

.listbox1 .listcontent {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.listbox1 .listcontent ul li {
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	background-image: url(/images/ico_arrow_12.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.listbox1 .listcontent a {
	color: #444444;
}
.listbox1 .bottom {
	background-image: url(/images/listbox1_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
	width: 214px;
}
.listbox2 {
	background-image: url(/images/listbox3_top.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 214px;
	margin-top: 10px;
}
.listbox2 .title {
	font-size: 13px;
	font-weight: bold;
	background-image: url(/images/ico_arrow_10.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 12px;
	height: 17px;
	overflow: hidden;
	color: #7f4900;
}
.listbox2 .title span {
	background-color: #FFFFFF;
	padding-right: 10px;
}

.listbox2 .listcontent {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	background-image: url(/images/ico_number.gif);
	background-repeat: no-repeat;
	background-position: 4px 9px;
	margin-bottom: 2px;
}
.listbox2 .listcontent ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	padding-left: 18px;
	width: 182px;
	overflow: hidden;
	height: 18px;
	padding-top: 5px;
}
div#hottourlist.listbox2 .listcontent ul li {
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
}
.listbox2 .listcontent a {
	color: #666666;
}
.listbox2 .bottom {
	background-image: url(/images/listbox3_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
	width: 214px;
}
#questionform {
	background-image: url(/images/listbox2_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 214px;
	margin-top: 10px;
}
#questionform .title {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 28px;
	height: 25px;
}
#questionform ul li {
	margin-top: 5px;
	text-align: center;
	display: block;
}
#questionform .textarea {
	width: 180px;
}
#questionform .input {
	width: 120px;
}
#questionform .bottom {
	background-image: url(/images/listbox2_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	width: 214px;
	padding-top: 10px;
}


/* -------End 页码------------ */

/* -------Start 头部------------ */
#head {
	height: 108px;
	background-image: url(/images/row_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#head  .box-top {
	height: 80px;
}
#head .box-top dl {
	float: right;
	width: 312px;
	margin-top: 2px;
	display: block;
}
#head  .box-top  dl  dt,#head .box-top dl dd {
	float: left;
}
#head .box-top dl dd {
	padding-left: 23px;
	background-image: url(/images/ico_arrow_9.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;/*For Firefox*/
	*padding-top: 4px;/*For IE7*/
	_padding-top: 2px;
}
#head .box-bottom {
	padding-left: 120px;
}
#head .box-bottom a {
	display: block;
	float: left;
	height: 28px;
}
#row-search {
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	background-image: url(/images/row_search1.gif);
}
#searchform {
	width: 570px;
	padding-left: 50px;
	padding-top: 6px;
	height: 25px;
	overflow: hidden;
}
#searchform ul li {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
#searchform  .ddl {
	width: 140px;
}
#searchform .input {
	width: 130px;
}

#marqueetext {
	width: 340px;
	margin-top: 11px;
	height: 18px;
	overflow: hidden;
}
#mainwrapper {
	margin-top: 8px;
}
#mainwrapper .box-left {
	width: 214px;
}
#mainwrapper .box-right {
	width: 755px;
}
#hotline {
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 214px;
	margin-top: 10px;
}
#location {
	color: #7f4900;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7f4900;
	padding-left: 2px;
}
/* -------End 头部------------ */

/* -------Start 版权声明------------ */
#copyright {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
#copyright  a  {
	color: #666666;
}
#copyright .box-top {
	background-color: #ececec;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
	padding-top: 5px;
	padding-bottom: 6px;
}
#copyright .box-bottom {
	padding-top: 8px;
	line-height: 20px;
}
/* -------End 版权声明------------ */

/* -------Start 行程列表------------ */
.tourlist {
	background-image: url(/images/tourlistbg2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 455px;
	margin-top: 10px;
	padding-left: 15px;
	overflow: hidden;
}
*+html .tourlist {
	margin-top: 0px;
}
.tourdec {
	line-height: 18px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
}

.tourlist dt {
	height: 35px;
	clear: both;
	float: none;
}
.tourlist dt strong {
	float: left;
	height: 18px;
	padding-top: 6px;
	color: #dd0000;
	text-align: center;
	width: 65px;
	padding-right: 10px;
	display: block;
}
.tourlist dt em {
	font-style: normal;
	float: left;
	padding-top: 4px;
	padding-left: 20px;
}
.tourlist dt em a:link, .tourlist dt em a:visited {
	text-decoration: underline;
	color: #dd0000;
}
.tourlist dd {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ead0a8;
	background-image: url(/images/ico_arrow_9.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	float: left;
	width: 435px;
	margin-right: 25px;
}
.tourlist dd .title {
	width: 360px;
	float: left;
	padding-left: 10px;
}
.tourlist dd .price em {
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.tourlist dd.bottom {
	float: none;
	background-image: url(/images/tourlistbg2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -15px;
	width: 470px;
}
.imglist li {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.imglist li a {
	display: block;
	height: 100%;
}

/* -------End 行程列表------------ */
#links {
	margin-top: 10px;
	background-image: url(/images/links_bg.gif);
	background-repeat: no-repeat;
	background-position: left 19px;
}
#links .title {
	background-image: url(/images/ico_arrow_11.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	height: 19px;
	padding-left: 12px;
	overflow: hidden;
}
#links ul {
	padding-left: 7px;
	margin-top: 18px;
}
#links ul li {
	float: left;
	width: 100px;
	text-align: center;
	height: 40px;
}
