/* ------------------------------------
Panda Online CSS - Text Formatting
Created: 05.03.04 by www.pbdh.com
------------------------------------- */
/* body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
} */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 .5em 0;
}

/* p, blockquote, ul, dl {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 .5em 0;
} */

/* p {
	font-size: 11px;
	line-height: 17px;
	color: #333;
} */
	
h1 {
	font-size: 18px;
	color: #708d17;
}

h2 {
	font-size: 15px;
	color: #333;
}
	
h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
	
}
h5 {}
h6 {}

ul {
	margin-left: 0;
    padding-left: 0;
}
li {
	margin-left: 0;
	padding-left: 0;
}

dl {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 15px;

}
dt {
	font-weight: bold;
	margin: 5px 0 0 0;
}

dd {
	color: #666;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

/* strong {
	color: #d40;
} */

dt em {
	color: #d40;
	padding-left: 10px;
	font-style: normal;
}

dt a:link, dt a:visited {
	text-decoration: none;
}


/* -------LINKAGE------- */
a:link {
	color: #238;
}
a:visited {
	color: #666;
}
a:hover {
	color: #d40;
}
a:active {
	color: #d40;
}

/* Special Homepage Links */
div#center-home td a:link, div#center-home td a:visited {
	text-decoration: none;
}

/* Breadcrumb Links */
div#breadcrumbs a:link, div#breadcrumbs a:visited {
	color: #238;
}
div#breadcrumbs a:hover, div#breadcrumbs a:active {
	color: #d40;
}

/* GLOBAL NAVIGATION FORMATTING */

div#globalnav ul {
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

div#sitetools ul {
	list-style-type: none;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-weight: normal;
	padding: 0 0 6px 0;
}

div#sitetools li, div#globalnav li {
	display: inline;
}

div#sitetools ul {
	margin: 0;
}
div#sitetools li {
	font-size: 12px;
	margin:0;
	padding: 0 10px 0 10px;
}

div#globalnav ul {
	margin: 0;
}

div#globalnav li {
	/*font-size: 13px;*/
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0px 10px;
	border-right: solid 1px #ccc;

}
div#globalnav li#endnav {
	border-right: solid 1px #fff;
}

/* Global Nav Select */

div#globalnav li#select a  {
	background-color: #d40;
	color: #fff;
	padding: 0 5px 0 5px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #ff783c; 
	border-right: 1px solid #9d3000;
	border-bottom: 1px solid #9d3000;
	border-left: 1px solid #ff783c;
}



/* GLOBAL NAVIGATION LINKAGE */
div#sitetools a:link, div#sitetools a:visited {
	color: #666;
	text-decoration: none;
}

div#sitetools a:hover, div#sitetools a:active {
	color: #d40;
	text-decoration: none;
}


div#globalnav a:link, div#globalnav a:visited {
	color: #238;
	text-decoration: none;
}

div#globalnav a:hover, div#globalnav a:active {
	color: #d40;
	text-decoration: none;
}



/* SIDE NAVIGATION LIST - Sliding Doors */
div#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

div#sidenav li {
	height: 22px;
	background-image: url(../images/img-navpill-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 3px 0;
	padding: 0;
	
}
div#sidenav li a {
	display: block;
	background-image: url(../images/img-navpill-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 0 3px 10px; 
}

div#sidenav li a:link, div#sidenav li a:visited,
div#sidenav li a:hover, div#sidenav li a:active {
	text-decoration: none;
}

div#sidenav li#current {
	background-image: url(../images/img-navpill-topc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 3px 0;
	padding: 0;
	
}
div#sidenav li#current a {
	display: block;
	background-image: url(../images/img-navpill-bottomc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 0 3px 10px;
}
div#sidenav li#current a:link, div#sidenav li#current a:visited,
div#sidenav li#current a:hover, div#sidenav li#current a:active {
	color: #fff;
	text-decoration: none;
}

/* DIV SPECIFIC FORMATTING */

/* Logo graphic built into the h1 tag */
div#pageheader h1 {
	font-size: 0;
	width: 290px;
	height: 100px;
	margin: 0;
	background-image: url(../images/img-logo-main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
div#pageheader h1 span {
	display: none;
	}
	
div#leftcolumn-header h2 {
	background: url(../images/icon-airplane.gif) no-repeat left top;
	padding-left: 25px;
}
	
div#right-home h3 {
	padding-left: 14px;
	background-image: url(../images/bullet-orangestar.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#homelist {
	margin-left: 3px;
	padding-left: 0;
	font-size: 11px;
	list-style-type: none;
	
}
#homelist li {
	padding: 0 0 0 10px;
	line-height: 16px;
	background-image: url(../images/bullet-basic.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

div#breadcrumbs p {
	font-size: 10px;
	color: #666;
}

div#right h2,  {
	color: #d40;
}

div#right-home ul, div#center ul, div#right ul {
	list-style-type: none;	
}
div#right-home li, div#center li, div#right li {
	padding: 0 0 0 10px;
	line-height: 16px;
	background-image: url(../images/bullet-basic.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h2#amenities, h2#description {
	margin: 15px 0 5px 0;
}
	
/* Special DIVs - Not Positioned */
#searchtabs {
	margin: 0;
	padding: 0;

}
#searchform, #check-availability {
	margin: 0 0 15px 0;
	padding: 0px;
	border-top: 3px solid #a09f9f;
	border-right: 1px solid #a09f9f;
	border-bottom: 1px solid #a09f9f;
	border-left: 1px solid #a09f9f;
	background-color: #fff;
}

#footer {
	margin: 25px 0 0 0;
	padding: 5px 0 10px 0;
	font-size: 10px;
	color: #666;
	text-align: center;
	letter-spacing: 1px;	
}



/* Table Formatting */

table.border {
	margin: 15px 0 15px 0; /* note that the top & bottom margins will collapse when two of these tables are stacked (a good thing) */
}

table.border th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table.border td {
	border-bottom: 1px solid #ccc;
	vertical-align: baseline;
}

table#searchoption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}

table#searchbook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}

table#searchbook th {
	background-color: #eee;
	color: #238;	
	text-align: center;
	
}



td.right {
	text-align: right;
	vertical-align: baseline;
}

/* Forms */
.text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #666;
	margin: 3px 0 3px 0;
	
}

.menu, .text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
}



div#searchform p {
	font-size: 10px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 3px;
	
}

div#searchform h3 {
	font-size:11px;
	color: #238;
}

/* Image Formating */

img.float-right {
	float: right;
	margin: 3px 0 5px 5px;
}

img.float-left {
	float: left;
	margin: 3px 5px 5px 0;
}

img.float-right, img.float-left {
	padding: 3px;
	border: solid 1px #999;
}

div.caption-right {
	float: right;
	width: 171px;
	margin: 0 0 5px 5px;
	padding: 3px;
	border: solid 1px #ccc;
	
	
}

#banner-ads img {
	display: block;
	margin: 8px 0 8px 0;
}


div.caption-right p {
	font-size: 9px;
	line-height: 12px;
	margin-top: 3px;
}

/* Package Details */


div#package-details {
	border: solid 1px #ccc;
	margin-bottom: 25px;
	background-color: #ffc;
}

dt.package-select {
	background-color: #eee;
	color:#708d17;
}
dd.package-select {
	background-color: #eee;
	color:#333;
}

div#package-details h2, div#package-details p,
div#package-details ul {
	margin: 5px 10px 0 10px;
}
div#package-details h2 {
	color: #617db9;
}
div#package-details p {
	font-size: 10px;
	
}
div#package-details strong {
	font-size: 14px;
}
dl#location dt {
	margin: 0;
}
dl#location dd {
	border: none;
	margin: 0;
}


/* Special Type Classes */

p.small {
	font-size: 9px;
}

.hide {
	display: none;
}

#startnav {
	border-left: none;
}



/*  New Code  */
div#tours { width: 600px; font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;}

div#tours h3 {font-size: 14px; padding: 5px 0 0 0;}

div#tours strong { color: #FF4609; }

div#tours ul {list-style-type: none;margin: 0 0 0 5px;padding: 0 0 0 5px;white-space: nowrap; font-size: 11px;}
div#tours li {padding: 0 0 0 5px;line-height: 17px;}

div#tours img.float-right {float: right;margin: 3px 0 5px 5px; font-size: 12px;}
div#tours img.float-left {float: left;margin: 3px 8px 5px 0;}
div#tours img.float-right, div#tours img.float-left {padding: 3px;border: solid 1px #999;}

	
