/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.slide_show{
	height: 110px;
	background-color: #f1e7bc;
	border: 1px solid #ecca2d;
	clear: both;
	display: block;
	overflow: hidden;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.tab_menu{
	voice-family: "\"}\"";
	voice-family: inherit;
	position: relative;
	top: -30px;
	padding-left: 10px;
}

.tab_menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.tab_menu  ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}
.tab_menu   ul  li a{
	display: block;
	text-decoration: none;
	background-color: #f5b634;
	border: 1px solid #b5882b;
	height: 19px;
	width: 19px;
	line-height: 19px;
	font-size: 12px;
	color: #FFF;
	margin: 2px;
	text-align: center;
}

.tab_menu a:hover{
	text-decoration: underline;
}

.tab_menu a.selected{ /*currently selected tab*/
	font-weight: bold;
	background-color: #ffdf9e;
	color: #b5882b;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
