.hidden {
	display: none;
}
.hidden2 {
	display: none;
	height:inherit;
}
.shown {
	margin: 3px 3px 3px 1px;
	padding: 7px;
	min-height: 470px;
	background-image: url('images/travel_box_bg_middle.jpg');
}
.shown img{
	height:80px;
	width:125px;
	border:1px #669999 groove;
}

.shown2 {
	text-align: center;
}
.col1 {
	float: left;
	width: 20%;
	margin-left: 2px;
	background-color: #DDEEFF;
	font-weight: bold;
	min-height: 100px;
}
.col2 {
	float: left;
	width: 24%;
	margin-left: 2px;
	min-height: 100px;
}
.col3 {
	float: left;
	width: 30%;
	margin-left: 2px;
	background-color: #FFE1E1;
	min-height: 100px;
}
.pagebox {
	width: auto;
	margin: 10px 0;
	clear: both;
}
#panelleft {
	background-image: url('images/travel_box_bg_top.jpg');
	margin:auto;
	/*margin: 10px auto auto 10px;*/
	width: 760px;
	overflow: auto;
}
#panelleft span {
	font-weight: bold;
	font-size: 12px;
	color: #960D0A;
}
#panelleft span a {
	color: #8A0A00;
}
#panelleft span a:hover {
	color: #FF0000;
}
#tmenu{
text-align:right;
margin-right:10px;
}
#tmenu span a{
	font-weight: bold;
	font-size: 12px;
	background-color:#2aa5f8;
	color:white;
}
#tmenu span a:hover {
	/*color:#FF6F6F;*/
	color:white;
	background-color:#ba1d06;
}

</style>




