.EgitimOzellikCover {
	width:860px;
	margin:auto;
}
.EgitimOzellikIcerik {
	background-color:#FFF;
	margin-bottom:20px;
	border:1px #c8d4e2 solid;
}
.shadetabs {
	padding: 3px 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; 
	margin:0;
	margin-top: 20px;
}

.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 4px 7px;
	margin-right: 3px;
	border: 1px solid #c8d4e2;
	color: #494949;
	background: white url(shade.gif) top left repeat-x;
	font-size:13px;
	padding-left:12px;
	padding-right:12px;
}
.shadetabs li a:visited {
	color: #494949;
}
.shadetabs li a:hover {
	text-decoration:none;
	color: #494949;
	background-color:#FFFFCC;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}
.shadetabs li a.selected { /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: #fff;
	color:#3665a1;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}

