/* tabs */




/** COLORS & BUTTON STYLING **/
.tab a,.tab a:visited,.tab a:hover,.tab_selected a,.tab_selected a:visited
{
  
  color:#ABA599;
  margin-bottom:5px;
  text-decoration:none;
  padding:2px 4px;
  text-transform:uppercase;
}
.tab a:hover 
{
  background:#DFDAD1;
}

/** COLORS & BUTTON STYLING : HORIZONTAL TABS **/

.tabs_h .tab a,.tabs_h .tab a:visited,.tabs_h .tab a:hover,.tabs_h .tab_selected a,.tabs_h .tab_selected a:visited
{
  margin-bottom:0px;
}

.tabs_h .tab a:hover {}


/** SELECTED TAB **/
.tab_selected a,.tab_selected a:hover,.tab_selected a:visited
{
  color:#000;
}

/** SELECTED TAB : HORIZONTAL **/
.tabs_h .tab_selected a,.tabs_h .tab_selected a:visited,.tabs_h .tab_selected a:hover
{
  
  border:1px solid #ccc;
  border-bottom:none;
}

.tabs:empty
{
  display:none;
}


/** STRUCTURE **/

.tabs 
{
  float:left;
  width:180px;
  padding:23px 15px 0 0;
}

.tabs_content 
{
  float:left;
  width:420px;
  background:none;
  border:none;
  overflow:visible;
  padding: 23px 0 0;
}

.tab_display 
{
  background:none;
  border:none;
  padding:0;
  overflow:visible;
}

.tab a,.tab a:visited,.tab a:hover,.tab_selected a,.tab_selected a:visited
{
  display:block;
  height:auto;
}

.tab_category_group_heading
{
  color:#660000;
}


/** HORIZONTAL TABS **/
.tabs_h .tabs_content,.tabs_h .tabs
{float:none;width:auto;}
.tabs_h .tabs {border-bottom:1px solid #ccc;margin-bottom:10px;}
.tabs_h .tab,.tabs_h .tab_selected
{display:inline-block;}

.tabs_h .tab a
,.tabs_h .tab a:visited
,.tabs_h .tab a:hover
,.tabs_h .tab_selected a
,.tabs_h .tab_selected a:visited
{
  text-decoration:none;
  padding:10px 16px;
  
}


@media only screen and (max-width: 940px)
  {
  
  
}

@media (max-width: 768px)
  {
  .tabs 
  {
   
  }
  
  
  .tabs_content 
  {
     width:540px;
  }
}



@media (max-width: 750px)
  {
  .tabs 
  {
    float:none;
    width:100%;
    padding:0;
  }
  
  .tabs .tab
  {
    display:inline-block; 
  }
  
  .tabs_content 
  {
    float:none;
    width:100%;
  }
}

