/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
	display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	display: none;
    }
}

#mytabs ul.tabs	{
	float: left;
	margin: 0!important;
	}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
	float: left;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
	width: 100%;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	list-style-image: none!important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.ui-tabs-nav li:last	{
	border-bottom: 1px solid #ccc!important;
	}
.ui-tabs-nav a, .ui-tabs-nav a.inactive {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	display: block!important;
	padding: 8px 10px!important;
	background: gainsboro!important;
	color: #6E625F!important;
	border-right: none!important;
	position: relative;
	text-decoration: none!important;
	line-height: 1.4;
	text-align: left;
	outline: 0; 
	width: 100%;
	white-space: normal;
	border-radius: none!important;
	top: 1px;

}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	color: #6E625F!important;
	background: #fff!important;
	cursor: text!important;
}
.ui-tabs-nav a:hover {
	color: #333!important;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	color: #554B3E!important;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-panel {
/* 	border-top: 1px solid #ccc;
	padding: 1em 8px; */
	/* background: #fff; declare background color for container to avoid distorted fonts in IE while fading */
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}


/* ul.tabs li a	{
	font-weight: 800;
	font-size: 12px;
	} */
/*  style and copy for jquery tab information fragments */
.boxedHolder	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 45px 15px 15px 15px;
	margin: 0 0 15px 0!important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	}	
	
	
	
	
	
	
	
	
	
	
/* .boxed h3	{
	font-size: 13px;
	display: none;
	margin: 0;
	} */

.boxed .thumb-container	{
	width: 100%;
	}