/* CSS Document */

.travel_list {
	
}

.travel_list ul { list-style:none}
.travel_list ul li{ margin-bottom:20px }
.travel_list ul li img{
	width: 180px;
	height:130px;
	border:1px solid #EAEAEA;
	padding:2px;
	margin-right:10px;
}
.small {
	color: #FF6600;
	font-size: 12px;
}
.travel_list .pages {
	padding:10px
}
.travel_list .pages a, .travel_list .pages strong{
	border:1px solid #0678f9;
	padding:0 2px;
	display:inline-block;
}
.travel_list .pages strong{
	background:#FFC
}

.detail_head { margin:10px 0}
.detail_head img{
	width: 120px;
	border:1px solid #EAEAEA;
	padding:2px;
	float:left;
	margin-right:10px;
}

/*Tabview*/
div.TabView {
	margin-bottom: 10px;
}

div.TabView div.Tabs {
	overflow: hidden;
	background: #F7F7F7;
	height: 30px;
}

div.TabView div.Tabs a {
	float: left;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color:#D70000;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:700;
	text-transform: uppercase;
}

div.TabView div.Tabs a:hover {
	color: #FF0000;
}

div.TabView div.Tabs a.Active {
	color: #000000;
	background: #FFF;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	font-weight: bold;
}

div.TabView div.Pages {
	background: #FFFFFF;
	height: auto;
	width: auto;
	clear: both;
	overflow: hidden;
}

div.TabView div.Pages div.Page {
	height: auto;
	padding: 5px;
	width: auto;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-top:0;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}