﻿/*
Author : Steven
Time : 2012/11/10	
Directions : 機票次首頁與機票搜尋頁的航空公司與艙等使用的css.
*/
*
{
	margin: 0;
	padding: 0;
}

.hidden
{
	display: none !important;
}

/* Used only when enhanced */
.enhanced a
{
	font-size: 13px;
	text-decoration: none;
	color: #666;
	line-height:13px;
}
.enhanced a:hover{
	text-decoration: none;
}
.dropdown
{
	float: left;
	width: 150px;
	position: relative;
}

	.dropdown .options
	{
		position: absolute;
		left: 2px;
		top: 25px;
		overflow: auto;
		background: #fff;
		/*width: 169px;*/
		width: 145px;
		/*height: 200px;*/
		border: 1px solid #c8c8c8;
		border-top: 0;
		padding: 7px 0px;
		overflow:visible;
	}

		.dropdown .options ul
		{
			list-style: none;
		}

		.dropdown .options a
		{
			display: block;
			font-size: 13px;
			color:#666;
			line-height:24px;
			padding: 2px 0;
		}

			.dropdown .options a:hover
			{
				text-decoration: none;
			}

a.dropdown_toggle
{
	display: block;
	height: 24px;
	background: url(/Images/enhanced-select-arrow.png) top right no-repeat;
	padding-right: 25px;
}

	a.dropdown_toggle span
	{
		display: block;
		background: url(/Images/enhanced-select-bg.png) no-repeat;
		padding: 7px 0 0 8px;
		height: 18px;
		/*cursor: pointer !important;*/
	}
