/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.keditor {
	width:100%;
}

.keditor li { list-style:none; float:left; }

.keditor ul a {
	display:block;
	padding:10px 43.6px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	color:#636363;
	background:#cccccc;
	border:1px #eeeeee solid;
}

.keditor ul a:hover {
	color:#FFF;
	background-color:#ffbd5b;
	border:1px #eeeeee solid;
 }
  
 
.keditor ul a.selected {
	margin-bottom:0;
	color:#1e1e1e;
	background-color:#ff9900;
	border:1px #eeeeee solid;
	border-bottom:none;
	cursor:default;
}



.keditor div.coat {
	border:1px #eeeeee solid;
}

.keditor div a { color:#000; font-weight:normal; }


/* style2----------------------------------------------------------------- */


#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

