/* *{padding:0px;margin:0px;font-size:12px;font-family:"Arial", "Helvetica", sans-serif;} */
body{background:#cccccc url('../images/bg.png') repeat-x;}
p{margin-bottom:15px;}
h1, .mediatitle {font-size:16px;font-weight:bold;color:#666;padding-bottom:8px;}
h1 a{font-size:16px;font-weight:bold;color:#666;padding-bottom:8px;}
h1 a:hover{text-decoration:underline;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline;}
sup{font-size:10px;}
img{}
.smallertxt{font-size:10px;}
a.contentlink:link, a.contentlink:visited{text-decoration:underline;}
a.contentlink:hover{color:#CC0000;text-decoration:none;}
.shadow{margin:0 auto;width:980px;box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);-moz-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);-webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);-vendor-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=3,MakeShadow=true,ShadowOpacity=0.35);background:#FFF;}
#wrapper{position:relative;margin:0 auto;width:940px;background:#FFF;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0px 20px 0px 20px;}
#detailsbox{position:relative;background:#FFF;float:right;display:inline;width:215px;margin-left:10px;}
#detailsbox .header{font-size:20px;color:#FFF;height:28px;padding-left:10px;padding-top:2px;background:#666666;}
#detailsbox .container{background:#e6e6e6;padding:10px 5px;border-top:1px solid #CC0000;height:135px;letter-spacing:0px;font-size:12px;}
#colbox{position:relative;background:#FFF;float:left;display:inline;width:310px;}
#colbox img:hover{opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
.colboxspacing{margin-right:10px;}
#colbox .header{font-size:28px;color:#FFF;height:38px;padding-left:10px;padding-top:2px;background:#666666;}
#colbox .headertxt, #detailsbox .headertxt{position:absolute;z-index:10;font-size:12px;font-weight:bold;width:123px;height:18px;padding-top:2px;padding-left:8px;padding-right:8px;margin-left:10px;background:#CC0000;color:#FFF;
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Firefox 0.9+, Safari 2?, Chrome any? */
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#FF0000', GradientType=0); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#FF0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #990000,  #FF0000); /* for firefox 3.6+ */
}
#colbox .headertxtr{margin-left:11px;text-align:right; white-space: nowrap;}
#colbox .headertxtlong{position:absolute;font-size:12px;font-weight:bold;width:115px;height:18px;padding-top:2px;padding-left:10px;padding-right:10px;margin-left:165px;background:#CC0000;color:#FFF;text-align:right;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#FF0000', GradientType=0); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#FF0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #990000,  #FF0000); /* for firefox 3.6+ */
}
.promoheadertxt{position:absolute;z-index:5;font-size:12px;font-weight:bold;width:150px;height:20px;padding-top:2px;padding-left:10px;padding-right:10px;margin-left:70px;background:#CC0000;color:#FFF;text-align:right;
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Firefox 0.9+, Safari 2?, Chrome any? */
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
}
.theme{padding-right:10px;}
#colbox .container{background:#e6e6e6;padding:10px 5px;border-top:1px solid #CC0000;height:186px;letter-spacing:0px;font-size:12px;}
#colbox .videocontainer {background:#e6e6e6;padding:7px 5px 0px 5px;border-top:1px solid #CC0000;letter-spacing:0px;font-size:12px;}
#colbox .containersmall{width:145px;}
#colbox .containerheader{text-align:right;font-weight:bold;font-size:10px;margin:5px 0px 5px 0px;}
.numlist{margin-left:28px;}
.numlist li{margin:0px;padding-left:2px;padding-bottom:1px;}
.tourlist {
	margin-top: 5px;
	padding-left: 0px;
}

.tourlist ul {
  list-style-type: none;
  padding-left: 20px;
}
.tourlist li {
	list-style-type:none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}
.tourlist li:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: FontAwesome;
	content: "\f054";
	color: #CC0000;
}

#leftnav ul li ul li {background:url('../images/arrow_red.gif') no-repeat 0px 6px;list-style-type:none;padding-top:2px;padding-left:15px;padding-bottom:6px;}

#leftnav ul li ul li {
	margin-left: 10px;
}
#header{padding:10px 0px 0px 0px;}
#urbangreymenu{position:relative;background:#FFF url('../images/bg_nav.png') no-repeat;width:940px;height:40px;}
#urbangreymenu ul li{display:inline;list-style-type:none;text-transform:uppercase;}
#urbangreymenu ul li a{font-size:18px;font-weight:bold;color:#666;text-decoration:none;padding:4px 20px 7px 20px;background:url('../images/nav_divider.gif') right no-repeat;text-shadow:#999999 0.1em 0.1em 0.2em;filter:progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=45);}
#urbangreymenu ul li a:hover, #urbangreymenu ul li a.selected{color:#CC0000;}
.botspacing{margin-bottom:10px;}
#booknowmenu{position:relative;float:right;padding-right:10px;top:10px;}
#booknowmenu a{position:relative;font-size:18px;font-weight:bold;color:#CC0000;text-decoration:none;text-shadow:#999999 0.1em 0.1em 0.2em;}
#booknowmenu a:hover{color:#666;}
.banner{position:relative;_height:1%;overflow:hidden;padding-top:10px;}
.footernav {float:left;width:105px;height:193px;border-left:1px dotted #333;padding:8px 0px 8px 10px;margin-bottom:20px;}
.footernav p{margin:0;padding:0px 0px 5px 0px;}
.footernav a { 
	font-size:10px;
	color:#333;
	text-decoration: none;
	-webkit-transition: .12s linear;
	   -moz-transition: .12s linear;
		-ms-transition: .12s linear;
		 -o-transition: .12s linear;
			transition: .12s linear;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 95%;
   	padding-bottom: 3px;
	}

.footernav a:hover {	
	color: #777;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(50%,#444), color-stop(100%,#fff));
	background-image: -webkit-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
	background-image: -moz-linear-gradient(left, #FFF 0%, #444 50%, #fff 100%);
	background-image: -ms-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
	background-image: -o-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
	background-image: linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
	}

* html .footernav a:hover {	color:red; text-decoration: underline;} /* for IE 6 only */
.footernav a:hover {color: #777; text-decoration: underline\9;} /* for IE 7 and 8 only */

.footText{font-size:10px;color:#333;margin:15px;}
.tncText, .tncText p,  .tncText b, .tncText a {font-size:12px;color:#333;}

.tncText ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.tncText ol li {
  font-size:12px;color:#333;
  padding: 4px 0px;
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.tncText ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.tncText ol li li {
    margin: 0;
}

.tncText ol li li:before {
    content: counters(item, ".") " ";
}

/*.tncText ul { margin-top: 10px;}*/
/*.tncText ul li { margin-left: 20px; margin-bottom: 10px;}*/
.floatleft{position:relative;float:left;}
.floatright{position:relative;float:right;}
#clearFloat{clear:both;}
.clearFloat{clear:both;}
#breadcrumbs{font-size:10px;padding-top:5px;padding-bottom:5px;}
#breadcrumbs a{font-size:10px;text-decoration:none;}
#breadcrumbs a:hover{text-decoration:underline;}
#leftnav{position:relative;background:#ebebec;}
#leftnav .title{height:20px;font-size:18px;font-weight:bold;color:#FFF;padding:8px 0px 12px 10px;background:#666666;border-bottom:1px #CC0000 solid;text-shadow:1px 1px 1px #000;}
#leftnav .header{height:34px;font-size:28px;color:#FFF;padding:3px 0px 3px 10px;background:#666666;border-bottom:1px #CC0000 solid;text-shadow:1px 1px 1px #000;}
#alltours{height:17px;font-size:12px;font-weight:bold;color:#FFF;padding:7px 0px 3px 10px;background:#666666;border-bottom:1px #CC0000 solid;}
#leftnav ul li{position:relative;display:block;list-style-type:none;padding:5px 7px 6px 7px;background:url('../images/line_dotted.gif') bottom no-repeat;}
#leftnav .highlighted{background:#CCC url('../images/line_dotted.gif') bottom no-repeat;}
#leftnav ul li a{padding-left:7px;}
#leftnav ul li a:hover{color:#CC0000;text-decoration:none;}
.topboxcontainer{position:relative;background-color:#ebeced;padding:9px;margin-bottom:10px;}
.topbox{background:#FFF;padding:8px;border:1px solid #cccccc;border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.topbox h1{font-size:17px;font-weight:bold;color:#666;}
.topbox h2{font-size:14px;font-weight:bold;color:#666;}
.topbox h2 a{font-size:14px;font-weight:bold;color:#666;}
.topbox h2 a:hover{text-decoration:underline;}
.opaque:hover{opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
.guarantee{height:168px;background:#FFF url('../images/guaranteed.gif') 95% 90% no-repeat;}
.buybox{color:#FFF;background:#CC0000;padding:3px 8px;margin-bottom:3px;border:3px solid #cccccc;text-align:center;width:85px;-webkit-border-radius:10px;-moz-border-radius:10px;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);-vendor-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);}
.buybox h1{font-size:18px;font-weight:bold;color:white;margin:0;padding:0;line-height:18px;}
.buybox a, .buybox a:link, .buybox a:visited{color:#FFF;}
.buybox:hover{background:#666;text-decoration:none;}
.whitetxt{color:#FFF;}
#col2Content{float:left;width:520px;}
#col3Content{float:left;width:225px;}
.ulink{text-decoration:underline;}
.coloredlink{text-decoration:none;color:#0033cc;}
.sharelink{color:#666666;text-decoration:none;font-size:10px;}
#mainContentcontainer{position:relative;padding:0px 10px 10px 10px;border-top:#CC0000 1px solid;border-left:#cccccc 1px solid;border-right:#cccccc 1px solid;border-bottom:#cccccc 1px solid;margin-bottom:10px;}
.ducknhippo td{padding:10px 10px 10px 0px;}
.ducknhippo tr:hover{background:#ebeced;}
#searchwrapper{float:right;width:201px;height:26px;background-image:url(../images/bg_search.png);background-repeat:no-repeat;padding:0px;margin:6px 0px 0px 0px;position:relative;}
#searchwrapper form{display:inline;}
.searchbox{border:0px;background-color:transparent;position:absolute;font-size:12px;top:4px;left:9px;width:162px;height:20px;}
.searchbox_submit{z-index: 5;border:0px;background-color:transparent;position:absolute;top:3px;left:203px;width:23px;height:23px;cursor:pointer;}
.searchbox:hover{background-color:transparent;}
.handcursor{cursor:hand;cursor:pointer;margin-bottom:10px;font-weight:bold;}
.switchgroup1{margin-bottom:10px;margin-left:21px;}
.status{position:relative;height:20px;margin-right:5px;float:left;}
.collapsetable table{border-collapse:collapse;}
.collapsetable table, .collapsetable td, .collapsetable th{border:1px solid #666;padding:5px;}
.roundedcornr_box{background:url('../images/roundedcornr_tl.png') no-repeat top left;}
.roundedcornr_top{background:url('../images/roundedcornr_tr.png') no-repeat top right;}
.roundedcornr_bottom{background:url('../images/roundedcornr_bl.png') no-repeat bottom left;}
.roundedcornr_bottom div{background:url('../images/roundedcornr_br.png') no-repeat bottom right;}
.roundedcornr_content{background:url('../images/roundedcornr_r.png') top right repeat-y;}
.roundedcornr_top div,.roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom{width:100%;height:10px;font-size:1px;}
.roundedcornr_content, .roundedcornr_bottom{}
.roundedcornr_content{padding:0 10px;}
.roundedcornr_content h1, .roundedcornr_content .title, .roundedcornr_white_content h1 {font-size:17px;font-weight:bold;color:#666;}
.roundedcornr_content a h1, .roundedcornr_white_content a h1{color:#FFF;}
.roundedcornr_white_content h1 a{color:#666;}
.roundedcornr_content h2{font-size:14px;font-weight:bold;color:#666;}
.roundedcornr_content h2 a, .roundedcornr_white_content h2 a{font-size:14px;font-weight:bold;color:#666;}
.roundedcornr_content h2 a:hover{text-decoration:underline;}
.roundedcornr_white_box{position:relative;background:url('../images/roundedcornr_white_tl.png') no-repeat top left;}
.roundedcornr_white_top{background:url('../images/roundedcornr_white_tr.png') no-repeat top right;}
.roundedcornr_white_bottom{background:url('../images/roundedcornr_white_bl.png') no-repeat bottom left;}
.roundedcornr_white_bottom div{background:url('../images/roundedcornr_white_br.png') no-repeat bottom right;}
.roundedcornr_white_content{background:url('../images/roundedcornr_r.png') top right repeat-y;}
.roundedcornr_white_top div,.roundedcornr_white_top, .roundedcornr_white_bottom div, .roundedcornr_white_bottom{width:100%;height:10px;font-size:1px;}
.roundedcornr_white_content, .roundedcornr_white_bottom{}
.roundedcornr_white_content{padding:0 10px;}
.dialog{position:relative;margin:0px auto;min-width:80px;max-width:110px;*/color:#fff;z-index:1;margin-bottom:1px;margin-left:6px;}
.dialog .t, .dialog .b, .dialog .b div{background:transparent url(../images/button_red.png) no-repeat top right;}
.dialog .t{position:absolute;left:0px;top:0px;width:11px;margin-left:-11px;height:100%;_height:1600px;background-position:top left;}
.dialog .b{position:relative;width:100%;}
.dialog .b, .dialog .b div{height:11px;font-size:1px;}
.dialog .b{background-position:bottom right;}
.dialog .b div{position:relative;width:12px;margin-left:-12px;background-position:bottom left;}
.dialog .hd, .dialog .bd, .dialog .ft{position:relative;}
.dialog h1, .dialog p{margin:0px;padding:0px;}
.dialog h1 a, .dialog .price a {font-size:16px;font-weight:bold;color:#FFF;margin:0;padding-right:12px;line-height:17px;}
.dialog a, .dialog a:link, .dialog a:visited{color:#FFF;}
.redbut {
	border: 3px solid #CCC;
	border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background: #CC0000;
	text-align: center;
	padding: 4px 7px;
}
.redbut .price a {
	font-size:16px;font-weight:bold;color:#FFF;margin:0;line-height:17px;
}
.redbut:hover {
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#FF0000', GradientType=0);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#FF0000));
	background: -moz-linear-gradient(top, #990000, #FF0000);

}
.reviewborder{margin:8px 0px;border-bottom:1px dotted #999;}

.socialmedia_icons { margin-top: 9px; margin-left: 48px; width: 20px; height: 20px; }

@media (max-width:900px) {
	div.socialmedia_icons {
		float:left;
		margin-bottom: 8px;
	}
}
a.tooltip{position:relative;z-index:24;background-color:#ededed;color:#3b5997;text-decoration:none;}
a.tooltip:hover{z-index:25;background-color:#ededed;text-decoration:underline;}
a.tooltip span{display:none;}
a.tooltip:hover span{display:block;position:absolute;top:-8px;left:20px;width:125px;padding:5px;font-weight:bold;border:1px solid #3b5997;background-color:#ededed;color:#3b5997;text-align:center;}

.paypalcol1, .paypalcol2 {
	position: relative;
	padding: 3px 8px;
	margin-bottom: 1px;
	float: left;
}
.paypalcol1{
	text-align: right; 
	background:#BBBBBB;
	width: 25%;
	color: #FFF;
}
.paypalcol2 {
	background:#F3F3F3;
	width: 65%;
}
@media (max-width:580px) {
	.paypalcol1, .paypalcol2 {
		display: block;
		float: none;
		width: 90%;
		text-align: left;
	}
}

/**** CSS HAPPENINGS scroller ****/

#pscroller1{
width: 300px;
height: 208px;
background: #FFFFFF;
padding: 0;
margin: 0;
/* border: 1px solid black; */
/* padding: 5px;*/
/* background-color: lightyellow; */
}

.pscroller_exit{
	display: flex;
	align-items: center;
	justify-content: center !important;
	text-align: center;
	width: 100%;
	min-height: 100%;
	/*background: #FFFFFF url('../images/bg_tournotice.jpg') no-repeat;*/
	/*background-size: cover;*/
	/*background-position:44px 38px;*/
	padding: 15px 12px;
}
@media (min-width:980px) {
	.pscroller_exit{
		min-height: 190px;
	}
}

.pscroller_exit a {
	color: #CC0000;
}

.pscroller_haze{
width: 300px;
height: 208px;
background: #FFFFFF url('../images/banner_bkgduck.jpg') no-repeat; 
background-position:60px 48px;
background-size: 75% 75%;
padding: 15px 12px 12px 11px;
}

.notice_hd {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	line-height: 180%;
	background: #000;
}

.haze_hd {
width: 240px;
color: #CC0000;
font-size: 16px;
font-weight: bold;
line-height: 120%;
text-shadow: 0px 1px 0px #FFF;
}

.pscroller_f1{
width: 300px;
height: 208px;
background: #FFFFFF url('../images/banner_F1.jpg') no-repeat; 
padding: 32px 12px 12px 12px;
}

.notice_hd_f1 {
color: #CC0000;
font-size: 26px; 
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 50px 20px 3px 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ /* class to apply to your scroller(s) if desired */
padding: 0;
margin: 0;
}

#sp-note {color: #CC0000;}

/***** Vertical ticker *****/
.vticker{
	border: 1px solid #666666;
	width: 100%;
	/*height: 208px;*/
	overflow-y: hidden;
}
.vticker ul{
	padding: 0;
}
.vticker li{
	list-style: none;
	border: none;
	width: 100%;
	/*height: 208px;*/
	overflow: hidden;
}

/***** MEDIA *****/
.gallery-icon-hp {
	/*width: 89px;
	overflow: hidden;
	float: left;
	margin-right: 11px;*/
	/*border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;*/
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 0px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-vendor-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=true,ShadowOpacity=0.5);
}

.gallery-icon {
	width: 118px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	/*border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;*/

	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-vendor-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=true,ShadowOpacity=0.5);
}

/*
.gallery-icon .thickbox_img img {
	-webkit-filter: drop-shadow(3px 3px 3px #999);
	filter: drop-shadow(3px 3px 3px #999);
	box-shadow: 3px 3px 3px #999;
}
*/

.nomarginright {
	margin-right: 0px;
}
.nopaddingright {
	padding-right: 0px;
}
.noborderright {
	border-right: none;
}

