


/* these belong to two panel tours, some content on left, some content or rightpanel */

/* right panel list */
.tourlist {
margin-left:10px;
}

.tourlist li{
list-style-type:disc;
}

/* additional paragpraph of details on right panel */
.tourdetails {
margin: 5px 10px 0px 0px;
font-size:11px;
line-height:14px;
}

/* keywords in rightpanel on bottom */
.keywordright {
font-size:11px;
font-weight:bold;
}

	
	/* destinations under each country page */	
	.destin {
	font-size:1.2em;
	font-weight:bold;
	}
		
	/* used in old tour files for right panel */
	.includes {
	font-size:1.1em;
	margin:20px;
	display:block;
	color:#B45203;
	text-align:left;
	}
	
	/* a blurb on the right panel, different web developer */
	.more {
	font-size:1.1em;
	margin:20px;
	display:block;
	color:#B45203;
	text-align:left;
	}
