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

#content{
	width:100%;
	margin:0 0 20px 0;
}

.content_l{
	width:350px;
	float:left;
}



.day_desc li{
	width:330px;
	background:#f3f3f3;
	border:1px solid #b7b7b7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:30px 0 0 0;
	padding:10px;
}

#content .content_l .day_desc li .title{
	line-height:20px;
	background:url(../../../../images/gui/day_desc.png) repeat center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:-20px 0 0 0;
	padding:0 10px 0 10px;
	border:1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .content_l .day_desc p{
	font-size:12px;
	color:#666666;
	text-align:justify;
	margin:8px 5px 5px 5px;
}

#content .content_l .day_desc .details{
	width:308px;
	padding:10px;
	height:80px;
	background:url(../../../../images/gui/day_details.jpg) repeat-x;
	border:1px dashed #b7b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#content .content_l .day_desc .details .detials_title{
	float:left;
	margin:0 15px 0 0;
}

#content .content_l .day_desc .details .detials_title li{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:1px;
	background:none;
	margin:0px;
	border:none;
	width:auto;
	height:auto;
}

#content .content_l .day_desc .details .detials_data{
	float:left;
}

#content .content_l .day_desc .details .detials_data li{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	padding:1px;
	background:none;
	margin:0px;
	border:none;
	width:auto;
	height:auto;
}

.content_r{
	width:350px;
	float:left;
	margin: 0 0 0 15px;
}



#inner_slider{
	width:350px;
	height:258px;
	background:#000;
	margin:30px 0 10px;
}

#inner_slide{
	width:100%;
	height:209px;
	position:relative;
}

#inner_slider ul li{
	float:left;
}

#inner_slider ul li img{
	width:60px;
	height:40px;
	margin:5px 2px 5px 2px;
	
}

.left_arrow{
	position:relative;
	float:left;
	margin:25px 5px 0 5px;
}

.right_arrow{
	position:relative;
	float:right;
	margin:25px 5px 0 5px;
}

.prettyGalleryContainer ul {
		margin: 0 0 0 11px;
		padding: 0;
		width:320px !important;
	}
	
.pg_paging .pg_next{
	margin:-6px -11px 0 3px;
}

.pg_paging .pg_previous{
	margin:-6px 3px 5px -10px;
}

.prettyGalleryContainer{
	margin:0 0 10px 3px;
}

#tour_info{
	width:99.5%;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	background:#f3f3f3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #ccc;
	overflow:hidden;
}

#tour_info h1{
	width:97.5%;
	height:20px;
	background:url(../../../../images/gui/tour_info.png) repeat-x;
	border:1px solid #666666;
	border:none;
	padding:8px 0 0 10px;
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tour_info .info_title{
	
	float:left;
	margin:10px 0 10px 0;

}

#tour_info .info_title li{
	width:100px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin:5px 0 0 10px;
	padding:0 0 5px 0;
	background:none;
	border:none;
	width:105px;
	height:auto;
	border-bottom:1px dashed #929292;
}

#tour_info .info_data{
	float:left;
	margin:10px 0 10px 0px;
}

#tour_info .info_data li{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	background:none;
	border:none;
	width:210px;
	height:auto;
	border-bottom:1px dashed #929292;
	margin:5px 0 0 0;
	padding:0 0 5px 10px;
}

#tour_info p{
	font-size:12px;
	color:#666666;
	clear:both;
	margin:0 0 0 10px;
}

#tour_info ul li{
	font-size:12px;
	color:#666666;
	padding:10px 0 0 10px;
}

.tbl_1{
	border-collapse: separate;
	border-spacing: 5px;
}

.tbl_1 td{
	padding:10px 0 10px 0;
	color:#666;
	font-size:12px;
	border-bottom:1px dotted #666;
}

.tbl_1 td.fiveh{
	padding:5px 0 5px 0;
}

.tbl_1 td.label{
	font-weight:bold;
}
.tbl_1 td.rb{
	border-right:1px dotted #ccc;
}
.tbl_1 td.last{
	border:none;
}





