body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p{ padding:0 0 5px; }
.rel, div.rel, span.rel{ position:relative; }
.abs, div.abs, spa.abs{ position:absolute; }

.clr, div.clr, span.clr, li.clr, ul.clr{ clear:both; }
.right, div.right, span.right{ float:right; }
.left, div.left, span.left{ float:left; }

.txtRight, div.txtRight, span.txtRight{ text-align:right; }
.txtLeft, div.txtLeft, span.txtLeft{ text-align:left; }

.hidden, div.hidden, span.hidden, input.hidden{ display:none; }
option.hidden{ display:none !important; }

.colorGreen, span.colorGreen, h1.colorGreen{ color:#78b444; }
.lightGrey, span.lightGrey, h1.lightGrey, h2.lightGrey{ color:#8f8f8f; }
.darkGrey, span.darkGrey, h1.darkGrey, h2.darkGrey{ color:#686868; }
.orange, span.orange, h1.orange, h2.orange{ color:#fc7809; }
.black, span.black, h1.black, h2.black{ color:#000000; }
.yellow, span.yellow, h1.yellow, h2.yellow{ color:#ffea00; }
 
.bold, div.bold, span.bold, h1.bold, h2.bold, h3.bold{ font-weight:bold; }
.normal{ font-weight:normal !important; }

.block, div.block, span.block{ display:block; }

.arial{ font-family:Arial, Helvetica, sans-serif; }

strong{ font-weight:bold; }
em{ font-style:italic; }
p{ padding: 0 0 15px; }
select, input.input-txt{
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #B6B6B6;
    display: block;
    padding: 5px 5px 5px 3px;
    width: 216px;
	height:28px;
	max-height:28px;
}


.box-shadow{
	-moz-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3); 
	box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3); 
}
.btn-submit{ cursor:pointer; }
.input-error, input.error, select.error{ border:1px solid #BB2828 !important; background:#fcfbe3 !important; }
.req{ color:#bb2828; }
.test{ background:#f90; }
.text-shadow{ text-shadow:0 1px 0 #333; }
.two-col-l-w h1.black-heading{ margin:0 10px 10px 0; }
.border-radius{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

div.confirm-dialog{
	background:#CBF7DD url(../images/bg-checkmark.png) no-repeat 6px 8px;
	border:3px solid #76D900;
	margin:0 10px 10px 0;
	padding:5px 5px 5px 30px;
	font-weight:bold;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div.error-dialog{
	background:#feb8b8 url(../images/bg-error.png) no-repeat 6px 8px;
	border:3px solid #BB2828;
	margin:0 10px 10px 0;
	padding:5px 5px 5px 30px;
	font-weight:bold;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

h1.black-heading{
	background:#181818;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e8e8e8;
	padding:3px 0 4px 5px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}


h1.black-heading span{
	font-size:14px;
	padding:0 0 0 15px;
	margin:-5px 0 0;
	color:#ccc;
	font-weight:normal;
}

h1.text-header{
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px;
}

h2.text-header{
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

/**** MARGINS ****/
.mb10, div.mb10, span.mb10{ margin-bottom:7px; }
.ml10, div.ml10, span.ml10{ margin-left:10px;}
.mr10, div.mr10, span.mr10{ margin-right:9px;}

/**** WIDTHS ****/
.w140, div.w140, span.w140{ width:140px;}
body {
  background: #18344d;
  color: #424242;
  font-family: 'Trebuchet MS', Lucida Grande, Arial, Lucida Console;
  font-size: 12px;
  height: 100%;
  line-height: 18px;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0;
  position: relative;
  padding: 0 0 354px;
}
#container {
  background: url(../images/bg-pattern-light.png);
  -moz-box-shadow: 0px 0px 5px #d3d3d3;
  -webkit-box-shadow: 0px 0px 5px #d3d3d3;
  box-shadow: 0px 0px 5px #d3d3d3;
}

.content-container {
  margin: 0 auto;
  width: 960px;
  padding: 0 10px;
}
div.content-area {
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
}
div.gradient-container div.content-area {
  padding: 12px 0 10px;
}

div#header {
  background: url(../images/bg-sprite-elements.png) repeat-x;
  height: 74px;
  padding: 7px 0 5px 5px;
  margin: 0;
  position: relative;
  z-index: 100;
}

div#header .bg-top-glow-gradient {
  background: url(../images/bg-top-glow-gradient.png);
  height: 82px;
  left: -80px;
  position: absolute;
  top: -5px;
  width: 465px;
}

div#header a.logo {
  top: 15px;
  left: 10px;
  position: relative;
  z-index: 100;
}

div#header ul#menu {
  position: absolute;
  top: 0;
  right: 0;
}

div#header ul#menu li {
  float: left;
  font-size: 11px;
  border-left: 1px dashed #888da6;
  padding: 0 5px;
}
div#header ul#menu li.first {
  border-left: none;
}
div#header ul#menu li span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
div#header ul#menu li.selected {
}

div#header ul#menu a {
  display: block;
  padding: 17px 20px;
  max-height: 75px;
}

div#header ul#menu .selected a,
div#header ul#menu a:hover {
  background: url(../images/bg-sprite-elements.png) repeat-x;
  background-position: 0px -795px;

  -moz-border-radius: 3px;
}

.top-shadow,
.branding-shadow {
  background: url(../images/bg-shadow-sides.png) no-repeat;
  width: 1009px;
  height: 208px;
  position: absolute;
  top: -110px;
  left: -15px;
  z-index: 0;
}

.branding-shadow {
  top: 300px;
  left: -15px;
}

div#main-content-block {
  background: url(../images/bg-pattern-light.png);
  min-height: 100%;
  position: relative;
  margin: -4px 0 0px 0;
  padding-bottom: 20px;
  z-index: 0;
}
div#container {
  background: url(../images/bg-firm-color.png);
  margin: 0 auto;
  /*min-height:600px;*/
  padding: 0 10px;
  width: 960px;

  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  /*
	 -moz-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.2);
	 */
}

div.gradient-container {
  background: url(../images/bg-gradient-branding.png) repeat-x 0 -5px;
}

.pixel-overlay {
  background: url(../images/bg-pattern-pixel.png);
}
.pixel-overlay-hard {
  background: url(../images/bg-pattern-hard-pixel.png);
}

div.branding {
  height: 379px;
  overflow: hidden;
  padding: 14px 0 10px;
  position: relative;
  width: 960px;
  z-index: 10;
}
div.destination-browser {
  margin: 0 0 10px;
  padding-bottom: 0;
}
div.destination-browser .pixel-overlay {
  top: 14px !important;
}

.slide-specs {
  left: 20px;
  position: absolute;
  bottom: 25px;
  z-index: 200;
}

.slide-specs .btn-front-product-link {
  background: url(../images/bg-box-slide-specs.png) top left;
  color: #ffea00;
  display: block;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: 20px;
  z-index: 250;
}
.slide-specs h1 {
  border-top: 1px solid #bcbcbc;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 25px 0 0;
  text-shadow: -1px -1px 3px #000;
  width: 920px;
}

.slide-specs span {
  color: #cccccc;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 0;
  width: 500px;
}

.branding .gallery-shadow {
  /*
	background:url(../images/bg-shadow-gallery.png) repeat-x;
	bottom:0;
	height:131px;
	position:absolute;
	z-index:150;
	width:960px;
	*/
}

div.branding .pixel-overlay,
.pixel-overlay-hard {
  height: 390px;
  left: 0;
  top: 0;
  width: 960px;
  z-index: 100;
}

.two-col-l-w {
  float: left;
  overflow: hidden;
  width: 725px;
}

.two-col-r-s {
  float: left;
  width: 235px;
}

.col {
  overflow: hidden;
  width: 235px;
}

.product-list li {
  border-bottom: 1px dotted #333333;
  display: block;
  float: left;
  margin: 0 5px 15px 0;
  padding: 0 0 5px;
  position: relative;
  width: 235px;
}

.product-list .product-teaser-image {
  height: 111px;
  overflow: hidden !important;
  z-index: 100;
}

.product-list a.img-link {
  color: #424242;
  padding: 0;
  text-decoration: none;
}
.product-list span.destination-name {
  background: url(../images/bg-sprite-elements.png) no-repeat;
  background-position: 0px -761px;
  font-size: 10px;
  padding: 0 5px 0 7px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 5px;
  z-index: 135;
}
.product-list span.product-list-from-price {
  background: none;
  bottom: 0;
  color: #ffea00;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-transform: none;
  top: 88px;
  right: 5px;
  z-index: 135;
}

.product-list h2 {
  background: url(../images/bg-product-list-black-h2.png) no-repeat top left;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold;
  padding: 88px 5px 5px;
  position: absolute;
  width: 225px;
  top: 0;
  z-index: 130;
}
.product-list .hover-content {
  background: url(../images/bg-product-list-hover.png);
  color: #fff !important;
  height: 73px;
  top: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none !important;
  width: 225px;
  z-index: 140;
  left: -250px;
}
.product-list .hover-content a {
  text-decoration: none;
}
.product-list .hover-content span {
  background: none;
  display: block;
  position: relative;
}
.product-list .hover-content h1 {
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
}
.product-list .hover-content h2 {
  background: none;
  position: relative;
  font-size: 12px !important;
  padding: 0 0 4px 0px;
  margin: -2px 0 0;
  color: #cfcfcf;
}
.product-list .hover-content span {
  background: url(../images/bg-product-list-bullet.gif) no-repeat 0px 8px;
  padding: 0 0 0 8px;
  color: #e8e8e8;
  font-size: 11px;
}

.product-list em {
  display: block;
  font-style: normal;
  padding: 5px 5px 25px;
  position: relative;
}
.product-list a.product-list-read-more {
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: block;
}

.product-search {
  background: url(../images/bg-search-bar.png);
  padding: 15px 12px;
  color: #fff;
}
.product-search h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 !important;
}
.product-search h3 {
  font-size: 13px;
  padding: 5px 0 20px;
}

.product-search li {
  padding: 0 0 10px;
}
.product-search label {
  display: none;
}
.product-search select {
  display: block;
  background: #f9f9f9;
  border: 1px solid #b6b6b6;
  padding: 5px 5px 5px 3px;
  width: 212px;
}
.product-search option {
  display: block;
  padding: 0px 5px 0px 3px;
  border: none;
}
.product-search .select-country,
.select-fun-course,
.product-search .select-type {
  margin-bottom: 15px;
}

.btn-search-submit {
  background: url(../images/btn-search.png) no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  font-size: 11px;
  margin: 10px 0 5px;
  width: 63px;
  height: 31px;
}

/* SLIDER - FRONT */
#tiny-carousel-front {
  height: 379px;
  overflow: hidden;
}
#tiny-carousel-front .viewport {
  float: left;
  width: 960px;
  height: 379px;
  overflow: hidden;
  position: relative;
}
#tiny-carousel-front .buttons {
  display: block;
  margin: 30px 10px 0 0;
  float: left;
}
#tiny-carousel-front .next {
  margin: 30px 0 0 10px;
}
#tiny-carousel-front .disable {
  visibility: hidden;
}
#tiny-carousel-front .overview {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#tiny-carousel-front .overview li {
  float: left;
  margin: 0;
  height: 379px;
  border: none;
  width: 960px;
  position: relative;
}

#tiny-carousel-front .viewport li {
  position: absolute;
  z-index: 200;
}

/* if galleri in top left */
#tiny-carousel-front .pos-top {
  background: url(../images/bg-box-slide-specs.png) top right;
  color: #fff;
  left: 20px;
  padding: 20px;
  position: absolute;
  top: 20px;
  width: 291px;
  z-index: 175;
  bottom: auto;
}
#tiny-carousel-front .pos-top h1 {
  border: none;
  font-size: 28px;
  left: 0;
  line-height: 32px;
  margin: 0;
  position: relative;
  padding: 0 0 20px;
  top: 0;
  width: auto;
}

#tiny-carousel-front .pos-top span {
  width: 300px;
  padding: 0;
}

#tiny-carousel-front .pos-top .btn-front-product-link {
  background: none;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  text-decoration: none;
  color: #ffea00;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 15px 0 0;
  height: auto;
}

#tiny-carousel-front .top-line {
  border-top: 1px solid #7d868d;
}

#tiny-carousel-front .pos-top span {
  font-size: 14px;
}

#tiny-carousel-front .pager {
  overflow: hidden;
  list-style: none;
  clear: both;
  margin: 0 0 0 45px;
}
#tiny-carousel-front .pager li {
  float: left;
  padding: 0 0 0 10px;
}
#tiny-carousel-front .pagenum {
  text-align: center;
  padding: 5px;
  display: block;
  text-decoration: none;
}
#tiny-carousel-front .active {
  text-decoration: none;
}

#tiny-carousel-front .pager li a {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -1037px;
  width: 10px;
  height: 15px;
}
#tiny-carousel-front .pager li a.active {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -977px;
}
#tiny-carousel-front .pager {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -913px;
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 250;
}

#footer-area {
  border-top: 1px solid #00a8ff;
  background: #18344d;
  min-height: 310px;
  padding: 30px 0 0px;
  /* 
	height: 37px;
	clear: both;
	bottom:0px;
	width:100%;
	position: absolute;
	*/
}
#footer-area .logoer {
  text-align: center;
  padding: 0 0 30px;
}
#footer-area .logoer li {
  display: inline;
  padding: 0 45px;
}

#footer-container {
  background: transparent url(../images/bg-footer-content.png) repeat scroll 0 0;
  color: #e0e0e0;
  font-size: 11px;
  margin: 0 auto;
  padding: 30px;
  width: 920px;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#footer-container h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
#footer-container ul {
  margin: 0;
  padding: 0;
}
#footer-container li {
  float: left;
}
#footer-container li.contact {
  padding: 0 50px 0 0;
  width: 250px;
}
#footer-container li.about {
  padding: 0 75px 0 0;
  width: 375px;
}
#footer-links {
  color: #e0e0e0;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 30px 0;
  position: relative;
  width: 920px;
}
#social-links {
  left: 20px;
  position: absolute;
  top: 15px;
}
#terms-links {
  position: absolute;
  right: 25px;
  top: 15px;
}

.disclaimer {
  width: 960px;
  margin: 0 auto;
}

.disclaimer .disclaimer-text {
  color: #fff;
  position: fixed;
  top: 95px;
  width: 960px;
  margin: 0 0 0 0px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.95);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
}

/* LINKS DEFS */
a,
a:active,
a:focus,
a:link,
a:visited {
  color: #009bb8;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: #172155;
  text-decoration: underline;
}

#menu a,
#menu a:active,
#menu a:focus,
#menu a:link,
#menu a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
#menu a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-area a,
#footer-area a:active,
#footer-area a:focus,
#footer-area a:link,
#footer-area a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
#footer-area a:hover {
  color: #fff;
  text-decoration: none;
}

.pika-image {
  position: relative;
  height: 340px;
  width: 500px;
  background: #fafafa;
}
.pika-image .animation,
.pika-image .main-image {
  position: absolute;
  top: 0px;
  left: 0px;
}
.pika-image .animation {
  display: none;
  z-index: 2;
}
.pika-image img {
  border: 0;
}

.pika-image .caption {
  color: #ffffff;
  display: block;
  font-size: 35px;
  font-weight: bold;
  left: 20px;
  line-height: 45px;
  position: absolute;
  top: 20px;
  width: 400px;
}
.pika-image .caption p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.pika-imgnav a {
  position: absolute;
  text-indent: -5000px;
  display: block;
  z-index: 3;
}
.pika-imgnav a.previous {
  background: url(../../assets/images/prev.png) no-repeat left 50%;
  height: 340px;
  width: 50px;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.pika-imgnav a.next {
  background: url(../../assets/images/next.png) no-repeat right 50%;
  height: 340px;
  width: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pika-imgnav a.play {
  background: url(../../assets/images/play.png) no-repeat 50% 50%;
  height: 100px;
  width: 40px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}
.pika-imgnav a.pause {
  background: url(../../assets/images/pause.png) no-repeat 50% 50%;
  height: 100px;
  width: 40px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}

.pika-textnav {
  overflow: hidden;
  margin: 10px 0 0 0;
}
.pika-textnav a {
  font-size: 12px;
  text-decoration: none;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  padding: 4px;
}
.pika-textnav a:hover {
  background: #e5e5e5;
  color: #0065b2;
}
.pika-textnav a.previous {
  float: left;
  width: auto;
  display: block;
}
.pika-textnav a.next {
  float: right;
  width: auto;
  display: block;
}

.pika-thumbs {
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.pika-thumbs li {
  float: left;
  list-style-type: none;
  width: 74px;
  padding: 3px;
  margin: 0 2px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.pika-thumbs li:last {
  margin: 0;
}
.pika-thumbs li .clip {
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  vertical-align: center;
  overflow: hidden;
}

.pika-textnav {
  visibility: hidden;
}
.world-map, .world-map img, .world-map ul { z-index:250; }
.world-map img.worldImage{
	bottom:0px;
	right:15px;
	position:absolute;
}
.world-map .regionImage, .world-map .regionImageSelected{ z-index:255; }

.world-map .legend{
	background:url(../images/world-map-legend.png) no-repeat;
	height:23px;
	position:absolute;
	right:-2px;
	top:14px;
	width:163px;
	z-index:310;
}

.world-map .region-any,
.world-map .region-africa,
.world-map .region-south-east-asia,
.world-map .region-pacific,
.world-map .region-central-america,
.world-map .region-europe,
.world-map .region-north-america,
.world-map .region-redsea{ bottom:0px; right:15px; }
.world-map .region-any{ bottom:0px; right:15px; }

.world-map .region-1-map{ bottom:0px; right:0px; }
.world-map .region-2-map{ bottom:0px; right:0px; }
.world-map .region-3-map{ bottom:0px; right:0px; }
.world-map .region-4-map{ bottom:0px; right:0px; }
.world-map .region-5-map{ bottom:0px; right:0px; }
.world-map .region-6-map{ bottom:0px; right:0px; }
.world-map .region-7-map{ bottom:0px; right:0px; }
.world-map .region-8-map{ bottom:0px; right:0px; }
.world-map .region-9-map{ bottom:0px; right:0px; }
.world-map .region-10-map{ bottom:0px; right:0px; }

.world-map ul{
	background:url(../images/bg-dest-select-gradient.png) repeat-x top left;
	padding:20px;
	position:absolute;
	left:20px;
	top:40px;
	width:230px;
}
.world-map ul h2{
	font-size:22px;
	color:#fff;
	padding:0 0 10px;
}
.world-map ul span{
	color:#33a5d8;
	display:block;
	font-weight:bold;
	padding:0 0 10px;
}
.world-map ul a{
	background:url(../images/bg-sprite-elements.png) no-repeat 0px -1124px;
	color:#fff;
	display:block;
	padding:0 0 5px 15px;
	text-decoration:none;
}
.world-map ul a:hover, .world-map ul a.selected{
	background:url(../images/bg-sprite-elements.png) no-repeat 0px -1096px;
	color:#ff5a00
}
.world-map .all-dest{
	border-bottom:1px dotted #999999;
	margin: 0 0 5px 0;
}

.destination-list h1{
    color: #009BB8;
    font-size: 32px;
    font-weight: bold;
    padding:10px 0 15px;
}
.destination-list h2{
	color:#444444;
	font-size:16px;
	font-weight:bold;
	padding:0 0 15px;
}
.destination-list .filter{
	right:0px;
	top:35px;
}
.destination-list .filter li{
	float:left; 
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.destination-list .filter li a{
	background:url(../images/bg-sprite-filter.png) no-repeat;
	color:#fff !important;
	display:block;
	height:25px;
	padding-top:3px;
	text-decoration:none;
}
.destination-list .filter li.all a:hover, .destination-list .filter li.all a.selected{ background-position:0px -55px;}
.destination-list .filter li.all a{
	background-position:0px 0px;
	width:31px;
	padding-left:10px;
}
.destination-list .filter li.fundiving a:hover, .destination-list .filter li.fundiving a.selected{ background-position:-45px -55px;}
.destination-list .filter li.fundiving a{
	background-position:-45px 0px;
	width:70px;
	padding-left:10px;
}
.destination-list .filter li.course a:hover, .destination-list .filter li.course a.selected{ background-position:-130px -55px;}
.destination-list .filter li.course a{
	background-position:-130px 0px;
	width:60px;
	padding-left:10px;
}

.destination-list .filter .option{ background:none; color:#000; padding:0 5px 0 0; }
.destination-list .filter .option span{ display:block; padding-top:4px; }


table#destinations-product-table{
	border:1px solid #aaaaaa;
	font-size:11px;
	width:100%;
	padding:0 0 15px;
}
table#destinations-product-table thead{ background:#dfeef3; }
table#destinations-product-table thead th{
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:2px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
}
table#destinations-product-table thead th.col-last{ border-right:none; }
table#destinations-product-table thead th.col1{ width:220px; }
table#destinations-product-table thead th.col2{ width:230px; }
table#destinations-product-table thead th.col3{ width:140px; }
table#destinations-product-table thead th.col4{ width:100px; }
table#destinations-product-table thead th.col5{ width:100px; }
table#destinations-product-table thead th.col6{ width:110px; }
table#destinations-product-table thead th.col7{ width:auto; }

table#destinations-product-table tbody td{
	padding:10px;
	border-bottom:1px solid #c5c5c5;
	border-right:1px solid #d9d9d9;
}
table#destinations-product-table tbody td.col-last{ border-right:none; }

table#destinations-product-table tbody tr.odd td{ background:#ffffff; }
table#destinations-product-table tbody tr.even td{ background:#f3f3f3; }
table#destinations-product-table tbody tr.hover td{ background:#DFEEF3; }

table#destinations-product-table tbody tr.newSite td{
	border-top:5px solid #c5c5c5;
}

#MapRegions area{
	position:absolute;
	z-index:300;
	background:#f90;
}

