/*			Search Panel Tabs			*/

.search-tabpanel, .search-tabpanel-container, .search-tab-content{
	overflow: hidden;
}
.search-tabpanel-container{
	position: relative;
}

.search-tab-content{

	/* 	CHECK in IE		*/
/*	position: relative !important;*/


	width: 100%;
	/*float: left;*/
}

/*.search-tab-headers {
	background-color: #c1c1c1;
	height: 36px;
}

.search-tab-header {
	width: 50%;
	float: left;*/
/*	
	IE ?
	margin-left: -10px;
	
*/
/*	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor:pointer;
}

	.search-tab-header-left{
		float: left;
		width: 100%;
		overflow: hidden;
		text-align: center;
		display: inline-block;
		height: 36px;
		margin-right: -13px;
	}
	
		.search-tab-headers li.active-left .search-tab-header-left{
		   background: url(../images/tab/tab-left2.png) no-repeat;
		}

		.search-tab-headers li.active-right .search-tab-header-left{
		   background: url(../images/tab/tab-right-gray-mirror.png) no-repeat;
		}

	
	.search-tab-header-inner{
		float: left;
		width: 100%;
		text-align: center;
		margin-left: 13px;
		display: table;
		height: 36px;
		z-index: 2;	
	}
		.active-left .search-tab-header-inner,.active-right .search-tab-header-inner{
	   	background: url(../images/tab/tab-inner.png) repeat-x;
		}
	
	.search-tab-header-text{
		color: #5e5d4f;	
		font-weight: bold;
		background: transparent;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
	}*/
		.active-left,.active-right{
			cursor: default;	
		}
	
	.ext-ie .search-tab-header-text{
		position: relative;
		top: 12px;
	}
	
	/*.search-tab-header-right{
		width: 13px;
		height: 100%;
		float: left;
	}*/
	/*	.active-left .search-tab-header-right,.active-right .search-tab-header-right{
	   	background: url(../images/tab/tab-right-gray.png) no-repeat;
		}
		.search-tab-headers li.active-right .search-tab-header-right{
		   background: url(../images/tab/tab-left-gray-mirror.png) no-repeat;
		}*/	

/* tab */
.i-tab-l {
	background: transparent url(../images/tab/sides.png) no-repeat scroll 0 0;
	padding-left: 10px;
	display: list-item;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside; 
	
	
/*	margin-right:-8px;*/
	float: left;
	clear: right;
/*	position: relative;*/
	cursor: pointer;
	width: auto;
}
.i-tab-r {
	background: transparent url(../images/tab/sides.png) no-repeat scroll right center;
	padding-right: 10px;
	display: table-cell;
	width:auto;
}
.i-tab-c {
	background: transparent url(../images/tab/center.png) repeat-x scroll 0 0;
	height:40px;
	width:auto;
	color: #a5a5a5;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;

}

/* over */
.i-tab-over {
	background: transparent url(../images/tab/hover-sides.png) no-repeat scroll 0 0;
}
.i-tab-over .i-tab-r {
	background: transparent url(../images/tab/hover-sides.png) no-repeat scroll right center;
}
.i-tab-over .i-tab-c {
	background: transparent url(../images/tab/hover-center.png) repeat-x scroll 0 0;
	color: #9ed219;
}


.i-tab-active .i-tab-c {
	color: #4a4a4a !important;
}


.i-tab-active, .i-tab-active .i-tab-r {
	background-image: url(../images/tab/active-sides.png);
	background-repeat:  no-repeat;
}
	
.i-tab-active {
	z-index: 10000 !important;
}
.i-tab-active .i-tab-r {
	background-position: right top;
	z-index: 10000 !important;
}
.i-tab-active .i-tab-c {
	background: transparent url(../images/tab/active-center.png) repeat-x scroll 0 0 !important;
	z-index: 10000 !important;
}

.i-tab-active{
	cursor: default;
}
		

		
		.i-closeTab{
			cursor:pointer;
			width:7px;
			height: 42px;
			clear: none !important;
			padding: 0 !important;
			margin-left: 5px;
			background-image: url(../images/tab/close.png);
			background-repeat: no-repeat;
			background-position: center center;
			float: left;
			position: static;
			top: 4px;
		}
.i-tab-text{
	float: left;
	line-height: 42px;
	vertical-align: middle;

}

.i-tab-active  .i-closeTab{
	background-image: url(../images/tab/close-active.png);
}

.i-closeTab-over{
	background-image: url(../images/tab/close-hover.png) !important;	
}

/* the new search tab panel*/
.i-search-panel {
		background-color: #c1c1c1;
}

.i-search-panel div .i-tab-l {
	 background: transparent none no-repeat !important;
	 width: 46%;
	 
}
.i-search-panel div .i-tab-r {
	 background: transparent none no-repeat !important;
	 width: 100%;
	 display: block;
}
.i-search-panel div .i-tab-c {
	 background: transparent none no-repeat !important;
	 width: 100%;
	 display: block;
	 text-align: center;
	 color:#4A4A4A;
}
.i-search-panel div .i-tab-c em.i-tab-text {
	width: 100%;
	text-align: center;
	
}

.i-search-panel a[tab=i-left-search].i-tab-active {
	 background: url(../images/tab/tab-left2.png) no-repeat left top !important;
}
.i-search-panel a[tab=i-left-search].i-tab-active .i-tab-r {
	 background: url(../images/tab/tab-right.png) no-repeat scroll right top!important;
}
.i-search-panel a[tab=i-left-search].i-tab-active .i-tab-c {
	 background: #ffffff none no-repeat !important;
}

.i-search-panel a[tab=i-right-search].i-tab-active {
	 background: url(../images/tab/tab-right-gray-mirror.png) no-repeat left top !important;
}
.i-search-panel a[tab=i-right-search].i-tab-active .i-tab-r {
	 background: url(../images/tab/tab-right.png) no-repeat scroll right top!important;
}
.i-search-panel a[tab=i-right-search].i-tab-active .i-tab-c {
	 background: #ffffff none no-repeat !important;
}
.tab-fixed {
	width: 1px;
	height: 41px;
}
.tab-scroll {
	width: 26px;
	height: 41px;
}
.tab-scroll-left {
	background: transparent url(../images/tab/tab_s_left.png) no-repeat scroll 0 bottom;
}
.tab-scroll-left-over {
	background: transparent url(../images/tab/tab_s_left_over.png) no-repeat scroll 0 bottom;
}

.tab-scroll-right {
	background: transparent url(../images/tab/tab_s_right.png) no-repeat scroll 0 bottom;
}
.tab-scroll-right-over {
	background: transparent url(../images/tab/tab_s_right_over.png) no-repeat scroll 0 bottom;
}

.tab-scroll-menu {
	background: transparent url(../images/tab/tab_menu.png) no-repeat scroll 0 bottom;
}
.tab-scroll-menu-over {
	background: transparent url(../images/tab/tab_menu_over.png) no-repeat scroll 0 bottom;
}

#_home .i-tab-text, #_startmenu .i-tab-text {
	height:42px;
	width:27px;
}

#_home .i-tab-text {
	background:transparent url(../images/icons/home_icon_inactiv.png) no-repeat scroll center center;
}
#_startmenu .i-tab-text {
	background:transparent url(../images/icons/plus_icon_inactiv.png) no-repeat scroll center center;
}
#_home.i-tab-active .i-tab-text {
	background:transparent url(../images/icons/home_icon_activ.png) no-repeat scroll center center;
}
#_startmenu.i-tab-active .i-tab-text {
	background:transparent url(../images/icons/plus_icon_activ.png) no-repeat scroll center center;
}

