/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Table Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#top-menu li {
	border-right: 1px solid #eee;	
	float: left;
	font-size:16px;
    height: 35px;
    list-style-type: none;
    vertical-align: baseline;
    text-align: center;	
}
#top-menu li:hover {
	color:#CC0000;
}

#mega-dropdown .four {
	width: 137px !important;	
}

#top-menu li a {
	color:#48535A;
    cursor:pointer;
	padding: 10px 25px 6px 25px;
	float: left;
	border-bottom:1px solid #eee;
  
}
#top-menu li a:hover {
	color:#CC0000;
	text-decoration:none;
}
.mega-dropdown-link li ul li a:hover {
	text-decoration:underline !important;
}

#mega-search-form-1 select, .filter-panel select {
	color: #CCCCCC;
    background-color: #333333;
    border: 1px solid #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
	padding: 5px 5px 4px 2px;
    margin-bottom: 2px;
    position: relative;
    width: 95%;
}

.input-medium {
	width: 162px !important;	
}

#airItenerary .airLegTable td {
	font-size: 11px;
	padding: 5px;
	text-align: left;	
}

.filter-panel select {
	width: 123px;	
}

li.home {
	width: 15px !important;	
	background:url(/images/BD_images/home-icon.png) no-repeat 7px 05px;
	padding: 0px 11px !important;
}
	li.mega-dropdown-link > a {
		background:url(/images/BD_images/down-arrow.png) no-repeat 125px center;
		padding-right:48px !important;
	}
	li.mega-dropdown-link:hover > a {
		background:url(/images/BD_images/down-arrow.png) no-repeat 125px center;
		border-bottom:1px solid #fff !important;
	}

#header-logo {
	float: left;	
	width: 240px;
}

.header-block {
	float: right;	
	width: 692px;
}
.SignupForm {
	float: right;
	width: 217px;	
}
	

li.last_nav_item {
	border-right: 0px !important;
}
.mega-dropdown-anchor {
	z-index:10;
	position:relative;
}
.container {
	width: 980px !important;	
}

#mega-dropdown {
	display: none;	
}
#mega-dropdown .four.columns {
	width:180px;
	border-left:1px solid #eee;
	padding-left:20px
}
#mega-dropdown .four.columns.no-border {
	border-left:none;
	padding-left:20px
	
}
#mega-dropdown {
    background: url(/images/BD_images/megadrop-repeat-bg.png) repeat-x bottom #FFFFFF;
    border: 1px solid #eee;
    border-top:none;
    box-shadow: 0 3px 5px #CCCCCC;
    display: none;
    left: -21px;
    overflow: hidden;
    padding: 10px 0 0 0px;
    position: absolute;
    top: 31px;
    width: 940px;
    z-index: 10;		
}
#mega-dropdown li {
	border:none;
	height:auto;
}
#mega-dropdown li ul {
    margin: 0 0 15px 0;
    float:left;
    padding: 0;
}
#mega-dropdown li ul li  {
	margin-bottom:0px;

}
#mega-dropdown li ul li a {
    margin: 0;
    padding: 0 !important;
    text-align: left;
    width: 220px;
    font-size:14px; 
    border:none ;
}
#mega-dropdown ul li a {
	color:#48535A;
	line-height:1.4;
}
	
#mega-dropdown h3 {
	text-align: left;
	clear: both;
	font-size:16px;
	margin:5px 0px 5px 0px;
	line-height: 1.2;
	color:#990000;
}
h3.offers-header {
	float:left;
	width:100%;
}

h4 {
	font-size: 18px;
	text-align: left;	
}
a, a:visited, A:link {
	color:#48535A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#CC0000;
}
#top-menu {
	float: left;
	height: 26px;
	margin-bottom: 0;
	padding-bottom: 9px;	
}

.placeholder {
	overflow: hidden;
	margin-top: 20px;
	height: 200px;
	background: #F3F3F3;	
}

.search-bar {
	float: right;
	margin-bottom: 0px;
	padding:5px 10px 10px 10px;
}

.search-bar > li {
	float: left;
	margin: 5px 10px 5px 5px;
	list-style-type: none;		
}
.checkbox-con > input {
	margin-left:0px !important;
}

.search-bar .checkbox-con {
	padding-top: 0px;
	margin-bottom:10px;	
}

.search-bar #submit-search {
	margin-top: 0px;
	font-size:14px !important;	
}

.search-bar .checkbox-con label {
	float: right;
	width: 70px;
}

.photo-gallery img {
	width: 100%;
	margin-top: 15px;	
}

.main-container {
	background: #FFF;	
}

.location-description {
	margin-top:20px;
}
.location-description h2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;	
}
.location-description div {
   line-height: 1.4;
   font-size: 12px;	
}
.filter-panel {
	background:#48535A;
	color:#fff !important;
}
.filter-panel h3 {
	color: #DDDDDD;
    line-height: 1.4;
    margin: 15px 0 10px 15px;
    font-size:18px;
}
.packagearea .details .evenrow {
	background:#f1f1f1;
}

		.SignupForm .button, .SignupForm button, .SignupForm input[type="submit"], .SignupForm input[type="reset"], .SignupForm input[type="button"] {
			background: #cc0000;
			background: -moz-linear-gradient(top,  #cc0000 0%, #990000 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#990000));
			background: -webkit-linear-gradient(top,  #cc0000 0%,#990000 100%);
			background: -o-linear-gradient(top,  #cc0000 0%,#990000 100%);
			background: -ms-linear-gradient(top,  #cc0000 0%,#990000 100%);
			background: linear-gradient(to bottom,  #cc0000 0%,#990000 100%);
			border-color:#000;
			color:#fff;
			text-shadow:none;
		}
		.SignupForm .button:hover, .SignupForm button:hover, .SignupForm input[type="submit"]:hover, .SignupForm input[type="reset"]:hover, .SignupForm input[type="button"]:hover {
			text-shadow:none;
			border-color:#000;
			color:#990000;
			
		}
		
		.SignupForm input.button-2[type="submit"], .SignupForm input.button-2[type="reset"], i.SignupForm nput.button-2[type="button"] {
			background: #ffffff;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
			border-color:#ccc;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px;
			color:#990000;
			text-shadow:none;			
		}
		.SignupForm input.button-2[type="submit"]:hover, .SignupForm input.button-2[type="reset"]:hover, .SignupForm input.button-2[type="button"]:hover {
			background: #eeeeee;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%) !important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc))!important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%)!important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%)!important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%)!important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px, linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%)!important;
			background: url(../images/BD_images/button-arrow.png) no-repeat 6px 4px;
		}

/* #Header Styles */

.main-header {
	background:#fff url(/images/BD_images/header-repeat-bg.png) repeat-x center 20px;
	width: 100%; 
	height:124px;
	border-bottom: 1px solid #EEEEEE;
	position:relative;
	z-index:1000;
}

.site-logo {
	float:left;
	position:relative;
	left:-50px;
	top:9px;
}
.header-block {
	margin-top:20px;	
}
.cta-block {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 0 0;
    padding:0 14px 0 0;
    text-align: right;
    width: 109px;
	color:#48535a;
}

.cta-block span {
	color:#990000;
}
h1#telephone {
	font-family:arial;
	background:none;
	line-height:20px;   
	margin: 0 15px 0 0;
    padding: 7px 14px 0;
    font-size:38px;
	color:#48535a;
	float:left;
	display:inline;
   	border-left: 1px solid #eee;
   	border-right: 1px solid #eee;
	
}
h1#telephone span.opening-hours {
	font-size:12px;
	color:#333;
}
.SignupForm {
	font-size:12px;
	color:#48535a;
	text-align:left;
	
}
input.email-input {
   	float: left;
    height: 15px;
    width: 164px;
    border-radius: 3px 0px 0px 3px;
   
}
input#EmailSignupButton {
	float:left;
    height: 29px;
    width: 29px;
    border-left:none;
    border-radius: 0px 3px 3px 0px;
}
.header-links {
	width: 100%; 
	background: #fff; 
	border-bottom: 1px solid #eee; 
	padding: 0;
	text-align: right; 
	font-size: 12px;
}
/*
select {
	width: 130px;	
}
*/
.nivoSlider a.nivo-imageLink {
	box-shadow:none !important;
}


.button, button, .button-vv-red, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #CC0000;
    border-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none !important;
    text-shadow: none;
}
.box2-content-alt input.button-vv-red, .box2-content input.button-vv-red {
    background: #CC0000;
    border-color: #000000 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align:center !important;
    text-decoration: none !important;
    text-shadow: none;
    box-shadow:none !important;
}
.box2-content-alt .formbox, .box2-content .formbox {
    background-color: #FFFFFF !important;
    border: 1px solid #5F6583 !important;
}
.button, .button1, .button2 {
	height:auto !important;
}
.button2 {
	background:#DDD !important;
	color:#990000 !important;
}

.button1 {
	margin-right:10px;
}
.highlights-content b {
	font-size:18px;
}
/* #Page Styles */

.table-content-wrapper {
	width:auto;
	padding:20px 0;
	float:left;
	margin-bottom:20px;
}
.block {
	overflow: hidden;
	margin-top: 20px;
	min-height: 210px;
	background: #f1f1f1;	
}
.package .block {
   margin: 0 10px 20px 0;
    padding: 10px;
    width: 280px !important;	
}
.block h3 {
   	background: none repeat scroll 0 0 #3D143E;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 2px;
}
.contact-box {
	border:2px solid #eee;
	padding:0px;
	margin:0px 10px 10px 10px;
	height: 60px;
}
.block .contact-box h3 {
	font-size:24px;
	background:none;
	font-weight:normal;
	color:#48535A;
	line-height: 52px;
}
.phone-icon {
	display:block;
   	background: url("/images/BD_images/phone-icon.png") no-repeat scroll center center;
   	border-right:2px solid #eee;
	float: left;
    height: 60px;
    width: 60px;   	
	margin-right: 10px;
}
.email-icon {
	display:block;
   	background: url("/images/BD_images/email-icon.png") no-repeat scroll center center;
   	border-right:2px solid #eee;
	float: left;
    height: 60px;
    width: 60px;	
	margin-right: 10px;
}
h3.offers-header {
	float:left;
	width:100%;
}
.price-text-arrow {
   	background: url("/images/BD_images/block-arrow.png") no-repeat scroll 165px -3px;
    display: block;
    padding: 7px  10px 6px 10px;
    text-align: left;
    font-size:14px;	
    float:left;
    width:100%;
}
.price-text-arrow:hover {	
	color:#CC0000;
   	background: url("/images/BD_images/block-arrow.png") no-repeat scroll 165px -83px #EDEDED;
	cursor:pointer;
	text-decoration:none;
}
.price-text {
	color:#CC0000;
    font-size:12px;		
}
.price-text-arrow .price-text {
	font-size:14px;
	color:#CC0000;
}


.block li {
	text-align:left;
	border-bottom:2px solid #fff;
	margin-bottom:0px;
	line-height:17px;
	float:left;
	width:100%;
}
.block ul {
	margin:0px;	
}
.block ul li a {
	display:block;
	font-size:14px;
	padding:4px 10px 3px 10px;
}
.block ul li:hover, .block ul li a:hover  {
	color:#CC0000 !important;
	text-decoration:none;
}	
.block ul.trending {
	font-size:18px;
	margin:0px;
}
.trend-number {
	padding-right:5px;
}
.block ul.trending li a {
	padding:11px 10px 9px 10px;
	font-size:18px;
}
.block ul.trending li a:hover {
	text-decoration:none;
}
.block ol li:hover, .block li:hover {
	background:#ededed;
}
.country-name {
	font-size:12px;

}	
.destination-link-text {
	font-size:14px;
	color:#48535A;

}
.block ul li.list-footer-link a {
	padding:8px 10px 8px 10px;
	color:#CC0000;
	font-size:14px;
}
.block ul li.list-footer-link a:hover {
	color:#CC0000;
	text-decoration:underline;
}
.block ul li.list-footer-link:hover {

}
.block h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px;
    text-align: left;
}
.block ul.tick-list li {
 	background:url("/images/BD_images/tick-list-icon.png") no-repeat 0 5px;
 	font-size:12px;
 	border-bottom:none;
 	padding-left:30px;
 	margin:0 10px 10px 10px;
 	list-style:none;
 	width:auto;
}
ul.tick-list li {
 	background:url("/images/BD_images/tick-list-icon-small.png") no-repeat 0 0 ;
 	padding-left:30px;

}
ul.tick-list li:hover {
	color:#444 !important;
}
.block p {
	text-align:left;
	font-size:12px;
 	margin:0 10px 10px 10px;
 	color:#444444;
 	line-height:18px;
}
.footer-site-links ul li {
	text-align:left;
	margin-bottom:4px;
	list-style:none;
	
}

.footer-blocks {
    background: url("/images/BD_images/header-repeat-reverse-bg.png") repeat-x scroll center 0 #f6f6f6;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #eee;
    padding: 5px 0 20px;
    width: 100%;
	position: relative;    z-index: -1;}
.footer-blocks .block {
	background:#fff;
}
p.footer-info {
	font-size:11px;
	text-align:left;
	line-height:1.6;
}
.footer-site-links .three.columns {
 	border-left: 1px solid #eee;
    padding-left: 10px;
    width: 150px;
    height:150px;
}
#footer-sign-off {
    background: none repeat scroll 0 0 #48535A;
    height: 60px;
    position: relative;
    top: 21px;
}
#footer-sign-off p {
	color:#ddd;
	font-size:12px;
	text-align:left;
	padding-top:15px;
	margin-top:15px;
}  
/* #TOC Styles */

.location-description h2 {
	font-size: 30px;	
}
#toc .datetabs ul {
	list-style:none;
}
#toc .datetabs ul li {
	background-image:none;
	list-style:none;
	background:#333;
	margin:0px;
}
#toc .datetabs ul li a:link, #toc .datetabs ul li a:visited {
	color:#fff;
	padding:6px 15px 5px 15px;
	font-size:14px;
}
#toc .datetabs .active a:link, #toc .datetabs .active a:visited {
	color:#fff;
	padding:6px 15px 5px 15px;
	font-size:14px;	
}
#toc .datetabs ul li.active {
	background:#48535A;
	margin:0px;

}
#toc .datetabs .active, #toc .datetabs .active a:link, #toc .datetabs .active a:visited {
	background-image:none;
}

#toc .subgroup .groupname {
    color: #48535A;
    font: 24px helvetica,arial,sans-serif
}
#toc .subgroup .seotext {
	color: #333333;
    font: 14px Arial,Helvetica;
    margin: 0 0 10px;
    text-align: left;
}	
#toc, #toc .subgroup, #toc .datetabs, .subgroup .list, #toc .subgroup {
	width:auto !important;
}
.subgroup .list .title, #toc .subgroup .list .pkgseason {
	text-align:left;
    padding: 5px 10px 5px 10px;
}
.subgroup .list {
	border:none;
}

.subgroup .list .title, 
#toc .subgroup .list .pkgseason, 
#toc .subgroup .list .pkgname,
#toc .subgroup .list .pkgdesc,
#toc .subgroup .list .pkglandonly,
#toc .subgroup .list .pkgairland {
	color:#48535A;
	border-bottom:none;
	padding-left:10px;
    text-align: left;
}
.pkgairland {
	color:#CC0000 !important;
	
}
.pkglandonly {
	color:#990000 !important;
}
.subgroup .list .title {
	background: none repeat scroll 0 0 #48535A;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    border-bottom:2px solid #fff;
}
.subgroup .list .toc-pkgrow-even {
	border-bottom:2px solid #fff !important;
	background:#f1f1f1 !important;
	padding:0px !important;
}
.subgroup .list .toc-pkgrow-on {
	border-bottom:2px solid #fff !important;
	background:#ededed !important;
}
.toc-pkgrow-on a {
	color:#CC0000 !important;
}
	
#toc .subgroup .list .pkgname {
	font-size:14px;
	font-weight:normal;
	padding:5px 0px 7px 10px;
}
#toc a:link, #toc a:visited {
		color:#48535A;
}
.bookearly {
	font-size:12px;
	color:#990000;
}

#pagecontent .pkghead .price {
	font-family:arial;
	font-weight:normal;
}
#pagecontent .pkghead .price {
	font-size:36px;
	text-align: left;
	width:auto;
	margin-left:10px;
}
#pagecontent .pkghead .from, #pagecontent .pkghead .price .tag {
	color:#48535A;
	font-size:12px;
}
#pagecontent hr {
	background:none !important;
	border-top:1px solid #eee !important;
	margin-top:20px !important;
}
.packagearea .details {
	box-shadow:none;
}
.pkgnav ul.tabs li, .pkgnav ul.tabs li.active a, ul.tabs li, ul.tabs li.active a {
	background:#f1f1f1;
	box-shadow:none !important;
	border-radius:0px !important;
	text-shadow:none !important;
	margin-bottom:2px !important;
}
.pkgnav ul.tabs li:hover, .pkgnav ul.tabs li:hover > a, ul.tabs li:hover, ul.tabs li:hover > a {
	color:#CC0000 !important;
	background:#EDEDED;
	
}
.pkgnav ul.tabs li.active a, .pkgnav ul.tabs li.active:hover, .pkgnav ul.tabs li.active:hover > a, ul.tabs li.active a, ul.tabs li.active:hover, ul.tabs li.active:hover > a {
	background:#48535A;
	color:#fff !important;
}
.pkgnav ul.tabs li a, ul.tabs li a {
	color:#48535A !Important;	
	font-family:arial;
	font-weight:normal;
	font-size:14px;
 	border-bottom: 0 none !important;
    display: block;
    outline: 0 none;
    text-decoration: none !important;
}
.full, ul.tabs {
	margin-top:20px;
}
#pagecontent, #pagecontent .pkghead {
	width:auto !important;	
}
#pagecontent {
	min-height: inherit;
  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}
.pkgnav {
	width:100%;
}
.pkgnav ul.tabs li a, .pkgnav ul.tabs li a:hover, ul.tabs li a, ul.tabs li a:hover {
	padding:5px 10px;		
}
.pkglist {
	margin-left:10px;
}
.packagearea .details, .packagearea .hotelplans {
	padding:0px;
	margin:0px;
	width:100%;
}
.packagearea .pricebox {
	margin:0px;
	padding:0px;
	width:100%;
}
#rates-div-table, #itinerary-div-table, #tips-div-table, table.plans, #optionals-div-table, #alsoavail-div-table, #hotels-div-table {
	width:700px;
}
#hotels-div-table div {
	margin-top:0px;
}
#hotels-div-table {
	margin-left:0px;
}
.optional td {
	vertical-align:top !important;
}
.packagearea .optional h3 {
	color:#48535A !Important;	
	font-family:arial;
	font-weight:normal;
	font-size:24px;	
}
.packagearea .optional {
	box-shadow:none;
	background:#f1f1f1;
	clear:both;
}
.packagearea .optional img {
	border:none;
}
.packagearea .optional .optext {
	background:none;
	font-size:14px;
	border-top:1px solid #ccc;
}
.packagearea .details td {
	padding:5px 10px;
	line-height:1.4;
}

.packagearea .details .priceTable td{
	padding:3px;
	border-bottom: 1px solid #C4C4C4;
}
.packagearea .details .priceTable td table td{
	border-bottom: 0px;
}
.text3 > b {
	font-size:12px;
}

#idSoftripLogo {
	display:none;
}
	
#Air, #accommodation  {
	background:#f1f1f1;
	padding:10px;
}

.packagerate {
	width:auto !important;
}
.packagerate tr {
	vertical-align: middle;
}
.packagerate tr .text3 {
    max-width: 100px;
	vertical-align:middle;
}
#Air input, #Air select, #Air textarea, #accommodation input, #accommodation select, #accommodation textarea {
	max-width:100%;
	padding:2px;
	margin:5px;
}
.textbox1, #avgpp_main, #totalpax_main, .box2-content-alt input, .box2-content input {
/*	border:none !important; */
	margin:0px !important;
/*	background:none !important;  */
	text-align:left  !important;
}

.box2-content input, .box2-content select {
	background: #FFF;
}
.box2-content input.button1{
	background: #cc0000;
}
input.box2-content, select.box2-content {
	padding:1px;
}
.stepmeter-box td {
    background: #351163;
}


.box2-content, .box2-content-alt, .text12c {
	text-align:left  !important;
	padding-left: 5px;
}
.title-dkblue-alt {
	background:#48535A;
	text-shadow:none;
	padding:5px 10px !important;
}
.title-yellow-alt {
	background:#EEE !important;	
}
#shopparams {
	width: 668px !important;
}
.box1 {
	background-color:#351163;
	
}	
	
#dpairdateret, #dpairdateout {
	position:relative;
	top:5px;
	left:-14px;
}
#pditindepdate {
	position:relative;
	top:-2px;
	left:-22px;

}
#datespecseldest1, #datespecseldest2, #datespecseldest3, #selNumRooms, #numadts, #short-select {
	width:35px;
}
#itindepdatenoair, #txtitinretdate, #txtitindepdate {
	display: block;
	width:100px;
}
#itindepdatenoair b {
	font-size:12px;
}
#create {
	width:auto !important;
}
.pricebox h2, .hotelplans h2 {
	font-size:21px;
	font-family:arial, helvetica, sans-serif;
	color:#48535A;
	font-weight:normal;
}
.packagearea .tips-header {
	font-size:21px !important;
	font-family:arial, helvetica, sans-serif !important;
	color:#48535A !important;
	font-weight:normal !important;
}
.packagearea .tips-title {
	font-size:18px !important;
	font-family:arial, helvetica, sans-serif !important;
	color:#48535A !important;
	font-weight:normal !important;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	
	
}
table.plans td, table.plans td.active, ul.plans li, ul.plans li.active {
	background:#ddd !important;
	border:none !important;
	border-radius:0px !important;
	color:#48535A !important;
	font-family:arial, helvetica, sans-serif !important;
	font:inherit;
	font-size:12px !important;
	text-shadow:none !important;
	box-shadow:none !important;
	padding:5px 10px !important;
	margin:0px 5px 0 0 !important;
}

table.plans td.active, ul.plans li.active {
	background:#48535A !important;
}
table.plans td.active a, ul.plans li.active a {
	color:#FFFFFF !important;
}	
table.plans td a, ul.plans li a {
	color:#48535A !important;
}
.packagearea .tips {
	background:#f1f1f1;
	padding:15px !important;
	display:block;
}
td .active {
	background:#FFF;	
	
}
.tips {
	margin-top:38px !important;
}
#tips-div-table > br {
	display:none;
}
#tipstext1 b {
    color: #000000 !important;
    font-weight: bold;
}
.packagearea li {
	margin-left:30px;
}
.packagearea .itinhead {
	color:#48535A !important;
	font-weight:normal !important;
	font-size:14px !important;
}
.packagearea .optional td {
    font-size: 12px;
    padding: 15px;
    
}

.packagearea p, .packagearea li {
	font-size: 14px;
    line-height: 1.4 !important;
    color:#333;
}
.pricebox .details a {
  	background: none repeat scroll 0 0 #CC0000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    padding: 2px 5px;	
}
.pricebox .details a:hover {
  	background: none repeat scroll 0 0 #660000;
  	text-decoration:none;
    
 }
.btn_purple, .btn_ltblue {
	color:#FFF !important;
	text-shadow:none !important;
	box-shadow:none !important;
}
a.btn { 
	font-family:arial !important;
	background:#CC0000 !important;
	text-shadow:none !important;
	box-shadow:none !important;
	
}	
a.btn:hover { 
	text-shadow:none !important;
	box-shadow:none !important;
	background:#990000 !important;
}

#btnGo, #btnApplyReward1 {
	padding: 2px 4px;
	color:#990000;
}
.box-blue #btnNew {
	color:#fff;
}


/* PageLime Styles */

.pagelime-header-title {
	margin-top: 15px;
	margin-bottom: 10px;	
}

.span3 {
	width: 100%;	
}

.span3 img {
	width: 100%;
}

.thumbnails {
	min-height: 305px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 5px;
}

.thumbnails li, .thumbnails p {
	margin-bottom: 0px;	
}
.btn_red {
	display:block;
}
/*
.comboButton, .comboButton:hover, .comboButton:visited {
	background: #FFF !important;
	display:block !important;
	padding:5px 10px !important;
	border-radius:5px !important;
}
*/
.builder table {
	border-radius:0 !important;
	border:10px solid #f3f3f3 !important;
}
	
.builder .number > div {
	background:#FFF !important;
	border-radius:0 !important;
	box-shadow:none !important;
}
.builder table .line {
	background:none !important;
	border-top:1px solid #ddd;
}
.builder input[type="text"] {
	padding:5px 3px 5px 3px!important;
}
.builder h2, .summary h2 {
	color:#48535A !important;
	font-weight:normal !important;
	font-family:arial, helvetica, sans-serif !important;

}
#pagecontent a:link, #pagecontent a:visited {
	color:#CC0000;
}
#pagecontent .builder a:link, #pagecontent .builder a:visited, #pagecontent .summary a:link, #pagecontent .summary a:visited {
	color:#FFFFFF;
	margin:0 10px 10px 0px !important;	
}

/* RES Styles */

#newcontactdetailstable tr {
	margin:auto !important;
}
.box2-row, .box2-title3a, .box2-title3, .box2-content {
	background:#f1f1f1;
}
.box2-title, .box1-title-short {
	background:#48535A;
}
.box11 {
	border:none;
	margin-top: 5px;
}
#pkghead .name2 {
	font-family: helvetica,arial,sans-serif;
	font-size:	30px;
	font-weight:normal;
	color:#48535A;
	text-align:left;
	
}
.box-blue .text, .box-blue .text2, .box-active .text2 {
	text-align:left;
}
#btnSave, #btnCancel {
    float: right;
		
}	
.sidebox h6 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
}
.specialbox h6 {
 	margin-top:20px;
	margin-bottom:10px;
	margin-left: 40px;	
	font-size:18px;
}
.sidebox li {
	margin-bottom:0px;
	margin-left:15px !important;
	text-align:left;
}
.box2-content {
	vertical-align:top;
	}
.btn.btn_ltblue {
	background:#DDD !important;
	color:#990000 !important;
}
.btn.btn_ltblue:hover {
	background:#CCC !important;
	color:#CC0000 !important;
}
.fitheader, .summaryBar table td {
	padding:5px !important;
	vertical-align:middle;
	
}
#menutd{
	z-index: 1000;
}
/* #Type Styles
================================================== */
h1, h2, h3, h4, h5, h6 {
	text-align:left;
}
#pagecontent .pkghead h1, #pagecontent h1 {
	font-family:arial !important;
	font-weight:normal !important;
	color:#48535A !important;
	font-size:30px !important;
	text-align:left !important;
}
.text12a h5 {
	margin-bottom:20px;
}
.text11b {
	padding:5px;
	font-size:12px;
}
.nivo-caption h2 {
	color:#fff;
	font-size:48px;
	margin-bottom:0px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1;
}
.nivo-caption h3  {
	color:#fff;
	font-size:24px;
	margin-bottom:10px;
	font-weight:normal;

}
.Subheader {
	font-size:18px;
	padding-bottom:10px;
}
/* Form Style Fixes */

/*
#idMainActionBody label, #idMainActionBody legend {
	display:inline !important;
}
*/

/*
#idMainActionBody input[type="text"], 
#idMainActionBody input[type="password"], 
#idMainActionBody input[type="email"], 
#idMainActionBody textarea, 
#idMainActionBody select {
	display:inline !important;
	margin:inherit !important;
	max-width:auto !important;
	width:auto !important;
}
*/


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* --- FONTS -------------------------------------- */


#mega-dropdown-2 .four,
#mega-dropdown-3 .four {
	width: 137px !important;	
}

#mega-dropdown-2 .four.columns,
#mega-dropdown-3 .four.columns {
	width:194px !important;
	border-left:1px solid #eee;
	padding-left:20px
}
#mega-dropdown-2 .four.columns.no-border,
#mega-dropdown-3 .four.columns.no-border {
	border-left:none;
	padding-left:20px
	
}
#mega-dropdown-2,
#mega-dropdown-3 {
    background: url(/images/BD_images/megadrop-repeat-bg.png) repeat-x bottom #FFFFFF;
    border: 1px solid #eee;
    border-top:none;
    box-shadow: 0 3px 5px #CCCCCC;
    display: none;
    left: -21px;
    overflow: hidden;
    padding: 10px 0 0 0px;
    position: absolute;
    top: 31px;
    width: 940px;
    z-index: 10;		
}
#mega-dropdown-2 li,
#mega-dropdown-3 li
 {
	border:none;
	height:auto;
}
#mega-dropdown-2 li ul,
#mega-dropdown-3 li ul {
    margin: 0 0 15px 0;
    float:left;
    padding: 0;
}
#mega-dropdown-2 li ul li,
#mega-dropdown-3 li ul li  {
	margin-bottom:0px;

}
#mega-dropdown-2 li ul li a,
#mega-dropdown-3 li ul li a {
    margin: 0;
    padding: 0 !important;
    text-align: left;
    width: 200px;
    font-size:14px; 
    border:none ;
}

#mega-dropdown-2 ul li a,
#mega-dropdown-3 ul li a  {
	color:#48535A;
	line-height:1.4;
}
	
#mega-dropdown-2 h3,
#mega-dropdown-3 h3 {
	text-align: left;
	clear: both;
	font-size:16px;
	margin:5px 0px 5px 0px;
	line-height: 1.2;
	color:#990000;
}

#mega-dropdown-2 a strong,
#mega-dropdown-3 a strong {
    color: #48535a;
}

#mega-dropdown-2,
#mega-dropdown-3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff url("//www.virgin-vacations.com/images/BD_images/megadrop-repeat-bg.png") repeat-x scroll center bottom;
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 5px #cccccc;
    display: none;
    left: -21px;
    overflow: hidden;
    padding: 10px 0 0;
    position: absolute;
    top: 31px;
    width: 940px;
    z-index: 10;
}

.mega-dropdown-anchor.most-popular {
    background: rgba(0, 0, 0, 0) url("//www.virgin-vacations.com/images/BD_images/down-arrow.png") no-repeat scroll 120px 10px !important;
}

.mega-dropdown-anchor.deals-offers {
    background: rgba(0, 0, 0, 0) url("//www.virgin-vacations.com/images/BD_images/down-arrow.png") no-repeat scroll 128px 10px !important;
}






#mega-dropdown-3 {
	width: 314px;
	left: 603px;
}

#mega-dropdown-3 .four.columns.no-border {
	padding-left: 6px;
}

.mega-search {
	height: 380px !important;
}

#mega-search-viewer-bottom a {
	height: 70px !important;
	padding: 25px 10px 0 !important;
}