.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 600px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: url(acik_sari.jpg) no-repeat;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 3px 1px 0 3px;
	width:90px;
	height:21px;
	text-align:center;
}

.tabbed-pane .tabs li a {
	color: #000;
    font-weight: bold;
    font-family: "Trebuchet MS", Trebuchet, Arial;
    font-size: 12px;
	display: block;
	padding: 3px;
	background: url(koyu_sari.jpg) no-repeat;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
}
.tabbed-pane .pane {
	border: 0px solid #CCCCCC;
	padding: 0px;
	clear: both;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #CCCCCC;
	width: 600px;
	top: 0;
	left: 0;
	background: white center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}