.alignright {
  display:inline;
  float:right;
  margin-bottom:4px;
  margin-left:10px;
  overflow:hidden;
  border: 1px solid black;
}

.alignleft {
  display:inline;
  float:left;
  margin-bottom:4px;
  margin-right:10px;
  overflow:hidden;
}

 /* Updates Tabbed Products Pro - Simon Lacey 07-17-2013 */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -125px;
  }
#slidetabsmenu a:hover span {
  background-position:100% -125px;
  color: black;
  }
#slidetabsmenu a.current {
  background-position:0% -125px;
  }
#slidetabsmenu a.current span {
  background-position:100% -125px;
  color: #c64b4b;
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;
 /* border-bottom: 1px solid #eceaea;*/
  background: white;
  color: black;
  display:none;
  margin-top: 12px;
  line-height: 1.425em;
  }
  
 /* Updates Tabbed Products Pro - Simon Lacey 07-17-2013 */
 
#slidetabsmenu {
  float:left;
  width:100%;
  font-size:93%;
  border-bottom:1px solid #eceaea;
  line-height:normal;
  margin-left: -10px;
  text-transform:uppercase;
  }
#slidetabsmenu ul {
  margin:0;
  padding:10px 10px 10px 10px;
  list-style:none;
  }
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:block;
  background:url("../images/tpp/tabright13.gif") repeat-x top; 
  padding:8px 8px;
  color:#3b3b3b;
  }