
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
}
body,p, td, th, li{
	font-family:宋体,sans-serif,Helvetica,Tahoma;
	text-align: left;
	line-height:1.5em;
	font-size:12px;
	color:#000000;
}
body,p,li{
	line-height:23px;
}
label,span{
	font-size:12px;
}
p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:15px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.vam{
	vertical-align:middle;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {
    height:1%;
}
*+html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
.dis-block{
	display:block;
}
.dis-none{
	display:none;
}
.fwb{
	font-weight:bold;
}
.ofh{
	overflow:hidden;
}
.tal{
	text-align:left;
}
.tar{
	text-align:right;
}
.tac{
	text-align:center;
}
.tdlth{
	text-decoration:line-through;
}
.posrel{
	position:relative;
}
.posabs{
	position:absolute;
}
.mgt10{
	margin-top:10px;
}
.mgl10{
	margin-left:10px;
}
.mgb10{
	margin-bottom:10px;
}
.mgr10{
	margin-right:10px;
}
.mgl15{
	margin-left:15px;
}
.link1{
	color:#2e3438;
	font-size:12px;
}
.link1:hover{
}
.link2{
	color:#252a2d;
}
.centerAlign{
	margin:0 auto;
}
.fs12{
	font-size:12px;
}
.fs14{
	font-size:14px;
}
.color1{
	color:#645e58;
}
.color2{
	color:#252a2d;
}
.color3{
	color:#2e3438;
}
.inputLabel{
	line-height:28px;
}
.border_bottom{
	border-bottom:solid 1px #dfdedb;
}
.border_top{
	border-top:solid 1px #dfdedb;
}
.border_left{
	border-left:solid 1px #dfdedb;
}
.border_right{
	border-right:solid 1px #dfdedb;
}
.tab_menu{ overflow:hidden;}
.tab_menu li{ float:left; line-height:30px;margin-left:0px; cursor:pointer; text-align:center; display:block;background-repeat:no-repeat;}
.tab_menu li div{
	text-align:center;
}
.tab_box{ overflow:hidden; padding:20px 10px;}
.tab_box .tab_box_content{ display:none;line-height:23px;}
.tab_menu li.tab_selected{
	background-repeat:no-repeat;
	font-weight:bold;
}
.tab_menu li a{
	text-decoration:none;
}
.tab_menu li a:hover{
	text-decoration:underline;
}
.tab_box .tab_box_current{display:block;}
.tab_box_hidden{ display:none;}
.tab_hover{ background:#f60; }
.normal_price{
	text-decoration:line-through;
	color:#252a2d;
}
.ala_price{
	color:#ff6600;
	font-weight:bold;
}
.radioWrap{
	font-size:11px;
	vertical-align:middle;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.radioWrap .radioLabel {
	margin:0 8px 0 1px;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
	line-height:20px;
	height:20px;
}
.radioWrap .radioInput {
	margin:0;
	vertical-align:middle;
	line-height:20px;
	height:20px;
}
.radioWrap span{
	font-size:12px;
	height:20px;
	line-height:20px;
	margin:0 8px 0 1px;
	vertical-align:middle;
}
.inputText {
	border:1px solid #BDBDBD;
	color:#BDBDBD;
	display:inline;
	height:14px;
	line-height:15px;
	margin-left:4px;
	padding:5px 2px;
	width:150px;
}
.inputCheckbox{
	height:20px;
}
#main{
	width:960px;
	margin:0 auto;
	font-size:12px;
}
.resultItem{
	border-bottom:#dfdedb solid 1px;
	padding:15px 10px;
}
.resultItem .line_name_wrap{
	width:361px;
}
.resultItem .line_price_wrap{
	width:95px;
}
.resultItem .trip_time_wrap{
	color:#645e58;
}
.gap{
	line-height:10px;
	padding-top:10px;
}
.gapSpace5{
	display:block;
	width:5px;
	height:5px;
}
#footer{
	margin-top:10px;
}
#copyrightWrap{
	background-color:#f2f2e8;
	border-top:#dfdedb solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
#site_nav ul{
	marin-left:0px;
	text-align:center;
}
#site_nav li{
	display:inline;
	border-right:#737373 solid 1px;
	padding:0 5px 0 10px;
}
#site_nav li.nav_last{
	border-right:none;
}
#site_nav a{
	color:#737373;
	text-decoration:none;
}
#site_nav a:hover{
	text-decoration:underline;
}
#site_nav{
	text-align:center;
}
#copyright,#copyright p,#copyright div{
	color:#737373;
	text-align:center;
}
#copyright a{
	margin:0px 5px 0 5px;
}
.cattitlelink{
	text-decoration:none;
	color:#ffffff;
}
#frientLinkWrap{
	background-color:#ddddd5;
}
#frientLinkWrap .wrapBg{
	background-image:url(../frindlink_bg.gif);
	background-repeat: repeat-x;
	height:20px;
}
#friend_link{
	color:#737373;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	width:960px;
	margin:0 auto;
}
#friend_link li{
	display:inline;
	border-right:solid 1px #bdbdbd;
	padding:0 10px 0 10px;
}
#friend_link li.last{
	border-right:none 0;
}
#friend_link a{
	color:#737373;
	text-decoration:none;
	white-space:nowrap;
}
#friend_link a:hover{
	color:#737373;
	text-decoration: underline;
}
#wap_url{
	padding-top:8px;
	padding-bottom:15px;
	height:20px;
}
#wap_url a{
	background-image:url(../mobile_ico.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	float:right;
	height:20px;
	margin-right:10px;
	display:none;
	text-decoration:none;
}
#wap_url a:hover{
	text-decoration:underline;
}
/* 分页样式定义 start
----------------------------------------*/
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-size:12px;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #bdbdbd;
	text-decoration: none;
	color: #000;
}
.toppagination a{
	color:#ffffff;
}
.pagination a:hover,
.pagination a:active {
    text-decoration: none;
	border: 1px solid #ff6600;
	color: #ff6600;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ff6600;
	font-weight: bold;
	color: #ff6600;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* 分页样式定义 end
----------------------------------------*/
/*
搜索框弹出层
*/
.selectPopWrap{
	display: none; 
	position: absolute;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	top:0px;
	left:72px;
	border:1px solid #DFDEDB;
	text-align:left;
}
.selectPopWrap a{
	color:#BDBDBD;
	text-decoration:none;
}
.selectPopWrap a:hover{
	color:#645E58;
	background-color:#D6CDC0;
}
/*
搜索框 end
*/
/*透明遮罩层容器*/
#mainMasks{
	width:0px;
	height:0px;
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	z-index:1000;
	position:absolute;
	top:0px;
	left:0px;
}
