@CHARSET "ISO-8859-1";
a, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color: #006052;
}
body {
  font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
  font-size:76%;
}
body.marinelli{
  background-color: #EEEEEE;
  background: url(../img/gravel.jpg) repeat /*fixed*/;
}
#contenWrapper {
  background: rgba(255, 255, 255, 0.7);
}
h1#page-title {
  border-bottom: #DDD 2px solid;
  padding: 0 0 15px 0;
  background: none;
}
#sidebar-first ul.menu,
#sidebar-second ul.menu {
    padding-left: 1em; /* remove big left margin */ 
}
.taxonomy-term-description {
  background: none;
  font-size: 1.2em;
  font-style: italic;
  padding: 0;
}
.vocabulary-group, .vocabulary-product-types {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
/* nodes */
.field {
  margin-bottom: 5px;
}
.field-label {
  font-size: 100%;
  margin-bottom: 0;
}
.field-label-inline .field-label {
  width: 12em;
}
.field-name-taxonomy-vocabulary-1.field-label-inline .field-label,
.field-name-taxonomy-vocabulary-3.field-label-inline .field-label,
.field-name-field-audience.field-label-inline .field-label {
    width: auto;
}
.field-label-inline {
  /*text-transform: none;*/
}
/* menus */
/*
/* */
#navigation-primary > ul > li > a:hover,
#navigation-primary > ul > li > h2 > a:hover, 
#navigation-primary > ul > li:hover > a,
#navigation-primary > ul > li:hover > h2 > a{ /* hover state of the first level */
  background:#010066;
  color:#fff;
}
#block-menu_block-4 li.leaf a { /* user menu */
  color: #054B81;
  background-color: #eee;
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#block-menu_block-4 li.leaf a:hover { /* user menu */
  text-decoration: none;
  background-color: #fff;
}
#block-menu_block-2  { /* 3rd level menu links */
}
#block-menu_block-2 div {
  display:block;
}
#block-menu_block-2 h2 {
/*  padding-top: .1em;
  border-bottom: none;*/
}
#block-menu_block-2 ul.menu {
  padding-left: 0;
  margin-right: 0;
}
#block-menu_block-2 ul.menu li {
  margin-left: 0;
  list-style-image: none;
  list-style-type: none;
  border-bottom: 1px solid #6B93B1;
  padding: 1px 1px;
}
#block-menu_block-2 ul.menu li.last {
  border-bottom: none;
}
#block-menu_block-2 ul.menu li > ul {
  margin-left: 10px;
}
#block-menu_block-2 ul.menu li.active > a {
  background-color: #156AA3;
  color: white;
}
#block-menu_block-2 a {
  text-decoration: none;
  padding: 0 4px;
  display: inline-block;
}
#block-menu_block-2 a:hover {
  /*text-decoration: underline;*/
}
#block-menu_block-2 a.active {
  /*display: none; ??? */
  font-weight: bold;
  text-decoration: none;
  color:white; 
}
/* Menu in page */
#block-menu_block-5 .leaf,
#block-menu_block-6 .leaf {
    margin-bottom: 10px;
    font-size: 120%;
}
/* Secondary menu tweaks */
#navigation-secondary {
  height: auto;
  min-height: 40px;
}
#navigation-secondary ul {
  margin: 0;
}
#navigation-secondary li {
  margin: 0 5px;
}
#navigation-secondary a {
  color:#ddd;
  padding: 5px;
  margin-right: 10px;
  transition: .2s;
}
#navigation-secondary li a.active-trail,
#navigation-secondary li a:hover {
  color:white;
  background: #0879D0;
  background: -moz-linear-gradient(top,  #065998 0%, #0879D0 49%, #065998 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065998), color-stop(49%,#0879D0), color-stop(100%,#065998)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #065998 0%,#0879D0 49%,#065998 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #065998 0%,#0879D0 49%,#065998 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #065998 0%,#0879D0 49%,#065998 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #065998 0%,#0879D0 49%,#065998 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065998', endColorstr='#0879D0',GradientType=0 ); /* IE6-9 */
}
/* Visitor quote node */
.node-visitor-quote .field-name-body {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
/* Visitor quote cycle block */
#block-views-visitor_quote_cycle-block .more-link {
  text-align: left;
}
/* overcome problems caused by JS - see https://www.drupal.org/node/1510526 */
.views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.field-slideshow,
.field-slideshow-slide {
  max-width: 100%;
  width: 100%;
}


.view-visitor-quote-cycle p {
  margin: 0;
}
.view-visitor-quote-cycle .views-field-body {
  font-size: 115%;
  font-style: italic;
}
.view-visitor-quote-cycle .views-field-body span::before {
  content: "\201C"; /* open dbl quote */
  padding-right: 3px;
  font-size: 2em;
  color: #156AA3;
  line-height: .5;
  vertical-align: bottom;
}
.view-visitor-quote-cycle .views-field-body span::after {
  content: "\201D"; /* close dbl quote */
  font-size: 2em;
  color: #156AA3;
  line-height: .5;
  vertical-align: bottom;
}
.view-visitor-quote-cycle .views-field-body span.quotemark {
  font-size: 200%;
}
.view-visitor-quote-cycle .views-field-field-visitor-name {
 /* margin-left: 20px; */
}

/* IE9 CSS3 fixes */
.boxshadow #navigation-primary > ul > li > h2 > a,
.boxshadow #navigation-primary > ul > li > a{
  text-shadow: rgba(10, 10, 10, 0.4) 2px 3px 3px;
  behavior: url(../pie/PIE.php);
}
.cssgradients #navigation-primary h2 > a,
.cssgradients #navigation-primary > ul > li > a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #7ab0d4),color-stop(0.4, #156aa3));
	background: -moz-linear-gradient(top center,#7ab0d4,#156aa3 40%);
	behavior: url(../pie/PIE.php);
}

.cssgradients #navigation-primary > ul > li > a.active,
.cssgradients #navigation-primary > ul > li > h2 > a.active{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #5f9ac7),color-stop(0.4, #054b81));
	background: -moz-linear-gradient(top center,#5f9ac7,#054b81 40%);
  behavior: url(../pie/PIE.php);
}

.cssgradients #navigation-primary > ul > li > a:hover,
.cssgradients #navigation-primary > ul > li > h2 > a:hover,	
.cssgradients #navigation-primary > ul > li:hover > a,
.cssgradients #navigation-primary > ul > li:hover > h2 > a{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #B4D2E6),color-stop(0.4, #010066));
  background: -moz-linear-gradient(top center,#B4D2E6,#010066 40%);
  behavior: url(../pie/PIE.php);
}

.cssgradients div.mega{
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #eee),color-stop(0.3, #fff));
	background: -moz-linear-gradient(bottom center,#eee,#fff 30%);
  behavior: url(../pie/PIE.php);
}

.mega{
  border-top: 10px solid #010066;
  border-bottom: 4px solid #010066;
  border-left:1px solid #010066;
  border-right:1px solid #010066;
}

#top {
  height: auto;
}
.utility ul.menu li::after {
  content: '';
}
/* button 
---------------------------------------------- */
#overContent .menu .leaf {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  /* medium */
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
#overContent .menu .leaf:hover {
  text-decoration: none;
}
#overContent .menu .leaf:active {
  position: relative;
  top: 1px;
}
/* blue */
#overContent .menu .leaf a {
  color: white;
  text-decoration: none;
}
#overContent .menu .leaf {
  color: #fff;
  border: solid 1px #0076a3;
  background: #156AA3;
  background: -webkit-gradient(linear, left top, left bottom, from(#7AB0D4), to(#156AA3));
  background: -moz-linear-gradient(top,  #7AB0D4,  #156AA3);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AB0D4', endColorstr='#156AA3');
}
#overContent .menu .leaf:hover {
  background: #054B81;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F9AC7), to(#054B81));
  background: -moz-linear-gradient(top,  #5F9AC7,  #054B81);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F9AC7', endColorstr='#054B81');
}
#overContent .menu .leaf:active {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F9AC7), to(#054B81));
  background: -moz-linear-gradient(top,  #5F9AC7,  #054B81);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F9AC7', endColorstr='#054B81');
}

/* GRID OVERRIDES */
.container_12 .grid_8 { 
  width:812px; /* like grid_10 */
} 
.container_12 .grid_6 { 
  width:652px; /* like grid_8 */
} 
.container_12 .grid_4,
.container_12 .grid_3 {
	width:148px; /* like grid_2 */
}
.container_12 .push_3 {
  left:168px; /* like push_2 */
}
.container_12 .pull_6 {
  left:-672px; /* like pull_8 */
}

/* Block radius corners */
#sidebar-first .block, 
#sidebar-second .block,
#underContent .block,
#footer {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sidebar-first .block > div, 
#sidebar-second .block > div,
#block-views-visitor_quote_cycle-block > div {
  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebebeb 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ebebeb 0%,#f7f7f7 100%); /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
#block-views-visitor_quote_cycle-block > div,
#block-search-form > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#block-search-form > div {
  padding: 10px;
}
#block-search-form .form-text {
  width: 90%;
}
#sidebar-first .block .title, 
#sidebar-second .block .title,
#underContent .block .title {
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
  padding: 6px;
  color: inherit;
}
.block .content > p {
  margin: 0 5px;
}
.block .view,
.block .menu-block-wrapper  {
  padding: 5px;
}
.block .menu-block-wrapper ul {
  margin-bottom: 5px;
}

.block .view td {
  padding: 0;
}
#sidebar-first .block > div.block-title, 
#sidebar-second .block > div.block-title,
#underContent .block div.block-title,
#block-views-products-block  > div.block-title {
  background: #156AA3; /* old browsers & IE */
}
#sidebar-first .block > div.block-title, 
#sidebar-second .block > div.block-title,
#underContent .block div.block-title,
#block-views-products-block  > div.block-title {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #E2E2E2;  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #7AB0D4),color-stop(0.4, #156AA3));
  background: -moz-linear-gradient(top center,#7AB0D4,#156AA3 40%);
/*  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AB0D4', endColorstr='#156AA3');*/  
}
#sidebar-first #block-menu_block-2 > div.block-title { /* special background colour for this "in this section" block */
  background-color: #054B81;
}
#sidebar-first #block-menu_block-2 > div.block-title { /* special background colour for this "in this section" block */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #7AB0D4),color-stop(0.4, #054B81));
  background: -moz-linear-gradient(top center,#7AB0D4,#054B81 40%);
/*  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#79C1B7', endColorstr='#006052');*/
}
#sidebar-first .block > div.content, 
#sidebar-second .block > div.content,
#underContent .block div.content,
#block-views-products-block  > div.block-content {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #076FBF;
  border-top: none; 
}
#underContent .block {
  border: 1px solid gray;
}
#underContent .block > div.content {
  border: none;
}
#underContent .block div.block-title {
  color: gray;
  background: white;
}

/* search block */
#block-search-form .content {
  padding: 10px;
  border: 1px solid #076FBF !important;
}
#siteContent {
  /*background-color: #B4D2E6;*/
}


/* LBR pages */
#block-system-main .content img {
  padding: 1px;
}
div.caption-inner {
  padding: 7px;
}
a.center-image {
  display: block;
  text-align: center;
}
.node {
  font-size: 115%;
}

/* Page Header slideshow */
#header-images{
  height: 250px; /* image image height */
}
img.slide{
  height: 250px; /* image image height */
}
/* Page layout adjustments */
#XXX_navigation-primary{
  position:relative;
  top: 260px;
  left: 20px;
  margin-top: -35px;
}
#topUtility {
  top: 30px;
}
#contentWrapper {
  padding: 10px 5px;
}
#breadcrumb {
  float: right;
}
.breadcrumb {
 /* border: none; /* remove dotted bottom border */
  /*margin: 10px 15px 0;*/
  padding: 0;
}
.breadcrumb a, .breadcrumb a:visited {
  color: lightslategray;
}
.breadcrumb a:hover {
/*  color: white;*/
}
/* colours */
#pageBorder {
  background-color: #EEEEEE;
}
#navigation-secondary {
  line-height: 30px;
  /*font-size: 115%;*/
}
.form-submit:hover, #block-user-login .form-submit:hover,
.form-submit:focus, #block-user-login .form-submit:focus {
  background:#010066;
  color:#fff;
  border:1px solid #010066;
}
/* node content */
.nodecontent p {
  font-family: Arial, Helvetica, sans-serif
}
/* news block */
.view-latest-news.view-display-id-block span.Sticky {
  background-color: #eeee44;
}
.view-latest-news.view-display-id-block a {
  text-decoration: none;
}
.view-latest-news.view-display-id-block .views-row {
  border-bottom: 1px solid #6B93B1;
}
.view-latest-news.view-display-id-block .views-row-even {
 /* background-color: gray;*/
}
/* event nodes */
.teaser-container.node-rolling-stock {
  text-align: center;
  width: 110px;
  border-bottom: none;
}
.node-event .field-name-field-locomotive {
  float: right;
  text-align: center;
}
.node-event .field-name-field-event-date {
  font-size: 120%;
  font-weight: bold;
}
.node-event .field-name-body {
  margin-top: 1em;
}
/* tab colours */
.tabs.primary li a:hover{
	background:#0609C4;
	color:#fff;
	border-color:#0609C4
}
/* shop */
#block-lbr_mals_ecommerce-lbr_mals_cart .content {
  
}
#block-lbr_mals_ecommerce-lbr_mals_cart .mals-cart {
  background: url(../img/shopping_cart_faint2.png) no-repeat center center;
  padding: 4px;
  padding-top: 70px;
  min-height: 34px;
}
#block-lbr_mals_ecommerce-lbr_mals_cart .mals-cart.has-items {
  min-height: 94px;
  padding-top: 10px;
  background-color: yellow;
  border-radius: 3px;
}
#block-lbr_mals_ecommerce-lbr_mals_cart table {
  margin: 0;
  border: 0 none;
  border-collapse: inherit;
}
#block-lbr_mals_ecommerce-lbr_mals_cart table td {
  padding: 1px 4px;
  font-size: 120%;
  font-weight: bold;
  text-shadow: 0 0 2px #fff;
  color: #000;
}
#block-lbr_mals_ecommerce-lbr_mals_cart table td a {
  color: #000;
}
#block-lbr_mals_ecommerce-lbr_mals_cart table td.checkout {
  text-align: center;
  padding: 0;
}
#block-lbr_mals_ecommerce-lbr_mals_cart td.checkout a {
  margin: 10px 5px 5px;
  background-color: #ddd;
  text-decoration: none;
  color: #000;
  font-size: 110%;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #777;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

body.vocabulary-product-types h1#page-title {
  background-image: url(../img/cart_trans2-33x33.png);
}
.vocabulary-product-types .field-name-field-product-image {
  float:right; 
}
.teaser-container {
  clear: both;
}
.teaser-created{
  height: auto;
  min-height:50px;
}
.teaser-created-year {
  color: white;
  text-align: center;
  background: #054b81;
}
.node-product .field-name-field-product-image {
  float:left;
  padding: 0 20px 20px 0;
}
.node-product.node-teaser .field-name-field-product-image {
  padding: 0 10px 10px 0;
}
.node-product.node-teaser .field:not(.field-name-field-product-image) {
  margin-left: 120px;
}
.node-product.node-teaser .field-label {
  width: auto;
}
.node-product .field {
  margin-left: 20px;
  clear: left;
}
.node-product .field-name-field-promotional-text,
.node-product .field-name-field-product-image, 
.node-product .field-name-body {
  clear: none;
  margin-left: 0;
}
.node-product .field-name-field-promotional-text {
  font-size: 120%;
}
/* Promoted products block (horizontal) */
#block-views-products-block > div.content {
  background-color: #F4FFFF;
  border: 2px solid #076FBF;
}
#block-views-products-block .view-id-products.view-display-id-block table {
  margin:0;
}
#block-views-products-block .view-id-products.view-display-id-block td {
  width: 25%;
  text-align: center;
  padding: 0 3px;
  vertical-align: bottom;
}
#block-views-products-block .view-id-products.view-display-id-block td:not(.col-first) {
  /*border-left: 1px solid gray;*/
}
#block-views-products-block .view-id-products.view-display-id-block .views-field-title {
  height: 36px;
  display: block;
}
#block-views-products-block .view-id-products.view-display-id-block .views-field-field-product-image {
  /*height: 100px;*/
}
/* Featured Products block (vertical) */
.view-id-products.view-display-id-block_1 td {
  text-align: center;
}
.view-id-products.view-display-id-block_1 .views-field-title {
  border-bottom: 1px solid #6B93B1;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#block-menu-menu-products ul.menu {
  padding-left: 10px;
  margin: 0;
}
#block-menu-menu-products ul.menu li {
  margin: 0;
}
#block-menu-menu-products ul.menu li.leaf {
  list-style-image: none;
  list-style-type: none;
  font-weight: normal;
}
#block-menu-menu-products ul.menu li a {
  color: #156AA3;
  display: inline-block;
}
#block-menu-menu-products ul li.expanded {
  list-style-image: none;
  list-style-type: none;
  padding-top: 10px;
}
#block-menu-menu-products ul li.expanded ul.menu {
  margin-bottom: 10px;
}
#block-menu-menu-products ul.menu li.expanded > a {
  color: black;
}
#block-menu-menu-products ul.menu li a.active-trail {
  text-decoration: underline;
  color: chocolate;
  font-weight: bold;
}
#block-menu-menu-products ul.menu li.leaf a.active {
  border-right: 2px solid green;
  padding-right: 5px;
}
/* Colorbox */
.colorbox-load img {
  cursor: auto;
  cursor: url(../img/magnify.cur);
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
#cboxClose {
  border:none;
}
/* Node forms */
#roster-offer-node-form .field-name-field-date legend {
  display: none;
}
#roster-offer-node-form .field-name-field-date .date-padding {
  padding: 0;
}
.profile h3 {
  margin-top: .5em;
}
/* modal forms */
div.modal-forms-modal-content .popups-container {
  border: 4px solid #054B81;
}
div.modal-forms-modal-content .modal-header {
  background-color: #054B81;
}
div.modal-forms-modal-content .modal-title {
  color: white;   
}
div.modal-forms-modal-content .modal-scroll {
  background-color: white; 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #eee),color-stop(0.9, #fff));
  background: -moz-linear-gradient(top center,#eee,#fff 90%);
}
div.modal-forms-modal-content .popups-close {
  margin-top: -5px;
  background: url(../img/modal-form-controls-054B81.png) -25px 0px no-repeat;
}
/* Area groups */
body.vocabulary-group h1#page-title {
  background-image: url(../img/user-group-icon-33x33.png);
}
/* Gift Aid */
.webform-component--gift-aid-container img {
  float: right;
  display: block;
}
.webform-component--gift-aid-container .form-radios {
  padding-left: 20px;
}
.webform-component--gift-aid-container .form-radios .form-radio {
  margin-left: -20px;
  margin-top: -3px;
}
.webform-component--gift-aid-logo {
  margin: 0;
}
.webform-client-form {
  clear:left;
}
/*  special cases */
/* PRODUCT WEBFORMS */
.node-product .webform-client-form #edit-actions .form-submit {
  font-size: 200%;
}
.cssgradients .node-product .webform-client-form #edit-actions .form-submit {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #44ff00),color-stop(0.6, #e6e6e6));
  background: -moz-linear-gradient(bottom center,#44ff00,#e6e6e6 60%);
}
.cssgradients .node-product .webform-client-form #edit-actions .form-submit:hover {
  background: #44ff00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #44ff00),color-stop(1.0, #e6e6e6));
  background: -moz-linear-gradient(bottom center,#44ff00,#e6e6e6 100%);
}
.cssgradients .node-product .webform-client-form #edit-actions .form-submit:focus,
.cssgradients .node-product .webform-client-form #edit-actions .form-submit:hover {
  color: #000;
}

/* START SANTA SPECIALS WEBFORM */
.webform-component--preferred-train-1, .webform-component--preferred-train-2, .webform-component--preferred-train-3 {
  clear: right;
}
.webform-component--preferred-train-1 .form-radios,
.webform-component--preferred-train-2 .form-radios,
.webform-component--preferred-train-3 .form-radios {
  float: right;
  margin-top: -30px;
}
.webform-component--preferred-train-1 .form-item,
.webform-component--preferred-train-2 .form-item,
.webform-component--preferred-train-3 .form-item  {
  display: inline-block;
  width: 60px;  
}
body:not(.ie8) .webform-component--preferred-train-1 .form-item .form-radio,
body:not(.ie8) .webform-component--preferred-train-2 .form-item .form-radio,
body:not(.ie8) .webform-component--preferred-train-3 .form-item .form-radio {
  display: none;
}
body:not(.ie8) .webform-component--preferred-train-1 .form-item .form-radio + label,
body:not(.ie8) .webform-component--preferred-train-2 .form-item .form-radio + label,
body:not(.ie8) .webform-component--preferred-train-3 .form-item .form-radio + label {
  background: url(../img/santa-train-out.png) no-repeat;
  width: 45px;
  display: inline-block;
  cursor: pointer;
  padding-top: 60px;
  text-align: center;
}
body:not(.ie8) .webform-component--preferred-train-1 .form-item .form-radio + label.full,
body:not(.ie8) .webform-component--preferred-train-2 .form-item .form-radio + label.full,
body:not(.ie8) .webform-component--preferred-train-3 .form-item .form-radio + label.full{
  background: url(../img/santa-train-full.png) no-repeat;
}
body:not(.ie8) .webform-component--preferred-train-1 .form-item .form-radio.error + label,
body:not(.ie8) .webform-component--preferred-train-2 .form-item .form-radio.error + label,
body:not(.ie8) .webform-component--preferred-train-3 .form-item .form-radio.error + label {
  color: red;
}
body:not(.ie8) .webform-component--preferred-train-1 .form-item .form-radio:checked + label,
body:not(.ie8) .webform-component--preferred-train-2 .form-item .form-radio:checked + label,
body:not(.ie8) .webform-component--preferred-train-3 .form-item .form-radio:checked + label {
  background: url(../img/santa-train-in.png) no-repeat;
}
.webform-component--children-fs {
  padding:0;
}
.webform-component--children-fs .webform-container-inline {
  display: inline-block;
  padding-left: 1em;
  margin: 0;
}
.webform-component--children-fs .webform-container-inline .form-item {
  margin: 0;
}
.santa-special-summary .item {
  width: 100px;
  display: inline-block;
}
.santa-special-summary .item, .santa-special-summary .value {
  font-size: 120%;
  font-weight: bold;
}
/* END SANTA SPECIALS WEBFORM */

/* Display */
.webform-submission .webform-component-display {
  margin: 0;
  border-top: 1px solid #ccc;
}
.webform-component-fieldset legend {
  margin-left: -5px;
}
.webform-component-fieldset {
  margin-bottom: 0;
}
.webform-page {
  font-size: 100%;
  color: white;
}
.webform-component-display label {
  display: inline-block;
  width: 150px;
  color: #559;
}
.webform-component--cart-data .cart-data label {
  display: inline-block;
  width: 130px;
  padding-left: 20px;
}
.webform-client-form label {
  text-transform: none;
}
/* Investment questionnaire webform */
fieldset[class*="webform-component--self-cert-fs-"] {
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
.webform-component--step-2-fs .webform-component-radios {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  padding: 1em;
}

/* Footer */
#footer  {
  padding: 0 20px;
  width: 1000px;
}
#footer > .region {
  color: black;
  padding: 20px;
  background: url(../img/white80.png) repeat;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:5px 5px 20px #051b32;
  -webkit-box-shadow:5px 5px 20px #051b32;
  -moz-box-shadow: 5px 5px 20px #051b32; 
}
#footer ul.menu {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#footer ul.menu li {
  display: inline;
  list-style: none outside none;
  margin: 0 10px;
  
}
#footer a {
  color: #054B81;
  font-weight: bold;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#footer a:hover {
  background-color: white;
  text-decoration: none;
  box-shadow:1px 1px 3px #051b32;
  -webkit-box-shadow:1px 1px 3px #051b32;
  -moz-box-shadow: 1px 1px 3px #051b32; 
}
#idSiteMeterHREF {
  float: right;
}
#block-system-powered-by {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
#block-views-shop_categories-block {
  border-bottom: 1px solid #076FBF;
}
#block-views-shop_categories-block h2 {
  font-size: 120%;
}
#block-views-shop_categories-block td {
  width: 24%;
  text-align: center;
}
/* Blocks by class */
.block-padded > div.content {
  padding: 5px;
}
.block-no-title > div.content {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #076FBF !important;
  overflow:hidden;
}
.block-no-title-style > div.block-title {
  border: none !important;
  background: none !important;
  color: #000;
}
.block-no-title-style > div.block-title .title {
  color: #000 !important;
}
#sidebar-first .block-no-content-style, #sidebar-second .block-no-content-style {
  border-radius: 0;
}
.block-no-content-style > div.content {
  border: none !important;
  background: none !important;
  color: #000;  
}
.block .views-exposed-form {
  padding: 10px;
}
.block .views-exposed-form .form-text {
  width: 115px;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0.2em;
}

.block-bottom {
  
}
.block-corporate-supporters {
  
}
.block-corporate-supporters img,
.block-partner-logos img {
  margin: 10px 20px;
}
.block-partner-logos {
  
}
.facebookshare-box {
  padding-left: 15px;
  padding-bottom: 15px;
}
.tripadvisor-cert {
  overflow: hidden;
}
.tripadvisor-cert .TA_certificateOfExcellence > div {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* WYSIWYG styles */
.container-box {
  border: 2px solid #000;
  box-shadow:2px 2x 5px #051b32;
  -webkit-box-shadow:2px 2px 5px #051b32;
  -moz-box-shadow: 2px 2px 5px #051b32;
  margin: 10px;
  padding: 10px;
}
.container-box-red {
  border: 2px solid red;
}

/* Fixes */
html.js input.form-autocomplete {
  background-position: 100% 6px;
}
.media-gallery-detail {
  max-width: 100%;
}
.mg-col .mg-gallery.mg-teaser { /* put gallery teasers in grid */ 
  display: block;
  clear: none;
  float: left;
  padding: 10px;
}
.mg-col .mg-gallery.mg-teaser h2.teaser-title {
  display: block;
  font-size: 100%;
}
fieldset.captcha {
  padding: 0;
}
fieldset.captcha .fieldset-legend {
  font-weight: bold;
  font-size: 13px;
}
#confidentcaptcha_visual_container ul {
  padding-left: 0;
}
#confidentcaptcha_visual_container ul li.confidentcaptcha_area { /* remove bullet from captcha */
  list-style:none;
}
/* Image captions from image_caption_filter */
.boxshadow span.captioned {
  background: none repeat scroll 0 0 #F3F3F3;
  border: 1px solid #CCCCCC;
  font-size: 0.857em;  
  display: block;
  margin: 0 auto;
  padding: 10px 10px 5px;
  text-align: center;
  font-size: 80%;
  -webkit-box-shadow: 4px 4px 4px #777777;
  -moz-box-shadow:    4px 4px 4px #777777;
  box-shadow:         4px 4px 4px #777777;
}

.addtoany_list {
  float: right;
}
.red-button {
  background-color: #ee432e;
  background-image: -moz-linear-gradient(center top , #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
  color: #fff;
  font: bold 12px/1.5 "helvetica neue",helvetica,arial,sans-serif;
  padding: 3px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
  width: 150px;
}
.red-button:hover {
  background-color: #f37873;
  background-image: -moz-linear-gradient(center top , #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
  cursor: pointer;
}
a.button {
  margin: 5px 0;
  width: 100%;
  display: block;
  text-decoration: none;
}
a.button:hover, a.button:visited {
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

/* Pagers */
#content .item-list ul.pager li {
  margin: 0 4px 0 0;
}
#content .item-list ul.pager li a {
  font-weight: bold;
  font-size: 120%;
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #ccc;
  color: #666;
  padding: 0.2em 0.5em;
}
#content .item-list ul.pager li.pager-current, 
#content .item-list ul.pager li.pager-item a:hover {
  font-weight: bold;
  font-size: 120%;
}
