/*＝ ＝＝＝＝＝＝＝ Tibet-tour.com 网站CSS代码规范 ＝＝＝＝＝＝＝＝ */
/*
	 注释内容由主要由全角字符书写，布局、文字以及基本元素的定义区间使用
	 XXXX[开始/结束]【前后各十个全角等号】隔开。
    
    各个功能区块和类的定义使用XXXX[开始/结束]【前后各七个全角减号】隔开
    
    CSS的各个属性值的注释直接标注在该属性旁
	
	编写: Zhao Xiaotong
	最后更新时间：2005-04-10 14:26
    
 */

/* ＝＝＝＝＝＝＝＝＝＝ 基本元素[开始] ＝＝＝＝＝＝＝＝＝＝ */

p {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10.5pt;
	line-height: 1.5;
	color: #333;
	margin: 0 0 1em 0;
	padding: 2px;
	text-align:left;
	}
	
/* ＝＝＝＝＝＝＝＝＝＝ 基本元素[结束] ＝＝＝＝＝＝＝＝＝＝ */	


	

/* ＝＝＝＝＝＝＝＝＝＝ 页面布局[开始] ＝＝＝＝＝＝＝＝＝＝*/

/* 定义Body */
body {
	width:770px;
	background-color:#667;
	margin: 0 auto;
	text-align:center;
 marks: none; 
	}

/* 定义外框，背景是右边带阴影的图片 */
#border {
/*	position:relative;
	margin:0;
	padding:10px 20px 10px 10px;

/* 给左边加条线 显示出边界。用于浅色背景
	padding:10px 20px 10px 9px;
	border-left: 1px solid #DDD;
*/	
/*	text-align:left;
	background: #cfe url(/s/s01/pageback.gif) top center repeat-y;
	visibility:hidden;*/
	}

/* 定义头部：这里包含Sitename和Slogan，还有背景图片 */
#header {
	display:none;
	}
	
/* 定义左侧导航条 */
#sidebar {
position:absolute;
top:0;
left:10000px;
width:0;
	display:none;
	}

#sidebar>h1,#sidebar>h2,#sidebar>h3{
display:none;}

/* 定义主要内容区 */
#content {
	position:relative; /*没有这条规则IE6显示不出来 */
	clear:both;
	width:720px;
	margin: 0;
	padding:10px;
	background-color: #FFF;
	}

/* 定义脚标位置 */
#footer {
	clear:both;
	width:736px;
	height: 40px;
	margin:10px 0 0 0;
	padding: 2px;
	text-align:center;
	vertical-align:middle;
	border-top:1px #DDD solid;
	}

/* 定义站点主导航栏位置 */
#sitenav {
	display:none;
	}
	
/* ＝＝＝＝＝＝＝＝＝＝ 页面布局[结束] ＝＝＝＝＝＝＝＝＝＝*/






/* ＝＝＝＝＝＝＝＝＝＝ 文字样式表[开始] ＝＝＝＝＝＝＝＝＝＝*/


/*－－－－－－－脚标文字表现[开始]－－－－－－－ */
#footer p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin:0;
	padding:2px 0;
	font-size: 9pt;
	line-height: 36px;
	}		

#footer p a:link,
#footer p a:visited {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin:0;
	padding:2px;
	font-size: 9pt;
	color: #696;
	text-decoration:none;
	}		

#footer p a:hover {
	padding: 2px;
	font-weight: bold;
	color:#333;
	background: #6CF;
	}		

/*－－－－－－－脚标文字表现[结束]－－－－－－－ */	



#content a {
	display:inline;
	border:none;}	


#content h1,h2,h3 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #bf3f2b;
	line-height: 1.5em;	
	margin: 0 0 0.5em 0;
	}	
	
#content h1 {
	font-size: 16pt;
	}		

#content h2 {
	font-size: 12pt;
	}			

#content h3 {
	font-size: 10.5pt;
	}				

/* －－－－－－－通用的列表样式－－－－－－－*/

.commonlist li{
 	font-weight: normal;
 	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #333 ;
	line-height:1.25;
/*	margin: 0 0 1em 0;*/
	}

/* －－－－－－－Tibet Tour Expert 这个单词组合的表现形式－－－－－－－*/	
.expert {
 	display:inline;
	font-weight: bold;
 	font-family: Arial, Verdana, sans-serif;
	text-transform : uppercase;
	color: #393 ;	
	}	
	



/* ＝＝＝＝＝＝＝＝＝＝ 文字样式表[结束] ＝＝＝＝＝＝＝＝＝＝*/


/* ＝＝＝＝＝＝＝＝＝＝ 针对各页的样式表[开始] ＝＝＝＝＝＝＝＝＝＝*/

/* －－－－－－－ Contact US [开始]－－－－－－－ */

#companylocationmap {
	display: block;
	margin: 10px;
	padding: 10px;
	text-align:left;
	border: 4px dashed #090;
	background: #FFF;
	}

/* －－－－－－－ About US [结束]－－－－－－－ */

/* －－－－－－－ Experts/Guides List [开始]－－－－－－－ */

#stafflist li {
	list-style:none;	
	font-size: 12px ;
	font-weight: bold ;
	color: #393 ;
	font-family: Verdana, Arial, sans-serif;
	line-height:1.5;
	margin: 0 0 0 -10px;	
	padding: 0 0 0 10px;	
	background: #f1f5f5;
	}

#stafflist p {
	font-weight: normal;
	font-size:11px;
	color: #333 ;
	line-height:1.5;
	margin: 0 0 1em 0;	
	}
/* －－－－－－－ Experts/Guides List [结束]－－－－－－－ */

/* －－－－－－－ What we offer [开始]－－－－－－－ */
 .serviceitems {
 	font-weight: normal;
 	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color: #333 ;
	line-height:1.5;
	}
/* －－－－－－－ What we offer [结束]－－－－－－－ */

/* －－－－－－－ equipment & medicines [开始]－－－－－－－ */
.medicinename {
 	display:inline;
	font-family: Georgia, sans-serif;
	font-style: italic;
	color: #393 ;	
	}	 

.equipmentname {
 	font-family: Arial, sans-serif;
	font-weight:bold;
	color: #4682B4;	
	font-style: italic;
	}	 	
	
/* －－－－－－－ equipment & medicines [结束]－－－－－－－ */

/* －－－－－－－ Tibetan words meaning table [开始]－－－－－－－ */
#tibetanwords {
 	border: 1px solid #686;
	margin:10px;	
	padding: 0;	
	background:#FFF;
	}	 

#tibetanwords td {
 	padding: 2px 10px;	
	color: #4682B4;	
	font: 12px bold Tahoma, Verdna, Arial, sans-serif;
	background:#F8F8F0;
	border-right:1px #CCC solid;	
	border-top:1px #CCC solid;	
	}	 		

#tibetanwords th {
 	padding: 2px 10px;	
	color: #FFF;
	font: 12px bold Verdna, Arial, Tahoma, sans-serif;
	background:#686;	
	}	 		
	
#tibetanwords caption {
	font: 14px bold Geneva, Arial, sans-serif;	
	color: #000;	
	word-spacing: 20px;
	letter-spacing:8px;
	line-height: 20px;
	}

/* －－－－－－－ Tibetan words meaning table [结束]－－－－－－－ */	

/* －－－－－－－ Chinese embassy list [开始]－－－－－－－ */

/* 定义大使馆列表样式 */
.embassylist li{
 	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #333 ;
	line-height:1.5;
	list-style:none;
	}

/* －－－－－－－ Chinese embassy list [结束]－－－－－－－ */

/* －－－－－－－ Tibetan Road Condition Table [开始]－－－－－－－ */

#flight {
	background:#696;
	border: 10px #CFDCCF solid;
	}
	
#flight td {
 	color: #666;	
	background:#F8F8F0;	
	vertical-align:top;
	}	 		

#flight th {
 	color: #FFF;
	font: 12px bold Arial, Tahoma, sans-serif;
	line-height: 24px;
	background:#686;
	text-align:center;	
	}	 		
	
#flight p {
	font: 11px verdana, Arial, sans-serif;	
	padding: 2px;
	color: #333;	
	}
	
/* －－－－－－－ Tibetan Road Condition Table [结束]－－－－－－－ */

/* 餐馆列表 */

#restaurant li {
	font-size:11px;	
	font-family: verdana, Arial, sans-serif;
	color: #333 ;
	line-height: 1.25;
	margin: 0 0 1em 0;
	list-style:none;
	}

/* 餐馆名称 */
strong.restaurantname {
	display:inline;
	font-size:12px;
	font-weight: bold;	
	font-family: Times, Georgia, "Times New Roman", serif;
	color: #393 ;
	}

/* 航班时刻表[开始] */

#flight {
	background:#696;
	border: 10px #CFDCCF solid;
	}
	
#flight td {
 	color: #666;	
	background:#F8F8F0;	
	vertical-align:top;
	}	 		

#flight td li {
 	font-size:11px;	
	font-family: verdana, Arial, sans-serif;
	color: #333 ;
	line-height: 1.25;
	margin: 0;
	padding:0;
	list-style:none;
	}

#flight th {
 	color: #FFF;
	font: 14px bold Arial, Tahoma, sans-serif;
	line-height: 24px;
	background:#686;
	text-align:center;	
	}	 		
	
#flight p {
	font: 11px verdana, Arial, sans-serif;	
	padding: 2px;
	color: #333;	
	}

/* 航班时刻表[结束] */

/* Attraction 的 地区分隔栏 */

.boxed {
	padding: 0 0 0 4px;
	background: #CDC;
	font-size:18px;
	color:#353;
	border-left: 10px solid #363;
	border-bottom: 1px solid #84c184;
	}
	
/* 线路列表 */	

.routelist li { 
	font-weight: normal;
 	font-family: Verdana, Arial, sans-serif;
 	font-size:12px;
	line-height:1.5;	
	list-style:none;		
	}

.routelist li a {
 	font-weight: normal;
 	font-family: Verdana, Arial, sans-serif;
 	font-size:12px;
	line-height:1.5;	
	color: #963 ;
 	padding:0 0 0 24px; 	
	background:url(/s/s01/zjticon16.gif) left no-repeat;
	text-decoration: none;	
	}	

.routelist li a:hover {
 	font-weight:bold;
	}

/* 行程页面的样式 */

/*每日行程日期，目的地 */
.day {
	display:block;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	color:#363;	
	margin:10px 0 10px 0;
	padding:2px 2px 2px 10px;
	border-left: 4px solid #696;	
	border-bottom: 1px solid #CCC;	
	}

/* 每天的详细活动的描述 */

.activity {
	display:block;
	margin: 0 0 0 10px;
	padding: 0 0 10px 15px;
	font-size:11px;
	color: #333;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	border-left: 10px solid #EBE9E0;		
	}

/* 西藏地区年均气温表、节日列表、海拔高度表 [开始] */
/* 偷懒先用同一个 */

#areatemp, 
#avtemp,
#festival2005, 
#altitude {
	font-family: Arial, Verdana;
	font-size: 9px;	
	padding: 4px;
	background: #6AA;	
	}
	
#areatemp th , 
#avtemp th , 
#festival2005 th , 
#altitude th {
	text-align:center;	
	}	

#areatemp td , 
#avtemp td, 
#festival2005 td, 
#altitude td {
	background: #EEF8EE;
	}	

#areatemp td p, 
#avtemp td p, 
#festival2005 td p, 
#altitude td p {
	margin: 0 1px 0 1px;
	}
	
/* 西藏地区年均气温表、节日列表、海拔高度表 [结束] */
	
/* 六字真言、四大教派 样式 */

.sixchar {
	display:inline;		
	font-weight: bold;
	font-style: italic;
	font-size:11px;	
	font-family: Georgia, sans-serif;
	color: #363 ;
	margin: 0 1em 0 0;
	border-bottom: 2px solid #C00;
	}	

.buddsect {
	display:block;		
	padding:0 0 0 10px;
	font-weight: bold;	
	font-size:12px;	
	font-family: Georgia, sans-serif;
	color: #363 ;
	margin: 0;
	border-left: 4px solid #C00;
	}	

/* 定义引用文章的描述语句形式、作者名称等 */	

.description {
	display:block;		
	padding:0 0 0 10px;
	font-style: italic;
	font-size:12px;	
	font-family: "Times New Roman", Georgia, sans-serif;
	color: #363 ;
	margin: 0 0 1em 1em;
	text-align:center;
	}	

	
.peoplename {
	padding: 0 10px;
	font-weight: bold;
	font-style: normal;
	font-size:12px;
	font-family: Georgia, sans-serif;
	color: #000 ;
	margin: 0;	
	}	
	
.by {
	padding:0 4px 0 0;
	font-weight: bold;
	font-style: normal;	
	font-size:12px;	
	font-family: Arial, Verdana, sans-serif;
	color: #693 ;
	margin: 0;	
	}				
	
/* faq页面的样式[开始] */	

.question {
	margin:2px 2px 2px 10px;	
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	}

.answer {
	margin:0 0 1em 2em;	
	font-family: verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;		
	}
	
#rule {
	margin:0 0 1em 5em;	
	font-family: verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;	
	}


	
/* faq页面的样式[结束] */	

/* 次级导航栏表现[开始] */


/* #6C3明亮绿色 #6CF 明亮蓝色*/

/* 次级导航栏表现[结束] */

/* 网站logo图片 */

#sitelogo {
	border:none;
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	}

#sidebar {display:none;}

/* ＝＝＝＝＝＝＝＝＝＝ 针对各页的样式表[结束] ＝＝＝＝＝＝＝＝＝＝*/
