/*Tag from ses 18.07*/

.tab{
	 margin: 0px;display: inline-block;
}
.tab .tabTitle{
	           height: 20px;
			   /*border-bottom: solid 1px #cccccc;*/
}
.tab .tabTitle li{
	              /*position: relative;*/
	              float: left;
				  _display: inline;
				  margin-right: 3px;
				  padding: 0px 4px;
				  height: 20px;
				  line-height: 20px;
				  border: solid 1px #cccccc;
				  border-bottom: none;
				  cursor: pointer;
}
.tab .tabTitle li span{
	                   display: none;
	                   /*position: absolute;*/
					   bottom: -3px;
					   left: 50%;
					   margin-left: -3px;
					   width: 7px;
					   height: 4px;
					   background: url(../img/arrow.png) no-repeat 0px -5px;
}
.tab .tabTitle li.active span{
	                   display: block;
	                   background-color: #FFFFFF;
	                   color: WHITE;
}

.tab .tabTitle li.active{
	                   display: block;
	                   background-color: #868686;
	                   color: WHITE;
}

.tab .tabContent{
	             padding: 4px;
}