#tabs_header {
  height: 27px;
  background-image: url(../img/common/tabs2_inside_bar_bg.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
  display: block;
}

.hide {
  display: none;
}

#tab1_menu {
  float: left;
  position: relative;
  background: url(../img/common/tabs2_inside_pages.jpg);  
  padding: 0;
  width: 440px;
  height: 27px;
}

#tab1_menu li {
  margin: 0; 
  padding: 0; 
  list-style: none; 
  position: absolute; 
  top: 0;
  
}

#tab1_menu li, #tab1_menu a {
  height: 27px; 
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-family: verdana, arial, helvetica, san-serif; 
  font-size:11px;
}

.tabs_padding { padding-top:6px; }


/*column 1, benefits release and keyfeatures tabs*/

#tab-one, #tab-one-current  {
  left: 0px;
  width: 110px;
}

#tab-one, #tab-one-current a {
  color: #4E51B5;
}

#tab-one a:hover {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 0 -54px !important;
}

#tab-one-current {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 0 -27px;
}

#tab-two, #tab-two-current  {
  left: 110px;
  width: 110px;
}

#tab-two, #tab-two-current a {
  color: #4E51B5;
}

#tab-two a:hover {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 116px -54px !important;
  }

#tab-two-current {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 116px -27px;
}

#tab-three, #tab-three-current  {
  left: 220px;
  width: 110px;
}

#tab-three, #tab-three-current a {
  color: #4E51B5;
}

#tab-three a:hover {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 226px -54px !important;
  }

#tab-three-current {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 226px -27px;
}

#tab-four, #tab-four-current  {
  left: 330px;
  width: 110px;
}

#tab-four, #tab-four-current a {
  color: #4E51B5;
}

#tab-four a:hover {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 336px -54px !important;
  }

#tab-four-current {
  background: transparent url(../img/common/tabs2_inside_pages.jpg) 336px -27px;
}


#tab1_content {
  
  width: 446px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

ul { 
font-family:, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
   

/*.content-data-current, .content-data {
  padding: 10px 15px 10px 0px;
}*/
.tab1-data-current, .tab1-data
{	padding:10px 15px 10px 0px }


#tab_one-data, #keyfeatures-data, #specs-data, #firmware-data {
  overflow:hidden;
}


a:active, a:focus {
  outline: 0
}

HTML {
  overflow: -moz-scrollbars-vertical;
}
