/********************************************************************************



                Tabber CSS



********************************************************************************/







/*--------------------------------------------------



  REQUIRED to hide the non-active tab content.



  But do not hide them in the print stylesheet!



  --------------------------------------------------*/



.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------



  Some styles to help most WordPress themes



  --------------------------------------------------*/



.tabberlive h3 { /* hide std widget titles */
	display:none;
}
ul.tabbernav li { /* hide bullets from tab headings */
	background:none;
	padding:5px 5px 5px 0;
	list-style:none;
}
/********************************************************************************



                Style 1



********************************************************************************/



/*--------------------------------------------------



  .tabber = before the tabber interface is set up



  .tabberlive = after the tabber interface is set up



  --------------------------------------------------*/



.style1 {
	background: #none;
}
.tabberlive.style1 {
	padding:none;
	width: 300px;
}
/*--------------------------------------------------



  ul.tabbernav = the tab navigation list



  li.tabberactive = the active tab



  --------------------------------------------------*/



.style1 ul.tabbernav {
	margin:0;
	padding: 1px 0;
	font-weight: normal;
	font-style: normal;
}
*html .style1 ul.tabbernav {  /* ie6 only */
	padding: 2px 0;
}
*+html .style1 ul.tabbernav {  /* ie7 only */
	padding: 2px 0;
}
.style1 ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
.style1 ul.tabbernav li a { /* inactive tabs */
	background-color:#951A13;
	border:1px solid ##951A13;
	color:#fff;
	padding:8px 8px 4px 9px;
	margin-right: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font: 16px "Myriad Pro", Arial, Verdana, Helvetica;
	letter-spacing: 1px;
	z-index: -1;
	-moz-border-radius:10px 10px 0 0;
}
.style1 ul.tabbernav li.tabberactive a { /* active tab */
	background-color:#cc6666;
	border:5px solid #cc6666;
	color:white;
	padding:3px;
	letter-spacing: 1px;
	font: 16px "Myriad Pro", Arial, Verdana, Helvetica;
	-moz-border-radius:10px 10px 0 0;
}
.style1 ul.tabbernav a:hover {
	background: #951a13;
	text-decoration:none;
	color:#fff;/*



font-style: italic;



	font-family: "Myriad Pro", Arial, Verdana, Helvetica;*/
}
.style1 ul.tabbernav {
	margin:0 5px !important;
	padding: 3px 0 0 5px !important;
	font: 16px "Myriad Pro", Arial, Verdana, Helvetica;
	letter-spacing: 1px;
	text-decoration: none;
}
/*--------------------------------------------------



  .tabbertab = the tab content



  Add style only after the tabber interface is set up (.tabberlive)



  --------------------------------------------------*/



.style1.tabberlive .tabbertab {
	background:none repeat scroll 0 0 #CC6666;
	border:1px solid #CC6666;
	height:100%;
	margin:3px 0 0 10px;
	padding:5px 5px 0 5px;
	width:280px;
	z-index:100;
}
/* Example of using an ID to set different styles for the tabs on the page */



.style1.tabberlive#tab1 {
}
.style1.tabberlive#tab2 {
}
.style1.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
.style1 .tablist {
	font-size:.8em;
}
/********************************************************************************



                Style 2



********************************************************************************/



/*--------------------------------------------------



  .tabber = before the tabber interface is set up



  .tabberlive = after the tabber interface is set up



  --------------------------------------------------*/



.style2.tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------



  ul.tabbernav = the tab navigation list



  li.tabberactive = the active tab



  --------------------------------------------------*/



.style2 ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	margin-left: 0px !important;
}
.style2 ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
.style2 ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
.style2 ul.tabbernav li a:link {
	color: #448;
}
.style2 ul.tabbernav li a:visited {
	color: #667;
}
.style2 ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
	text-decoration: none;
}
.style2 ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.style2 ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}
/*--------------------------------------------------



  .tabbertab = the tab content



  Add style only after the tabber interface is set up (.tabberlive)



  --------------------------------------------------*/



.style2.tabberlive .tabbertab {
	border:1px solid #AAAAAA;
	margin-top:3px;
	padding:5px;/* If you don't want the tab size changing whenever a tab is changed



    you can set a fixed height */







 /* height:200px; */







 /* If you set a fix height set overflow to auto and you will get a



    scrollbar when necessary */







 /* overflow:auto; */



}
/* If desired, hide the heading since a heading is provided by the tab */



.tabberlive .tabbertab h2 {
	display:none;
}
.style2.tabberlive .tabbertab h3 {
	display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */



.style2.tabberlive#tab1 {
}
.style2.tabberlive#tab2 {
}
.style2.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
