/* Reset */
html{color:#000;background:#FFF;}
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p{margin:0;padding:0;}*/
/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; margin:0; padding:0;}*/

/* Body Attributes */
body,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	font-size: 11px;
	line-height: 18px;
}
body {
	margin:0;
	padding:0;
}

/* Headings */
h1, h1 a, h1 a:visited {
	font-size:17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FBFBFB;
	font-weight:bolder;
	border-bottom: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin: 0;
	background-color: #4479BA;
}
h1 a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FBFBFB;
}
h2 {font-size:15px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color:#85ad21;	font-weight:bold;}
h3 {
	font-size:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FBFBFB;
	font-weight:normal;
	margin: 0;
	font-style: italic;
}
h4 {
	font-size:13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#85ad21;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h5 {font-size:13px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color:#FBFBFB;	font-weight:bold;	margin: 5px;}
h6 {
	font-size:13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4479ba;
	font-weight:bold;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4479BA;
}
/* End Headings */

/* Navigation */
div.menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height:28px;
	z-index:99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:1px;
	background:#fff; 
	overflow:hidden; 
}
#nav_div {	
	width:900px;
	background:#85AD21;
	height:28px;
}
#new_nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-weight: bold;
}
#new_nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:none;
	height:28px;
	padding-right: 10px;
	padding-left: 10px;
}
#new_nav li { 
	float: left;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 28px;
}
.nav_selected, a.nav_roll:hover {
	background-image: url(/images/shade_menu.png);
}
.nav_div ul li {
	color:#000;
}
.nav_div {
	display:none;
	clear:both;
	background:#fff;
	position:absolute;
	top:28px;
	width:100%;
	overflow:hidden;
}
.info {
	position:absolute;
	right:0px;
	width:445px;
	height:80%;
	color:#000;
}
.nav_left {
	width:445px;
	position:relative;
	z-index:1;
}
.nav_left div {
	display:none;		
}
.menuHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#4479BA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4479BA;
	background:#FFFFFF;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	font-weight: bold;
}
.menuSubheading, .menuSubheading a, .menuSubheading a:visited, .menuSubheading a:hover {
	font-size:14px;
	color:#85AD21;
	background:#FFFFFF;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	line-height: 18px;
	font-weight: bold;
	border-bottom:none;
}
.menuItems p, .menuItems a, .menuItems a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color:#4479BA;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* End Navigation */

ul {
	list-style-image: url(/images/bbullet.gif);
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
	line-height: 16px;
	margin-top: 0px;
}
hr {
	color:  #c6c4c1;
	background-color:  #FFFFFF;;
	height:  1px;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #4479ba;
	color: #4479ba;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #CA2E00;
	color: #CA2E00;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #4479ba;
	color: #4479ba;
}
a:active {
	outline:none;		
}

/* Spam Style */
div#Field2 {
	display:none;
}
/* End pam Style */

.itineraryDefault {
	border-bottom-style:dashed; 
	border-bottom-color:#999999; 
	border-bottom-width:1px;
}
.itineraryAlt {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-image: url(/images/shade_green.gif);
	background-repeat: repeat-x;
}
.itineraryAltBlue {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-image: url(/images/shade_blue.gif);
	background-repeat: repeat-x;
}
.itineraryAltGreen {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-image: url(/images/shade_green.gif);
	background-repeat: repeat-x;
}
.itinerarySpecial {
	background-color:#FFFFFF;
	border: thin dashed #245F7D;
}
.day {
	font-size:9px;
	font-weight:bold;
	color:#4479BA;
}
.dayNo {
	font-size:22px;
	font-weight:bold;
	color:#4479BA;
}
.borderRight {
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width:1px;
}
.borderTop {
	border-top-color: #999999;
	border-top-style: dashed;
	border-top-width:1px;
}
.borderRightBottom {
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.searchBox {
	height: 100px;
	width: 582px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 40px;
}
.searchBoxCampervans {
	height: 130px;
	width: 580px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px;
}

/* Photo Icons for Planning & Guide */
.photoFrame {
	position: relative;
	height: 134px;
	width: 172px;
	background-image: url(/images/photo_frame.png);
	background-repeat: no-repeat;
	float:right;
	margin-left:5px;
	margin-right:5px;
}
.photo {
	position: absolute;
	height: 100px;
	width: 150px;
	left: 8px;
	top: 15px;
}
/* End Photo Icons for Planning & Guide */


/* Lists */
.list {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 900px;
	min-height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	overflow: hidden;
}
.listPhotoWrapper {
	position: relative;
	height: 100px;
	width: 140px;
	float: left;
}
.listPhoto {
	position: absolute;
	height: 80px;
	width: 60px;
	left: 10px;
	top: 10px;
}
.listRecomended {
	position: absolute;
	height: 55px;
	width: 55px;
	left: -7px;
	top: 2px;
}
.listContentWrapper {
	position: relative;
	margin: 0px;
	height: 100px;
	width: 760px;
	float: right;
}
.listContentHeading, .listContentHeading a, .listContentHeading a:visited {
	position: relative;
	width: 590px;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	font-size:15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#85ad21;
}
.listContentHeading a:hover{
	font-size:15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#CA2E00;
}
.listContentDesc {
	position: relative;
	width: 590px;
	left: 0px;
	padding-top: 5px;
}
.listActivityDesc {
	position: relative;
	width: 590px;
	left: 0px;
	padding-top: 5px;
}
.listPriceWrapper {
	position: absolute;
	margin: 0px;
	height: 100px;
	width: 170px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	float: right;
}
.listPrice {
	position: relative;
	font-size: 18px;
	color: #4479BA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
}
.listSpecial {
	font-size: 11px;
	color: #CA2E00;
}

.itineraryAlt .listPrice {
	margin-top:-8px;
	margin-bottom:-8px;
}	
			   
.listPrice p{
	padding-right:8px;
	margin-top:3px;
	margin-bottom:4px;
}

.listPrice br{
	display:none;
}
/* End Lists */

.flagHeading {
	border-bottom: none;
	margin: 0;
	background-color: #4479BA;
}
.itineraryHeading, .itineraryHeading a, .itineraryHeading a:visited {
	font-size:17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FBFBFB;
	font-weight:bolder;
	border-bottom: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin: 0;
	background-color: #4479BA;
}
.itineraryHeading a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FBFBFB;
}
.itinerarySubheading {
	font-size:15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.popHeading {
	font-size:16px;
	color:#FBFBFB;
	margin: 0;
	background-color: #85ad21;
	line-height: 40px;
	border-bottom: none;
	text-align: left;
}
.subheading, .subheading a, .subheading a:visited, .subheading a:hover {
	font-size:15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4479BA;
	font-weight:normal;
	margin: 0;
	padding:15px 0 5px 0;
	border-bottom: none;
}
.listTabBlue {
	font-size:14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4479BA;
	font-weight:bold;
	margin: 0;
	padding:15px 0 5px 0;
	line-height: 1.25em;
}
.listTabBlue a, .listTabBlue a:visited, .listTabBlue a:hover {
	font-weight:bold;
	font-size:14px;
	color:#4479BA;
	border-bottom-style: none;
}
.highlight {
	color: #CA2E00;
	font-weight: bold;
}
.highlight a {
	color: #CA2E00;
	font-weight: bold;
}
.highlightSpecial {
	color: #CA2E00;
}
.highlightGreen {
	color: #85ad21;
	font-weight: bold;
}
.highlightBlue {
	color: #4479BA;
	font-weight: bold;
}
.highlightDate {
	color: #333333;
	font-weight: normal;
	border: 1px solid #4479ba;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dateWrapper {
	line-height: 30px;
	border-bottom-style:dashed; 
	border-bottom-color:#999999; 
	border-bottom-width:1px;
	background-color:#FFFFFF;
}
.whitetext {
	color: #FFFFFF;
}
.shadeWhite {
	background-color: #FFFFFF;
}
.shadeBlue {
	background-color: #DBE6F2;
}
.specialDesc {
	font-size:13px;
	color:#CA2E00;
	font-weight:normal;
	margin: 0;
	padding:15px 0 5px 0;
	line-height: 1.25em;
	border-bottom: none;
}
div.mapcontainer {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	height: 455px;
}
div.map {
	position:absolute;
	left:70px;
	top:33px;
	width:350px;
	height:402px;
	z-index:2;
	visibility: hidden;
}
div.mapstart {
	position:absolute;
	left:70px;
	top:33px;
	width:350px;
	height:402px;
	z-index:1;
	visibility: visible;
}

/* Tags */
#tag_header {
	position:absolute;
	left:745px;
	top:89px;
	width:160px;
	height:71px;
	z-index:1;
}
#tag_specials {
	position:absolute;
	left:745px;
	top:245px;
	width:160px;
	height:71px;
	z-index:1;
}
/* End Tags */

/* Header */
div.logo_overlay {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 90px;
	z-index:1;
}
div.logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 90px;
	z-index:1;
	background-color: #4479BA;
}
/* Header */
div.header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 183px;
	background-repeat: no-repeat;
	background-position: center;
}
div.crumbs {
	position: relative;
	text-indent:5px;
	width: 900px;
	height: 20px;
	background:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
/* End Header */

/* Main Content */
div.main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(/images/back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div.main_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 400px;
}
/* End Main Content */

/* Footer */
div.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #85ad21;
}
div.footer_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 300px;
	padding-top: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	list-style-type: square;
}
.footerheading {
	font-size:15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	margin: 0;
	padding:15px 0 5px 0;
}
.footer a, .footer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
.footer p, .footer a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;		
}
/* End Footer */

/* Pop Up Fancybox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index: 181;
	display: none;
	background-image: url(/images/closebox.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
/* End Pop Up Fancybox */

/* Single Sprites */
a.icons { 
	background: url(/images/icons.png) no-repeat;
	text-decoration:none;
	border-bottom:none;
	display:block;
}
#shortlist { 
	background-position: 0px -148px; width:121px; height:22px;
}
#addshortlist { 
	background-position: 0px -106px; width:140px; height:20px;
}
#saveshortlist { 
	background-position: 0px -85px; width:140px; height:20px;
}
#removeshortlist { 
	background-position: 0px -127px; width:140px; height:20px;
}
#blog { 
	background-position: 1px -270px; width:32px; height:31px;
}
#twitter { 
	background-position: 1px -301px; width:32px; height:31px;
}
#facebook { 
	background-position: 1px -332px; width:32px; height:31px;
}
#qualmark { 
	background-position: 0px -365px; width:79px; height:96px;
}
/* End Single Sprites */

/* Client Review Sprites */
img.star5 { 
	background: url(/images/jquery_ui/jquery_all_stars.png);
	background-position: 0px -60px; width:75px; height:15px;
}
img.star4 { 
	background: url(/images/jquery_ui/jquery_all_stars.png);
	background-position: 0px -45px; width:75px; height:15px;
}
img.star3 { 
	background: url(/images/jquery_ui/jquery_all_stars.png);
	background-position: 0px -30px; width:75px; height:15px;
}
img.star2 { 
	background: url(/images/jquery_ui/jquery_all_stars.png);
	background-position: 0px -15px; width:75px; height:15px;
}
img.star1 { 
	background: url(/images/jquery_ui/jquery_all_stars.png);
	background-position: 0px 0px; width:75px; height:15px;
}
/* End Client Review Sprites */

/* Itinerary Tabs  */
ul.tabs { 
list-style:none; 
margin:0 !important; 
padding:0;
width:610px;
height:auto;
}

/* single tab */
ul.tabs li { 
float:left;
text-indent:0;
padding:0;
margin:0 !important;
list-style:none; 
list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/images/icons.png) no-repeat -120px 0;
	font-size:11px;
	display:block;
	height: 41px;
	line-height:54px;
	width: 120px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	cursor: pointer;
	font-weight: bold;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -42px;
	height: 41px;
	line-height:41px;
	color: #FFFFFF;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -42px;		
	height: 41px;
	line-height:41px;
	cursor:default !important; 
	color:#FFFFFF!important;
}

/* width */
ul.tabs a { background-position: 0px 0px; width:122px; }
ul.tabs a:hover { background-position: 0px -42px; }
ul.tabs a.current { background-position: 0px -42px; }

/* End Tabs */

/* Sliding Calc */
.panel {
	z-index: 1;
	position: fixed;
	top: 313px;
	right: 0;
	display: none;
	width: 270px;
	height: auto;
	background-color: #FFFFFF;
	opacity: .85;
	filter: Alpha(Opacity=85);
	zoom: 1.0;
	border: 1px dashed #4479ba;
	padding: 10px;
}

.panel p{
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

img {
	border:none;
}

a.trigger{
	z-index: 1;
	position: fixed;
	text-decoration: none;
	top: 263px;
	right: 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -170px; width:111px; height:47px;
}

a.active.trigger {
	z-index: 1;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -219px; width:111px; height:47px;
}
/* End Sliding Calc */

/* Facebook like button */
#fb-like-container {
	margin-top:5px;
	padding-left:12px;
	width:140px;
}
/* End Facebook like button */

/* Review Microdata  */
 #microdata { display:none; }
/* End Review Microdata */
