/* tab css goes here */

#wrapperCat h1{
	color:#FFF;
	text-align:center;
	margin-bottom:5px;
        z-index:-2;
}

#tabCat {
	padding:4px;
	background-color:#3e3e3e;
	-moz-border-radius: 4px;
	border-radius: 4px; 
        z-index:-2;
}

.tabsCat{
	height:25px;
        z-index:-2;
}

.tabsCat > ul{
	font-size: 1em;
	list-style:none;
        z-index:-2;
}

.tabsCat > ul > li{
	margin:0 2px 0 0;
	padding:5px 5px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: #8F8F8F; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -moz-linear-gradient(top, #CCCCCC 0%, #696969 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#696969)); /* webkit */
        z-index:-2;
}

.tabsCat > ul > li:hover{
	background: #FFFFFF; /* old browsers */   
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -moz-linear-gradient(top, #8F8F8F 0%, #F3F3F3 10%, #F3F3F3 70%, #8F8F8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8F8F8F), color-stop(10%,#F3F3F3), color-stop(70%,#F3F3F3), color-stop(100%,#8F8F8F)); /* webkit */
	cursor:pointer;
	color: #333;
        z-index:-2;
}

.tabsCat > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -moz-linear-gradient(top, #C9C9C9 0%, #F3F3F3 10%, #F3F3F3 70%, #C9C9C9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9C9C9), color-stop(10%,#F3F3F3), color-stop(70%,#F3F3F3), color-stop(100%,#C9C9C9)); /* webkit */
	cursor:pointer;
	color: #333;
        z-index:-2;
}

.tabscontentCat {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:3px 3px 3px;
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #C9C9C9 0%, #C9C9C9 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9C9C9), color-stop(90%,#C9C9C9), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
        z-index:-2;
}
