
#rightChannel-tabs, #detail-tabs {clear:both;}
#mytabs ul.tabs	{
	padding-left: -20px!important;
	list-style-image: none!important;
	}
	
	.ui-tabs .ui-tabs-hide {
      position: absolute;
      left: -10000px;
      top: -10000px;    
}


/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 12px;
	font-weight: 400;
}
.ui-tabs-nav {
	margin: 0 0 0 5px!important;/*  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 0 0 1px;
	min-width: 60px; /* be nice to Opera */
}
.ui-tabs-nav a {
	display: inline-block!important;
	position: relative;	
	top: 1px;	/*  hided top box line  */
	/*  height: 16px;  */
	padding: 2px 10px 5px 10px;
	color: #fff!important;	
	background-color: #7e99aa;
	border-left: 1px solid #7e99aa;
	border-top: 1px solid #7e99aa;
	border-right: 1px solid #7e99aa;	
	text-decoration: none!important;
	text-align: center;
	white-space: nowrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */			
	margin-top: 4px;
	min-width: 60px; /*  setting min-width of tab for all browsers  */
	width: auto!important; /*  setting min-width of tab for all browsers  */
	width: 60px; /*  setting min-width of tab for all browsers  */	
	font-weight: 800;
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 200;	
	margin-top: 0;	
	height: 22px;		
	padding: 5px 10px 0 10px;
	color: #111!important;
	background-color: #fff!important;
	border-left: 1px solid #717171!important;
	border-top: 1px solid #717171!important;
	border-right: 1px solid #717171!important;
	cursor: text!important;
	background-image: url(/images/shell/bg-tab-active.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
	
}

.ui-tabs-nav a:hover {
	color: #fff!important;
	background-color: #b01a24;
	border-left: 1px solid #b01a24;
	border-top: 1px solid #b01a24;
	border-right: 1px solid #b01a24;
}

#rightChannel-tabs li a {padding:2px 8px 5px 8px;}
#rightChannel-tabs .ui-tabs-selected a {padding:5px 8px 0px 8px;}


.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: #000!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;
}

/*  style and copy for jquery tab information fragments */
.boxed	{
/*  	float: left;  */
	/*  width: 655px;  */
	padding: 10px 10px 20px 10px;
	margin-bottom: 15px!important;
/*  	min-height: 100px;
	height:auto !important;
	height: 100px;  */
	clear: both;
	font-size: 12px;
	border: 1px solid #717171;
	background-image: url(/images/shell/bg-boxed.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
#detail-tabs .boxed
{
	width: 645px;
}	
.boxed-side	{
	padding: 10px 10px 20px 10px;
	margin-bottom: 15px!important;
	clear: both;
	font-size: 11px;
	position: relative;
	float: left;
	border: 1px solid #717171;
	/*  background-color: #fff;  */
	color: #333;
	background-image: url(/images/shell/bg-boxed.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 100;
	}
.boxed-side.image-gallery	{
	padding: 10px 0px 10px 0px;
	float:none;
	/* margin-bottom: 15px!important;
	clear: both;
	font-size: 11px;
	 position: relative;
	border: 1px solid #717171;
	background-color: #fff;
	background-image: url(/images/shell/bg-boxed.gif);
	background-position: bottom;
	background-repeat: repeat-x;  */
	}	
	.boxed-side.image-gallery-map	{
	padding: 0 0 10px 0;
	float:none;
	/* margin-bottom: 15px!important;
	clear: both;
	font-size: 11px;
	 position: relative;
	border: 1px solid #717171;
	background-color: #fff;
	background-image: url(/images/shell/bg-boxed.gif);
	background-position: bottom;
	background-repeat: repeat-x;  */
	}	
.boxed h3, .boxed-side h3	{
	font-size: 14px;
	margin: 0;
	}
