/********************************************************************************
                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 0px 5px 0;
list-style:none;
float: none;width:100px; font-size:12px;
}

/********************************************************************************
                Style 1
********************************************************************************/
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.style1 {
background: #D6D6D8;
}
.tabberlive.style1 {
padding:15px 0 3px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.style1 ul.tabbernav {
 margin:0;
 padding: 1px 0;
 font: bold 12px; /* Verdana, sans-serif*/
}
*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:#fff;
border:1px solid #ccc;
color:#666769;
font-size:11px;
padding:5px;
font-weight: bold;
}
.style1 ul.tabbernav li.tabberactive a{ /* active tab */
background-color:#666769;
border:1px solid #666769;
color:white;
font-size:11px;
padding:5px;
}
.style1 ul.tabbernav a:hover {
background:#666769;
text-decoration:none;
color:#fff;
}
.style1 ul.tabbernav {
 margin:0 5px !important;
 padding: 3px 0 0 5px !important;
 font: bold 12px Verdana, sans-serif;
 float: 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 #FFFFFF;
margin:10px;
padding:10px;
border: 1px solid #CCCCCC;
}

/* 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 {
padding-top:30px;border-top: 3px solid #B8A15E !important;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.style2 ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 margin-left: 0px !important;
float: none;
}

.style2 ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline; width:100px;
 
}

.style2 ul.tabbernav li a
{ font-size:11px;
 padding: 5px 15px;width:100px;
 margin-left: 0px;
 border: 1px solid #E2D7B7;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiNmOWYzZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTNjZjk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(249,243,225,1) 27%, rgba(227,207,151,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgba(249,243,225,1)), color-stop(100%,rgba(227,207,151,1)));
background: -webkit-linear-gradient(top,  rgba(249,243,225,1) 27%,rgba(227,207,151,1) 100%);
background: -o-linear-gradient(top,  rgba(249,243,225,1) 27%,rgba(227,207,151,1) 100%);
background: -ms-linear-gradient(top,  rgba(249,243,225,1) 27%,rgba(227,207,151,1) 100%);
background: linear-gradient(to bottom,  rgba(249,243,225,1) 27%,rgba(227,207,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3e1', endColorstr='#e3cf97',GradientType=0 );

 
}

.style2 ul.tabbernav li a:link { color: #000; }
.style2 ul.tabbernav li a:visited { color: #000; }



.style2 ul.tabbernav li.tabberactive a
{
color:#000;
border-bottom: none; color:#fff;
background: rgb(201,193,144);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNjOWMxOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNiOGExNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjdhZDcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(201,193,144,1) 13%, rgba(184,161,94,1) 90%, rgba(183,173,112,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(201,193,144,1)), color-stop(90%,rgba(184,161,94,1)), color-stop(100%,rgba(183,173,112,1)));
background: -webkit-linear-gradient(top,  rgba(201,193,144,1) 13%,rgba(184,161,94,1) 90%,rgba(183,173,112,1) 100%);
background: -o-linear-gradient(top,  rgba(201,193,144,1) 13%,rgba(184,161,94,1) 90%,rgba(183,173,112,1) 100%);
background: -ms-linear-gradient(top,  rgba(201,193,144,1) 13%,rgba(184,161,94,1) 90%,rgba(183,173,112,1) 100%);
background: linear-gradient(to bottom,  rgba(201,193,144,1) 13%,rgba(184,161,94,1) 90%,rgba(183,173,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c190', endColorstr='#b7ad70',GradientType=0 );


}




/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.style2.tabberlive .tabbertab {
margin-top:3px;
padding:5px;
background: #fff;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

height:215px; 

 /* 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;
}