/*tabs*/
#tabbing  {
	clear: both;
	margin: 15px 0 4px 0;

}
#tabbing .tabs {
	border-bottom: 1px solid #ddd;
	height: 20px;
	margin-bottom: 0px;
	padding: 0 20px 0 0;
	margin: 0;

}

#tabbing .tabs li {
	float: right;
	display: inline;
	margin-right: 4px;
	height: 20px;
}

#tabbing .tabs li a {
	display: block;
	border: 1px solid #BEBEBE;
	border-bottom: 0;
	padding: 0 5px 0 5px;
	background: #efefef;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 90%;
	font-family: arial;
}

#tabbing .tabs li a:hover {
	background: #498fd6;
	color: #fff;
}

#tabbing .tabs li a.selected {
	background: #fff;
	border-bottom: 0px solid  #BEBEBE;
	color: #000;
	z-index: 9;
}

#tabbing .tabs li a.selected:hover {
	background: #fff;
	color: #333;
	z-index: 9;
	border-bottom: 0px solid  #498fd6;
}

#tabbing .tabcontent {
	display: none;
	border-top: 0;
	min-height: 200px;
}

#tabbing .tabcontent li {
	padding: 4px 0 4px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
}