@charset "utf-8";
/* CSS Document */


#search-area {
	position:relative;
	padding:13px;
}
#search-area .corner {
	position:absolute;
	width:22px;
	height:22px;
}
#search-area #topleft-corner {
	top:0px;
	left:0px;
	background:#046da1;
}
#search-area #topright-corner {
	top:0px;
	right:0px;
	background:#f1ae00;
}
#search-area #bottomleft-corner {
	bottom:0px;
	left:0px;
	background:#f1ae00;
}
#search-area #bottomright-corner {
	bottom:0px;
	right:0px;
	background:#046da1;
}
#searchbox-area {
	padding:13px;
	background:#dbdbdb;
}
#searchbox-area .column {
	float:left;
	width:320px;
	padding-left:20px;
	border-left:2px solid #197aa9;
}
#searchbox-area .column h2 a {
	color:#000;
}
#searchbox-area .column:first-child {
	border-left:none;
	width:200px;
}
#search-area .submitbtn {
	background:#d30d86;
	border:2px solid #fa6bc2;
	padding:2px 10px 2px 10px;
	color:#fff;
	font-weight:700;
	font-size:14px;
}



#top-border-left {
	width:190px;
	height:5px;
	background:#0357ad;
	float:left;
}
#top-border-right {
	width:822px;
	height:5px;
	background:#939393;
	float:right;
}
#content-title-area {
	padding:12px 13px 0px 13px;
}
#content-title-area h1 {
	float:left;
	padding-right:40px;
	background:url(../images/h1-tour-title.png) no-repeat top right;
}
#content-title-area #netvigation {
	float:right;
	margin-top:8px;
}
#content-area {
	position:relative;
	padding:13px 13px 23px 13px;
}
#content-topshadow {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:21px;
	background:url(../images/content-topshadow.png) repeat-x;
}
#content-subtitle-area {
	margin:10px 0px 23px 0px;
	height:71px;
}











#tourlist-area {
	position:relative;
}
#tourlist-box {
	position:relative;
	border-top:8px solid #939393;
	border-bottom:8px solid #939393;
}
#tourlist-leftborder {
	position:absolute;
	left:0px;
	width:20px;
	height:100%;
	background:url(../images/tourlist-leftborder.png) repeat-y;
}
#tourlist-rightborder {
	position:absolute;
	right:0px;
	width:20px;
	height:100%;
	background:url(../images/tourlist-rightborder.png) repeat-y;
}
#tourlist-container {
	padding:0px 0px 8px 0px;
}


#tourlist-title-area {
	padding:0px 15px 0px 15px;
	margin-top:8px;
	position:relative;
}
#tourlist-title-area #tourlist-title-left {
	width:10px;
	height:29px;
	background:url(../images/tourlist-titleleft.png) no-repeat;
	position:absolute;
	left:15px;
}
#tourlist-title-area #tourlist-title-right {
	width:10px;
	height:29px;
	background:url(../images/tourlist-titleright.png) no-repeat;
	position:absolute;
	right:15px;
}
.tourlist-title {
}
.tourlist-title ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tourlist-title ul li {
	float:left;
	background:#197aa9;
	padding-top:7px;
	height:22px;
	color:#fff;
	font-weight:700;
	text-align:center;
}
#tourlist-title ul li:first-child {
	
}



.tourlist-subtitle-promote {
	padding:0px 13px 0px 0px;
	margin:8px 0px 0px 0px;
}
.tourlist-subtitle-normal {
	padding:0px 13px 0px 0px;
	margin:8px 0px 0px 0px;
}
.tourlist-row {
	padding:8px 13px 8px 13px;
	margin:8px 0px 0px 0px;
	font-size:14px;
}
.tourlist-row ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tourlist-row ul li {
	float:left;
}


#tourlist-area .tourpicture {
	width:76px;
	margin-left:10px;
}
#tourlist-area .tourcode {
	width:120px;
}
#tourlist-area .tourname {
	width:290px;
}
#tourlist-area .tourday {
	width:40px;
}
/*
#tourlist-area .tourdesc {
	width:320px;
}
*/
#tourlist-area .tourpdf {
	width:80px;
}
#tourlist-area .tourprice {
	width:150px;
}
#tourlist-area .price {
	color:#ff0000;
	font-weight:700;
	text-align:center;
}
#tourlist-area .tourfunction {
	width:100px;
	text-align:right;
}
#tourlist-area .aligncenter {
	text-align:center;
}

#tourlist-area .applynow {
	height:18px;
	padding-top:4px;
	padding-right:26px;
	background:url(../images/tour-applynow.png) no-repeat top right;
	color:#000;
	margin-bottom:5px;
}
#tourlist-area .viewdetail {
	height:18px;
	padding-top:4px;
	padding-right:26px;
	background:url(../images/tour-viewdetail.png) no-repeat top right;
	color:#000;
	margin-bottom:5px;
}