/* COMMON STYLES */
::-moz-selection {
  background: #d31e41;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d31e41;
  color: #fff;
  text-shadow: none;
}
h1,
h3 {
  color: #444444;
}
h4 {
  color: #d31e41;
}
th {
  color: #d31e41;
}
a {
  color: #e44060;
}
.regions {
  float: none;
  width: 100%;
}
.regions a {
  color: #7a1125;
}
a:visited {
  color: #7a1125;
}
.helpText {
  color: #848484;
}
input[type=submit],
.button {
  background-color: #d31e41;
  color: white;
}
input[type=submit]:hover,
.button:hover {
  background: #e44060;
}
input[type=submit]:active,
.button:active {
  background-color: #fceaed;
  color: #d31e41;
}
.nav li a {
  background-color: #d31e41;
  color: #fff;
}
.nav li ul {
  background-color: #d31e41;
}
.nav li:hover {
  background-color: #e44060;
}
.nav .active a {
  border: 1px solid #e44060;
  color: #444444;
}
.search input {
  border: 1px solid #d31e41;
}
#header {
  border-bottom: 3px double #d31e41;
}
#header h2 {
  margin: 0;
}
#header h2 a {
  color: #d31e41;
}
.breadcrumbs a {
  color: #d31e41;
}
.mainContent .mainTextContent {
  border-left-color: #d31e41;
}
.secondaryContent .mainTextContent {
  border-left-color: #d31e41;
}
#enoturisms-index .secondaryContent {
  width: 100%;
  float: left;
}
#enoturisms-index .secondaryContent .sideBar {
  float: right;
  width: 33%;
  padding-bottom: 0;
}
#enoturisms-index .secondaryContent .sideBar h4 {
  margin-top: 0;
}
#enoturisms-index .secondaryContent .sideBar ul {
  margin-bottom: 0;
}
.regionsResults th {
  color: #d31e41;
}
.vitivini .textContents {
  width: 49%;
  float: right;
}
/* END REGIONS */
/* VIEW PAGE */
.view .intro dt {
  color: #d31e41;
}
.tabs h3 {
  border-bottom: 12px solid #d31e41;
  padding-bottom: 6px;
}
.tabs h4 {
  border-bottom: 1px solid #d31e41;
}
.tabs tr:nth-child(even) {
  background-color: #fceaed;
}
/* UNIQUE STUFF*/
#enoturisms-index .mainContent {
  width: 64%;
}
#enoturisms-index .mainTextContent {
  padding-right: 2%;
  max-width: 48em;
}
#enoturisms-index .mainTextContent em {
  color: #d31e41;
}
#enoturisms-index .sideBar {
  border: 1px solid #d31e41;
  padding: 1%;
}
#enoturisms-index .tabs {
  float: right;
  clear: none;
  width: 35%;
}
#enoturisms-index .tabs div {
  overflow: hidden;
}
#enoturisms-index .tabs div ul {
  z-index: 2;
  position: absolute;
  right: 4%;
  top: 12px;
  margin-top: 40px;
  list-style: none;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
#enoturisms-index .tabs #tabs-2 ul {
  margin-top: 0;
  line-height: 1.2;
}
#enoturisms-index .tabs #tabs-2 ul li {
  margin-bottom: 16px;
}
#enoturisms-index .tabs #tabs-2 img {
  display: block;
  margin: 0 auto;
}
.vitivini .textContent {
  width: 45%;
  float: left;
}
.vitivini .textContent h4 {
  margin-top: 7px;
}
.vitivini .textContent {
  background-color: #fdeef1;
  padding: 1% 2%;
}
.vitivini .mainContent {
  width: 45%;
  margin-right: 6%;
}
/* START FOOTER */
#footer {
  border-top: 3px double #d31e41;
}
/* NO-JS */
.no-js #enoturisms-index .tabs div ul {
  position: relative;
  z-index: 10;
}
.no-js #enoturisms-index .tabTitles {
  display: none;
}
/* JQUERY UI */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d31e41;
  background: #d31e41 url(images/ui-bg_flat_75_d31e41_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #d31e41;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #d31e41;
  display: block;
  padding: 1%;
  background: none;
}
.ui-autocomplete {
  border: 1px solid #d31e41;
  margin-top: -1px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #d31e41;
  background: #d31e41 none;
  font-weight: normal;
  color: #ffffff;
}
/* ACCORDION BORDER */.ui-accordion-content-active {
  border: 1px solid #d31e41;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  #enoturisms-index .mainTextContent {
    width: 90%;
  }
}
@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports 480px and over go here */
  #enoturisms-index .tabs {
    width: 100%;
  }
  .vitivini .textContent {
    width: 100%;
    margin-top: 48px;
  }
}
