﻿div.dealListing {
position:relative;
display:block;
width:705px;
padding:0;
border:4px double #7BC1DC;
border-radius:10px;
box-shadow:0 0 5px #4AA8CE;
overflow:hidden;
border-collapse: separate;
height:204px;
margin:10px 0 10px 0px;

background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGZiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #feffff 0%, #e8fbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e8fbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#e8fbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fbff',GradientType=0 ); /* IE6-8 */

}


div.dealListing h3 {
position:absolute;
top:0;
left:0;
z-index:11;

width:100%;
padding:13px 20px 8px 18px;
margin:-5px;
color:#FFF;
font-family:'Cabin', sans-serif;
font-size:17px;
font-weight:700;
background:#296FAD;
letter-spacing:0.07em;
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 71%, #207cca 71%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(71%,#2989d8), color-stop(71%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* W3C */

box-shadow:0 0 3px #000;
}

div.dealListing h3.land, div.dealListing h3.resort {
background: #4a881e; /* Old browsers */
background: -moz-linear-gradient(top,  #4a881e 0%, #71a72b 70%, #5e9400 70%, #abc43e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a881e), color-stop(70%,#71a72b), color-stop(70%,#5e9400), color-stop(100%,#abc43e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a881e 0%,#71a72b 70%,#5e9400 70%,#abc43e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a881e 0%,#71a72b 70%,#5e9400 70%,#abc43e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a881e 0%,#71a72b 70%,#5e9400 70%,#abc43e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a881e 0%,#71a72b 70%,#5e9400 70%,#abc43e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a881e', endColorstr='#abc43e',GradientType=0 ); /* IE6-9 */
}


div.dealListing h3 span {
float:right;
margin:0;
margin-right:30px;
margin-bottom:-3px;
text-align:right;
padding:0;
padding-left:15px;
border-left:1px solid #79B7E7;
color:#FFF607;
font-weight:800;
text-shadow:1px 1px 2px #444;
font-size:17px;
}

div.dealListing img {
position:absolute;
top:50px;
left:10px;
padding:0;
margin:-5px;
border-right:1px solid #7BC1DC;
z-index:10;
border:2px solid #FFF;
border-radius:0 0 0 6px ;
box-shadow:0 0 4px #89C;
}

div.dealListing div.Price {
float:right;
margin:45px 0 0 0;
width:125px;
padding:0;
text-align:center;
font-family:Arial, helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#999;
}

div.dealListing div.Price span {
display:block;
font-family:'Open Sans', sans-serif;
font-weight:800;
font-size:26px;
color:#233f90;
margin:-3px auto;
}

div.dealListing div.Price span strong {
font-size:34px;
}

div.dealListing div.Price span.underPrice {
display:block;
margin:0px;
font:10px Arial, helvetica, sans-serif;
line-height:11px;
color:#AAA;
}

div.dealListing p.info {
position:relative;
top:30px;
left:155px;
width:390px;
font:14px Arial, helvetica, sans-serif;
line-height:120%;
padding:0;
}

div.dealListing p.info strong {
font-weight:bold;
}

div.dealListing p.promo {
position:relative;
top:20px;
left:155px;
width:390px;
font:12px Arial, helvetica, sans-serif;
line-height:115%;
padding:0;
}

div.dealListing a.view {
position:absolute;
bottom:0px;
right:0px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f21400), color-stop(1, #990000) );
	background:-moz-linear-gradient( center top, #f21400 5%, #990000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f21400', endColorstr='#990000');
	background-color:#f21400;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:normal;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	border-radius:6px 0 6px 0;
}


div.dealListing a.view:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #990000), color-stop(1, #f21400) );
	background:-moz-linear-gradient( center top, #990000 5%, #f21400 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#f21400');
	background-color:#990000;
}

/*############# Shore Excursions - duped from above and tweaked ######## */
div.tourListing {
position:relative;
display:block;
width:705px;
padding:0;
border:4px double #7BC1DC;
border-radius:10px;
margin:10px 0 10px 0px;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #e8fbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e8fbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#e8fbff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#e8fbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fbff',GradientType=0 ); /* IE6-8 */

box-shadow:0 0 5px #4AA8CE;
overflow:hidden;
border-collapse: separate;
}


div.tourListing h3 {
position:absolute;
top:0;
left:0;
z-index:11;

width:100%;
padding:13px 20px 8px 18px;
margin:-5px;
color:#FFF;
font-family:'Cabin', sans-serif;
font-size:17px;
font-weight:700;
background-color:#233F90;
letter-spacing:0.07em;

background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 71%, #207cca 71%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(71%,#2989d8), color-stop(71%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 71%,#207cca 71%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */

box-shadow:0 0 3px #000;
}


div.tourListing div.tourPics {
margin:13px;
margin-top:43px;
width:190px;
}



div.tourListing div.Price {
position:absolute;
top:40px;
right:20px;
font-family:'Open Sans', sans-serif;
font-weight:800;
font-size:30px;
color:#233f90;
margin:-3px auto 0 auto;
}

div.tourListing div.Price strong {
font-size:40px;
}


div.tourListing p.info {
margin:50px 0 20px 0;
}

div.tourListing p.info strong {
font-weight:bold;
}

div.tourListing p.promo {
font-size:12px;
line-height:130%;
margin:0 0 15px 0;}


