/* 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;
    }
}
#mytabs	{
	
	}
#mytabs ul	{
	list-style-image: none!important;
	margin: 0!important;
	padding: 0!important;
	}
#my-tabs ul {
	margin: -50px 0 0 0!important;
	clear: both;
	}
/* Skin */
.ui-tabs-nav {
	margin: 0;/*  margin left before tabs start  */
	padding: 0;
	list-style: none!important;	
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0;
	/* min-width: 137px; be nice to Opera */
}
.ui-tabs-nav a {
	display: inline-block!important;
	position: relative;
	text-decoration: none!important;
	background-image: url(../images/shell/tab-sprite.png);
	background-position: top left;
	height: 38px;
	line-height: 34px;
	padding: 0 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #ccc!important;
	z-index: 2;
	text-shadow: 1px 1px 1px #000;
	white-space: nowrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover {
	position: relative;
	z-index: 2;	
	cursor: text!important;
	padding: 0;
	background-position: bottom;
	color: #fff!important;
	/*  text-shadow: 1px 1px 1px #fff;  */
}

.ui-tabs-nav li a.t1	{
	width: 220px!important;
	background-position: top left;
	}
.ui-tabs-nav .ui-tabs-selected a.t1, .ui-tabs-nav .ui-tabs-selected a:hover.t1 {
	position: relative;
	z-index: 2;	
	cursor: text!important;
	padding: 0;
	background-position: bottom left;
	color: #fff!important;
}

.ui-tabs-nav li a.t2	{
	width: 140px!important;
	background-position: top center;
	}
.ui-tabs-nav .ui-tabs-selected a.t2, .ui-tabs-nav .ui-tabs-selected a:hover.t2 {
	position: relative;
	z-index: 2;	
	cursor: text!important;
	padding: 0;
	background-position: bottom center;
	color: #fff!important;
}

.ui-tabs-nav li a.t3	{
	width: 220px!important;
	background-position: top right
	}
.ui-tabs-nav .ui-tabs-selected a.t3, .ui-tabs-nav .ui-tabs-selected a:hover.t3 {
	position: relative;
	z-index: 2;	
	cursor: text!important;
	padding: 0;
	background-position: bottom right;
	color: #fff!important;
	/*  text-shadow: 1px 1px 1px #fff;  */
}








.ui-tabs-nav a:hover {
	color: #fff;
}

.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: #fff!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;
}

/* 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;
}
.tabs-container	{
	width: 580px;
	height: 385px;
	padding: 0;
	/*  background: #58748A;  */
	color: #333;
	}
.boxed	{
	width: 580px;
	height: 385px;
	clear: both;
	position: relative;
	z-index: 1;
	}

	
	
	
	
	
	
	