﻿.infoTabs
{
  width: 400px;
  border: 1px solid #ddd;
}
.infoTabs .tabs ul
{
  margin-left: 0px;
}
.infoTabs .tabs li
{
  list-style: none;
  float: left;
  margin:0 !important;
}
.infoTabs .tabs li a
{
  display: block;
  width: 124px;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #888;
}
.infoTabs .tabs li:first-child a
{
  border-left: none;
}
.infoTabs .tabs li a:hover
{
  color: #333;
}
.infoTabs .tabs li a:focus
{
  outline: none;
}
.infoTabs .tabs li a.active
{
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}
.tabbed-content
{
  padding: 45px 5px 5px 5px;
  display: none;
}

.tabProd .tabs
{
  float: left;
  margin: -21px 0 0 -1px;
  
}

.myCorner {
}

.tabProd .tabs li
{
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  width:101px;
}

.tabProd .tabs li .myCornerBorder {
background:#d7d7d7;
width:100px;
height:21px;
position:absolute;
top:0;
left:0;
}

.tabProd .tabs li a
{
  width:96px;
  background: url(../images/backgrounds/blueTab.png) repeat-x;
  display:block;
  line-height:20px;
  color:#dddddd;
  text-align:center;
  position:absolute;
  top:0;
  margin:1px 0 0 1px;
  }

.tabProd .tabs li a:hover
{
  color: #333;
  background:#b9dbee;
}

.tabProd .tabs li a.active
{
  background: #fff;
  border-bottom: none;
  color:#000;
}

/*Search Page Tabs*/
.searchResults ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type:none;
}

.searchResults ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
}

.searchResults ul.tabs li a {
  width: 137px;
  display: block;
  height: 29px;
  line-height: 29px;
  color: #000;
  float: left;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  background: #b9dbee;
}

.searchResults ul.tabs li a:hover {
  background: #d5eefc;
}
