

/*  纵向大分割定位形成几个大的纵向定位框及链接框 */
.OutFrame,  .LinkFrame{
     width:874px;	
	 margin:5px 0px 0px 1px;	
	 float:left;
	 border: 0px solid #F00;
	 clear:both;    
	 position:relative;
	 padding:0px 0px 0px 2px; 
	 overflow:hidden; 
 } 
  .LinkFrame{
     width:868px;
	 margin:15px 0px 0px 1px;	
	
 } 
 
 .LImg{
     width:576px;	
	 margin:0px 0px 0px -1px;	
	 float:left;
	 border: 1px solid #333;	  
	 position:relative;
	 padding:2px 2px 2px 2px;
	 overflow:hidden; 
 } 
 
 .RImg{
     width:284px;	
	 margin:0px 0px 0px 5px;	
	 float:left;
	 border: 1px solid #333;	  
	 position:relative;
	 padding:2px 2px 2px 2px;
	 overflow:hidden; 
 } 
 
.BarFrm{
     width:870px;	
	 float:left;		  
	 position:relative;
	 padding:0px 0px 0px 0px; 
	 overflow:hidden; 
 }
  
.LinkFrame{  	
	 padding:0px 10px 0px 10px;		
	 border: 1px solid #7cc4de;
 }
 

/*  纵向定位框的各个左右单元 */ 
.MiddleFrame, {
	width:576px;
	height:235px;
	float:left;
	border:1px solid #7cc4de;
	padding:0px 10px 2px 10px;
	margin:0px 0px 0px -1px;
	background-color: #EFF9FC;   
  
 }
  
.TriFrame{ /*  定位框形成三栏时，*/ 
    width:290px;
   	height:235px;
	float:left;
	border:1px solid #7cc4de;
	padding:0px 5px 2px 10px;
	margin:0px 0px 0px -1px;
	background-color: #EFF9FC; 	
 }
 
.SRFrame{ /*  连接到左部的右部单元 */ 
	width:290px;
	height:235px;
	float:left;
	border:1px solid #7cc4de;	
	padding:0px 5px 2px 10px;
	margin:0px 0px 0px 1px;
	background-color: #EFF9FC;  
 }

.RightFrame{ /*  定位框中的右部单元 */ 
	width:284px;
	height:235px;
	float:left;
	border:1px solid #CCC;	
	padding:0px 8px 2px 8px;
	margin-left:6px; 
	background-color: #EFF9FC;
  
 }
 
/*  右单元内部的设置 */ 
.ImgRight{
 margin: 4px 0px 0px 0px;
 padding:0px;
 border: 1px solid #000; 
 width:250px;
 FLOAT: left; 
}

H2 { /*  右部的标题部分 */
	height: 20px;	
	float: left;
	text-align:left;	
	margin-top:4px;
	margin-bottom:4px;	
	position:relative;
	width:264px;
	border-bottom:1px solid #0A0;
	color: #666666;
	font-weight: 900;
}



.Jeda{	/*  栏位标题项 */
	width: 135px;
	float: left;
	text-align:left;
	padding:4px 0px 2px 24px;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(../sysImage/item4.gif);
	background-repeat: no-repeat;	
	border:0px solid #330066;
}


/*  左单元内部的设置 */ 

H1,H3{  /*  H1通用，H3用于含有分类单元,H4用于三栏 */
	height: 20px;	
	float: left;
	text-align:left;	
	padding:4px 0px 2px 0px;		
	position:relative;	
	margin-bottom:4px;	
}

H1{	
  border-bottom:1px solid #F00;	
}


.more,.rmore,.lmore{ /*  正常的突出显示，更多 */
	padding:6px 0px 0px 10px;
	COLOR: #039;
	width: 40px;	
	TEXT-ALIGN: right;
	font-size: 12px;
	
	float:right;	
}

.more{ /*  左部更多 */
	background-image: url(../sysImage/more.gif);
}

.rmore { /*  右部更多 */
  background-image: url(../sysImage/more.gif);
}

.lmore { /*  左部有分项的更多，避开分类项 */	
  float:left;
  margin-left:-10px;	
  background-image: url(../sysImage/enter.gif);
}

.rmore A {/*  右部的更多淡化处理 */
   color: #666666;	
}


/*  分类项CSS设置 */
.ClassNav,.SelectNav{
	cursor:pointer;
	float:right;
	height: 30px;
	width: 75px;	
	text-align: center;
	font-size: 12px;
	clear: none;
	line-height: 1.5em;
	margin:-1px 0px 0px -1px;
	padding-top: 5px;
	display:block;
	position:relative;
	
 } 
 
.ClassNav{	/*  未选中的分类项  #30F #CCCCFF; */
	border:1px solid #888;	
	background-color: #CCCCFF;	
 }

.SelectNav{	/*  选中的小分类项  #FFFFCC */ 
    background-color: #EFF9FC;
	border:1px solid #F00;
	border-bottom:0px solid #FFFFCC;
	z-index:5;
 }
 

.Board,.SBoard{  /*  某项的具体信息面板 */
	  height:180px;	
	  top: -4px; 
	  border-top:1px solid #F00;
	  padding:5px 0px 0px 0px;
	  left: 0px;float:left ;
	  position:relative;
	  z-index:1; 
 }
 
.SBoard{  /*  某项的具体信息面板 */
	width:555px;
	font-family: "宋体";
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	padding-top:10px;
	line-height: 1.8em;
	word-spacing: 1.5em;
	color: #333333;
 }
 
 
/*  面板中内容的CSS */

.DTrip,.STrip ,.Hotel, .Guide, .Vehicle, .Abstract,.Article{ /* 信息条的设置，主要设置底线 高度 对齐 */ 
	text-align: left;
	padding:5px 0px 0px 0px;
	float:left;
	line-height: 1.5em;
	position:relative;
	border-bottom: 1px solid #EEF;
	
 }






.DTrip A, .Hotel A, .Guide A,.Vehicle A,.STrip A,.Abstract A,.Article A{   /*  每条信息，链接长度的设置 */ 
	text-align: left;
	display:block;
	position:relative;
	padding-left:17px;
    float:left ;
		
	}
 
.STrip A{	
    width:265px;		
	background: url(../sysImage/item06.gif) no-repeat;}
 
.DTrip A{
    width:435px;	
	background: url(../sysImage/item3.gif) no-repeat; }
	
.Hotel A{
    width:170px;
	background: url(../sysImage/item02.gif) no-repeat;	}
	
.Guide A{
    width:100px;	
	background: url(../sysImage/item02.gif) no-repeat; }
	
.Vehicle A{
    width:130px;
	background: url(../sysImage/item02.gif) no-repeat; } 

.Abstract A{
	color: #555; 
	width:260px;	
	background: url(../sysImage/item8.gif) no-repeat;		
 }
.Article A{
	color: #555;	
	background: url(../sysImage/item6.gif) no-repeat;		
 }
 
.Price,.Price2, .Time,  .Room,.Capacity, .star,.Profession,.sTime ,.sArt{   
	text-align: left;
	display:block;
	position:relative;
    float:left ;
 }
  
.Price{   /*  最新的价格 */
	width:50px;
	color: #008800;
 } 
 
.Price2{  /*  原有的价格 */
	width:60px;
	color: #FF0000;
	text-decoration:line-through 
} 
	
.Time{  /*  更新时间 */
    float:right ;
    width:60px;	
 }
 
.sTime{  /*  更新时间 */
    float:right ;
	
    width:70px;	
 }
 
.Capacity{ /*  车的容量 */
	cursor:default;
	width:75px;	
 } 
 
.Room{	/*  酒店房间 */ 
   cursor:default;
   width:100px;	
 } 
 
.star{	/*  酒店星级显示 */ 
	width:100px;	
 } 
 
.Profession{	/*  导游专长 */ 
	width:450px;	
 }
 
.sArt{ /*  第二标题显示 */
  color:#6600CC;
  margin-left:6px;
}

 
 /*  首页显示车辆与景点图的CSS  */
 
.PictureB{  /*  车辆与景点大图CSS  */
    width:262px;
	text-align: left;
	display:block;
	position:relative;
    float:left ;	
	padding:5px 7px 0px 0px;
	line-height: 1.5em;
 }
 .Picture{  /*  景点小图  */  
	text-align: left;
	display:block;
	position:relative;
    float:left ;	
	padding:3px 5px 0px 0px;
	line-height: 1.5em;
 }
 .Picture A{
	color: #555;	
	text-align:center;
	width:90px;
	padding:2px 0px 0px 0px;
	display:block;
	position:relative;
    float:left ;	
	clear:both			
 }
 

/*  关于友情链接的CSS */

.ILinkFrame{   /*  图片链接大框 */	
	width:840px;
	position:relative;
    float:left;
	margin:10px 0px 0px 1px;
 }
.WLinkFrame{  /*  文字链接大框 */
	width:840px;
	position:relative;
	float:left;
	margin:5px 0px 10px 1px;
	padding-bottom:10px;
	line-height: 20px;
	text-align: justify;	
 } 

.SinLink{   /*  单个图片链接大框 */ 
	text-align: left;
	display:block;
	width:81px;
	position:relative;
    float:left;
	margin-right:1px;
 } 
 
.LinkImg{    
	 border: 1px solid #CCCCFF;	
	 width:81px;
	 height:33px; 	
  }
  

 .WLinkFrame A{	
	color: #000099;
 } 

