﻿/* MENÜ ******************************************************************** */
/*
#burada
{
	font-size: 11px;
	background: url(/images/navigation.png) repeat-x 0px 0px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border: 0px;
	position: relative;
	height: 25px;
	float: left;
	vertical-align: middle;
}
*/
#navigation
{
	font-size: 12px;
	background: url(/images/navigation.png) repeat-x 0px 0px;

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	height: 25px;
}
#navigation div
{
	position: relative;
	height: 25px;
	display: block;
}
#navigation div span
{
	height: 25px;
}

#navigation .inner
{
	position: relative;
	height: 25px;
}
#navigation UL
{
display:block;
	padding-left:3px;
}
#navigation LI
{
	background-position: left top;
	padding-left: 1px;
	float: right;
	margin-left: 0px;
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
}
#navigation LI > SPAN
{
	background-position: right top; /*float: left;*/
	line-height: 25px;
	background-repeat: no-repeat;
	height: 25px;
}
#navigation LI > A
{
	padding-left: 5px;
	padding-right: 5px;
	background-position: right top; /*	display: block; */
	float: left;
	line-height: 25px;
	background-repeat: no-repeat;
	height: 25px;
	z-index: 150;
	color:#376B94;
	position: relative;
	text-decoration: none;
}
#navigation LI A:hover
{
	color: #236E94;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#navigation LI.first-child
{
}
#navigation-channels LI
{
	list-style:none;
	list-style-type:none;
}
#navigation-channels ul
{
	list-style:none;
	list-style-type:none;
}
#navigation-channels LI
{
	height: 25px; /*	display: block; */
	background-image: url(/images/nav-green.png);
	margin-left:-1px;

/*	background-image:none;
	background-color:#ffffff;
*/
}
#navigation-channels LI:hover
{
	background-image: url(/images/nav-selected.png);
}
#navigation-channels LI SPAN
{
	background-image: url(/images/nav-green.png);
}
#navigation-channels LI A
{
	background-image: url(/images/nav-green.png);
	height: 25px; /*	display: block; */
}
#navigation-channels LI A:hover
{
	color: #d74B64;
	background-image: url(/images/nav-selected.png);
}
#navigation-channels LI A img
{
	padding-top:8px;
}
#navigation-channels LI.selected A
{
	color: #D94F93;
}
#navigation LI.first-child
{
}
#navigation-channels LI.selected
{
	background-image: url(/images/nav-selected.png);
}
#navigation LI.selected SPAN
{
	background-image: url(/images/nav-selected.png);
	color: #D94F93;
}
#navigation LI.selected A
{
	background-image: url(/images/nav-selected.png);
}
#navigation-channels LI.burada
{
	float: left;
	color: #808080;
	background-image:none;
}

#navigation-channels LI.burada a
{
	color: #4080c0;
	text-decoration: none;
	font: 11px Tahoma;
	background-image:none;
}
#navigation-channels LI.burada a:hover
{
	color: #60a0f0;
	text-decoration: underline;
	font: 11px Tahoma;
}
#navigation-channels LI.burada span
{
	color: #808080;
	font: 11px Tahoma;
	line-height: 25px;
	background-repeat: no-repeat;
	height: 25px;
	background-image:none;
}
#navigation-channels LI.burada b
{
	color: #808080;
	font: 11px Tahoma;
	font-weight:normal;
}

#navigation-channels LI.arama
{
	float: right;
	background-image: none;
	display: inline;
	padding-left: 5px;
}
#navigation-channels LI.arama span.arama
{
	display: inline;
	background-image: none;
}
#navigation-channels LI.arama input.unwatermarked
{
	color: #40a0f0;
	display: inline;
	border: solid 1px #c0c0c0;
	padding: 2px;
	height: 16px;
	width: 148px;
	font-size: 11px;
}

#navigation-channels LI.arama input.watermarked
{
	color: #c0c0c0;
	display: inline;
	border: solid 1px #d0d0d0;
	padding: 2px;
	height: 17px;
	width: 148px;
	font-size: 11px;
}


#navigation-channels LI.arama a.arama
{
	background-image: none;
	font-weight: normal;
	font-size: 10px;
	display: inline;
	padding: 0px 0px 0px 5px;
}

#navigation .subnavigation
{
	visibility: hidden;
	display: none;
	min-height: 1px;
	left: 0px;
	width: 200px;
	padding-top: 35px;
	position: absolute;
	top: -9px;
	z-index: 10;
}
#navigation .subnavigation .inner
{
	/*	background: url(/images/subnavigation-dropdown.png);*/
	width: 200px;
	z-index: 10;
}
#navigation .subnavigation .inner table
{
	background-color: #E5F1F8;
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-right: #a0a0a0 1px solid;
	border-top: #a0a0a0 1px solid;
	border-left: #a0a0a0 1px solid;
	border-bottom: #a0a0a0 1px solid;
}

#navigation .subnavigation .inner table td:hover
{
	background-color: #F6F1E3;
	background-image: url(/images/nav-selected2.png);
}
#navigation .subnavigation .inner table td
{
	padding-right: 5px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(/images/nav-green2.png);
	height: 26px;
}
#navigation .subnavigation .inner table td a.subnav
{
	padding-left: 5px;
background-image:none;
	color: #376B94;
	display: block;
	width: 100%;
	clear: both;
	position:relative;
	top:6px;
}
#navigation .subnavigation .inner table td a.subnav:hover
{
	font-weight:bold;
	text-decoration: none;
}

/* menü altı ******************************************************************** */
#subnavigation
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(/images/subnavigation.png) repeat-x 0px 0px;
	float: left;
	padding-bottom: 1px;
	width: 100%;
	padding-top: 6px;
	border-bottom: 1px solid #e4e4e4;
	z-index: 0;
}

#subnavigation:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#subnavigation .inner
{
	margin: 0px auto;
	width: 1000px;
	color: #a0a0a0;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	padding-bottom: 2px;
	z-index: 0;
}

#subnavigation .inner span
{
	color: #a0a0a0;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	padding-bottom: 2px;
	z-index: 0;
}

#subnavigation .inner span a
{
	color: #3399CC;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
#subnavigation .inner span a:hover
{
	color: #D94F93;
	text-decoration: underline;
}


#subnavigation .inner span.uye
{
	float: right;
}
#subnavigation .inner span.uye a
{
	color: #3399CC;
	text-decoration: none;
	font-family: Verdana,Tahoma,Arial;
}
#subnavigation .inner span.uye a:HOVER
{
	text-decoration: underline;
	color: #D94F93;
}

.unwatermarked
{
	color: #4080c0;
	display: inline;
	border: solid 1px #c0c0c0;
	padding: 2px;
	font-size: 12px;
	line-height: 120%;
}

.watermarked
{
	color: #c0c0c0;
	display: inline;
	border: solid 1px #d0d0d0;
	padding: 2px;
	font-size: 12px;
}


