
	
	
	
	
	dl, dt, dd, ol, ul, li,

	 tr, th, td {
		margin:0;
	padding: 0;

		

	}
	
	:focus {
		outline: 0;
	}
	a {text-decoration: none; color: inherit}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	em {font-style: normal}

/* ============= Special Codes ============ */
	.clear{clear:both}
	.mavi {color: #009FF2!important}
	.mavi a{color: #009FF2!important}
	.nBR{border-right:none!important}
	.nBR2{border-right: 1px solid transparent!important}
	.nBB{border-bottom:none!important}
	.nBL{border-left:none!important}
	.nBL2{border-left: 1px solid transparent!important}
	.nBT{border-top:none!important}
	.nBorder {border: none!important}
	.noBG {background: none!important}
	.nMT {margin-top: 0!important}
	.nMB {margin-bottom: 0!important}
	.nML {margin-left: 0!important}
	.nMR {margin-right: 0!important}
	.nPT {padding-top: 0!important}
	.nPB {padding-bottom: 0!important}
	.nPL {padding-left: 0!important}
	.nPR {padding-right: 0!important}
	.effect {-moz-transition: all 0.25s ease-in-out 0s;-webkit-transition: all 0.25s ease-in-out 0s;transition: all 0.25s ease-in-out 0s;}
	.ortala {width: 978px; margin: 0 auto; position: relative}


/* ============= Unselectable ============ */
	*.secilmez {
	   -moz-user-select: -moz-none;
	   -khtml-user-select: none;
	   -webkit-user-select: none;
	   user-select: none;
	}

/* ============= Selection Background Color ============ */
	::selection
	{
	color:#7d8eaa;
	background: transparent;
	}
	::-moz-selection
	{
	color:#7d8eaa;
	background: transparent;
	}
	::-webkit-selection
	{
	color:#7d8eaa;
	background: transparent;
	}
	
	
	
