@charset "UTF-8";

/* --　*********　世界の地図都市一覧用　sprytab　CSS　*********　-- */

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */


/* ---------------------------------------------------------
 container 
--------------------------------------------------------- */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 300px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


/* ---------------------------------------------------------
 The TabGroup panel container
--------------------------------------------------------- */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------
 The Tab title
--------------------------------------------------------- */
.TabbedPanelsTab {
	position: relative;
	/*top: 1px;*/
	float: left;
	padding:0;
	margin: 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:20px;
}


.TabbedPanelsTabHover {
	background-color: #ffcc33;
}

/* on mouse */
.TabbedPanelsTabSelected {
	background-color: #ffcc33;
	border-bottom: 3px solid #ffcc33;
}

/* link */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


/* ---------------------------------------------------------
the ContentGroup container
--------------------------------------------------------- */
.TabbedPanelsContentGroup {
	clear: both;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:-3px 0 0 -3px ;
	width:298px;
	height:auto;
}

.TabbedPanelsContent {
	padding:0;
	margin:0;
	background:url(/images/secondtop/booking_search_bg.gif) no-repeat bottom left;
	}


/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* ---------------------------------------------------------
default Panel style
--------------------------------------------------------- */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


