/* -------------------- */
/*     CSS for form     */
/* -------------------- */
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- Preview ----------- */
#preview{
	width: 600px;
	background:#0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#preview h1{
	padding-left:5px;
	font-size: 19px;
	font-family: Arial;
	color: #aa0000;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

#preview h2{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 17px;
	background: url(/tmp/images/fading-border.png) no-repeat 100% 100%;
	color:#aa0000;
}


#preview p{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:5px;
	text-align:justify;
}

#preview ul{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:30px;
	text-align:justify;
}

#preview a{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#0000aa;
}

#preview a:hover{
	text-decoration:underline;
	color:#f36e26;	
}


#preview label{
	display:block;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:5px;
}

#preview .text1{
	font-weight:normal;
	padding-left:10px;
	padding-bottom:5px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:12px;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .value{
	display:block;
	float:left;
	font-weight:normal;
	font-size:12px;
	padding:2px 5px;
	margin:2px 0 5px 10px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	height:40px;
	margin:2px 0 20px 10px;
}

#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#stylized .spacer{
	clear:both;
	height: 1px;
}


/* -------------------- */
/*     CSS for menu     */
/* -------------------- */

.markermenu{
	width: 191px; /*width of menu*/
	padding-left: 5px;
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}

.markermenu ul li a{
	background: white url(media/arrow-list.gif) no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 140px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #00014e;
}

.markermenu ul li a:hover{
	color: black;
	background-color: #ffffcb;
	background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

/* -------------------- */
/*    Css for layout    */
/* -------------------- */

*{
	margin:0px;
	padding:0px;
}
img{border:0px}
html{
	width:100%;
	height:100%;
//	background-image:url(../images/smallbg.jpg);
//	background-position:top left;
//	background-repeat:repeat-x
}
body{
	width:100%;
	height:100%;
	margin:auto;
	min-width: 1024px;
//	background-image:url(../images/smallbg.jpg);
//	background-position:top center;
//	background-repeat:no-repeat;
}

#wrapper{
	width:100%;
	margin:0 auto;
	min-width: 1000px;
}

#header{
	width:100%;
	height:92px;
	margin:0 auto;
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	background:url(../images/logobg.jpg) repeat-x;
}

#header .map{
	background:url(../images/banner.jpg) no-repeat top right;
	height:92px;
}
#header .logoimg{
	margin:14px 0 0 17px;
}


#topmenu{
	background:url(../images/menur_bg.jpg) repeat-x;
	border:1px solid #B5B3B4;
	height:28px;
	margin:2px 1px 10px;
	line-height:23px;
	font-weight:bold;
	list-style: none;
}

#topmenu ul.classdao{
	margin:0;
	list-style:none;
	width:872px;
	float:left;
}
#topmenu ul.classdao li{
	background:url(../images/dian.gif) no-repeat 7px 7px;
	float:left;
}
#topmenu ul.classdao li.fenge{
	float:left;
	background:url(../images/daolistfenge.jpg) no-repeat 9px 5px;
	width:3px;
	padding:0 9px 0 1px;
}
#topmenu ul.classdao li a, #topmenu ul.classdao li a:hover{
	display:block;
	float:left;
	padding:0 0px 0 19px;
	color:#666;
	text-decoration:none;
}
#topmenu ul.classdao li.active a{
	display:block;
	float:left;
	padding:0 0px 0 19px;
	color:#000;
	text-decoration:none;
}
.classdao li a b{
	float: left;
	display: block;
	cursor: pointer;	
	padding:0 4px 0 5px; /*Padding of menu items*/
}

.classdao li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat ; /*left tab image path*/
	background-position: left;
}

.classdao li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; 
	background-position: right;/*right tab image path*/
}

#home .classdao .active1 a,
#tours .classdao .active2 a,
#travel .classdao .active3 a,
#lifestyle .classdao .active4 a,
#information .classdao .active5 a{

	color: #fff;

	background: url(../images/menur_hover_left.gif) no-repeat ; /*left tab image path*/

	background-position: left;

}
#home .classdao .active1 a b,
#tours .classdao .active2 a b,
#travel .classdao .active3 a b,
#lifestyle .classdao .active4 a b,
#information .classdao .active5 a b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; 
	background-position: right;/*right tab image path*/
}


#central{
	float:left;
	margin:0px 12px 0px 10px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline;
	border-left:solid 1px #f0f0f0;
/*	border-right:solid 1px #f0f0f0; */
	width: 560px;
}

#left{
	width:191px;
	float:left;
	padding-left: 2px;
}

#footer{
	width:100%;
	float:left;
	padding:50px 0 0 0
}
#footer div{
	background-color:#448AAE;
	text-align:center;
	padding:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F3FBFF;
}
#footer div a{
	color:#F3FBFF;
	text-decoration:underline;
	margin:0 5px;
}
#footer div a:visited{text-decoration:underline}
#footer div a:hover{text-decoration:none}


/* -------------------- */
/*    Css for Other News     */
/* -------------------- */

#othernews{
	width: 570px;
	background:#0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#othernews h1{
	padding-left:5px;
	font-size: 19px;
	font-family: Arial;
	color: #aa0000;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(/images/fading-border.png) no-repeat 100% 100%;
	color:#aa0000;

}

#othernews h2{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 15px;
	background: url(/images/fading-border.png) no-repeat 100% 100%; 
	color:#aa0000;
	margin-bottom:5px;
}


#othernews h3{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 13px;
/*	background: url(/images/fading-border.png) no-repeat 100% 100%; */
	color:#aa0000;
}

#othernews p{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:5px;
	text-align: justify;
	align: justify;
}

#othernews ul{
	margin-bottom:5px;
	padding-bottom:2px;
	padding-left:20px;
	padding-top:10px;
	margin-bottom:10px;
}

#othernews ul li{
	padding-bottom:10px;
}

#othernews ul li a{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#aa0000;
}

#othernews ul li a:hover{
	text-decoration: underline;
	color:#f36e26;	
}

#othernews a{
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#aa0000;
}

#othernews a:hover{
	text-decoration: underline;
	color:#f36e26;	
}
#othernews .news_date{
    font-size:11px;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    background: #ffffff;
    color:#404040;
    text-transform: none;
}
/* -------------------- */
/*    Css for Intro     */
/* -------------------- */

#intro{
	width: 570px;
	background:#0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#intro h1{
	padding-left:5px;
	font-size: 19px;
	font-family: Arial;
	color: #aa0000;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(/images/fading-border.png) no-repeat 100% 100%;
	color:#aa0000;

}

#intro h2{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 15px;
/*	background: url(/images/fading-border.png) no-repeat 100% 100%; */
	color:#aa0000;
}


#intro h3{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 13px;
/*	background: url(/images/fading-border.png) no-repeat 100% 100%; */
	color:#aa0000;
}

#intro p{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:5px;
	text-align: justify;
	align: justify;
}

#intro ul{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:20px;
	padding-top:5px;
}

#intro img{
	padding: 10px;
}

#intro a{
	font-family: Arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color:#aa0000;
}

#intro a:hover{
	text-decoration: none;
	color:#f36e26;	
}

#intro blockquote {
	font: 14px/20px italic Times, serif;
	font-weight: bold;
	padding: 8px; 
	background-color: #faebbc;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 10px 0px 10px 10px;
	background-image: url(../images/open_quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
 }
#intro blockquote span {
     display: block;
     background-image: url(../images/close_quote.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
  }

#intro .tintop_title {
	padding-left:5px;
	font-size: 19px;
	font-family: Arial;
	color: #aa0000;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(/images/fading-border.png) no-repeat 100% 100%;
	color:#aa0000;
}

#intro .news_date{
    font-size:11px;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    background: #ffffff;
    color:#404040;
    text-transform: none;
}


/* -------------------- */
/*    Css for table     */
/* -------------------- */

#tourtable{
	border:solid 0px rgb(204, 153, 0);
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	align: center;
	float:left;
}

#tourtable table{
    border-spacing: 0px;
    border-collapse: collapse;
/*    width: 750px; */
    font-family: Arial;
    align: center;
    margin: 10px;
}
#tourtable th {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #4a70aa;
    color: #FFFFFF;
}

#tourtable th a{
	text-decoration: underline;
	color:#ffffff;
}

#tourtable th a:hover{
	text-decoration: none;
	color:#ffffff;
}

#tourtable table td.title {
    text-align: left;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
    color:black;
    font-weight:bold;
    text-transform:uppercase
}

#tourtable table td.price{
    text-align: center;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
    color:red;
    font-weight:bold;
    text-transform: none;
}

#tourtable table td.duration{
    text-align: center;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
    color:blue;
    font-weight:bold;
    text-transform: none;
}

#tourtable table td.company{
    text-align: center;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
/*    color:#aa0000; */
    color:#f36e26;	
    font-weight:bold;
    text-transform: none;
}

#tourtable table td.routes{
    font-size:11px;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: #ffffff;
    color:#404040;
    text-transform: none;
}

#tourtable table td.normal{
    text-align: justify;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
    color:#000000;
    text-transform: none;
}

#tourtable table td.status{
    text-align: center;
    padding: 5px;
    border: 0px solid rgb(204, 153, 0);
    background: #ffffff;
    color:#000000;
    text-transform: none;
}

#tourtable p{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:10px;
}

#tourtable a{
	font-family: Arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
/*	color:#aa0000; */
	color:#f36e26;	
}

#tourtable a:hover{
	text-decoration: none;
	color:#f36e26;	
}
/* -------------------- */
/*    Css for tour list */
/* -------------------- */

#tourlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tourlist a{
	font-family: Arial;
	font-size: 17px;
	color: #aa0000;
	font-weight:bold;
	text-decoration:none;
}
#tourlist a:hover{
	text-decoration:underline;
	color:#f36e26;	
}

#tourlist p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}

#tourlist .duration{
	color:#3a5fcd;
	font-weight:bold;
	text-transform: none;
}

#tourlist .company{
	color:#000000;
	font-weight:bold;
	text-transform: none;
}

#tourlist .price{
	color:red;
	font-weight:bold;
	text-transform: none;
}
#tourlist .title{
	padding-left:2px;
	padding-bottom:10px;
	font-family: Verdana;
	font-size: 17px;
	color:#aa0000;
	text-transform: uppercase;
	font-weight:bold;
}

#tourlist .small{
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

#tourlist .divider{
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(/images/fading-border.png) no-repeat 100% 100%;
	clear:both; 
	height:1px;
}


/*-------------------------*/
/*    Tour page index

#tourpageindex{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tourpageindex p{
	font-size:12px;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:10px;
	text-align:center;
}

/*------------------------------*/
/* Left navigation */

#left_navigation{
	background-image:url(../images/gbg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:191px;
	float:left;
}
#left_navigation img{
	float:left
}
.title1{
	background-image:url(../images/title1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:24px;
	width:114px;
	padding:12px 0 0 53px;
	margin:0 0 0 9px;
	display:inline;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	float:left
}
.places{
	width:170px;
	display:block;
	float:left;
	padding:13px 0 15px 19px;
	font-family:Arial;
	font-size:12px;
}
.places li{
	list-style-type:none;
	line-height:18px
}
.places li a{
	background-image:url(../images/arrow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 11px;
	color:#323232;
	text-decoration:underline
}
.places li a:visited{text-decoration:underline}
.places li a:hover{text-decoration:none}

/*---------------*/
/* Right Block */

#right{
	width:201px;
	float:left;
	padding: 5px;
}
.right_block{
	background-image:url(../images/block_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:201px;
	margin:0 0 5px 0
}
.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/title_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:201px;
	padding:20px 0 35px 0;
	text-align:center
}
.title3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/title3_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:201px;
	padding:20px 0 35px 0;
	text-align:center
}
.item{
	width:180px;
	padding:0 0 0 10px;
	font-family:Tahoma;
	font-size:11px;
}
.item span{
	display:block;
	font-weight:bold;
	color:#448AAE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.item p{
	padding:5px 0;
}
.item a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009EDC;
	text-decoration:underline
}
.item a:visited{text-decoration:underline}
.item a:hover{text-decoration:none}
.photo{
	width:180px;
	height: 139px;
	background-image:url(../images/photo_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
}
.name{
	margin:0 0 5px 9px;
	color:#565656
}
.details{
	margin:5px 0 0 9px;
}

/*---------------------------*/
/* Search */
.search{
	background-color:#448AAE;
	text-align:center;
	align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px 0 9px 0;
	margin:10px 10px 10px 10px;
}
.search input{
	width:165px;
	height:17px;
	border-style:inset;
	border-color:#CECECE;
	margin:0 9px
}
