/* HTML5 Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.telephone a {
    text-decoration: none;
}

p,
.item-text,
.panel li {
	line-height:1.4em;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* common styles */

.clear {
	clear:both;
}

/* Swoop Styles */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #3877ba;
	color:#333333;
}

a {
	color:#E4701E;
}

h1, h2, h3 {

	font-weight: normal;
}

aside {
    font-size: 12px;
}

.main-heading h1 {
/*    font-size:18px;
    font-weight: bold;
    color:#333;
    padding-top: 10px;*/
}

.areapage .main-heading .intro-wrapper  h1 {
    font-weight: normal;
}

#wrapper {

}

section#masthead,
section#main-area,
footer,
nav.contextual {
    width: 940px;
	text-align:left;
	margin: 0 auto;
}

#header-outer {
    height: 170px;
}

#main-area-outer {
    background-color:#fff;
    border-bottom: 7px solid #0e4a88;
    padding-bottom:10px;
}

#masthead {
	height:123px;
	position:relative;
	background: transparent url(../img/v2/header-bg.png) 0 0 no-repeat;
}

#search-form {
	position:absolute;
	right:10px;
	top:10px;
}

header nav.contextual {
    padding-top:7px;
    position:relative;
    z-index:1;

}

header nav.contextual ul.sf-menu>li>a {
	float:left;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	height:33px;
	padding:5px 20px 0px 20px;
	background: transparent url(../img/v2/nav-divider.png) 0 0 no-repeat;
}

header nav.contextual ul.sf-menu>li>a:hover {
    text-decoration: underline;
}

/* Block commented rather than removed to keep as reference in case this
   needs to go in again - it looks fiddly...
 */
/*header nav.contextual ul.sf-menu>li.lastitem a {
    color:#e3701e;
}

header nav.contextual ul.sf-menu>li.lastitem:hover a {
    color: #fff;
}

header nav.contextual ul.sf-menu>li.lastitem:hover li a {
    color:#333;
}

header nav.contextual ul.sf-menu>li.lastitem:hover li a:hover { /* this is getting silly now ;)
    color:#fff;
}
*/
header nav.contextual ul.sf-menu ul a {
    float:left;
	display:block;
	font-size:15px;
	padding:5px 20px 5px 20px;
	line-height:20px;
	text-decoration:none;
}

header nav.contextual a.first,
header nav.contextual ul ul a
 {
    background-image: none;
}

header nav.contextual ul ul {
    border: 1px solid #e3701e;
    background: #fff;
    /*margin-left:1px;*/
}

header nav.contextual ul ul li {
   /* height:15px; */
}

header nav.contextual ul ul a {
    color:#333;
    width:180px;
    /*height:15px;
    line-height:15px;
    padding:12px 20px 15px 20px;*/
    display:block;
    border-top: 1px solid #ccc;
}

header nav.contextual ul ul ul li {
   /* width:260px !important;*/
}

header nav.contextual ul.empty {
    border:none;
}

header nav.contextual ul ul ul a {
  width:240px;
}

header nav.contextual ul ul a:hover {
    background: #e3701e;
    border-top: 1px solid #e3701e;
    color: #fff;
    text-decoration:underline;
}

header nav.contextual ul ul a.first,
header nav.contextual ul ul a.first:hover
 {
    border-top:none;
}

header nav.contextual a:hover,
header nav.contextual a.selected {
	color:#ff8128;
}

header nav.contextual ul.sf-menu>li.has-subnav:hover {
    background: #e3701e;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    color: #fff;
    /*margin-top:5px;*/

}

header nav.contextual li.has-subnav:hover a {
    background-image: none;
}

header nav.contextual .has-subnav a:hover {
    color: #fff;
}

header nav.global {
	position:absolute;
	right:0px;
	top:10px;
}

header nav.global a {
    display: block;
    float:left;
    border-left: 1px solid #fff;
    height: 12px;
}

header nav.global a img {
    float: left;
    width: 20px;
    margin-top: -4px;
}

header nav.global a.first {
    border-left: none;
}

header nav.global a.last {
    border-left: none;
    padding: 0;
}

header nav.global a,
header div.telephone {
	text-decoration:none;
	color:#fff;
	font-size:120%;
	padding:0 10px;
}

header div.telephone a.callto {
    color: #e3701e;
    margin-left:10px;
}

header nav.global a:hover,
header nav.global a.selected {
	color:#E4701E;
}

header div.telephone {
    position:absolute;
    right:-15px;
    top:35px;
    height: 63px;
    width:220px;
    background: transparent url(../img/v2/call-box.png) top left no-repeat;
    color:#333;
    font-size:14px;
    line-height:31px;
    font-weight: bold;
    padding:0 0 0 15px;
}

#main-area {
	padding:0 20px;
	position:relative; /* fingers crossed this doesn't send IE into one of it's dark places */
}

.top-dots {
	/*border-top:1px dotted #aaa;*/
}

.top-margin {
	margin-top:20px;
}

.top-padding {
	padding-top:20px;
}

.left-padding {
    padding-left:20px;
}

.right-padding {
    padding-right:20px;
}

.bottom-dots {
	/* border-bottom:1px dotted #aaa; */
}

.bottom-margin {
	margin-bottom:20px;
}

.bottom-padding {
	padding-bottom:20px;
}

#breadcrumbs {
	font-size: 120%;
	padding:5px 0;
    color:#666666;
    line-height: 30px;
}

#breadcrumbs a {
	text-decoration:none;
    /*border-bottom: 1px solid #666666;*/
	display:block;
	float:left;
    color:#666666;
    text-decoration:underline;
}

#breadcrumbs span {
	display:block;
	float:left;
}

#breadcrumbs .last {
    color:#333333;
}

#breadcrumbs .sep {
	display:block;
	float:left;
	padding:0 5px;
}

#breadcrumbs .edit {
    padding-left: 10px;
}

#breadcrumbs span.personal-tools {
    float: right;
}

#breadcrumbs span.personal-tools .first {
    margin-right: 5px;
}

#breadcrumbs span.personal-tools .last {
	margin-left: 5px;
}


#pre-cols {
	padding:20px 0 0 0;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	margin:0 0 20px 0;
	font-size:120%;
}

#pre-cols p,
#pre-cols h2 {
	margin:0 0 10px 0;
}

#pre-cols h2 {
	font-size:130%;
}

h2.o-bullet {
	background: transparent url(../img/o-grey.png) 0 2px no-repeat;
	padding: 5px 0 5px 32px;
}

.layout1 .col1,
.layout2 .col1 {
	width: 300px;
	float:left;
	/*background:red;*/
	margin-right:20px;
}

.layout1 .col2 {
	width: 300px;
	float:left;
	/*background:blue;*/
	margin-right:20px;
}

.layout1 .col3 {
	width: 300px;
	float:left;
	/*background:green;*/
	/*margin-right:20px;*/
}

.layout1 .highlight .thumb {
    float:left;
    width:120px;
    height:120px;
    margin-right:10px;
    background:#000;
}

.layout1 .highlight .thumb img {
    /*height:120px;*/
}

.layout1 .highlight .item-text {
    margin-top:10px;
    width:160px;
    font-size:1.3em;
    line-height:1.2em;
}

.layout1 .highlight h3,
.layout8 .highlight h3 {
    font-weight:normal;
    font-size:16px;
    margin-bottom:10px;
}


.layout2 .col2 {
	width:620px;
	float:left;
}

.layout3 .col1 {

	width:225px;
	margin-right:13px;
	float:left;
}

.layout3 .col2 {

	width:225px;
	margin-right:13px;
	float:left;
}

.layout3 .col3 {

	width:225px;
	margin-right:13px;
	float:left;
}

.layout3 .col4 {

	width:225px;
	float:left;
}

.layout3 .col .visual-padding {
/*	margin: 10px 10px; */
}

.layout3 .panel {
	border:1px solid #ccc;
	padding:10px;
}

.layout4 .col1 {
    width:620px;
    margin-right:20px;
    float:left;
}

.layout4 .col2 {
    width:300px;
    float:left;
}

.layout5 .col1 {
    width:190px;
    margin-right:20px;
    float:left;
}

.layout5 .col2 {
    width:620px;
    float:left;
}

.layout6 .col1 {
	width:440px;
	float:left;

}
.layout6 .col2 {
	width:300px;
	float:left;

}
.layout6 .col3 {
	width:100px;
	float:left;

}

.layout7 .col1 {
    width:460px;
    float:left;
    margin-right:20px;
}

.layout7 .col2 {
    width:460px;
    float:left;
}

.layout8 .col {
    width:460px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
}

.layout8 .even {
    width:460px;
    margin-right:0;
    float:left;
}

.layout8 .highlight {
    min-height:152px;
}

.layout8 .highlight .thumb {
    width:120px;
    float:left;
    background:#fff;
    /*margin-right:10px;*/
    height:120px;
}

.layout8 .highlight h3 {
    padding:2px 10px;
    background: url(../img/nav-gradient.gif);
    color:#000;
}

.layout8 .highlight .item-text {
    width:340px;
    float:left;
    /*margin-top:5px;*/
    /*margin-left:10px;*/

    font-size:1.35em;
}

.layout8 .highlight .item-text p {
    padding:0 10px;
}

.layout8 .highlight .button-bar {
    position:absolute;
    bottom:0;
    right:0;
    width:454px;
    color:#fff;
}


/* sub cols layout */
.sub-layout1 .subcol1 {
	width:200px;
	margin-right:10px;
	float:left;
}

.sub-layout1 .subcol2 {
	width:200px;
	margin-right:10px;
	float:left;
}

.sub-layout1 .subcol3 {
	width:200px;
	float:left;
}

.sub-layout2 .subcol1 {
	width:200px;
	margin-right:10px;
	float:left;
}

.sub-layout2 .subcol2 {
	width:400px;
	margin-right:10px;
	float:left;
}

/* panels */

.panel {
	font-size:120%;
}

.box-panel {
/*    border:1px solid #ccc;
    padding:10px;*/
}

.landmarks ol {
    padding:10px;
    border:1px solid #ccc;
    border-width:0 1px 1px 1px;
}

.box-panel .telephone {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 200%;
    text-align: center;
}

.box-panel .skype {
    text-align: center;
    padding-bottom: 10px;
}

.panel dt {
    font-weight: bold;
}

.panel dd {
    margin-bottom:10px;
}

.panel h2,
.information {
    color:#fff;
    font-size:16px;
    background-image: url(../img/v2/h2-pale-bg.png);
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    line-height:20px;
    padding:8px 14px;
    margin-bottom:10px;

    /* nb CSS gradients applied in gradients.css */
}

.panel h2.no-margin {
    margin-bottom:0;
}

.panel h1 a,
.panel h2 a,
.panel h3 a {
    color: #fff;
}

.panel .quadrant h3 a {
    color:#E4701E;
    text-decoration:none;
}

.panel .quadrant h3 a:hover {
    text-decoration:underline;
}


.panel h3 {

	margin-bottom:10px;
	color:#fff;
	background-image: url(../img/v2/h3-bg.png);
	line-height:36px;
    padding:0 14px;
	font-size:16px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    min-width:50%;
    float:left;

    /* nb CSS gradients applied in gradients.css */
}

.panel h3.flush {
    margin-top:-10px;
    margin-left:-10px;
}

/*.panel h3 {
    font-size:130%;
    margin-bottom:10px;
    color:#E4701E;
}*/

.panel p,
.panel {
	margin-bottom:10px;
	clear:left;
}

.panel ul {
    margin-left:15px;
    clear:left;
}

.qa-index {
    font-size: 12px;
}

/* home highlight panels */

.highlight {
	border:1px dotted #ccc;
	min-height:120px;
	position:relative;
}

.highlight-1 {
	border-color: #27c4f3;
}

.highlight-2 {
	border-color: #c9252b;
}

.highlight-3 {
	border-color: #499947;
}

.highlight-4 {
	border-color: #e4701e;
}

.highlight-5 {
	border-color: #7482bf;
}

.highlight-6 {
	border-color: #0079c2;
}

.highlight .body-padding {
	margin:10px;
	font-size:120%;
}

.highlight h2 {
	color:#fff;
	font-size:200%;
	padding:5px 5px 8px 40px;
	background: transparent url(../img/o.png) 3px 4px no-repeat;
}

.highlight-1 h2 {
	background-color: #27c4f3;/* blue */
}

.highlight-2 h2 {
	background-color: #c9252b;/* red */
}

.highlight-3 h2 {
	background-color: #499947;/* green */
}

.highlight-4 h2 {
	background-color: #e4701e; /* orange */
}

.highlight-5 h2 {
	background-color: #7482bf; /* violet */
}

.highlight-6 h2 {
    background-color: #0079c2; /* blue */
}

.highlight-single-line {
	min-height:75px;
}

.mini-highlight-1,
.mini-highlight-2 {
    min-height: 180px;
}

.highlight .intro {
    height:60px;
}

.highlight .item {
	margin-bottom:10px;
}

.highlight .item .thumb {
	width:60px;
	float:left;
	margin-right:20px;
}

.highlight .item-text {
	float:left;
	width:190px;
}

.highlight .item-text p {
	margin-bottom:10px;
}

.highlight .item-text .view-more,
.highlight .view-more  {
    position:absolute;
    bottom:0;
    right:0;
    margin-bottom:3px;
}

.layout8 .view-more {
    bottom:1px;
}

.right {
    float:right;
}

.left {
    float:left;
}

footer {
	/*margin:20px;*/
	color:#fff;
	padding:20px 20px;
	font-size:120%;
	margin-top:10px;
}

table.common,
table.aside {
    width:100%;
    font-size:110%;
}

table.common {
    border: 1px solid #cdcdcd;
}

table.aside {
    border: 1px solid #cdcdcd;
}

table.aside tr.header {
    position: absolute;
    left: -99999px;
}

table.common th,
table.common td {
    padding:5px;
    vertical-align:middle;
}

body.trip-detail table.common th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    color: #333;
}

table.common th {
    background:#58585A;
    color:#fff;
}

table.common tr.even {
    background-color:#e2e3e4;
}

table.common td.thumb-cell {
    padding:0;
    vertical-align:top;
}

table.common-cols th {
    width:40%;
    background:#ccc;
    border-bottom:1px solid #cdcdcd;
}

body.trip-detail table.common-cols th {
    width: 60%;
}

table.common-cols td {
    border-bottom:1px solid #cdcdcd;
}

.landmarks ol {
  margin-left:0;
  list-style:none;
}

.landmarks ol li {
    padding-left:20px;
    padding-right:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent url(../img/icons/faux-check.png) 0 0 no-repeat;
    line-height:30px;
    display: inline;
}
.landmarks ol li.visited {
    background: transparent url(../img/icons/faux-checked.png) 0 0 no-repeat;
}

body.trip-detail td div.info {
    display: inline;
}

table.common tr{
	line-height:1.5;
}


/* Map panels */
.map {
    margin: 0;
    padding: 0;
    border: none;
}



/* Buttons styles */
.button {

}

.close {
	background:#D78947 url(../img/button_bg_close.png) top right no-repeat;
}

/* Total table width is 619px */
table.common th.start-date {
    /*width: 122px;*/
}

table.common th.price {
    /*width: 28px;*/
}
table.common td.price {
    width: 18px;
    white-space: nowrap;
}

table.common th.info {
    width: 16px;
}

table.common th.single-supplement {
    width: 35%;
}

table.common th.availability {
    width: 132px;
}

table.common td.availability {
    text-align: right;
    width: 108px;
}

table.common td.availability a {
    float: left;
}

table.common td.info {
    width: 60px;
}

.button-arrow {
    padding-right:35px;
    background:#d78947 url(../img/button_bg.png) top right no-repeat;
}

input.button{
	/*background:#e2e3e4 url(../img/nav-gradient.gif) top left repeat-x;*/
	cursor:pointer;
	display:block;
	font-family:arial,helvetica,sans-serif;
	padding:3px 5px 3px 5px;
}


/* forms general */
.common-form label {
    display:block;
    font-weight:bold;
    margin-bottom: 0.5em;
}

.common-form ul {
    list-style:none;
    margin:0;
}

/* trip search */

.search-wrapper {
	position:relative;
    height:75px;
}

/* These should add up to 100% */
td.thumb-cell {
    width: 20%;
}

table.common td.title-cell {
    width: 33%;
    vertical-align: top;
}

td.effort-routes-cell {
    width: 15%;
}

td.price-days-cell {
    width: 20%;
    text-align: center;
}

td.action-cell {
    width: 12%;
}

/* End adding */

table.search-results {
    border: 0;
}

table.search-results tr {
    height: 100px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.search-results tr.last {
    border-bottom: 1px solid #ccc;
}

.panel table.search-results h3 {
    font-weight: bold;
    background-color: transparent;
    background-image: none;
    color: #333;
    line-height:18px;
    font-size:14px;
    padding:0;
    margin-bottom:3px;
}


.panel table.search-results p {
    font-size:11px;
}

.panel table.search-results p.days,
.panel table.search-results p.price {
    font-size:16px;
}
.panel table.search-results a {
    color:#000;
    text-decoration: none;
}

.panel table.search-results tr:hover {
    border:1px solid #e3701e;
}

.panel table.search-results a.button-1 {
    float:right;
    margin-bottom:5px;
}

td.action-cell a {
    display: block;
}

td.action-cell p {
    text-align: center;
    margin-bottom: 5px;
}

td.price-days-cell p.price {
    font-weight: bold;
    font-size: 150%;
}

td.action-cell a.button, td.action-cell input.button {
    margin: 0;
}

td.action-cell input.button {
    width: 100%;
    height: 32px;
}

td.title-cell p {
    margin: 0 0 10px 0;
}

p.more {
    position: absolute;
}

div.effort {
    height: 55px;
    width: 94px;
}

td.effort-routes-cell {
    text-align: center;
}

td.effort-routes-cell div.effort {
    margin: auto;
}

td.effort-routes-cell ul {
    padding: 0;
    margin: 0;
}

td.effort-routes-cell ul li {
    display: inline;
}

td.effort-routes-cell ul li:after {
    content: ", ";
}

td.effort-routes-cell ul li.last:after {
    content: "";
}

section.effort-level-key div,
section.effort-level-key p
{
    float: left;
}

section.effort-level-key p {
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 10px;
}

section.effort-level-key div.effort img {
    height: 27.5px;
    width: 47px;
}

section.effort-level-key div.effort {
    width: 47px;
    height: auto;
}

.trip-search .cta-box {
    background-color: #CEE3F6;
    border: 1px solid #ccc;
    padding:15px 50px;
}

.trip-search #div_id_days_trekking {
    position:absolute;
    top:0px;
    left:0;
}

.trip-search #div_id_budget {
    position:absolute;
    top:0px;
    left:225px;
}

.trip-search #div_id_local_specialist {
    position:absolute;
    top:55px;
    left:0px;
}

.trip-search #div_id_local_specialist input {
    float:left;
}

.trip-search #div_id_local_specialist label {
  float:left;
  display:block;
  margin:3px 0 0 3px;
}

.trip-search #div_id_trek_routes {
	position:absolute;
    top:0px;
	left:430px;
}

.trip-search #div_id_sort_by {
    position:absolute;
	bottom:-90px;
	right:0px;
}

.trip-search #div_id_sort_by label {
    display:inline;
    padding-right: 0.5em;
}

.trip-search .submit-wrapper {
    position:absolute;
    top:5px;
    right:0;
}

.homepage .submit-wrapper {
    padding-bottom: 15px;
}

input.primary-cta,
a.primary-cta {
    font-size: 16px;
    padding: 6px 35px 6px 6px;
    font-weight: bold;
}

a.primary-cta.button,
a.primary-cta.button:visited {
    color: white;
}

.bookmarks ul {
    list-style: none;
}

ul.action-list {
    list-style:none;
    font-size:12px;
}

.action-list li {
    /*clear:both;*/
}

ul.action-list-hoz {
	display:block;
}

ul.action-list-hoz input.icon {
	margin-top:-4px;
}

ul.action-list-hoz li{
	float:left !important;
	margin-left:20px;
	display:block;
	width:30%;
}

.action-list li {
    padding:5px 0;
}

.action-list .icon {
    text-decoration:none;
    padding: 2px 0 5px 20px;
}

.action-list input.icon {
    border:none;
    background-color:transparent;
    cursor:pointer;
    font-size:12px;
    color:#E4701E;
    font-family: arial, helvetica, sans-serif;
    text-align:left;
    display:block;
    padding: 0 0 0 20px;
}

input.icon {
    border: none;
    padding-left: 20px;
    color: #E4701E;
    font-size: 12px;
    cursor: pointer;
}

input.icon-save {
    background:transparent url(../img/icons/disk.png) 0 0 no-repeat;
}

.icon-details {
    background:transparent url(../img/icons/information.png) 0 0 no-repeat;
}

.icon-enquiry {
    background:transparent url(../img/icons/bullet_go.png) 0 0 no-repeat;
}

.icon-delete {
    background:transparent url(../img/icons/delete.png) 0 0 no-repeat;
}

.action-list .bookmark {
    display:block;
    float:left;
    width:180px;
}

.action-list .icon-right {
    display:block;
    float:right;
    width:80px;
}

.action-list .enquiry {
    font-weight: bold;
    line-height:40px;
}

.img-left {
    /*border:1px solid #ccc;*/
    float:left;
    padding:5px 5px 3px 5px; /* phantom 2px bottom padding coming from somewhere?*/
    margin: 0 10px 10px 0;
}

.img-right {
    /*border:1px solid #ccc;*/
    float:right;
    padding:5px 5px 3px 5px; /* phantom 2px bottom padding coming from somewhere?*/
    margin: 44px 0 10px 10px; /* the top margin here may have knock-on effects */
}

.img-block {
    /*width: 300px;*/
    /*border:1px solid #ccc;
    padding:5px 5px 3px 5px;*/ /* phantom 2px bottom padding coming from somewhere?*/
    /*margin: 0 0 10px 10px;*/
}

.auto-caption {
    position:relative;
}

.auto-caption .caption,
.image .caption {
    position:absolute;
    left:5px;
    bottom:5px;
    color:#fff;
    background:transparent url(../img/black-opaque.png);
    padding:10px;
    font-style:italic;
    display:none;
}

div.image {
    position: relative;
}

.thumb-wrapper {
    padding:4px 3px 0 3px;
    min-width:100px;
    text-align:center;
}

table.common td.thumb-cell .thumb-wrapper {
    padding:10px 3px 0 3px;
}

.inline-help {
    margin:10px 0;
    border:1px solid #e4701e;
    padding:5px;
}

.inline-help h3 {
    background: #e4701e url(../img/icons/information.png) 3px 5px no-repeat;
    color:#fff;
    display:block;
    padding:5px 5px 5px 25px;
}

/* enquiry page styles */

div.modal-message{
	font-size:16px;
	margin:auto 0;
	text-align:center;
}

div.modal-message p {
    padding-top: 16px;
}

.extra-heading {
    padding-top:10px;

}

div.enquiry-box {
    font-family: georgia, serif;
    font-size: 150%;
    background-color: #CEE3F6;
    border: 1px solid #ccc;
    padding-top: 5px;
}

.enquiry-box section.enquiry-box-actions p {
    font-size: 14px;
    padding: 0;
    line-height: 1.35em;

}

.enquiry-box .layout1 .col1 {
	width: 182px;
	float:left;
	margin-right:5px;
}

.enquiry-box .layout1 .col2 {
	width: 182px;
	float:left;
	margin-right:5px;
}

.enquiry-box .layout1 .col3 {
	width: 182px;
	float: right;
	text-align: right;
}

.enquiry-box .layout1 .col3 p {
    float: left;
}

div#TB_window div.enquiry-box div.telephone a
{
    font-size: 16px;
    color: #E4701E;
    font-weight: bold;
}

/* Insane selectors required to stomp on TB's specificity */
html body.trip-detail div#TB_window div#TB_ajaxContent div.enquiry-box section.layout1 p.no-padding {
    padding: 0px;
}

html body.trip-detail div#TB_window div#TB_ajaxContent div.enquiry-box section.layout1 p.no-top-padding {
    padding-top: 0px;
}

html body.trip-detail div#TB_window div#TB_ajaxContent div.enquiry-box section.layout1 p.left-padding-small {
    padding-left: 10px;
}

html body.trip-detail div#TB_window div#TB_ajaxContent div.enquiry-box section.layout1 p.no-padding.right {
    width: 100%;
    text-align: right;
}
div.enquiry-box p,  div.enquiry-box p.errorField, p.error {
    padding: 10px 10px 10px 10px;
    margin: 0;
    border: 0;
}

div.enquiry-box p.error {
    color: #AF4C4C;
}

div.enquiry-box input, div.enquiry-box textarea {
    font-size: 100%;
    font-family: georgia, serif;
}

div.enquiry-box p.error {
    padding-right: 60px;
    text-align: right;
}

#id_question {
    width: 100%;
    height: 50px;
    padding-top: 5px;
    float: right;
    clear: both;
}

#id_contact_email {
    width: 375px;
    float: right;
    margin-top: 5px;
}

#ask-question {
    font-family:arial, helvetica, sans-serif;
    font-size: 16px;
    padding: 6px 35px 6px 6px;
    font-weight: bold;
}

th.image-col {
	width:120px;
}

.thumb-placeholder {
	display:block;
	height:95px;
	width:50px;
	background:transparent url(../img/trip-placeholder-thumb-1.png) 0 0 no-repeat;
	margin:0 auto;
}

.saved {
	margin:12px 5px 5px 10px;
}

.odd .thumb-placeholder {
	background:transparent url(../img/trip-placeholder-thumb-2.png) 0 0 no-repeat;
}

.uniForm #div_id_first_name,
.uniForm #div_id_last_name {
	width:240px;
	clear:none;
	float:left !important;
}

#div_id_flexible_dates label,
#div_id_flexible_dates input,
#div_id_send_brochure label,
#div_id_send_brochure input {
	float:left;
}

#div_id_flexible_dates label,
#div_id_send_brochure label
 {
	display:block;
	width:250px;
	padding:3px;
	margin:0;
}

.ui-datepicker-trigger {
	margin: 2px 0 0 2px;
}

.stats {
	font-size:130%;
	font-style:italic;
	padding:10px 0 10px 20px;
	font-family:georgia,serif;
	background:transparent url(../img/icons/magnifier.png) 0 10px no-repeat;
}

.stats a {
	text-decoration:none;
}

ul.stat-link {
    list-style:none;
}

.stat-link li {
    font-size:130%;
	font-style:italic;
	padding:10px 0 10px 20px;
	font-family:georgia,serif;
	background:transparent url(../img/icons/magnifier.png) 0 10px no-repeat;
	border-bottom:1px dotted #aaa;
}

.stat-link li a {
    text-decoration:none;
}

.stat-link li.last {
    border-bottom:none;
}

footer a {
	text-decoration:none;
	color:#fff;
}

footer div.telephone {
    display:inline;
}

/* The enquiry form can produce nested controls. Don't show borders on those. */
.uniForm .ctrlHolder .ctrlHolder {
    border: 0;
}

/* trip detail styles */




.ask-send {
    float: right;
    width: 118px;
    margin: 46px 10px 5px 30px;
}

.ask-send a.trip-enquiry-pageview {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.ask-send .button-2 .text {
    line-height: 15px;
}

.top-bar .ask-send {
    float: none;
    width: auto;
    margin: 7px 10px 10px 10px;
}

.top-bar .ask-send a {
    float: left;
    margin-right: 10px;
}

.layout-v2-1 .panel-wmts .outline p {
    clear: left;
}

body.trip-detail .panel-wmts p {
    margin-right: 140px;
}

body.trip-detail .cta-box {
    position: relative;
    height: 70px; /* 95px with the save button */
}

body.trip-detail div.fb-like {
    float: right;
    width: 48px;
    overflow: hidden;
    margin-top: 23px;
    height: 20px;
}

body.trip-detail .top-bar .visual-padding {
  padding: 0 10px;
}

body.trip-detail .cta-box-secondary {
    position: relative;
    height: 95px;
}

body.trip-detail .video-wrapper {
    width: 300px;
    float: left;
    clear: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

body.trip-detail .start-end-wrapper {
}

body.trip-detail .start-end-wrapper.legend-under {
}

body.trip-detail .start-end-wrapper p {
    text-align: center;
    padding-top: 10px;
}

/* Save trip button */
body.trip-detail .cta-box input {
    position: absolute;
    top: 65px;
    left: 110px;
    display: none;
}

body.trip-detail .cta-box-secondary input {
    position: absolute;
    top: 65px;
    right: 0;
    display: none;
}

/* Enquiry button */
body.trip-detail .cta-box a {
    position: absolute;
    width: 170px;
    left: 45px;
    top: 15px;
}

body.trip-detail .cta-box-secondary a {
    position: absolute;
    width: 150px;
    right: 0;
    top: 10px;
}

body.trip-detail section.top-bar div.internal {
    width: 140px;
    float: left;
}

body.trip-detail section.top-bar div.first {
    padding-right: 5px;
}

body.trip-detail section.top-bar div.second {
    padding-left: 5px;
}

body.trip-detail section.itinerary-bar img {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    clear: left;
    width: 300px;
}

body.trip-detail .top-bar .col1 {
    width: 360px;
    margin-right: 0;
    position: relative;
    height: 217px;
}

body.trip-detail .top-bar .col2 {
    width: 290px;
    margin-right: 0;
}

body.trip-detail .top-bar .col2 p {
    font-size: 12px;
}

body.trip-detail .top-bar .col2 .outline {
    border-left: 0;
    height: 216px;
}

body.trip-detail .top-bar .col3 {
    width: 290px;
}

body.trip-detail .top-bar .col3 p {
    font-size: 12px;
}

body.trip-detail .top-bar .col3 .outline {
    border-left: 0;
    height: 216px;
}

body.trip-detail .top-bar .col1 .caption {
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 13px;
  font-size: 12px;
  clear: none;
}

.alts h2 {
    color: #4e4e4e;
}

.alts .alt {
    float: left;
    width: 292px;
    padding: 10px 10px 20px 10px;
}

.alts .alt img {
    float: left;
    margin: 0 10px 0px 0;
}

.alts .alt h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.alts .alt h4 a {
    text-decoration: none;
}

.alts .alt h4 a:hover {
    text-decoration: underline;
}

.alts .alt p {
    clear: none;
}

.alts .sep {
    border-top: 1px solid #cdcdcd;
    height: 1px;
    clear: left;
}

.operator-itinerary {
    position: relative;
    /*padding-top: 20px;*/
}

.operator-itinerary h2 {
    text-align: center;
}

.operator-itinerary .loop1,
.operator-itinerary .loop2 {
    display:block;
    position:absolute;
    z-index:2;
    width:21px;
    height:39px;
    background:transparent url(../img/v2/notebook-loop.png);
    top:-12px;
    left:14px;
}

.operator-itinerary .loop2 {
    left:665px;
}

div.collapsible {
    overflow: hidden;
    position: relative;
}

a.expander {
    border: 1px solid #CDCDCD;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 0px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;

}

div.stats-and-facts table.common {
    margin-bottom:10px;
}

div.stats-and-facts h2 {
    margin-bottom:0;
}

body.trip-detail .main-heading h1 {
    font-weight: normal;
}

div.stats-and-facts th {
    color: #333;
    background-color: #f2f2f2;
    padding: 10px;
}

div.stats-and-facts td {
    padding: 10px;
}

body.trip-detail .trip-map .start-end-wrapper p {
    font-size: 12px;
    line-height: 14px;
    float: left;
    width: 300px;
    clear: none;
    padding: 10px 10px 5px 10px;
    background: transparent;
}

body.trip-detail .trip-map .start-end-wrapper p.second-line {
    float: right;
}

body.trip-detail .trip-map .start-end-wrapper {
    margin-bottom: 0;
}

body.trip-detail .trip-map .start-end-wrapper img {
    /*vertical-align: bottom;*/
    float: left;
    margin: 0 5px 5px 0;
}

body.trip-detail .main-heading h1 span {
    font-weight: normal;
    font-size: 19px;
    color: #666;
}

body.trip-detail .main-heading h1,
body.trip-detail .main-heading h2 {
    float: left;
}

body.trip-detail .main-heading h2 {
    line-height: 20px;
    padding-top: 24px;
    padding-left: 20px;
    font-size: 11px;
    color: #E4701E;
/*    padding-top: 0;*/
}

body.trip-detail .main-heading h2 a {
    text-decoration: none;
    font-weight: bold;
}

body.trip-detail .main-heading h2 a:hover {
    text-decoration: underline;
}

body.trip-detail .main-heading p {
    font-size: 100%;
}

body.trip-detail .map {
/*    margin-top: -10px;
    margin-left: -10px;*/
}

/*body.trip-detail section.bottom-bar {
    border: 1px solid #ccc;
    background-color: #CEE3F6;
}*/

/*body.trip-detail section.bottom-bar .col1 {
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
}*/

.header-panel h2 {
    color:#58585A;
    font-size:1.3em;
}

/* Vertical stamp styles */
ul.vertical-stamp {
    list-style: none;
    /*border: 1px dotted #ccc;
    border-width:1px 1px 0 1px;*/
    margin-left:0;
}

ul.vertical-stamp li {
    clear: both;
    height: 120px;
    /*padding:10px;*/
    /*border-bottom: 1px dotted #ccc;*/
    /*background:#f2f2f2;*/
    position:relative;
}

ul.vertical-stamp li.even {
    /*background: #E2E3E4;*/
}

ul.vertical-stamp img {
    float: left;
    /*max-width: 100px;*/
}

ul.vertical-stamp li div.description {
    padding-left: 130px;
    font-size:12px;
}

.button-bar {
    position:absolute;
    right:0;
    bottom:0;
    margin-bottom:0;
    width:334px;
    padding:6px 3px 5px 3px;
    line-height: 20px;
    font-size:12px;
}

.button-bar .trip-count,
.button-bar .price-days {
    float:left;
    margin-left:20px;
    font-weight: bold;
}

.button-bar .button-1 {
    float:right;

}

.vertical-stamp h2 {
    padding-top:5px;
    line-height:1.1em;
    font-size:14px;
    margin-bottom: 5px;
}

.vertical-stamp h2 a {
    text-decoration:none;
}

/* Stacked page area activity */
.areaactivity .col3 div.image {
    width: 280px;
}

.areaactivity .col3 div.image .inner {
    text-align:center;
    background: #e2e2e2;
}

.areaactivity .col3 div.image img {
    /*margin:0 auto;*/
}

.areaactivity .fb-like {
    padding-left: 5px;
}

.areaactivity p.map-caption,
.areapage p.map-caption,
.trip-detail p.map-caption{
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    font-family:Georgia, serif;
    font-style: italic;
}

.trip-detail p.landmark-map-caption img {
    float: left;
    width: 20px;
    padding-right: 5px;
}

body.trip-detail p.landmark-map-caption {
    text-align: left;
    clear: left;
}

body.trip-detail p.second-line {
    padding-top: 2px;
    margin-bottom: 0;
}

/* 3 column styles */
.item-text ul {
    list-style: none;
}

/* FeinCMS positioning styles */
div.pdf {
    padding: 5px;
}
div.left {
    float: left;
}

div.right {
    float: right;
}

div.block {
    display: block;
}

/* about us styles */
.about-us .col2 .img-block {
    border: none;
}

/* area page (home page) header */

/*.areapage #breadcrumbs {
    display:none;
}*/

.areapage .main-heading {
    height:265px;
    background: #ccc url(../img/v2/patagonia-home-welcome-bg.jpg) top left no-repeat;
    position: relative;
}

.areapage #main-area-outer {
    padding-top:0px;
}

.areapage .intro-wrapper {
    width: 320px;
}

.areapage .intro-wrapper .sm-links {
    position:absolute;
    top:5px;
    right:5px;
}

.areapage .intro-wrapper h1 {
    color: #fff;
    padding: 56px 0 0 28px;
    font-size:20px;
    line-height:30px;
    /*text-shadow: 1px 1px 1px #000; might do this later if too many of the banners are too light */
}

.areapage .intro-wrapper a#find-holidays {
    float: left;
    margin-left: 27px;
    margin-top: 10px;
}

.areapage .intro-wrapper p {
}

.areapage .vertical-links .col1,
.areapage .vertical-links .col2 {
    width:340px;
}

.areapage .youtube {
    text-align: center;
}

.areapage .youtube object {
    width: 450px;
    height: 400px;
}

/* pointy box */
.point {
    width:250px;
    float:left;
}

.point .outer {
    /*border:2px solid #E4701E;*/
    border-width:0 2px 2px 2px;
    padding:10px;
    height:65px;
}

body.trip-detail .point .outer {
/*    background: #E4701E;*/
    border-radius: 10px;
    color: #fff;
}

body.trip-detail .point .outer a {
    color: #fff;
}

.point .top {
    height:15px;
    background: transparent url(../img/point_up.png) -210px 0 no-repeat;
}

body.trip-detail  .point .top {
    height:14px;
}

/*.point h2 {
    font-size:1.2em;
    color:#58585A;
    background-image: none !important;
    background-color: transparent;
    padding:0 0;
    margin-bottom:2px;
}*/

.areapage .point {
    float:left;
}

#departure-price-expl {
    width:340px;
    float:left;
    margin-left:20px;
    padding:10px;
}

.check {
    text-indent:-9999px;
    width:16px;
    height:16px;
}

.checked {
    background:url("../img/tick.png") no-repeat scroll 0 0 transparent;
    text-indent:-9999px;
    width:20px;
    height:20px;
    margin-left:19px;
}

.common td.center {
    text-align: center;
}

.footer-col {
    width:220px;
    margin-right:13px;
    float:left;
    line-height:1.8em;
    border-right: 1px solid #6092c8;
}

.footer-col h3 {
    font-size:13px;
    font-family: arial, helvetica, sans-serif;
    margin-bottom:10px;

}

.footer-col ul {
    list-style:none;
}

footer .last {
    border-right: none;
}

/* activity colour coding */
/*
.colour-coded .activity-mountaineering {
    background-color:#4c443f;
    color:#fff;
}


.colour-coded .activity-kayaking {
    background-color:#33ADD6;
    color:#fff;
}

.colour-coded .activity-trekking {
    background-color:#001CD4;
    color:#fff;
}

.colour-coded .activity-horse-riding{
    background-color:#CC0066;
    color:#fff;
}

.colour-coded .multi-activity {
    background-color:#e14a1b;
    color:#fff;
}

.colour-coded .no-activity {
    background-color:#ccc;
    color:#fff;
}

.colour-coded .activity-horse-riding a,
.colour-coded .activity-trekking a,
.colour-coded .activity-kayaking a,
.colour-coded .activity-mountaineering a,
.colour-coded .multi-activity a
{
    color:#fff;
    text-decoration:none;
}
*/

.three-col-highlight .item-text h3 {
    display:none;
}

.three-col-highlight .highlight .item-text {
    font-size:1.15em;
    height:110px;
}

.three-col-highlight .highlight {
    min-height:150px;
    border:none !important;
}

.three-col-highlight .highlight .effort-level {
    padding-top: 5px;
    margin-bottom:5px;
    font-weight:bold;
}



.button-bar {
    clear:left;
    padding:6px 3px;
    text-align:right;
    /*background-color:#000;*/
}

.button-bar .button {
    margin-right:-1px; /* somewhere a kitten has died because of this */
}

.button-bar .price-days {
    margin-right:10px;
    font-size:1.1em;
}

.three-col-highlight .button-bar {
    width:307px;
}

.colour-coded .highlight {
    border:none;
}

.more-trips {
    display:block;
    font-style:italic;
    font-family:Georgia,serif;
    font-size:1.4em;
    padding:3px 0 3px 20px;
    text-decoration:none;
    margin-bottom:10px;
    float:right;
    width:280px;
}

.more-closed {
    background: transparent url(../img/icons/magnifier_zoom_in.png)  0 0 no-repeat;
}

.more-open {
    background: transparent url(../img/icons/magnifier_zoom_out.png) 0 0 no-repeat;
}

.store {
    display:none;
}

.hidden-trips {
    display:none;
    clear:right;
}

.twitter-panel {
    background: #30b4df url(../img/v2/twitter-header-bg.png) top left repeat-x;
    padding-bottom:3px;
/*    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;*/
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

a.twitter {
    display:block;
    line-height:55px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    padding:5px 5px 5px 60px;
    background: transparent url(../img/v2/twitter-bird.png) 10px 17px no-repeat;
}

ul.tweets {
    background: #fff;
    list-style: none;
    padding:0px 10px;
    margin:0 3px 0px 3px;
    font-size:12px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

ul.tweets li {
    padding:10px 0;
    border-bottom:1px solid #cdcdcd;
}

ul.tweets li.last {
    border-bottom: none;
}

#modal-contact-form,
#modal-thanks {
    display:none;
}

aside.enquiry-box {
    text-align: center;
}

.modal-form .form-col1 {
    width:200px;
    float:left;
}

.modal-form .form-col2 {
    width:300px;
    float:left;
    margin-left: 20px;
}

.modal-form .form-col1 label,
.modal-form .form-col2 label {
    display:block;
    color:#E4701E;
    font-family: georgia, serif;
    font-size:1.3em;
    font-weight:normal;
    padding-top:10px;
}

.modal-form .ctrlHolder {
    margin-bottom:10px;
}

.modal-form .intro {
    font-size:1.4em;
    font-style: italic;
    font-family: georgia, serif;
    padding:10px 0;
}

.modal-form .enquiry-box {
    padding:10px;
    margin-bottom: 10px;
}

.modal-form .enquiry-box p {
    line-height:1.5em;
}

.twit-icon,
.fb-icon {
    display:block;
    padding-left:25px;
}

.twit-icon {
    background: transparent url(../img/icons/twitter_20.png) 0 2px no-repeat;
}

.fb-icon {
    background: transparent url(../img/icons/facebook_20.png) 0 2px no-repeat;
}

/* Thanks box styles */
article.thanks h2 {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 150%;
    color: #E4701E;
}

article.thanks img {
    float: left;
    padding-right: 10px;
}

/* Hidden and show/hide controls */
section.hidden {
    display: none;
}

/* Landmark page styles */
.width-300 {
    width: 300px;
}

/* sorry to kittens everywhere */
.col2 .width-300 {
    width:220px;
}

.col2 .width-300 img {
    width:180px;
    height:130px;
}

.height-220 {
    height: 220px;
}

.col2 .height-220 {
    height:120px;
}

.centre-align {
    text-align: center;
}

/* Conversation styles */
body.conversation-list ul.conversations {
    list-style: none;
    margin-left: 0;
}

body.conversation-list ul.conversations li {
    position: relative;
    padding: 20px 0 20px 0;
}

body.conversation article {
    clear: left;
    width: 620px;
}

body.conversation article.thanks {
    clear: left;
    width: auto;
}

body.conversation article div.byline {
    float: left;
    width: 100px;
}

body.conversation article div.right {
    float: right;
}

body.conversation article.reply .byline {
    padding-right: 20px;
}

body.conversation article div.item {
    float: left;
    width: 450px;
    text-align: left;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

body.conversation article div.item,
body.conversation article.reply textarea {
    font-size: 18px;
    font-family: Georgia;
}

body.conversation article div.item.left {
    float: right;
}


body.conversation article div.item a,
body.conversation article div.item a:visited {
    color: yellow;
    text-decoration: none;
    border-bottom: 1px solid yellow;
}

body.conversation section.attachments {
    background-color: #CEE3F6;
    padding: 20px;
}

body.conversation section.attachments ul {
    list-style: none;
}

body.conversation section.attachments h2 {
	font-size:160%;
	margin-bottom:10px;
}

body.conversation article.reply textarea#id_reply-notes {
    width: 498px;  /* = 620 total - (100px image + 22 padding) */
}

body.conversation input.primary-cta {
    margin-top: 10px;
    float: right;
}

/* Messages Styles */
ul.messages {
    list-style:none;
}

ul.messages li {
    display: block;
    text-align: left;
    border: 1px solid black;
    font-size: 12px;
    padding: 10px;
}

ul.messages li.error {
    border-color: red;
    background-color: #faa;
}

ul.messages li.success {
    border-color: yellow;
    background-color: #ffa;
}

p.tab {
    border: 0 1px 1px 1px solid #ccc;
    padding: 10px;
    background-color: #CEE3F6;
    z-index: 1;
}

p.tab a,
p.tab a:visited {
    color: #E4701E;
    text-decoration: none;
}

section.hidden {
    background-color: #CEE3F6;
    color: black;
    padding: 10px;
}

/* Speech bubble styles
 * http://nicolasgallagher.com/pure-css-speech-bubbles/demo/
 */
.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color: white;
	background:#f3961c; /* default background for browsers without gradient support */

	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
}

/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.left {
	margin-left:20px;
	background:#33ADD6;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-isosceles.right {
	margin-right:20px;
	background:#f3961c;

}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent;
}

/* Variant : top
------------------------------------------ */

.triangle-isosceles.top:after {
	top:-15px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color: #f3961c transparent;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
	top:16px; /* controls vertical position */
	left:-20px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:10px 20px 10px 0;
	border-color:transparent #33ADD6;
}

/* Variant : right
------------------------------------------ */

.triangle-isosceles.right:after {
	top:16px; /* controls vertical position */
	right:-20px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:10px 0 10px 20px;
	border-color:transparent #f3961c;
}

/* new for V2 - these may be moved integrated with the existing styles later.. */

#contextnav-outer {
    height:47px;
    background: transparent url(../img/v2/nav-bg-gradient.png);
}

a#home {
    display:block;
    text-indent:-9999px;
    width:220px;
    height:96px;
    top: 10px;
    left: 0;
    outline:0;
}

.telephone .button-1 {
    margin-right:30px;
    margin-top:6px;
    display:block;
    float:right;
}

.button-1,
.button-1-left,
.button-1-right {
    color: #fff;
    background: transparent url(../img/v2/button-1-bg.png);
    line-height:20px;
    padding:0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:12px;
    text-align:center;
    min-width:88px;
    display:block;
    text-decoration:none;
}

.button-2,
.button-2-left,
.button-2-right {
    color: #fff;
    background-image: url(../img/v2/button-2-bg.png);
    line-height:26px;
    padding:0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:13px;
    text-align:center;
    min-width:88px;
    display:block;
    text-decoration:none;
}

.button-3 {
    color: #e3701e;
    background-color: #fff;
    line-height:26px;
    padding:0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:13px;
    text-align:center;
    min-width:88px;
    display:block;
    text-decoration:none;
}

.button-1 .text-wrap {
    margin: 0 auto;

}

.button-1,
.button-1-left,
.button-1-right {
    color: #fff;
    background-image: url(../img/v2/button-1-bg.png);
    line-height:20px;
    padding:0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:12px;
    text-align:center;
    min-width:88px;
    display:block;
    text-decoration:none;

}

.button-1 .text {
    /*float:left;*/
    background:transparent url(../img/v2/button-arrow.png) top right no-repeat;
    padding-right:10px;
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    font-size:12px;
    font-weight: normal;

}

.button-1-left,
.button-2-left {
    float:left;
}

.button-1-right,
.button-2-right {
    float:right;
}

.button-2 .text {
    background:transparent url(../img/v2/button-arrow.png) top right no-repeat;
    padding-right:12px;
    line-height:18px;

}

.button-3 .text {
    background:transparent url(../img/v2/button-arrow-inverted.png) top right no-repeat;
    padding-right:12px;
    line-height:18px;
}


.button-1 .bracket {
   /* float: left; */
/*    text-indent:-9999px;
    background:transparent url(../img/v2/button-arrow.png);
    width: 6px;
    height: 10px;
    margin:5px 0 0 5px;*/
}

#search {
    position: absolute;
    top: 7px;
    right: 0px;
    z-index: 10;
    width: 249px;
    height: 27px;
    overflow: hidden;
}

.search-inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#search input {
    font-size: 12px;
    height: 27px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 171px;
    padding: 0 5px;
    float: left;
}

#search input {
    line-height: 27px\9;
}

#search button {
    background-color: #E3701E;
    background-image: url(../img/v2/button-2-bg.png);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3701e), to(#bc550c));
    background-image: -webkit-linear-gradient(top, #e3701e, #bc550c);
    background-image: -moz-linear-gradient(top, #e3701e, #bc550c);
    background-image: -ms-linear-gradient(top, #e3701e, #bc550c);
    background-image: -o-linear-gradient(top, #e3701e, #bc550c);
    padding: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    border: 0;
    height: 27px;
    line-height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    color: #fff;
}

#search img {
    display: none;
}

#search button span {
    font-family: arial, helvetica, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

#cse {
    line-height: 16px;
}

#cse .gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
    color: #3877ba !important;
}

#cse .gs-result .gs-title,
#cse .gs-result .gs-title * {
color: #E3701E !important;
text-decoration: underline;
}

.sm-links-header {
    position: absolute;
    top: 130px;
    right:15px;
    z-index: 10;
}

/* this is the standard 3/4 - 1/4 column layout */
.layout-v2-1 .col1 {
    width:700px;
    margin-right:20px;
    float: left;
}

.layout-v2-1 .col2 {
    width:220px;
    float: left;
    padding-top:20px;
}

.layout-v2-1 .vertical-links .col2 {
    padding-top:0;
}

.layout-v2-1 .col2 .panel h2 {
    text-align:center;
}

.layout-v2-1 .panel-body,
.layout1 .panel-body {
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
    padding:10px 10px;
}

.panel-pricing {
/*    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
*/
}

.pricing-point {
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
}

.layout-v2-1 .panel-pricing .point {
    float: left;
    margin-left: 10px;
}

.layout-v2-1 .subcol1 {
    float:left;
    width:514px;
}

.layout-v2-1 .subcol2 {
    float:left;
    width:116px;
    margin-left:5px;
}

.layout-v2-1 .panel .subcol1 .button-1,
.layout-v2-1 .panel .subcol1 .button-2 {
    float: left;
}

.layout-v2-1 .quadrant-container {
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
}

.layout-v2-1 .quadrant {
    float:left;
    width:328px;
    padding:10px;
    min-height:175px;
}

.layout-v2-1 .quadrant .subcol1 {
   float:left;
   width:150px;
}

.layout-v2-1 .quadrant .subcol2 {
    float:left;
    width:168px;
    margin-left:10px;
}

.layout-v2-1 .quadrant-right {
    border-left: 1px solid #cdcdcd;
}

.layout-v2-1 .quadrant h3 {
    color: #e3701e;
    font-size: 18px;
    background-image: none;
    background-color: transparent;
    line-height:18px;
    padding:0 0;
}

.layout-v2-1 .panel,
.layout-v2-1 .panel p {
    float: none;
    clear: none;
}

.layout-v2-1 .panel p.clear,
.layout-v2-1 .panel  .quadrant p,
.layout-v2-1 .panel .title-cell p
{
    clear:both;
}

.layout-v2-1 .position-block {
    display: block;
    clear: left;
}

.layout-v2-1 .position-left {
    float: left;
    margin-right:10px;
}

.layout-v2-1 .position-right {
    float: right;
}

.layout-v2-1 .longer .subcol1 {
    width:440px;
    margin-right: 20px;
    padding:10px;
    font-size:14px;
    line-height:18px;
}

.layout-v2-1 .longer .subcol2 {
    width:210px;
    margin-right: 0;
    margin-left:0;
    padding:10px 0 10px 0;
}

.layout-v2-1 .longer .gradient-grey {
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px 1px;
}

.people-also-viewed table.common,
.people-also-viewed table.aside {
    border-top:none;
}

.people-also-viewed h2 {
    margin-bottom:0;
}

#about-swoop {
    position:absolute;
    right:0;
    top:20px;
    width: 220px;
    height: 104px;
    background: transparent url(../img/v2/about-swoop-bg.png) top left no-repeat;
    color: #fff;
}

#about-region {
    position:absolute;
    right:0;
    top:145px;
    width: 220px;
    height: 104px;
    background: transparent url(../img/v2/about-region-bg.png) top left no-repeat;
}

#about-region p,
#about-swoop p {
    padding: 10px 20px 0 10px;
    font-size: 14px;
    line-height: 16px;
}

#about-region .button-2,
#about-swoop .button-3 {
    float:left;
}

.secondary-wrapper {
    position:absolute;
    right:0;
    top:20px;
    width: 196px;
    height: 204px;
    padding:12px;
    font-size:12px;
    line-height:16px;
    background: transparent url(../img/v2/single-cta-bg.png) top right no-repeat;
    color: #333;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.secondary-wrapper a {
    text-decoration:none;
    font-weight:bold;
}

.itinerary-bar .panel p {
    clear:none;
}

.layout-v2-1 .panel .vertical-stamp .button-1,
.layout-v2-1 .panel .vertical-stamp .button-2 {
    max-width: 50%;
}

/* TODO: move in with other headings */
.visible-main-heading {
    font-weight: normal;
    font-size: 26px;
    line-height:60px;
}

/* when are you going? */
#when-going {
    position:relative;
}

#when-going .loop1,
#when-going .loop2 {
    display:block;
    position:absolute;
    z-index:2;
    width:21px;
    height:39px;
    background:transparent url(../img/v2/notebook-loop.png);
    top:-12px;
    left:14px;
}

#when-going .loop2 {
    left:185px;
}

#when-going select {
    width:198px;
}

#when-going .text-wrapper {
    margin:10px 0;
}

#when-going .text-wrapper h4 {
    margin:10px 0;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
}

#when-going .text-wrapper ul {
    list-style: none;
    padding:0;
    margin:0;
}

#when-going .text-wrapper ul a {
    font-weight:bold;
    text-decoration: none;
}

#when-going h2 {
    padding-top:6px;
}

/* outline and info */

.outline {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
 /* padding: 20px;*/
  background-color:#eee;
}

.outline p,
.outline ul,
.outline ol {
    padding:0 10px 10px 10px;
    clear:left;
    margin-bottom:0;
}

.about-panel .outline p,
.about-panel .outline ul,
.about-panel .outline ol {
    padding:0 0 10px 0;
}

.panel .outline p.top-padding {
    padding-top:10px;
}

.outline ol {
    padding-left:30px;
}

.outline h3 {
    margin-left:-1px;
}

/* to get the information/help/bed icon over the gradient/
   curved header, apply the styles to .outline,
   then apply the icon to the h2 */
.panel div.information,
.panel div.help,
.panel div.bed
 {
    margin-bottom:0;
    padding:0;
}

.panel div.information h2,
.panel div.help h2,
.panel div.bed h2 {
    padding:0 10px 0 52px;
    margin:0;
    line-height:50px;
}

.panel div.information h2 {
    background: transparent url(../img/v2/information-icon.png) 8px 7px no-repeat;
}

.panel div.help h2 {
    background: transparent url(../img/v2/help-icon.png) 8px 7px no-repeat;
}

.panel div.bed h2 {
    background: transparent url(../img/v2/bed-icon.png) 8px 7px no-repeat;
}

.layout-v2-1 .col2 .panel .information h2 {
     text-align:left;
}

.telephone-panel .skype {
    margin-left:10px;
}

.no-trips .visual-padding {
    padding:10px;
}

.no-padding {
    padding-top:0 !important;
}

.layout-v2-1 div.top-landmarks {
    width: 330px;
    float: left;
    padding: 0 5px 0 5px;
}

.layout-v2-1 .col2 div.top-landmarks {
    width: 220px;
    float: left;
    padding: 0;
}

.top-landmarks ul {
    list-style:none;
    padding:0;
    margin:0;
    border: 1px solid #CDCDCD;
    border-width: 0 1px 0 1px;
}

.top-landmarks ul li {
    line-height:50px;
    border: 1px solid #CDCDCD;
    border-width: 0 0 1px 0;
    clear:left;
}

.top-landmarks ul li span {
    display:inline-block;
    width:38px;
    background: #0d3b6c;
    color: #fff;
    /*height:38px;*/
    line-height:38px;
    text-align:center;
    font-size:16px;
    /*margin-top:6px;*/
    margin-left:6px;
}

.top-landmarks ul li a {
    display:inline-block;
    margin-left:10px;
    text-decoration: none;
    font-weight: bold;
    line-height:18px;
    vertical-align: middle;
    padding-bottom:2px;
}

.col2 .top-landmarks ul li a {
    width:160px;
}

.panel .section-filter {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
}

.panel .section-filter .visual-padding,
.section-filter-tools {
    padding: 15px 10px 15px 15px;
}

.section-filter-tools {
    border-top:1px solid #ccc;
}

.panel .section-filter .filter {
    width: 210px;
    display: block;
    float: left;
    margin-right:30px;
}

.panel .section-filter .filter-last {
    margin-right:0;
    width:190px;
}

.panel .section-filter h4 {
    font-size:16px;
    margin-bottom:20px;
}

.panel .section-filter h5 {
    float: left;
    max-width: 75px;
    display:block;
    margin-right:7px;
}

.panel .section-filter ul {
    clear:none;
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    border-width: 1px 1px 0 1px;
}

.panel .section-filter ul li {
    border-bottom:1px solid #ccc;
    display:block;
    width:130px
}

.panel .section-filter ul li a {
    font-weight: bold;
    text-decoration:none;
    margin-left:5px;
    line-height:16px;
}

.panel .section-filter label {
    font-weight: bold;
}

.panel .section-filter li.selected {
    background-color: #E3701E;
}

.panel .section-filter li.selected a {
    color: #fff;
}

.panel .section-filter p.summary {
    float: left;
    margin-bottom:0;
}

.panel .section-filter div.sort_by {
    float: right;
}

.panel.additional-panel {
    margin-top: -11px;
}

/* these are the orange boxes with square thumb + link */
.thumb-button {
    float:left;
    width:220px;
    margin-right:12px;
    line-height:65px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom:10px;
}

.thumb-button img.thumb {
    display:inline-block;
    margin-right:8px;
    margin-left:6px;
    vertical-align:middle;
}

.thumb-button .text {
    display:inline-block;
    width:140px;
    color:#fff;
    font-size:14px;
    line-height:16px;
    vertical-align:middle;
    text-decoration:none;
}

div#olark_tab{
    position: fixed;
    right: 20px;
    bottom:0%;
    z-index:5000;
}

#olark_tab a {
    display:block;
    /*Edit these to change the look of your tab*/
    margin-top:0px;
    margin-bottom:-1px;
}

