/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;

}

.modernbricksmenu2 li{
display: inline;
/*margin: 0 2px 0 0;*/

text-transform:uppercase;
}

.modernbricksmenu2 a{
/*float: left;
display: block;
font: bold 14px Arial;
color: black;
text-decoration: none;
margin: 0 5px 0 0;

background-color: #D4D4D4;
border-color: gray; */
display: inline-block;
  padding: 9px 4px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  
  border-radius: 2px;
  
 background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}


.modernbricksmenu2 a:hover{
/*background-color: black;  
color: white;*/
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: black; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}