@charset "utf-8";
/* CSS Document */
#containner #main #center {
	display: none;
}
#containner #main #left {
	text-align: left;
	float: left;
	width: 140pt;
	height: 400pt;
}
#containner #main #right {
	height: 800pt;
	width: 500pt;
	float: left;
	text-align: left;
	padding-left: 10pt;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #000000;
}
#containner #main {
	clear: both;
	float: left;
	height: 800pt;
	width: 750pt;
}
#containner #main #left #navigation #logo {
	padding-left: 10pt;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 1px;
}

#containner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	text-decoration: none;
}
.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

/* receive from Emrah */
.scrollgeneric
{
 display:none;
}

.flexcroll, .mcontentwrapper, .contentwrapper {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  overflow: visible !important;
}
/* end form Emrah2*/