/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #000002;
	font-family: verdana, Geneva, Tahoma, sans-serif;	
	background-repeat: no-repeat;
	background-position: -351px 0;
	width: 100%;
	height: 100%;
}
h1 {
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	margin: 0.5em 0;
	color: #2B4C85;
	text-transform: uppercase;
}

h2 {
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	margin: 1.2em 0;
	color: #2B4C85;
	text-transform: uppercase;
}
p {
	margin: 0.8em 0;
	line-height: 1.5em;
}

.clear {
	clear:both;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	margin-top:44px;
}

#secure-top {
	background: transparent url('../images/i-bg-content-full-top.png') no-repeat;
	display: block;
	width: 970px;
	height: 18px;
	margin: 0 0 0 6px !important;
}

#header-2 {
	margin: 10px 0 0 4px !important;
	position: relative;
	z-index: 1;
	height: 152px;
}

#Search .C {
	padding-top: 12px;
	height: 149px;
	padding-left: 20px;
}

.small-break{
	clear:both;
	display: block;
	line-height: 1px;
	height:1px;
	overflow:hidden;
}

#Destinations {
	width: 333px;
	min-height: 450px;
	margin: 0 0 0 20px;
	float: left;
}

#header {
	font-size: 12px;
	float: left;
}

#Search input {
width: 378px !important;
}

.custom-partner .my-itinerary-box {
	background: 0;
	background-color: #FFF;
	width: 210px;
	height:80px;
	margin-top: -10px;
	padding: 0;
	position:absolute;
	right:10px;
}

#content .h1-wrapper {
	margin-right:10px !important;
}
.my-itinerary-box {
	top: 0;
	right: 0;
}

.wp-caption{
  position: relative;
}

.wp-caption img{
  display: block;
}
.alignright{
  float:right;
  margin: 0.8em 0 0.8em 0.8em;
}
p.wp-caption-text {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 22px;
  margin:0;
  opacity: 0.9;
  
  font-weight: normal;
  background-color:#19C7E4;
  color: #fff;
}

.horizontal_images{   
  float: left;
  margin-bottom: 10px;
}
.horizontal_images .wp-caption{
  float: left;
  margin: 1px;
} 
.horizontal_images .wp-caption img{
  display: block;
  float: left;
}

.blue{
  color: #2B4C85;
}

#content-left ul li{
   margin: 0.4em 0;
	line-height: 1.7 em;
}

.note{

  padding: 10px 10px;
  border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   background-color: #F0F0F0;
   margin-bottom: 10px;
}


.note-blue{

  padding: 10px 10px;
  border-top: 1px solid #06B6DC;
  /* border-bottom: 1px solid #06B6DC;        */
   background-color: #EDF5F9;
   margin-bottom: 10px;
}
    
body #bg-image {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	height: 544px;
	background-image: url('../../images/page-bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -15px;
} 
#header {
	height: 80px;
	background-color: #fff;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	position: absolute; 
  	left: 0;
    top: 0;
    width:100%;
    z-index: 99999;
    margin: 0px;
}
#header-in {
	width: 980px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}
/*Nav Code*/
ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 700px;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;	
  background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3f3f3), to(#ffffff));
	background: -webkit-linear-gradient(#f3f3f3, #ffffff);
	background: -moz-linear-gradient(#f3f3f3, #ffffff);
	background: -ms-linear-gradient(#f3f3f3, #ffffff);
	background: -o-linear-gradient(#f3f3f3, #ffffff);
	background: linear-gradient(#f3f3f3, #ffffff);
	-pie-background: linear-gradient(#f3f3f3, #ffffff);
	behavior: url(/?pie=true); 	
}
ul#nav li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
	position: relative;
}
ul#nav li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	border-right: 1px solid #EBEBEB;
	color: #2B4C85;
	font-weight: bold;
	text-decoration: none;
} 

ul#nav ul {
	position: absolute;
	top: 40px;
	left: -5000px;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: 0px;
}
ul#nav li.sfhover ul a {
	border-right: 0px solid #DCDCDC;
	background-color: #355794;
	display: block;
	width: 220px;
}

ul#nav li ul a{
width:220px;

} 

ul#nav li:hover a, ul#nav li.sfhover a,ul#nav li.current-menu-item a,ul#nav li.current-menu-parent a{
	background: #355695;
	color: #fff;
	/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		*/
		background-color: #355794;
  	behavior: url(/?pie=true);
}

ul#nav li a.active{
  background: #355794;
  color: #fff;
  border-right: 1px solid #6280BE;
  background-color: #355695;
                                                   /*
  	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		 */
		 
}

ul#nav li.sfhover ul a:hover {
	border-right: 0px solid #DCDCDC;
	display: block;
	width: 220px;
	color: #8AE0ED;
	
}
ul#nav ul li a {
	text-indent: 5px;
	text-align: left;
	font-size: 12px;
	border-right: 0px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;	
}
ul#nav ul li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-bottom: 3px solid #355794;
	
}
ul#nav li.home a {
	background-image: url(/templates/7725/images/home-icon-nav.gif);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding: 0 24px 0 20px;
}
ul#nav li.home a:hover,ul#nav li#menu-item-5925.current-menu-item a {
	background-color: transparent;
}
/*END NAV CODE*/

#booking-button {
	position: absolute;
	top: 20px;
	right: 0px;
	line-height: 40px;
	height: 42px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	/*border: 1px solid #9A0000;*/
	text-decoration: none;
	text-align: center;
	width: 162px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #9A0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9A0000), to(#E70000));
	background: -webkit-linear-gradient(#9A0000, #E70000);
	background: -moz-linear-gradient(#9A0000, #E70000);
	background: -ms-linear-gradient(#9A0000, #E70000);
	background: -o-linear-gradient(#9A0000, #E70000);
	background: linear-gradient(#9A0000, #E70000);
	-pie-background: linear-gradient(#9A0000, #E70000);
		behavior: url(/?pie=true);*/

	background: url("../../images/hotdeals.1.jpg") no-repeat left top #9A0000;
		
}
#booking-button:hover {
  /*border: 1px solid #9A0000;
	background: #355494;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E70000), to(#9A0000));
  background: -webkit-linear-gradient(#E70000, #9A0000);
  background: -moz-linear-gradient(#E70000, #9A0000);
  background: -ms-linear-gradient(#E70000, #9A0000);
  background: -o-linear-gradient(#E70000, #9A0000);
  background: linear-gradient(#E70000, #9A0000);
  -pie-background: linear-gradient(#E70000, #9A0000);
  	behavior: url(/?pie=true);
	*/

	background: url("../../images/hotdeals.1.jpg") no-repeat left bottom  #9A0000;
}  

#twitter-header {
	position: absolute;
	top: 24px;
	right: 180px;
	border: none;
}
#facebook-header {
	position: absolute;
	top: 24px;
	right: 225px;
	border: none;
}
#focus {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 135px;
	/* margin-top:80px; */
}
#logo {
	position: absolute;
	top: 5px;
	right: 0;
	border: 0px;
}
#focus-contacts{
  position: absolute;
	top: 84px;
	right: 60px;
	border: 0px;
	color: #fff;
	color: #ccc;
	font-size: 12px;
}
#focus-contacts a{
  
	
	color: #ccc;
	text-decoration: none;
	
}

#focus-contacts a:hover{
  color: #03B4DB;
}


#second-nav {


	width: 980px;
	height: 335px;
	margin: 0 auto;	
	position: relative; 
	
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#DCDCDC));
background: -webkit-linear-gradient(#ffffff, #DCDCDC);
background: -moz-linear-gradient(#ffffff, #DCDCDC);
background: -ms-linear-gradient(#ffffff, #DCDCDC);
background: -o-linear-gradient(#ffffff, #DCDCDC);
background: linear-gradient(#ffffff, #DCDCDC);
-pie-background: linear-gradient(#ffffff, #DCDCDC);


	-webkit-border-radius:  3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 ;
	border-radius:  3px 3px 0 0;
	
    	behavior: url(/?pie=true);



	
}

#mini-nav {


	width: 980px;
   	height: 50px;

	margin: 0 auto;	
	position: relative;      
	
	/*
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#DCDCDC));
background: -webkit-linear-gradient(#ffffff, #DCDCDC);
background: -moz-linear-gradient(#ffffff, #DCDCDC);
background: -ms-linear-gradient(#ffffff, #DCDCDC);
background: -o-linear-gradient(#ffffff, #DCDCDC);
background: linear-gradient(#ffffff, #DCDCDC);
-pie-background: linear-gradient(#ffffff, #DCDCDC);
-webkit-border-radius:  3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0 ;
border-radius:  3px 3px 0 0;

	behavior: url(/?pie=true);
	*/

	background: url("../../images/breadcrumb.jpg") no-repeat top left #DCDCDC;
}

#mini-nav #breadcrumb{
  
	line-height: 50px;	
	color: #2B4C85;
	text-align: left;
		text-indent: 15px;
		font-size: 13px;
	
  
}

#mini-nav #breadcrumb a{
    font-weight: bold;
  text-decoration: none;
  color:  #2B4C85;
}

#mini-nav #breadcrumb a:hover{
  text-decoration: underline;
}

.tab_content {
	position: absolute;
	top: 45px;
	left: 0;
	width: 980px; 
 
}
.etabs {
	margin: 0;
	padding: 0;
	line-height: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 980px;
	background: #ffffff;
background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E8ECF3));
background: -webkit-linear-gradient(#ffffff, #E8ECF3);
background: -moz-linear-gradient(#ffffff, #E8ECF3);
background: -ms-linear-gradient(#ffffff, #E8ECF3);
background: -o-linear-gradient(#ffffff, #E8ECF3);
background: linear-gradient(#ffffff, #E8ECF3);
-pie-background: linear-gradient(#ffffff, #E8ECF3);
-webkit-border-radius:  3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0 ;
border-radius:  3px 3px 0 0;

	behavior: url(/?pie=true);


        

	
}
.tab {
	margin: 0;
	padding: 0;
	display: inline;
}
.tab a {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 45px;
	display: block;
	float: left;
	padding: 0 20px;
	outline: none;
	border-right: 1px solid #E0E0E0;
	color: #2B4D86;
	text-decoration: none;
  font-weight: bold;
}

.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;


	border-color: #666;
	border-bottom: 1px solid red;
}
.tab a.active {
	height: 45px;

	
	background: #fff;
  
	border-bottom: 1px solid #fff;
	
}
.tab_content {
	border-top: 1px solid #E0E0E0;
	height: 290px;
	overflow: hidden;
	
}

.tab:first-child a.active{

        -moz-border-radius:  5px 0px 0 0;
      /*                        
  -webkit-border-radius:  5px 0px 0 0;
  
    border-radius: 5px 0px 0 0;
     */
  
  
}

.tab_content_in{
  margin: 0px 7px 0px 7px;  
  height: 290px;
}
.tab-container .panel-container {

	border: solid #666 1px;
	

}
.tab-div {
	width: 185px;
	height: 265px;
	float: left;
	border: 1px solid #E0E0E0;  
	background-color: #fff;
	margin: 10px 3px 10px 3px;  
	position: absolute;
	webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  
  position: relative;
	
}



.tab-image-hover{
    position: absolute;
    z-index: 10;
    top: 5px;
	left: 4px;
}

.icon-container {
    background: url("templates/7725/images/icon-container.png") repeat scroll 0 0 transparent;
    display: block;
    height: 109px;
    position: absolute;
    text-align: center;
    width: 177px;
    z-index: 15;
}

.page-icon {
    background: url("templates/7725/images/page-icon.png") repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    margin: 40px 75px 0 auto;
    text-indent: -99999px;
    width: 28px;
}

.tab-div img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.tab-div h4 {
	font-size: 12px;
	line-height: 26px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 118px;
	left: 4px;
	color: #2B4D86;
	background-color: #F3F3F3;
	width: 177px;
	text-align: left;
	text-indent: 5px;
	border-bottom: 1px solid #E0E0E0;
}
.tab-div .tab-div-text {
	position: absolute;
	top: 156px;
	left: 5px;
	margin: 0;
	width: 177px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	line-height: 1.5em;
}

.tab-div-more-button {
	position: absolute;
	top: 235px;
	font-size: 11px;
	left: 100px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 75px;
	height: 20px;
	line-height: 18px;
	background-image: url(templates/7725/images/home-slider-button.jpg);


}

.tab-div-more-button:hover{
  background-position: 0 -20px;

}

#main {
	background-color: #FFF;
	width: 980px;	
	border-top: 1px solid #ccc;
	position: relative;	
	float:left;
}
#main-in {
	background-color: #F0F0F0;
	width: 980px;
	float: left;
}
#content-left {
	float: left;
	background-color: #fff;
	width: 585px;
	padding-bottom: 15px;
	padding-top: 0px;
}
#content-left-in {
	padding: 10px 15px;
	text-align: left;
}

#content-left a{
color: #2B4C85;

}
#content-left a:hover{
  color: #03B4DB; 
}

#content-left a.more-link{
  text-decoration:none;
  color: #2B4C85;
  font-weight: bold;
  font-style: italic; 
}

#content-left ul{
  margin: 0;
  padding: 0 0 0 20px;
}

#content-left li{ 
  line-height: 1.5em;
  margin: 0.8em 0;
}

#content-right {
	float: right;
	width: 395px;
	padding: 10px 0;
}
#social-tabs {
	width: 375px;
	margin: 0 auto;
	position: relative;
	
	height: 430px;

}
ul.social-buttons {
	width: 375px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.social-buttons li {
	list-style: none;
	background-image: url(templates/7725/images/facebook-header.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#facbook-tab {
	height: 50px;
	line-height: 50px;
	width: 187px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;                            
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #fff;
	-webkit-border-radius:  5px 0px 0 0;
	-moz-border-radius:  5px 0px 0 0;
	border-radius: 5px 0px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #2B4C85;
	text-indent: 10px;
		behavior: url(/?pie=true);
}
#facbook-tab span {
	display: block;
	background-image: url(templates/7725/images/facebook-header.jpg);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	text-indent: 55px;
}
#twitter-tab span {
	display: block;
	background-image: url(templates/7725/images/twitter-header.jpg);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	text-indent: 55px;
}
#facbook-tab.active {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E8ECF3));
background: -webkit-linear-gradient(#ffffff, #E8ECF3);
background: -moz-linear-gradient(#ffffff, #E8ECF3);
background: -ms-linear-gradient(#ffffff, #E8ECF3);
background: -o-linear-gradient(#ffffff, #E8ECF3);
background: linear-gradient(#ffffff, #E8ECF3);
-pie-background: linear-gradient(#ffffff, #E8ECF3);
	behavior: url(/?pie=true);

}
#twitter-tab {
	height: 50px;
	line-height: 50px;
	width: 187px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 189px;
	background-color: orange;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #2B4C85;
	text-indent: 10px;
	-webkit-border-radius:  0px 5px 0 0;
	-moz-border-radius:  0px 5px 0 0;
	border-radius: 0px 5px 0 0;
		behavior: url(/?pie=true);
	
}
#twitter-tab.active {
	border-bottom: 1px solid #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E8ECF3));
background: -webkit-linear-gradient(#ffffff, #E8ECF3);
background: -moz-linear-gradient(#ffffff, #E8ECF3);
background: -ms-linear-gradient(#ffffff, #E8ECF3);
background: -o-linear-gradient(#ffffff, #E8ECF3);
background: linear-gradient(#ffffff, #E8ECF3);
-pie-background: linear-gradient(#ffffff, #E8ECF3);
	behavior: url(/?pie=true);
	
}
#social-content {
	height: 370px;
	width: 375px;
	background-color: #fff;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-border-radius:  0px 0px 5px 5px;
	-moz-border-radius:  0px 0 5px 5px;
	border-radius: 0px 0 5px 5px;
	padding-top: 10px;
	overflow:hidden;
	position: absolute;
	left: 0;
	top: 52px;
	
	
}
#facebook-html {
	width: 350px;
	height: 370px;
	margin: 0 auto;
}
#twitter-html {
	width: 350px;
	height: 360px;
	margin: 0 auto;
	
	position: absolute;
	top: 10px;
	left: 10px;
	overflow:hidden;
}
#help-box {
	width: 375px;
	height: 175px;
	margin: 10px auto 0 auto;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	position: relative;
	background-image: url(templates/7725/images/girl-tank.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#Search.shortSearch ul.search-breadcrumb {
	float: none;
}

#content-wrapper {
	background-position: 6px 0 !important;
	margin: 0 !important;
}

.side-tour-wrapper{
  width: 375px; 	
	margin: 0px auto 10px auto;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	

}

.side-tour-wrapper-in{
  padding: 10px;
}


.side-tour-wrapper-in h3{
 	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		behavior: url(/?pie=true);s
	
}

.side-product{
  background-color: #F4F4F4;
  border-top: 1px solid #E5E5E5;
  margin: 8px auto;

}

.side-product-in{
  padding: 5px 8px;
}

.side-product h4{
  margin: 5px 0 5px 0 ;
  padding: 0;
  font-size: 12px;
 
  text-transform: uppercase;
  text-align: left;
  color: #0DBDDF;
  color: #355794;
 
}

.side-product h4 a{
  color: #355794;
  text-decoration: none; 
}

.side-product h4 a:hover{ 
  text-decoration: underline; 
}
   
   
   

   
   
.product-left{
  width: 245px;

  float: left;
  text-align: left;
  font-size: 11px;
}



.product-left {
  font-size: 11px;
  margin: 5px 0;
  line-height: 1.4em;
}


.product-right{
  float: right;
  width: 85px;
  height: 85px;
  position: relative;
  
  
}

.product-right-price{
  position: absolute;
   bottom:0;
   left:0;
   opacity: 0.8;
   
  
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background-color: #355494;
  height: 25px;
  width: 85px;
  font-size: 12px;
  line-height: 25px;
}

.product-right img{
 
  float: right;
  border:none;
 

}


.side-tour-buttons{
clear: both;
width: 345px;
margin-top: 8px;
}


.more-button-product {

	font-size: 11px;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	width: 82px;
	margin-right:2px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		behavior: url(/?pie=true);

	
}


 .more-button-product:hover{

  border: 1px solid #355494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #355494;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#355494), to(#336799));
  background: -webkit-linear-gradient(#355494, #336799);
  background: -moz-linear-gradient(#355494, #336799);
  background: -ms-linear-gradient(#355494, #336799);
  background: -o-linear-gradient(#355494, #336799);
  background: linear-gradient(#355494, #336799);
  -pie-background: linear-gradient(#355494, #336799);
  	behavior: url(/?pie=true);
	
	
	
}




  /*Side Image in Tour*/
  
  
  #tour-side{
  width: 375px; 	
	margin: 0px auto 0 auto;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	

}

#tour-side-in{
  padding: 10px;
}


#tour-side h3{
 	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
	
		behavior: url(/?pie=true);
	
}


#tour-side img{
 
  display:block;
  margin: 5px auto 0 2px;
}

p.notes{
   background-color: #F1F2F4;
   padding: 10px;
   line-height: 1.8em;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
   
}



/*Review Side*/
  #review-side{
  width: 375px; 	
	margin: 0px auto 0 auto;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 	behavior: url(/?pie=true);

}

#review-side-in{
  padding: 10px;
}


#review-side h3{
 	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	color: #fff;
	
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
	  	behavior: url(/?pie=true);
	margin-bottom:5px;
}

#review-side img{
  float: left;
  margin: 0px 3px 3px 0;
}




.side-tour-wrapper-in ul{
  margin: 0;
  padding: 5px
  
  
   0 0 25px;
  color: #03B4DB;
  text-align: left;
}

.side-tour-wrapper-in ul li{
  margin: 0;
  padding: 0;
}
.side-tour-wrapper-in li a{
  display: block;
  padding: 5px 5px 5px 2px;
  text-decoration: none;
  color: #2B4C85;  
  
}

.side-tour-wrapper-in li a:hover{
  color: #03B4DB;
  
}

/*Blog and Widget CSS*/


.post-category{
  
  padding-top: 10px;
  border-bottom: 1px solid #efefef;
}

.blog-side{
  width: 375px; 	
	margin: 0px auto 10px auto;
	border: 1px solid #E0E0E0;
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	

}

.blog-side-in{
  padding: 10px;
  text-align: left;
}


.blog-side h3{
 	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		behavior: url(/?pie=true);
	
	margin-bottom:5px;
}

.blog-side ul{
  margin: 0;
  padding: 0 0 0 25px;
  color: #03B4DB;
}

.blog-side ul li{
  margin: 0;
  padding: 0;
}
.blog-side ul li a{
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #2B4C85;  
}

.blog-side ul li a:hover{
  color: #03B4DB;
  
}

cite.full-cite{
  display: block;
  background-color: #ECECEC;
  padding: 5px;
  margin: 10px 0;
  font-style: normal;
  font-size: 11px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;                                         
	
	
}

#SpecialsSide {
	float: left;
}


.navigation{
  display: block;
  background-color: #ECECEC;
  padding: 5px;
  margin: 10px 0;
  font-style: normal;
  font-size: 11px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;                                         
	
	height: 20px;
	
}

.navigation a{
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
}

.navigation .alignleft{
  float: left;
  line-height: 20px;
}
.navigation .alignright{
  float: right;
}



#content-left h4{
 	margin: 0;
	padding: 0;
	font-size: 12px;	
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	text-transform: uppercase;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
	 	behavior: url(/?pie=true);
	margin-bottom:5px;
}

.blog-notes{
  display: block;
  background-color: #ECECEC;
  padding: 5px 5px;
  margin: 10px 0;
  font-style: normal;
  line-height: 1.5em;
  font-size: 12px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;                                         
	

}

.attachment-blog-full-thumbnail{
  border: 1px solid #000;
  display:block;
}






























#help-graphic {
	position: absolute;
	top: 10px;
	left: 10px;
}
#help-box h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	width: 270px;
	position: absolute;
	left: 15px;
	top: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		behavior: url(/?pie=true);
	
}
#help-box p {
	position: absolute;
	top: 45px;
	left: 18px;
	width: 265px;
	text-align: left;
}

.more-button {
	position: absolute;
	top: 140px;
	font-size: 11px;
	text-decoration: none;
	left: 15px;
	color: #fff;
	display: block;
	width: 85px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
		behavior: url(/?pie=true);

}


  .more-button:hover {

  border: 1px solid #355494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #355494;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#355494), to(#336799));
  background: -webkit-linear-gradient(#355494, #336799);
  background: -moz-linear-gradient(#355494, #336799);
  background: -ms-linear-gradient(#355494, #336799);
  background: -o-linear-gradient(#355494, #336799);
  background: linear-gradient(#355494, #336799);
  -pie-background: linear-gradient(#355494, #336799);	
  	behavior: url(/?pie=true);
	
}

.chatty-chick{
  left: 105px;

}






/* Button panel */
.dcssb-float .dcssb-content {
	background: #fff;
	padding: 10px 10px 5px 10px;
	text-align: center;
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dcssb-btn {
	margin-bottom: 5px;
}
.dcssb-btn.size-horizontal {
	width: 80px;
	height: 24px;
}
.dcssb-btn.size-none {
	width: 60px;
	height: 24px;
}
.dcssb-btn.size-vertical {
	width: 60px;
	height: 62px;
}
/* Button specific styling */
/* Digg */
.dcssb-digg.size-vertical {
	height: 68px;
}
/* Delicious */
.dcssb-delicious div {
	margin: 0 auto;
}
/* LinkedIn */
.dcssb-linkedin.size-horizontal {
	width: 65px;
}
/* Buffer */
.dcssb-buffer.size-horizontal {
	width: 85px;
}
/* Print & Email */
.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal {
	width: 56px;
}
.dcssb-print.size-vertical, .dcssb-email.size-vertical {
	height: 24px;
}
.link-email, .link-print {
	padding-left: 20px;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
	border: 1px solid #bbb;
	border-radius: 3px 3px 3px 3px;
	max-width: 98%;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(/templates/7725/images/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(/templates/7725/images/icon_email.png) no-repeat 0 0;
}
.link-email:hover, .link-print:hover {
	background-color: #e8e8e8;
	border: 1px solid #999;
	background-image: -moz-linear-gradient(center top , #f8f8f8, #cecece);
}
/* Pinterest */
.dcssb-pinterest {
	position: relative;
	width: 60px;
}
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none {
	height: 20px;
}
.dcssb-pinterest.size-horizontal {
	width: 70px;
}
.dcssb-pinterest-button {
	height: 25px;
	margin: 0;
	padding: 0 0 10px 0;
}
.pinItButton {
	position: absolute;
	background: url(templates/7725/images/pinterest.png);
	font: 11px Arial, sans-serif;
	text-indent: -9999em;
	font-size: .01em;
	color: #CD1F1F;
	height: 22px;
	width: 47px;
	background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover {
	background-position: 0 -58px;
	background-color: none;
}
.pinterest-counter-count {
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 29px;
	padding: 9px 0 0;
	text-align: center;
	width: 47px;
	background: url(templates/7725/images/pinterest.png) no-repeat 0 0;
	color: #777777;
	position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton {
	left: 0;
	margin-left: 0;
}
.size-horizontal .pinterest-counter-count {
	font: 11px/11px Arial, Helvetica, sans-serif;
	height: 15px;
	padding: 3px 0 0;
	text-align: center;
	width: 21px;
	background: url(templates/7725/images/pinit-count-s.png) no-repeat 0 0;
	color: #777777;
	position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count {
	display: none;
}









/*Twitter*/
ul#twit-twit, ul#twit-twit ul {
	list-style-type: none;
	padding: 0;
	margin: 0 5px;
	text-align: left;     
	padding-bottom: 12px;
	line-height: 1.2em;
	

}


ul#twit-twit {

}


ul#twit-twit li ul {
	margin: 0px 0 0 0;
	padding: 0;
}


ul#twit-twit li {
	margin: 5px 0px 5px 0px; 
	padding: 0;

}


ul#twit-twit li.twit-date {
	 font-weight: bold;
	border: 0px solid #ccc;
	margin: 5px 0 5px 0;
	font-size: 11px;
	 color: #355494;
	 
}

ul#twit-twit li.TWIT-DATE b{
  color: #355794;
  margin-bottom: 10px;
  display: none;
}

ul#twit-twit li.twit-date ul li{
  
  color: #000;
}


ul#twit-twit li ul li {
	font-weight: normal;
	
	font-size:11px;
	
}


ul#twit-twit li.twit-alt {
  background-color: #E5ECF1;
}


ul#twit-twit li.twit-first {

}


ul#twit-twit a.twit {
	color: #355794;
	text-decoration: none;
	border: 0;
}


ul#twit-twit a.twit:hover, ul#twit-twit a.twit:visited:hover {
	color: #355794;
}


p.twit-more, li.twit-more {
	text-align: right;

	padding-right: 25px;
	border-top: 0px solid #fff;
	border-bottom: 0px;
}


p.twit-more a.twit-more, li.twit-more a.twit-more {
	color: #355494;
	text-decoration: none;
}


p.twit-more a.twit-more:hover, p.twit-more a.twit-more:visited:hover, li.twit-more a.twit-more:hover, li.twit-more a.twit-more:visited:hover {
	color: #000;
	border-bottom: 1px dashed #600;
}































  #content-full{
  width: 100%;
  background-color: #fff;
  padding-top: 15px;

}





  .tour-container {

	width: 950px;
  margin: 0px auto;    
  position: relative;

  
 
}
.tour-tabs {
	margin: 0;
	padding: 0;
	line-height: 45px;
	height: 45px;
		border: 1px solid #E0E0E0;
	
	top: 0;
	left: 0;
	z-index: 50;
	width: 950px;
	background: #ffffff;
background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E8ECF3));
background: -webkit-linear-gradient(#ffffff, #E8ECF3);
background: -moz-linear-gradient(#ffffff, #E8ECF3);
background: -ms-linear-gradient(#ffffff, #E8ECF3);
background: -o-linear-gradient(#ffffff, #E8ECF3);
background: linear-gradient(#ffffff, #E8ECF3);
-pie-background: linear-gradient(#ffffff, #E8ECF3);



		-webkit-border-radius:  3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 ;
	border-radius:  3px 3px 0 0;
	
		behavior: url(/?pie=true);
	

	
}
.tab {
	margin: 0;
	padding: 0;
	display: inline;
}
.tab a {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 45px;
	display: block;
	float: left;
	padding: 0 20px;
	outline: none;
	border-right: 1px solid #E0E0E0;

	color: #2B4D86;
	text-decoration: none;
  font-weight: bold;
}

.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;


	border-color: #666;
	border-bottom: 1px solid red;
}
.tab a.active {
	height: 45px;

	
	background: #fff;
  
	border-bottom: 1px solid #fff;
	
}
.tour_content {
  width: 950px;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0; 	
	overflow: hidden;
	
	
}

.tour_content_in{
  padding: 10px;
}

.dcm_rates table{
  background-color: #fff;
    font-size: 11px;
    width: 100%;

  margin: 5px  0 5px 0;
}
.dcm_rates table td{
 
}


.dcm_rates table thead td{
  background-color: #06B6DC;
  color: #fff; 
  text-align: center;
  font-weight: bold;
  height: 30px;
  padding: 0 6px;

}

.dcm_rates table thead td.head-type{
  text-align: left;
}
.dcm_rates table thead td.empty{
  background-color: #fff;
}

.dcm_rates table tbody td.valid{
  background-color: #B0D8E9;
  text-align: left;
  color: #003D64;
}




.dcm_rates table tbody td{
  background-color: #EDF5F9;
  color: #000;
  text-align: center; 
  font-weight: normal;
}

.dcm_rates table tbody td.rate{
  text-align: left;
}

.dcm_rates table tbody tr.odd td{
  background-color: #F2F2F2;
  
}

.dcm_rates table tbody td.note{
  background-color: #fff;
  text-align: left;
  font-style: italic;
  font-weight: bold;
}

.dcm_rates table tbody td.inclusions{
  background-color: #fff;
  text-align: left;
  font-style: italic;
  line-height: 1.5em;
  
}

.dcm_rates table tbody  td a{
 display: block;
 width: 90px;
 background-color: #0079BC;
 height: 25px;
 line-height: 25px;
 text-align: left;
 text-indent: 20px;
 color: #fff;
}


.tour-tab-content{
  text-align: left;
  
}

.tab-review{
  border-bottom: 1px solid #ccc;
}

.tab-review h4{

 
  color: #2B4C85;
    font-family: verdana,Geneva,Tahoma,sans-serif;
    font-size: 12px;
    margin: 0.5em 0;
    
}

.tab-review h4 span{
  font-weight: normal;
  color: #16C4E3;
}

.tab-review .attachment-list-thumb{
  float: left;
  margin: 0.8em;
}
.tab-review a{
   color: #16C4E3;
   text-decoration: none;
}


/*Footer Stuff*/



#footer {
	background: none;
	width: 930px;
	background-color: #fff;	
	height: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin: 20px auto !important;
}



#e-path{
position: absolute;
  top: 10px;
  right: 5px;
}




#footer ul{
  margin:0;
  padding: 0 0 0 0px;
}
#footer ul li{
  margin:0;
  padding: 0 0 0 0px;
  list-style:none;
}

#footer ul li a{
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0;
  color: #2B4D86;
  text-decoration: none;
  font-size: 13px;
  
}

#footer ul li ul{
  margin: 0;
  padding: 0 0 0 15px;
}
#footer ul li ul a{
  font-weight: normal;
  font-size:12px;
    margin: 2px 0;
}


#footer-1{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
  text-align: left; 
  
}

#footer-2{
  position: absolute;
  top: 20px;
  left: 170px;
  width: 200px;
  text-align: left; 

}

#footer-3{
  position: absolute;
  top: 20px;
  left: 380px;
  width: 200px;
  text-align: left;
   
}

#footer-4{
  position: absolute;
  top: 20px;
  left: 600px;
  width: 200px;
  text-align: left;
   
}



/*Comments Template*/

#respond{
  border: 1px solid #ccc;
  margin:3px;
  margin-top: 20px;
  padding: 10px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#respond h3,h3#comments{
  margin: 0;
	padding: 0;
	font-size: 12px;	
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	border: 1px solid #05B5DC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2AD6EC;
	text-transform: uppercase;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2AD6EC), to(#03B4DB));
	background: -webkit-linear-gradient(#2AD6EC, #03B4DB);
	background: -moz-linear-gradient(#2AD6EC, #03B4DB);
	background: -ms-linear-gradient(#2AD6EC, #03B4DB);
	background: -o-linear-gradient(#2AD6EC, #03B4DB);
	background: linear-gradient(#2AD6EC, #03B4DB);
	-pie-background: linear-gradient(#2AD6EC, #03B4DB);
	 	behavior: url(/?pie=true);
	margin-bottom:5px;

}


#comment{
  width: 400px; 
}

.commentlist {
    color:#000;
		margin: 0;
		padding: 0;
}

	
	ol.commentlist  li { 
   list-style: none; font-size:12px;
		margin:6px 0px 6px 0px;
		padding: 5px 10px 3px;
	  border: 1px solid #ccc;
		background:#fff;
			-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		
		}
		
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff; /*margin:0px 20px 15px 0px;*/
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		text-align: left;
		}
	
	 #commentform p {
		margin: 5px 0;
		padding-left:15px;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		color: #91D1ED;
		}
		
		
		
		hr {
    background-color: #ccc;
    border: medium none;
    color: #ccc;
    height: 2px;
    margin: 0;
    text-align: left;
}



.widget-container,.widget-container li,.widget-container ul{
 
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.widget-container ul li{
  background-color: #EEEEEE;
  line-height: 1.6em;
  margin-bottom: 7px;
}

.widget-container ul li a{
  color: #5BB6D5;
  text-decoration: none;
}
		




  .gform_wrapper{
     padding: 10px;
     border: 1px solid #355494;
     background-color: #F1FCFD;
     margin-top: 20px;
  
    }
    
    
    
    #gform_4 h3,#gform_5 h3{
      display: none;
    }
    
     #gform_4 ul,#gform_5 ul{
      margin: 0; 
      padding: 0;
    
    }
    
       
    #gform_4 ul li,#gform_5 ul li{
      margin: 0 0 10px 0; 
      padding: 0;
      list-style:none; 
    
    }
    
    #gform_4 ul li label,#gform_5 ul li label{
      display: block;
      float: left;
      width: 140px;
      text-align: right;
      padding-right: 5px;
    }
    
    #gform_4 ul li input, #gform_5 ul input{
      width: 350px;
    
    }
     #gform_4 ul li textarea,#gform_5 ul li textarea{
      width: 350px;
     
     }
     
     #gform_4 ul li#field_4_4{
      border-bottom: 1px solid #0DBDDF;
      margin-bottom: 10px;
      padding-bottom: 10px;
      
    }
    
    
    #gform_submit_button_4, #gform_submit_button_5{
      margin-left: 145px;
    }
    
    
    .validation_error{
     background-color: #FFCCCC;
     border-bottom: 1px solid #FF6666;
     padding: 5px;
     margin: 5px 5px 10px 5px; 
    
    }

    .validation_message{
     background-color: #FFCCCC;
     border-bottom: 1px solid #FF6666;
     margin: 2px 30px 5px 145px;
    }
    
    
    #contact-table{
     padding: 10px;
     border: 1px solid #355494;
     background-color: #F1FCFD;
     margin-top: 20px;
    
    }
    
     #contact-table th{
      font-weight: normal;
      
      width: 140px;
     }
     
     #epathpay{
      border: 1px solid #FFA500;
     background-color: #FFF3E2;
     margin-top: 10px;
     width: 100%;
     
     }
       #epathpay label{
       
        text-align: right;
        display: block;
        width: 150px;
        font-weight: bold;
        font-size: 13px;
       }
       
       #epathpay input{
        width: 340px;
       }
       
         #epathpay #button{
          width: 150px;
         }
       













#ttg-box{
  border: 1px solid #355494;
  background-color: #F1FCFD;
  padding:15px;
  background-image: url(templates/7725/images/padlock.jpg);
  background-position: 400px 15px;
  background-repeat: no-repeat;
  padding-right: 150px;
}
#ttg-box p{
  margin:0;
}

a#ttg-button{
  background-image: url(templates/7725/images/ttg-button.jpg);
  width: 249px;
  height: 37px;
  display: block;
  background-color: red;
  line-height: 37px;
  color: #fff;
  text-transform:uppercase;
  text-decoration: none;
  text-indent: 35px;
  font-weight: bold;
  margin-top: 10px;
  
}

a#ttg-button:hover{
  background-position: 0 -37px;
  color: #fff;

}



/* jQuery UI date picker ------------------------------------------------------*/

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 1em;
	list-style: none;
	font-family: "lucida sans", "lucida grande", lucida , sans-serif;
	background-color: #FFF;
	font-size: 1em;
	border: 4px solid #C1C1C1;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative
}
.ui-datepicker-div,
#ui-datepicker-div {
	z-index: 9999;
	display: none
}
.ui-datepicker-inline {
	float: left;
	display: block
}
.ui-datepicker-control {
	display: none
}
.ui-datepicker-current {
	display: none
}
.ui-datepicker-next,
.ui-datepicker-prev {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	background-color: #EEE
}
.ui-datepicker-next {
	left: 14.6em
}
.ui-datepicker-next: hover,
.ui-datepicker-prev: hover {
	background-color: #DADADA
}
.ui-datepicker-next a,
.ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background-image: url(templates/7725/images/datepicker_arrow_left.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.ui-datepicker-next a {
	background-image: url(templates/7725/images/datepicker_arrow_right.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.ui-datepicker-header select {
	border: 1px solid #D3D3D3;
	color: #555;
	background-color: #E6E6E6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: 0.5em;
	margin: 0 !important
}
.ui-datepicker-header option: focus,
.ui-datepicker-header option: hover {
	background-color: #DADADA
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right
}
table.ui-datepicker td a {
	padding: .1em;
	display: block;
	color: #555;
	background-color: #E6E6E6;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center
}
table.ui-datepicker td a: hover {
	border: 1px solid #FFF;
	color: #212121;
	background-color: #DADADA;
	text-decoration: none
}
table.ui-datepicker td a: active {
	border: 1px solid #AAA;
	color: #212121;
	background-color: #FFF;
	text-decoration: none
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .2em 0;
	text-align: center;
	font-size: 0.9em;
	color: #222;
	text-transform: uppercase
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222;
	padding: 0.3em 0
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px
}
img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	width: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

#social-share {
	position: absolute;
	right: -90px;
	top: 153px;
	background: white;
	padding: 10px 10px 5px 10px;
	text-align: center;
	width: 60px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

#content a {
	color:#2B4C85;
}
#content a:hover {
	color:#03B4DB;
}
#content h1 {
	background:transparent url('/templates/7725/images/g-red-tl.gif') no-repeat scroll left top
}
#content .h1-wrapper {
	background:transparent url('/templates/7725/images/g-red-m.gif') repeat-x scroll 0%;
}
.secure .tour {
background: url("/templates/7725/images/tour-bg.jpg") repeat-y top left;
border-top: 5px solid #D8F3FA;
}
.Box .title,
.Box .value-title {
	background:#E2F7FC;
}
.secure .booking-total {
background: #D6F3F9 !important;
}
input, select, textarea {
	border: 1px solid #ccc;
}
h3 {
	font: bold 0.75em Verdana, Arial, sans-serif;
	color: #2C58A8;
	margin: 5px 0 10px 0;
}
#content a, #content a:hover {
	color: #03B4DB;
}
.secure .redeem-gift-voucher a span {
background: url("/templates/7725/images/submit.jpg") repeat-x;
line-height: 20px;
padding: 0 8px 0 10px;
}
.secure #content a.additinerary span {
background: url("/templates/7725/images/submit.jpg") repeat-x;
line-height: 20px;
padding: 0 8px 0 10px;
border: 1px solid white;
}
.secure #content a.form span {
background: url("/templates/7725/images/submit.jpg") repeat-x;
padding: 0 8px 0 10px;
}
.Box h2,
#PanelTD h2,
h2#prices {
	color: #03B4DB;
	font: normal 1.25em 'Trebuchet MS', Arial, sans-serif;
	margin: 15px 0 10px 0;
	text-transform:none;
}
#SpecialsSide h3 a,
#SpecialsSide a.specials-more-info {
	color: #03B4DB;
}
.Box .totalTitle {
	color:#000;
}
#content a.form {
	background:none;
}
#content .redeem-gift-voucher a {
	background:none;
	color:#fff;
}
.totalNotes .additinerary {
	background:none !important;
}
#SpecialsSide .S {
	border-bottom:1px solid #03B4DB;
}

body #constrain {
	width: 973px;
	position: relative;
	left: -3px;
}

body #content {
	padding-right: 5px;
}
#Search.shortSearch .refine-search {
	width:200px !important;
}



body .secure #secure-top, body .short-search #secure-top, body .custom-partner #secure-top {
	background: #FFF;
}

body .custom-partner #content-wrapper, .custom-partner #content-wrapper {
	background: #FFF;
}

.footer-contact {
	text-decoration: none;
	color: #2B4C85;
}
	.footer-contact strong {
		font-size: 13px;
	}

#footer-logo {
	float: right;
	margin-top: 8px;

}

.footer-social {
	float: right;
	padding: 27px 24px 0 0;
}
	.footer-social a {
		margin-right: 10px;
	}

#footer p a {
	color: #46d9fb;
}

.footer-contact {
	line-height: 1.2em;
	padding-top: 9px;
}