.tabberlive .tabbertabhide
{
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber
{
	display: table;
	width: 100%;
}

.tabberlive
{
	margin-top: 0;
	width: 435px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav 
{
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #A1B1D7;
	/*width: 436px;*/
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
	font-family: arial, sans-serif;
}

ul.tabbernav li a
{
	padding: 5px 1em;
	padding-top: 0.4em;
	margin-left: 3px;
	border: 1px solid #A1B1D7;
	border-bottom: none;
	background: #E2EAF4 url(../img/bg_tabFeatureTab.gif) left bottom repeat-x;
	text-decoration: none;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bold;
}

ul.tabbernav li a:link
{
	color: #448;
}
/* ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover
{
	color: #fff;
	background: #3D71B7;
	border-color: #3D71B7;
}

ul.tabbernav li.tabberactive a
{
	background: #fff url(../img/bg_tabFeatureTabActive.gif) left top repeat-x;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: #fff url(../img/bg_tabFeatureTabActive.gif) left top repeat-x;
	border-bottom: 1px solid white;
}

div.featured-text
{
	padding-bottom: .5em;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	color: #717264;
	padding: .5em 1em;
	border: 1px solid #BCD0E8;
	border-top: 0;
	background-color: #FFF;
	height: 300px;
	overflow: auto;
	font-family: georgia, serif;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
	display: none;
}

.tabberlive .tabbertab h3
{
	display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
/* .tabberlive#tab1 {
}
.tabberlive#tab2 {
} */
.tabberlive#tab2 .tabbertab
{
	height: 190px;
	overflow: auto;
}
