/* See http://docs.jquery.com/UI/Theming/API */

#tabs {
  padding: 0;
  border: 0;
  font-family: Arial, Geneva, Helvetica, sans-serif;
 }

 .ui-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
 }

 .ui-widget-header {
  border:1px solid #fff;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
 }

 .ui-tabs .ui-tabs-nav {
  padding: 0;
 }

 .ui-tabs .ui-tabs-nav li {
  /* width: 100%; */
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
border-bottom-width:1px;
border-bottom-color:#f1f1f1;
 }

 .ui-tabs .ui-tabs-nav li a {
  padding: 1em;
 }

#tabs .ui-widget-header .ui-state-default {
  background: #f2f2f2;
  background-image: linear-gradient(#fff,#f1f1f1);
}

#tabs .ui-widget-header .ui-state-active {
  background-color:#fff;
  background-image:none;
border-bottom-color:transparent;
}

#tabs .ui-widget-header .ui-state-hover{
background-color:#eee;
border:1px solid #aaa;
background-image:none;
}

 .ui-corner-all {
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
 }

 .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
 }

 .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
 }

 .ui-widget {
  font-size: 12px;
 }

/* ---------------------- MOBILE TABS ----------------- */


 div.toggle_button {
  position:relative;
  /* background: #eee; */
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  cursor: pointer;
  /* background: #eee linear-gradient(#fff,#f1f1f1); */
  background-color: #eee; 
  background-image: linear-gradient(bottom, #f1f1f1 15%, #fff 58%);
  background-image: -o-linear-gradient(bottom, #f1f1f1 15%, #fff 58%);
  background-image: -moz-linear-gradient(bottom, #f1f1f1 15%, #fff 58%);
  background-image: -webkit-linear-gradient(bottom, #f1f1f1 15%, #fff 58%);
  background-image: -ms-linear-gradient(bottom, #f1f1f1 15%, #fff 58%);
  background-image: -webkit-gradient(
                             linear,
                             left bottom,
                             left top,
                             color-stop(0.15, #f1f1f1),
                             color-stop(0.58, #fff)
);
 }

div.toggle_button:hover{
background:#eee;
}

 div.toggle_button a {
  display:block;
  padding: 7px 2px 7px 12px;
 }

 div.open_button {
  border-bottom: 1px solid #ccc;
 }

 div.notlast_button {
  border-bottom: 0;
 }

 .arrow_open, .arrow_close {
  position:absolute;
  right:10px; top:50%;
  margin-top:-9px;
 }

 .arrow_close {
  display: none;
 }

 .arrow_open img, .arrow_close img {
  margin:0;
 }


/* Media Queries ------------------------------------------------------------------------------------ */

/* iPhone, etc portrait ---- */
@media only screen and (min-width: 320px) {


}




/* iPhone, etc landscape ---- */
@media only screen and (min-width: 480px) {




}



/* iPad, tablets etc portrait ---- */
@media only screen and (min-width: 768px) {



} 




/* Laptops, Desktops, etc ---- */
@media only screen and (min-width: 1024px) {



}




@media only screen and (min-width: 1200px) {

}