/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display: none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin: 11px 0px 0px 0px;
	width: 316px;
	float: left;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 316px;
	height: 28px;
}
ul.tabbernav li {
	list-style: none;
	float: left;
}


/* Tab back */
ul.tabbernav li a {
	padding: 7px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/tabs.gif) no-repeat 0px -30px;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 21px;
	width: 82px;
}
ul.tabbernav li a:link { 
	color: #fff;
}
ul.tabbernav li a:visited { 
}
/* Tab back rollover */
ul.tabbernav li a:hover {
}


/* Tab front */
ul.tabbernav li.tabberactive a {
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/tabs.gif) no-repeat;
}
/* Tab front rollover */
ul.tabbernav li.tabberactive a:hover {
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 0px;
	margin: 0px;
	height: 280px;
	width: 316px;
	color: #fff;
	background: url(http://elements6.superlativestudio.com/templates51/3682/images/tab-body-bg.jpg) no-repeat;
	
/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}
