div.TabView div.Tabs {
	width: 788px;
	float: left;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	background-color: #c8c8c8;
	overflow: hidden;
}
div.TabView div.Tabs a {
  float: left;
  display: block;
  width: 90px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  background: url('../images/productDetailMenuC.png') no-repeat -0px -1px;
  text-decoration: none;
  padding-left: 10px;
  color: white;  
  font-size: 10px;
  overflow: hidden;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
  background: url('../images/productDetailMenuC.png') no-repeat -0px -25px;
  overflow: hidden;
}

div.TabView div.Pages {
  width: 788px;
  float: left;
  height: 1000px;
  overflow: hidden;
}

div.TabView div.Pages div.Page {
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 0px 0px;
  height: 950px;
  overflow: hidden;
}
