/* project: Tibet Travel Informations*/

   
/* default styles
   -------------- */
   
body {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	background: #fff;
	color: #505050;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}

a {	color: #E0691A;	background: inherit;}
a:hover {text-decoration:none; color:#414141; }
h1 {
	margin: 0;
	padding: 10px;
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	text-align: center;
	color:#505050
}
h1.homeh1 {	text-align: left;
}
.dark  { color: #FFFFFF; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 {
	margin: 0;
	padding: 10px;
	font: bold 1.7em Arial, Sans-Serif;
	letter-spacing: -1px;
	text-align: center;
}

p {
	font-size: 1.08em;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height:1.5em;
}

ul { margin: 0; padding : 0; list-style : none; }
.clear{
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 100%;
}

/* forms
   ------ */
input, select, textarea {
	margin: 0;
	background-color: #F7F7F7;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #454545;
	}

.submission {
	margin: 2px 5px 2px 5px;
	background-color: #929292;
	font-family: Tahoma, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #fff; 
	}

form { 	margin: 0; }
.search_field {
	color: #808080;
	font-weight: bold;
	margin: 1px 5px 1px 0;
	padding: 5px 25px 1px 10px;
	background-color: #fff;
	background-image: url(../images/searchbg.gif);
	background-repeat: no-repeat;
	background-position: 360px;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { 
    float: right; 
	margin: 12px 0 0 5px;
}
.searchcustom { 
    float: right; 
	margin: 1px 0 0 5px;
}
input.search {
	width: 170px;
	border: 0;
	padding: 2px 2px 2px 0;
	color: #E0691A;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(../images/input.gif);
	background-repeat: no-repeat;
}
input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}  

/* layout
   ------ */

.content {
	width: 760px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.column {
	height: 5px;
	background: #C0755E;
	color: #FFFFFF;
}
.header {
	height: 65px;
	background: #ffffff;
	color: #996666;
	margin-bottom: 5px;
}
.logo {
	width: 231px;
	float: left;
	height: 60px;
	
}
.banner {
	width: 468px;
	margin-left: 20px;
	float: right;
	margin-right: 3px;
}	

.bar {
	font-size: 1.1em;
	height: 30px;
	float: none;
}

	.bar li {
	margin: 0;
	color: #FFEADC;
	background: #FF9148;
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	
	.bar li.active {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 11px 6px 11px;
	text-align: center;
	background-color: #929292;
	background-image: url(../images/bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.bar li.active a{background-image: none;}
	.bar li a {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: inherit;
	text-decoration: none;
	text-align: center;
	} 
	
	.bar li a:hover { 
		color: #929292; 
		background:none;
	} 

	.bar li.active a:hover { 
		color: #fff; 
		background: none;
	} 


/* menu
   ------ */

.menu {
	clear: both;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.8em;
	border-top-style: none;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ccc;
	text-indent: 12px;
	background-image: url(../images/nav-1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menu a { color: #E0691A; background: #fff; }
/* left side
   --------- */

.left {
	float: left;
	width: 24.5%;
	margin: 0 0 10px 0;
}

.left h3 {
	font: bold 1em Tahoma, Arial, Sans-Serif;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: 20px;
	background-image: url(../images/left-1.gif);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
	
#navigate {
	width: 100%;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

#navigate ul {
	list-style: none;
	width: 150px;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}	

#navigate li {
	background-image: url(../images/left-2.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	text-align: left;
	text-indent: 23px;
	margin-top: 5px;
}

#navigate li a {
	text-align: left;
	text-decoration: none;
	background-image:none;
}	
#navigate li a:hover {
	text-align: left;
	text-decoration: underline;
	background-image:none;
}	

	
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 74%;
	margin: 0 0 10px 0;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #e6e6e6;
}

.right h3 {
	color: #993300;
	padding: 7px 0 7px 0px;
	margin: 0 0 3px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFFFF;
}
.right h4 {
	color: #2A2A2A;
	padding: 7px 0 7px 0;
	margin: 0 0 3px 10px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFFFFF;
}
.right_full {
	float: left;
	width: 95%;
	margin: 0 0 10px 10px;
	
}

.right_full h3 {

	color: #993300;
	padding: 7px 0 7px 5px;
	margin: 0 0 3px 0;
	font-size: 1.15em;
	font-weight: bold;
	background-color: #FFFFFF;
}
.right_full h4 {
	color: #2A2A2A;
	padding: 7px 0 7px 5px;
	margin: 0 0 3px 0;
	font-size: 1.15em;
	font-weight: bold;
	background-color: #FFFFFF;
}
.special_word {
	margin-top: 0;
	margin-right: 0;
	font-style: italic;	
	text-indent: 11px;
}
.right_nav {
	width: 100px;
	border: 1px dashed #e6e6e6;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;	
}
.text_center {
	text-indent: 11px;
	margin-top: 0;
	margin-right: 0;
	text-align: center;	
}
.text_center h4{
	text-indent: 12px;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
}

.table {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	text-indent: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align:center;
	margin-left:0.5em;
}
.table_header{
	color: #666666;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-indent: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7B6;
	text-align:center;
}
#bodylist {
	width: 100%;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

#bodylist ul {
	list-style: none;
	width: 100%;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}	

#bodylist li {
	background-image: url(../images/pic-list.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	text-align: left;
	text-indent: 40px;
	margin-top: 5px;
}

#bodylist li a, #navigate li a:visited {
	text-align: left;
	text-decoration: none;
	background-image:none;
}	
	
#bodylist li a:hover {
}		
#bodylist ul h3 {
	list-style: none;
	width: 350px;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}	

#bodylist li h3 {
  background-image: url(../images/pic-back.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	text-align: left;
	text-indent: 40px;
	margin-top: 5px;
   font-size: small;
   font-stretch: expanded;
   font-weight: bold;
}

#bodylist li h3 a {
	text-align: left;
	text-decoration: none;
}	
	
#bodylist li h3 a:hover {
}		
#bodylist li h4 {
  background-image: url(../images/pic-list.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	text-align: left;
	text-indent: 40px;
	margin-top: 5px;
}

#bodylist li h4 a {
	text-align: left;
	text-decoration: none;
	font-size: smaller;
}	
	
#bodylist li h4 a:hover {
}		
.table_list1{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	text-indent: 13px;
	background-color: #EAEAEA;
}
.table_list2{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	text-indent: 13px;
	background-color: #FFFFFF;
}
.tips {
;
	color: #993300;
	padding: 7px 0 7px 5px;
	margin: 0 0 3px 0;
	background-image: url(../images/pic-tips.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-indent: 13px;
	background-color: #f5f5f5;
}
.right_tips {
	color: #414141;
	padding: 8px;
	width: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: #f5f5f5;
	float: none;
}
.links {
	padding: 8px;
	width: 95%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: none;
	font: 0.8em Tahoma, sans-serif;
	text-indent: 10px; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	}
    .links ul{
	padding: 8px;
	margin-top: 10px;
	float: none;
	font: 0.7em Tahoma, sans-serif;
	text-indent: 10px; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	}

	.big_photo{
    background-color: #979797;
	padding: 15px 10px 15px 15px;
	width: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 15px;
	float: none;
	}
	.small_photo{
    background-color: #979797;
	padding: 5px;
	width: 95%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	float: none;
	}
	.small_photo_1{
	padding: 2px;
	margin: 0 0 3px 0;
	float: left;
	width: 160px;
	left: 338px;
	top: 211px;
	text-align: center;
	}
	.small_photo_1 IMG {
	BORDER-RIGHT: #ccc 5px solid; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: #ccc 5px solid; 
	PADDING-LEFT: 4px; 
	BACKGROUND: #fff; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: #ccc 5px solid; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: #ccc 5px solid
}
.small_photo_1 A:hover IMG {
	BORDER-RIGHT: #f1f1f1 5px solid; 
	BORDER-TOP: #f1f1f1 5px solid; 
	BORDER-LEFT: #f1f1f1 5px solid; 
	BORDER-BOTTOM: #f1f1f1 5px solid
}

.small_photo_1 A {
	COLOR: #666; TEXT-DECORATION: none
	
}
.small_photo_2{
    background-color: #979797;
	padding: 5px;
	margin: 0 0 3px 160px;
    float: left;
	width: 155px;
	}
	.photo_discription{
	color: #414141;
	padding: 8px;
	width: 95%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	background-color: #f5f5f5;
    float: none;
    text-align: center;
	}
.tour_intro {
	color: #414141;
	margin: 3px 7px 3px 10px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-indent: 13px;
	background-color: #f5f5f5;
	border: 1em;
}
.tour_intro li{
	background-image: url(../images/pic-trip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0 7px 8px;
	margin: 0 0 0 10px;
	border: 1em;
}
.back_to_top {
	background-image: url(../images/pic-top.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
	.back_to_top a {
	padding: 10px 0 10px 10px;
	text-decoration: underline;
	background-image:none;
	} 
	
	.back_to_top a:hover { 
		color: #E0691A; 
	} 
	.back_to_top a:hover { 
		color: #E0691A; 
	} 
.back_to_last {
	background-image: url(../images/pic-back.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
	.back_to_last a {
	padding: 10px 0 10px 10px;
	text-decoration: underline;
	background-image:none;
	} 
	
.book_tour {
	text-indent: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;
}
	.book_tour a {
	background-image: url(../images/pic-book-tour.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;	
	} 
	
	.book_tour a:hover { 
		color: #BFBFBF; 
	} 

.content_list {
	background-image: url(../images/pic-list.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
	.content_list a {
	padding: 10px 0 10px 10px;
	text-decoration: underline;
	} 
	
	.content_list a:hover { 
		color: #E0691A; 
	} 
.image {
	float: right;
	margin: 4px;
}
.image_tour {
	float: right;
	margin: 0 0 0 0;
}
.view_map{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: Red;
	 background-image: url(../images/pic-tips.gif);
	 background-repeat: no-repeat;
	 text-indent: 20px;
}
.view_map a {
	text-align: center;
	color: Red;
}
.view_map a:hover {
   color: Gray;
	}
	
.highlight{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: Red;
	 background-repeat: no-repeat;
	 text-indent: 20px;
}
.highlight a {
	text-align: center;
	color: Red;
}
.highlight a:hover {
   color: Gray;
	}
.page
{
 float:right!important; 
 text-align:left !important; 
 font-weight:bold
}
.picture_page
{
 float:right!important; 
 text-align:left !important; 
 margin: 10px;
}
#page .padA
{
 padding:0 6px;
}
#page .padALeft
{
 padding-right:6px;
}
#otherlink h3
{
 border-bottom:1px solid #A2C5ED;
 font-weight:bold;
 color:#333333;
 background-color:#EDF4FE;
 display:block;
 width:auto;
 text-align:left;
 padding:4px 4px 4px 8px; 
 font-size:11px
}
#otherlink ul
{
 padding:8px;
}
#otherlink{margin-top:10px}

.gallerylistimg {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.gallerylistimg li {
	WIDTH: 150px;
	HEIGHT: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.gallerylistimg li A {
	COLOR: #666; TEXT-DECORATION: none
}
.gallerylistimg LI P {
	COLOR: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
.gallerylistimg LI IMG {
	BORDER-RIGHT: #ccc 5px solid; PADDING-RIGHT: 4px; BORDER-TOP: #ccc 5px solid; PADDING-LEFT: 4px; BACKGROUND: #fff; PADDING-BOTTOM: 4px; BORDER-LEFT: #ccc 5px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #ccc 5px solid
}
.gallerylistimg LI A:hover IMG {
	BORDER-RIGHT: #f1f1f1 5px solid; BORDER-TOP: #f1f1f1 5px solid; BORDER-LEFT: #f1f1f1 5px solid; BORDER-BOTTOM: #f1f1f1 5px solid
}

.promotion {
	float: right;
	height: auto;
	padding: 8px;
	width: 250px;
	border: 2px solid #CCCCCC;
	background: #FFF5D9;
	color: #808080;
	margin: 6px;
}

.promotion p {
	margin: 0;
	text-indent: 25px;
}

.promotion1 {
	height: auto;
	padding: 8px;
	width: auto;
	border: 2px solid #CCCCCC;
	background: #FFF5D9;
	color: #808080;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.promotion1 p {
	margin: 0;
	text-indent: 25px;
}
/* full page
   ---------- */
		
.full_page {
	float: inherit;
	width: 98%;
	margin: 2px 3px 3px 10px;
	padding: 2px 2px 2px 10px;
}



/* library
   ------ */
.tailormade-tour {
 margin: 0 0 0 10px;
 padding: 2px 5px 2px 5px;
 border: 1px solid #E0691A;
 background-color: #FDF4EE;
 height:65px;
 }


/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}

.footer a { color: #808080; background: #fff; }
.copyright { color: #808080; text-align: center;}
.sub_index {
	background-color: #F5F5F5;
	margin: 5px;
	padding: 5px;
	float: right;
	height: auto;
	width: 46%;
	list-style-image: url(../images/sub-index.gif);
}
.sub_index a{
	color: #E0691A;
	background: inherit;
	text-decoration: none;
}
.sub_index a:hover { color: #6C757A; background: inherit; }
.sub_index h3 a{
	color: #993300;
	font-size: 1.2em;
	font-weight: bold;
	
}
/* Home page style
   ------ */

.home_left {
	float: left;
	width: 68%;
	margin: 0 0 10px 0;
}

.home_left h3 {
	clear: both;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	margin: 0 0 0px 0;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #9DA5A8;
}
.home_left h4 {
	padding: 0 0 0 18px;	
	margin: 12px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color:4d4d4d;
}
.home_left_side {
		float: left;
		width: 210px;
		padding: 0 0 0 10px;
		margin: 15px 0;
	}
		
.home_left_side a, .right_side a { color: #414141; background: #FFF; }
.home_left_side a:hover, .right_side a:hover  { color:#E0691A;text-decoration:none; }
		
.home_right_side {
	float: right;
	width: 230px;
	color: #414141;
	padding: 0 15px 0 25px;
	margin: 15px 0;
	background-color: #FFF;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-y;
	}
		
.home_left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
			
.home_right {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
}

.home_right h3 {
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	background-color: #9DA5A8;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.home_right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}

	
.tourindex {
  	color: #414141;  
	margin: 5px 5px 5px 10px;	
	padding: 5px 0 5px 5px;
	font-family: Tahoma, Arial, Sans-Serif;
	}
.tourindex h3 {
	clear: both;
	color: #414141;
	background-image: url(../images/pic-tours.gif);
	background-repeat: no-repeat;	
	background-position: left;
    font-size: 1.1em;
	font-weight: bold;
	background-color: #f5f5f5;
	padding-left:18px;
}
.tourindex p {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 0 3px 15px; 
	font-size:12px;
	line-height:15px;
}
.tourindex p a{
	background-image: none;
}

.content-imgad {
	background-color: #FFFFFF;
	height: 100px;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content-textad {
	background-color: #FFFFFF;
	height: 100px;
	width: 680px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border: 1px dotted #CC3300;
}
.content-textad span {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}

.content-textad p {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content-textad a:link, .content-textad a:visited {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #003366;
	text-decoration: underline;
}

.content-textad a:hover {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF6633;
	text-decoration: underline;
		}
.warning {
	border:1px dotted #a31022;
	background-color:#FFFFD7;
	padding:5px;
	margin:2px;
	clear:both;
}
.warning b{
	font-weight:bold;
	color:#CC0000;
}
.tourlist {
    padding-left:5px;
	clear: both;
	background-color:#FFFFFF;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #f7f7f7;
}

.tourlist h3{font-size:12px}.pagination span {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.pagination a {
	border: 1px solid #FF9148;
}

.homepageToulist {
	height: 65px;
	width: 95%;
	padding: 10px;
}
.homepageToulistPic {
	height: 60px;
	width: 60px;
	float: left;
	margin: 5px;
}
.homepageToulistText {
	height: 60px;
	width: 80%;
	float: left;
	margin: 5px;
}
.homepageToulist h4{
	font-size:12px;
	background-image:none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.homepageToulist p{
	font-size:11px;
	background-image:none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}



