/*teclan Product Tabs */

.tab-content {
  display:none;
  border:2px solid #f3deed;
  width: 350px;
  height:345px;
  overflow:auto;
  position: relative;
}

.tab-content p {
  padding:15px;
  }

#tab-title-bar a {
  display:block;
  font-weight: bold;
  border:1px solid #f3deed;
  border-bottom:none;
  float:left;
  padding:5px 10px;
  text-align:center;
  background: #d464a8 ;  
  color: #000;
}

#tab-title-bar a.selected {
  background: #f3deed;
  color: #000;
}

.tab-footer {background: #f3deed; position: absolute; bottom: 0; width: 100%;}

.addthis_default_style {margin: 5px 0;}
