/* use this to change single tab stayle*/
.single_item_tab {

	height: 33px;
	width: 100%;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	vertical-align: bottom;
	background-color: #f9f9fa;
	
}
.single_item_tab_text{
	bottom: 15px;
	left: 5px;
	font-size: 14;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	color: #58585a;
}
/* use this to change tabs stayle*/
.x-tab-panel-header{
	background-color: #aeb0b3;
	height: 33px;
	vertical-align: bottom;
	position: absolute;
	border: 0px;
}
/* use this to change the horizzontal position of tabs in the bar container*/
ul.x-tab-strip-top {
	background-color: ;
	padding-top: 10px;
	padding-bottom:1px;
	
	background:#aeb0b3 url() repeat-x scroll center bottom;
	border-bottom:0px solid;
}
/* TAB bar container*/
.tab-bar-container-top{
	background-color: #aeb0b3;
	height: 33px;
	border: 0px;
}
.tab-bar-container-bottom{
	background-color: #aeb0b3;
	height: 33px;
}
/* TAB css -  margin*/
.x-tab-strip{
	margin-right:5px;

	
}
ul.x-tab-strip li {
	margin-right:5px;
}

/* define x close button image for tab */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(../images/tabs/close.png);
}


/* define tab right border image */
.x-itsme-tab-left {
	/*background:transparent url(../images/tabs/tab-left.gif) no-repeat scroll right -351px;
	background-image:url(../images/tabs/tab-left.png);*/
	width:10px;
	background-color: yellow;
	margin-right: 0px;
	padding-left: 10px;
}

/* define tab left border image */
.x-itsme-tab-right {
	padding-left: 10px;
	/*background:transparent url(../images/tabs/tab-right.gif) no-repeat scroll 0 -51px;
	background-image:url(../images/tabs/tab-right.png);*/
	background-color: green;
}

/* define tab body image  */
.x-itsme-tab-inner {
	margin-right: 10px;
	margin-left: 10px;
	/*background:transparent url(../images/tabs/tab-body.gif) repeat-x scroll 0 -201px;
	background-image:url(../images/tabs/tab-body.png);*/
	background-color: blue;
}

.x-tab-strip-top .x-tab-left {
background:transparent url(../images/tabs/total-sprit.png) no-repeat scroll right -351px;
padding-right:10px;
}
.x-tab-strip-top .x-tab-right {
background:transparent url(../images/tabs/total-sprit.png) no-repeat scroll 0 -51px;
padding-left:10px;
}
.x-tab-strip-top .x-tab-strip-inner {
background:transparent url(../images/tabs/total-sprit.png) repeat-x scroll 0 -201px;
}
/* define tab text property*/
tab-strip-text {
}

.x-tab-panel-body-top{
	border: 0px;
}
.x-panel-body{
	border: 0px;
	
}

/*x of window*/
.x-tool-close {
background-position:0 0;
background:transparent url(../images/buttons/editor/x-tool-sprites.png)
}
.x-tab-scroller-right {
	background:transparent url(../images/tabs/tabbtns-right.png) 
}

.x-tab-scroller-left {
background:transparent url(../images/tabs/tabbtns-left.png) no-repeat scroll -18px 0;
}

	
/*tabs text color*/
.x-tab-strip .x-tab-strip-text{
	
	color: #333333 !important;
}
.x-tab-strip-active .x-tab-strip-text{
	color: #333333 !important;
}

/*color: #58585a !important;*/