@charset "utf-8";
/* Jalice CSS Document | Author: amirbagheri.ir */

.tabs-ul li {
	display: inline;
	padding-left: 8px;
}

#tabs ul{
	line-height: 23px;
}

.tabs-ul a{
	color: #fff;
	padding: 4px 9px;
	background: #afafaf;
}

#tabs ul .selected {
	background: #d9d9d9;
	color: #333;
}


