
#content_wrapper {
  width: 68%;
  float: left;
}

#content_wrapper .slideshow-window {
  background-color: transparent;
  border: 0px solid #222;
  border-radius: 10px;
  float: left;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 7px;
  padding-top: 0px !important;
  padding-bottom: 250px !important;
}

#side_wrapper {
  width: 30%;
  float: right;
  margin-top: 5px;
}

#map-canvas-0{
  -webkit-box-shadow: 3px 3px 9px 0px rgba(179,179,179,1);
  -moz-box-shadow: 3px 3px 9px 0px rgba(179,179,179,1);
  box-shadow: 3px 3px 9px 0px rgba(179,179,179,1);
  border: 1px solid transparent;
  border-radius: 4px;
}

.product_link {
  color: black;
  text-decoration: none;
  float: left;
  width: 33%;
  margin-top: 20px;
}

.product {
  height: 150px;
  margin: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.product .product_title {
  font-weight: bold;
  color: black;
  font-size: 10pt;
  margin: 0px;
}

.product:hover {
  opacity: 0.7;
}

.product .product_excerpt {
  width: 70%;
}

.product-sidebar {
  background-position: center center;
  height: 10em;
  border-left: 1px solid #CFCFCF;
  font-size: 0.9em;
  margin: 0em;
}

.address {
  width: 33%;
  float: left;
  padding: 0px 10px 0px 10px;
  height: 150px;
  font-size: 0.9em;
}

#table-data {
  width: 90%;
  font-size: 0.9em;
}

#table-data th, #table-data td {
  border-bottom: 1px solid #CFCFCF;
  padding: 8px;
}

#table-data th {
  width: 130px;
  text-align: left;
}


/******************** 320X480 (IPHONE/ANDROID) *******************************/
@media screen and (max-width:480px) {
  #content_wrapper {
    width: 100%;
  }

  #tab-1, #tab-2, #tab-3 {
    display: block;
    width: 100%;
    clear: both;
  }

  .tabs-menu, #side_wrapper {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    display: none !important;
    border: 0px;
  }

  .product_link, .address {
    float: none;
    width: 100%;
    height: auto;
  }
}

/*
@media screen and (min-width:2000px) {
  #map-canvas-0 {
    height: 300px !important;
  }

  #content_wrapper .slideshow-window {
    height: 200px;
  }

  .tabs-menu li {
    height: 50px;
    line-height: 50px;
  }

  .tab {
    margin-top: 20px;
  }

  #table-data {
    font-size: 0.9em;
  }

  .product-sidebar {
    font-size: 0.9em;
  }

  .address {
    font-size: 0.9em;
    height: 300px;
  }
}
*/
