#right_side #select_area ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 57px;
	width: 680px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF7F00;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 56px;
	width: 274px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #FF7F00;
	border-right-color: #FF7F00;
	border-left-color: #FF7F00;
}
ul.tabs li#select_bus {
	background-image: url(../reservation/img/select_bus_off.gif);
	background-repeat: no-repeat;
}
ul.tabs li#select_stay {
	background-image: url(../reservation/img/select_wp_off.gif);
	background-repeat: no-repeat;
}
ul.tabs li#select_stay2 {
	background-image: url(../reservation/img/select_wp2_off.gif);
	background-repeat: no-repeat;
}
ul.tabs li a {
	display: block;
	height: 57px;
	width: 274px;
	outline: none;
}
ul.tabs li#select_bus.active {
	background-image: url(../reservation/img/select_bus_on.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul.tabs li#select_stay.active {
	background-image: url(../reservation/img/select_wp_on.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul.tabs li#select_stay2.active {
	background-image: url(../reservation/img/select_wp2_on.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 680px;
	background: #fff;
	padding-top: 15px;
}
#right_side #select_area {
	width: 680px;
}
#right_side #select_area .tabs p {
	visibility: hidden;
}

