form,p,h1,h2,h3,h4,h5,h6,ul,ol,fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body {
  width:100%;
  height:100%; 
  font-family: Arial, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

body.modal-page {
  background: url(/images/static_map.jpg) repeat;
/*  background: #c0af9e url(/images/details-bg.gif) top left repeat-x;      */
/*  background: #97B2CB;*/
}

body.has-sidebar {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

table tr td {
    vertical-align: top;
}


p {
    margin: 0;
    padding: 1em 0 .2em;
}

a {
    color: #9d291a;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin: 0 10px 10px 0;
}

img.right {
  margin: 0 0 10px 10px;
}

img.thumbnail {
  width:  53px;
  max-height: 53px;
}

.clear {
    clear: both;
}

a img {
  border: none;
}

/** header **/
#header {
  background: #000;
  height: 25px;
  color: #FFF;
}

#header a {
  color: #aaa;
  text-decoration: underline;
}

#header a:hover {
  text-decoration: none;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    padding-top: 4px;
}

#header ul li {
    float: left;
    border-left: 1px solid #333;
}

#header ul li.first {
  border-left: none;
}

#header ul li a {
    padding: 4px 10px;
    font-size: 10pt;
}

#header ul li a#nav_print {
    background: transparent url("../images/print.gif") 7px center no-repeat;
    padding-left: 28px;
}

#header ul li a#nav_send {
    background: transparent url("../images/email.gif") 7px center no-repeat;
    padding-left: 28px;
}

#header ul li a#nav_link {
    background: transparent url("../images/link.gif") 7px center no-repeat;
    padding-left: 28px;
}

#header a#arrowBack,
#header a#arrow {
 float: left;
 display: block;
 font-size: 10pt;
 text-decoration: none;
 color: #ab9e9d;
 cursor: pointer;
 background: transparent url("../images/arrow-left.gif") 3px center no-repeat;
 padding: 4px 0 4px 30px;
}

#header a#arrowBack {
  margin-left: 5px;
}

#header a#arrow {
 position: absolute;
 left: 375px;
 top: 1px;
}

#header a#arrow.arrow-right {
  background: transparent url("../images/arrow-right.gif") 3px center no-repeat;
  left: 5px;
}

#content {
  height: 100%;
  position: relative;
}

#main {
  height: 100%;
  width:  100%;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}

body.has-sidebar #main {
  margin-left: 376px;
  _margin-left: 0;
  overflow: hidden;
}

/** map **/
#map.large {
  background: #fff;
  width:  auto;
  height: auto;
  left: 0;
  top:  0;
  position: absolute;
  z-index: 100;
}

#logo {
  position: absolute;
  z-index: 300;
  left: 20px;
  top: 0px;
}

/** content nav **/
#nav {
  position: absolute;
  top:   3px;
  right: 10px;
  list-style: none;
  padding-top: 4px;
  border-collapse: collapse;
  z-index: 300;
}

#nav li {
    display: block;
    float: left;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #000000;
    border-collapse: collapse;
    background: #c50e16 url("../images/content-nav-red.gif") top left no-repeat;
}

#nav li.first {
    border-width: 1px;
}

#nav li.active {
    background: #000000 url("../images/content-nav-black.gif") top left no-repeat;
}

#nav li,
#nav li a {
  padding: 2px 0;
}

#nav li a {
  padding: 2px 8px;
  font-size: 10pt;
  color: #fed8a6;
  text-decoration: none;
}

/** sidebar **/
#sidebar {
  display: none;
  width: 375px;
  float: left;
  height: 100%;
  overflow: auto;
  background: #c0af9e url(/images/details-bg.gif) top left repeat-x;    
  vertical-align: top;
  border-right: 1px solid #000; 
}

body.has-sidebar #sidebar {
  display: block;
}

#sidebar h1 {
    margin: 0;
    padding: 30px 10px 0;
    font-size: 16pt;
    color: #220000;
}

#sidebar .near {
  color: #726259;
  padding-left: 12px;
}

#sidebar .near strong {
  font-weight: normal;
}

#sidebar .pagination {
  color: #877468;
  padding: 20px 8px;
  text-align: center;
}

#sidebar .pagination .pagination-pages {
  color: #452726;
}

#sidebar .pagination .pagination-pages a {
  color: #9d291a;
}


/** search **/
#search-bar {
  background: #e5ded7;
  padding: 0;
  color: #452726;
  border-bottom: 1px solid #CBBCAE;
}

#search-bar form {
  border-bottom: 1px solid #A59486;
  padding: 10px 8px;
}

#search-bar table td {
  vertical-align: middle;
}

#search-bar fieldset {
  border: 0 none;
}

/** search results **/
#results {
  margin:  10px 0 0;
  padding: 0px 0 0;
  list-style: none;
  border-top: 1px solid #A59486;
  border-bottom: 1px solid #CBBCAE;
}

#results li {
  border-bottom: 1px solid #A59486;
  border-top: 1px solid #CBBCAE;
  margin: 0;
  padding: 5px 5px 5px 50px;
}

#results li img.marker {
  margin-left: -35px;
  float: left;
  padding: 0 15px 0 0;
}

#results li.hover {
  background-color: #e8e2dc;
}

#results h2 {
  font-size: 11pt;
  color: #4C2828;
  margin: 0;
  padding: 0 0 5px;
}

#results h2 a {
    color: #4C2828;
    text-decoration: none;
}

#results h2 a.more {
    padding-left: 5px;
    font-size: 9pt;
    color: #9d291a;
    text-decoration: none;
    font-weight: normal;
}

#results .details, 
#results .details a {
/*    color: #877468;*/
    color: #726259;
}

#results .details .links, .links {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0 none;
}

#results .details .links li, .links li {
    display: inline;
    padding: 0 10px 0 0;
    background: transparent;
    border: 0 none;
}

#results .details .links li a, .links li a {
    color: #FFFFFF;
}

#results .hover .details .links li a{
    color: #000000;
}

#sponsor {
  background-color: #e8e2dc;
  padding: 10px;
  margin: 10px;
}

#sponsor h2 {
  font: bold 0.9em Arial;
  color: #4C2828;
  margin: 0 0 10px 0;
}

#sponsor p {
  margin: 0 10px;
  padding: 0;
}

#sponsor, #sponsor a {
  color: #726259;
}

/** detail pages **/
#content #details-top {
    background: #c0af9e url("../images/details-bg.gif") top left repeat-x;
    height: auto !important;
    height: 280px;
    min-height: 280px;
    padding: 60px 0 0 140px;
    xposition: relative;
}

#content #details-top h1 {
    font-size: 15pt;
    margin: 0;
    padding: 0;
    color: #220000;
}

#content #details-top .content {
    float: left;
    width: 300px;
    color: #6e594e;
}

#content #details-top .content a {
    color: #6e594e;
}

#content #details-top .map {
    float: left;
/*    width: 250px;*/
    padding: 40px 0 0 20px;
    border: 1px solid #000;
}

#content #details-top .product-img {
  margin: 30px;
}

#content #details-top .map img {
    border: 1px solid #000;
}

#content #details-top .map a {
    color: #FFF;
    float: right;
    padding-top: 8px
}

#content #details-tabs {
    clear: both;
    background: #eaeaea url("../images/details-tabs-border.gif") bottom left repeat-x;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 30px;
    height: 30px;
    font-size: 11pt;
}

#content #details-tabs li {
    float: left;
}

#content #details-tabs li.active {
    background: #FFF;
}

#content #details-tabs li a {
    padding: 6px 13px;
    display: block;
    color: #141414;
    text-decoration: none;
}

#content #details-tabs li.active a {
    font-weight: bold;
    border: 1px solid #d0d0d0;
    border-bottom-color: #fff;
    padding: 5px 12px 6px;
}


#content #details-content {
    background: #FFF;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding: 10px 20px;
}

#content #details-content .content {
    width: 700px;
    float: left;
}

#content #details-content .hours-table {
    width: 220px;
    float: left;
    margin-left: 20px;
    border: 1px solid #BBB;
}

#content #details-content .hours-table caption {
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
    font-size: 12pt;
}

#content #details-content .hours-table th {
    text-align: right;
    border-right: 1px solid #BBB;
}

#content #details-content .hours-table th, #content #details-content .hours-table td {
    padding: 3px 6px;
    }
    


#content #details-content .hours-table tr.alt td, #content #details-content .hours-table tr.alt th {
    background: #EEE;
    }

#content #details-content .gallery {
    float: left; 
    width: 475px;
    padding: 10px;
}

#content #details-content .gallery h2 {
    font-size: 13pt;
    color: #220000;
    margin: 0;
    padding: 0;   
}

#content #details-content .gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content #details-content .gallery ul li {
    float: left;
    padding: 3px;
    width: 100px;
    height: 120px;
}

#content #details-content .gallery ul li img {
    border: 1px solid #000;
}

#content #details-content .gallery a.more {
    color: #c50e16;
    font-weight: bold;
    float: right;
}

div.review  {
  padding-bottom: 15px;
}

div.review div.author {
  color: #555;
}

div.review div.subject {
  font-size: 1.1em;
  font-weight: bold;
}

div.review div.message-content {
    clear: both;
    padding: 10px 15px 0;
}

#content #details-content .details-form {
    float: left;
    padding-left:40px;
    width: 400px;
}

#content #details-content .details-form h3 {
    font-size: 11pt;

}

#content #details-content .details-form label {
    display: block;
    clear: both;
    font-weight: bold;
    padding-top: .5em;
}


#content #details-content .details-form .author {
    float: right;
    color: #9d291a;
}


#content #details-content .details-form .input-field {
    border: 1px solid #CCC;
    color: #666;
    width: 400px;
}


.buttons {
    float: right;
    padding: 10px 0;
}

div.actions {
  margin-left: 140px;
}

div.page div.content {
  padding: 25px;
}

table.sizes {
  width: 100%;
}

table.sizes td.info {
  width: 300px;
}

table.sizes td.image {
  text-align: right;
  vertical-align: middle;
}

table.sizes div.vitola {
  color: #777;
  margin-right: 15px;
}

#about-popup {
    position: absolute;
    background: url("../images/about-text.png") top left no-repeat;
    left: 50%;
    top:  50%;
    width: 567px;
    height: 424px;
    margin-left: -283px;
    margin-top: -230px;
    z-index:2000;
}

#about-popup * {
    display: none;
}


#modal-ernesto a {
  color: #000;
  text-decoration: none;
}

#modal-ernesto a:hover span {
  text-decoration: underline;
}

#modal-ernesto img {
  width: 32px;
  vertical-align: middle;
}

#link-box {
  position: absolute;
  background: #000;
  color: #fff;
  z-index: 900;
  top:     25px;
  right:   6px;
  padding: 10px;
  width: 305px;
}

  #link-box p {
    padding: 0;
    margin: 0;
  }

  #header #link-box p a.close {
    padding: 0;
    margin: 0;
    float: right;
    text-decoration: none;
  }

  #link-box #link {
    clear: right;
    width: 300px;
  }


/** modals **/
.modal {
  position: absolute;
  z-index: 500;
  display: none;
}

.modal-white {
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 2px 2px 8px #000;
  -moz-box-shadow: 2px 2px 8px #000;
}

.modal-white .close {
  width: 20px;
  height: 20px;
  background: url("/images/close-white.gif") top right no-repeat;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 510;
}

.modal-white .content {
  border: 8px solid #dcd5cd;
  padding: 5px;
}

.modal form {
  padding: 8px;
}

.modal form td {
  vertical-align: middle;
}

.modal form td.info {
  text-align: right;
  padding-right: 5px;
}

.modal form .input-field {
  width: 230px;
}

/** forms **/
input.submit, a.button {
  background: #000;
  color: #F4C78F;
  border: none;
  font-size: 12px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

input.text {
  padding: 3px;
  font-size: 13px;
}

label {
  font-weight: bold;
}

div.fieldset h3 {
  margin: 0;
  padding: 0;
}

div.field {
  clear: both;
  margin: 0 0 3px 0;
}

div.info {
  width: 130px;
  float: left;
  text-align: right;
  padding: 7px 5px 0 0;
}

div.input {
  margin-left: 140px;
}

div.tos {
  clear: both;
  height: 120px;
  overflow: auto; 
  border: 1px solid #ccc; 
  padding: 5px; 
  font-family: monospace; 
  margin: 2px;
}

div.errors {
  color: #900;
  font-size: 0.9em;
  padding: 5px;
}

div.fieldWithErrors {
  background: #ffc;
  padding: 2px 0;
  margin-bottom: 4px;
/*  border: 2px solid #dda;
  border-width: 1px 0;
*/}

div.addthis_toolbox {
  padding: 10px;
}

div.addthis_toolbox a {
  background: #fff;
  padding: 5px;
}

div.addthis_toolbox a img {
  width: 64px;
}

object {
  background: #000;
}

div.error ul {
  padding: 5px 25px;
}

div.error li a {
  text-decoration: none;
}

input.blur {
  color: #777;
}

/* addthis.com */
#atffc { display: none !important; }