/************************************************

	RESET

************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

form, input, select, textarea {
	font: 11px Verdana;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000000;
}

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: "" "";
}

body	{
	font: 12px Verdana;
	color: #303030;
	background: #f5f5f5 url(/images/bodyBG.gif) center repeat-y;
}

/*
.body {
	position: relative;
	text-align: left;
	width: 990px;
	left: 50%;
	margin-left: -496px;
}
*/

.body {
	text-align: left;
	width: 990px;
	margin: auto;
}

.body_footer {
	clear: both;
	position: relative;
	text-align: left;
	width: 990px;
	left: 50%;
	margin-left: -496px;
	}

.body_footer a {color: #202020; }
.popup_body {
	text-align: left; width: 100%;
	font: 11px Verdana;
	background: #FFFFFF;
	padding: 10px;
	}

a {color:#303030; text-decoration:none;}
a:hover{ text-decoration:underline;}

.whiteLink a {color:#ffffff; text-decoration:none; }

select, input {font-family:arial, verdana; font-size:11px; }

/*---------------------------------- nav -------------------------------------------*/

.header {
	height: 130px;
	background: #FFFFFF url(/images/headerBG.gif) repeat-x;
}

.header .logo {
	width: 232px;
	height: 59px;
	background: url(/images/logo.gif) no-repeat;
	float: left;
	margin-top: 18px;
	margin-left: 12px;
}
	.header .logo img {
	width: 232px;
	height: 59px;
	}

.header .banner {
	width: 728px;
	height: 90px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.header ul.nav {
	width: 990px;
	position: relative;
	clear: both;
	padding-top: 5px;
	font-size: 12px;
}

	.header ul.nav li{
		float: left;
	}

		.header ul.nav li a {
			display: block;
			padding: 7px 18px 9px 18px;
			color: #FFFFFF;
			text-decoration: none;
		}

		.header ul.nav li a:hover {
			background: url(/images/navBG_on.gif) repeat-x;
		}

			.header ul.nav li ul {
				margin: 0px;
				padding: 0px;
				position: absolute;
				right: 0px;
				visibility: hidden;
				z-index: 1000;
				border-bottom: 1px solid #5b0007;
			}

				.header ul.nav li ul li {
					float: none;
					display: block;
					border-top: 1px solid #5b0007;
					width: 170px;
					height: 25px;
				}

				.header ul.nav li ul li a {
					width: auto;
					background: #7e0009;
					color: #FFFFFF;
					padding: 7px 10px 7px 10px;
					height: 11px;
				}

				.header ul.nav li ul li a:hover {
					background: #8e000a;
				}

.sub_nav {
	width: 980px;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	background: #FFFFFF url(/images/footer_b.gif) bottom no-repeat;
}

	.sub_nav .last_news{
		background: url(/images/sondkBG.gif) left no-repeat;
		padding-left: 60px;
		float: left;
		margin-top: 8px;
	}

		.sub_nav .last_news a {
			color: #202020;
			text-decoration: none;
		}

.sub_nav .search {
	width: 317px;
	height: 24px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

	.sub_nav .search .text {
		width: 259px;
		height: 24px;
		background: url(/images/searchBG.gif) no-repeat;
		float: left;
	}

		.sub_nav .search .text input {
			width: 245px;
			margin-top: 3px;
			margin-left: 5px;
			border: none;
			background: none;
			font: 11px Verdana;
		}

	.sub_nav .search .button {
		width: 58px;
		height: 24px;
		background: url(/images/search_btn.gif) no-repeat;
		float: right;
	}

		.sub_nav .search .button input {
			width: 58px;
			height: 24px;
			background: none;
			border: none;
			color: #FFFFFF;
			font: 11px Verdana;
			padding-bottom: 4px;
			cursor: pointer;
		}

/*---------------------------------- nav -------------------------------------------*/

/*---------------------------------- left right clear-------------------------------------------*/

.left {float:left;}
.right {float:right;}
.clear{clear : both; padding:0; margin:0;}
.display_no {display:none;}

.text_left {text-align:left;}
.text_center {text-align:center;}
.text_right {text-align:right;}

/*---------------------------------- left right clear-------------------------------------------*/

/*---------------------------------- font -------------------------------------------*/
.font11 {font-size:11px; color:#303030;}
.font12 {font-size:12px; color:#303030;}
.font11bold {font-size:11px; color:#303030; font-weight:bold;}
.font10 {font-size:10px; color:#303030;}
.font11b 	{color:#648BC0; font-size:11px; font-weight:bold;}
.font11b2u 	{color:#648BC0; font-size:11px; text-decoration:underline;}
.font10b2u 	{color:#648BC0; font-size:10px; text-decoration:underline;}
.font14 {font-size:14px; color:#303030;}

.txt_orange{color:#f18b35}
/*---------------------------------- font end-------------------------------------------*/

/*---------------------------------- title -------------------------------------------*/
.box_title{
	font: bold 17px Tahoma;
	color:#bc000d;
	border-bottom: 1px solid #cccccc;
	padding: 0px 6px 6px 10px;
	z-index: 5;
	background: #FFFFFF url(/images/box_titleBG.gif) bottom repeat-x;
}

.box_title a{
	color: #bc000d;
}

.box_title a:hover{
	text-decoration: none;
}

.box_title2{
	font: bold 17px Tahoma;
	color:#bc000d;
	border-bottom: 1px solid #cccccc;
	padding: 0px 6px 6px 10px;
	z-index: 5;
	background: #FFFFFF url(/images/box_titleBG.gif) bottom repeat-x;
}

.box_title2 a{
	color: #0c438f;
}
.box_title2 a:hover{
	text-decoration: none;
}

.box_title3{
	font: bold 17px Tahoma;
	color:#bc000d;
	z-index: 5;
	margin-bottom: 3px;
}

.box_title3 a{
	color: #bc000d;
}

.box_title4 {
	margin-bottom: 5px;
}

.box_title4 a{
	font: bold 12px Verdana;
	color: #bc000d;
}


.box_title13	{font-size:13px; color:#A4A4A4; font-weight:bold; border-bottom:1px solid #DCDCDC; padding-bottom:4px; padding-right:6px;}
.title	{font-size:18px; color:#A4A4A4; font-weight:bold;}
.b_baslik 	{color:#648BC0; font-size:14px; font-weight:bold;}
.bl_baslik 	{color:#000000; font-size:14px; font-weight:bold;}
.b_baslik19	{color:#648BC0; font-size:19px; font-weight:bold;}
.b_baslik	a {color:#648BC0; font-size:14px; font-weight:bold; text-decoration:none;}
.b_baslik	a:hover {color:#5078AE; text-decoration:underline; font-size:14px; font-weight:bold;}

.b_baslik11 	{color:#648BC0; font-size:11px; font-weight:bold;}
.b_baslik11	a {color:#648BC0; font-size:11px; font-weight:bold; text-decoration:none;}
.b_baslik11	a:hover {color:#5078AE; text-decoration:underline; font-size:11px; font-weight:bold;}


.b_baslik20 	{
	color: #0c438f;
	font: bold 22px Tahoma;
}

.b_baslik20	a {color: #0c438f; text-decoration:none;}

/*---------------------------------- title end-------------------------------------------*/

/*------------------------------ margin&padding ---------------------------------*/
.m5		{margin:5px;}
.m10	{margin:10px;}
.m15	{margin:15px;}
.m20	{margin:20px;}

.p5		{padding:5px;}
.p10	{padding:10px;}
.p15	{padding:15px;}
.p20	{padding:20px;}

.ml5	{margin-left:5px;}
.mb5    {margin-bottom:5px;}
.mt5	{margin-top:5px;}
.mr5	{margin-right:5px;}

.ml10	{margin-left:10px;}
.mb10   {margin-bottom:10px;}
.mt10	{margin-top:10px;}
.mr10	{margin-right:10px;}

.ml15	{margin-left:15px;}
.mb15   {margin-bottom:15px;}
.mt15	{margin-top:15px;}
.mr15	{margin-right:15px;}

.ml20	{margin-left:20px;}
.mb20   {margin-bottom:20px;}
.mt20	{margin-top:20px;}
.mr20	{margin-right:20px;}

.mb30   {margin-bottom:30px;}

.pl5	{padding-left:5px;}
.pb5	{padding-bottom:5px;}
.pt5    {padding-top:5px;}
.pr5    {padding-right:5px;}

.pl10	{padding-left:10px;}
.pb10   {padding-bottom:10px;}
.pt10	{padding-top:10px;}
.pr10	{padding-right:10px;}

.pl15	{padding-left:15px;}
.pb15   {padding-bottom:15px;}
.pt15   {padding-top:15px;}
.pr15	{padding-right:15px;}

.pl20	{padding-left:20px;}
.pb20   {padding-bottom:20px;}
.pt20	{padding-top:20px;}
.pr20	{padding-right:20px;}

/*------------------------------ margin&padding ---------------------------------*/

/*------------------------------ background ---------------------------------*/
.bg_box_header	{background:#ffffff url(/images/h_box_630.gif) no-repeat top; padding-top:7px; z-index:-5;}
.bg_box	{background:#ffffff; padding-top:7px;}
.bg_box_header310{background:#fff url(/images/h_box_310.gif) no-repeat top; width:330px; padding-top:7px;}
.bg_box_header320{background:#fff url(/images/h_box_320.gif) no-repeat top; width:320px; padding-top:7px;}
.bg_box_footer	{background:url(/images/f_box_630.gif) no-repeat bottom; height:10px;}
.bg_box_footer_line	{background:url(/images/f_box_630_line.gif) no-repeat bottom; height:7px;}
.bg_box_footer310{background:url(/images/f_box_310.gif) no-repeat bottom; width:330px; height:10px; padding:0; margin:0;}
.bg_box_footer320{background:url(/images/f_box_320.gif) no-repeat bottom; width:320px; height:10px; padding:0; margin:0;}

.contet_c1 		{float:left; width: 665px; margin-bottom: 5px;}
.contet_c2 		{float:right; width: 320px; margin-bottom: 5px;}

.image			{background:#DCDCDE; padding:3px;}
/*------------------------------ background end ---------------------------------*/
.yorum10	{background:url(/images/icon_yorum.gif) no-repeat; padding-left:18px; font-size:10px;}
.box_news	{border-bottom:1px dashed #A4A4A4; padding-bottom:10px;}
.box_news2	{border-bottom:1px solid #dcdcdc; padding-bottom:10px; min-height:100px;}
.link_video	{background:url(/images/icon_videok.gif) no-repeat right top; padding-right:25px;}
.video_izle {background:url(/images/icon_video.gif) no-repeat;padding-left:35px; padding-top:3px; height:21px;}
.yorumlar {background:url(/images/icon_yorumlar2.gif) no-repeat;padding-left:25px; padding-top:3px; height:21px;}
.yorumyaz{background:url(/images/icon_yorumyaz2.gif) no-repeat;padding-left:25px; padding-top:3px; height:21px;}
.digerfoto {background:url(/images/icon_foto.gif) no-repeat;padding-left:35px; padding-top:8px; height:21px;}
.li_b		{background:url(/images/li_b.gif) no-repeat; padding-left:16px;}
.blog_title {color:#0590BD;}
.finans_up	{background:url(/images/icon_up.gif) no-repeat; padding-left:16px;}
.finans_down{background:url(/images/icon_down.gif) no-repeat; padding-left:16px;}
.finans_notr{background:url(/images/icon_notr.gif) no-repeat; padding-left:16px;}

.yorum_down {float:left; margin-left:10px; background:url(/images/icon_ydown.gif) no-repeat; width:20px; height:35px;}
.yorum_up {float:left; margin-left:10px; background:url(/images/icon_yup.gif) no-repeat; width:20px; height:35px;}
.yorum_notr {float:left; margin-left:10px; background:url(/images/icon_ynotr.gif) no-repeat; width:20px; height:35px;}
.yorum_read {float:left; margin-left:10px; font-size:12px; width:540px;}

.hd_off {float:left;width:159px; border-bottom:1px solid #DCDCDC; text-align:center;}
.hd_off a{float:left;width:159px; height:17px; padding-top:5px; text-align:center; color: #0c438f;}
.hd_off a:hover{float:left;width:159px; background:#f5f5f5; text-decoration: none;}

.hd_on {float:left;width:159px; background:#f5f5f5; border-bottom:1px solid #DCDCDC; text-align:center;}
.hd_on a{float:left;width:159px; height:17px; padding-top:5px; text-align:center; color: #0c438f;}
.hd_on a:hover{float:left;width:159px; background:#f5f5f5; text-decoration: none;}

.ick_yorum {float:left; background:url(/images/icon_yorum.gif) no-repeat right; text-align:right; padding-right:16px; margin-right:5px;}
.ick_haber {float:left; width:250px;}
.ick_haber_video {float:left; width:228px; background:url(/images/icon_videok.gif) no-repeat right top; padding-right:25px;}

.home_othernews {font-size:11px; width:298px font-weight:bold; width:; padding-right:25px;}
.home_othernews_video {font-size:11px; width:270px; font-weight:bold; background:url(/images/icon_videok.gif) no-repeat right top; padding-right:25px;}

.interaktif_othernews {font-size:11px; padding-right:25px;}
.interaktif_othernews_video {font-size:11px; background:url(/images/icon_videok.gif) no-repeat right top; margin-right:2px; padding-right:25px;}

.interaktif_title_line {background:#ECF6FC; padding-left:10px; padding-top:3px; height:17px; border-bottom:1px solid #DCDCDC;  border-top:1px solid #DCDCDC;}
.interaktif_line {border-top:1px solid #DCDCDC; padding:5px; margin-right:10px;}
.interaktif_line2 {padding:5px;}
.interaktif_kategori {float:left;border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  margin-left:5px; width:81px; padding-left:5px; margin-right:5px;}
.interaktif_kategori2 {float:left;border-left:1px solid #dcdcdc; margin-left:5px; width:60px; padding-left:5px; margin-right:5px;}
.interaktif_yorum { float:left; background:url(/images/icon_yorum.gif) no-repeat; padding-left:18px; font-size:10px; margin-left:5px; width:5px; text-align:right; }
.interaktif_news {float:left; width:440px; background:url(/images/li_b.gif) no-repeat; padding-left:16px;}
.interaktif_news2 {float:left; width:480px; background:url(/images/li_b.gif) no-repeat; padding-left:16px;}
.interaktif_news3 {float:left; width:223px; border-right:1px solid #dcdcdc;  background:url(/images/li_b.gif) no-repeat; padding-left:16px;}
.interaktif_news4 {width:280px; background:url(/images/li_b.gif) no-repeat; padding-left:16px;}

.anketbaslik {float:left; width:330px; border-right:1px solid #dcdcdc;  background:url(/images/arrow01.gif) no-repeat; padding-left:14px;}

.interaktif_kategori_line {background:#F4F4F4; padding-left:10px; padding-top:3px; height:17px; border-bottom:1px solid #DCDCDC;  border-top:1px solid #DCDCDC;}

/* ----------------- hizli bakis --------------- */
div#hold3	{
	position:relative; overflow:hidden;
	width:607px; height:130px; z-index:100
	}
div#wn3	{
	position:absolute;
	left:0px; top:0px;
	width:607px; height:130px;
	clip:rect(0px, 607px, 130px, 0px);
	overflow:hidden;
	z-index:1;
	}

div#lyr3	{
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	z-index:1;
	}
/* ----------------- hizli bakis --------------- */

.pagenumber {float:left; border:1px solid #bed1dc; width:20px; margin-left:5px; height:15px; text-align:center; color:#000; background:#fff;}
.pagenumber a{float:left;  width:20px; height:15px; text-align:center; color:#000; background:#fff;}
.pagenumber a:hover{float:left; width:20px; height:15px; text-align:center; color:#000; text-decoration:none; background:#ECF6FC;}

.pagenumber_on {float:left; border:1px solid #bed1dc; width:20px; margin-left:5px; height:15px; text-align:center; background:#bed1dc;}
.pagenumber_on a{float:left;  width:20px; height:15px; text-align:center; color:#000; background:#bed1dc;}
.pagenumber_on a:hover{float:left; width:20px; height:15px; text-align:center; color:#000; text-decoration:none; background:#bed1dc;}

/*------------  video ----------------*/
.videobg { background:url(/images/videobg.gif) no-repeat; padding:6px;}
.hd2border {border-bottom:1px solid #DCDCDC; display:block;}
.hd2border2 {border-bottom:1px solid #DCDCDC; border-top:1px solid #DCDCDC; background:#ECF6FC; display:block; padding:5px 5px 5px 10px;}
.hd2border3 {border-bottom:1px solid #DCDCDC; border-top:1px solid #DCDCDC; background:#ECF6FC; display:block;}
.bg_box2	{background:#ffffff;}

.font13b 	{color:#648BC0; font-size:13px; font-weight:bold;}

.hd2_off {float:left; text-align:center; border-right:1px solid #DCDCDC; color: #0c438f;}
.hd2_off a{float:left; height:15px; padding:5px; text-align:center; color: #0c438f;}
.hd2_off a:hover{float:left; padding:5px; color: #0c438f;}

.hd2_on {float:left; text-align:center; background:#f5f5f5; border-right:1px solid #DCDCDC; color: #0c438f;}
.hd2_on a{float:left; height:15px; padding:5px; text-align:center; color: #0c438f; background: #f5f5f5;}
.hd2_on a:hover{float:left;  padding:5px; color: #0c438f;}
/*------------  video ----------------*/

/*-------------- hava durumu ----------*/
.dhava_dunya1 {float:left; width:140px; border-bottom:1px solid #dcdcdc; padding-bottom:3px; margin-bottom:5px;}
.dhava_dunya2 {float:left; width:45px; padding-top:11px; border-bottom:1px solid #dcdcdc; padding-bottom:3px; margin-bottom:5px;}
.bg_box_footer_havaline {background:url(/images/f_box_630_havaline.gif) no-repeat bottom; height:10px;}
.bg_box_footer_havaline2 {background:url(/images/f_box_630_havaline2.gif) no-repeat bottom; height:10px;}
.uyducizgi {float:left; padding:5px;width:130px; text-align:center; border-left:1px solid #DCDCDC; color:#648BC0;}


.tabcontent{
display:none;
}

.hok {background:url(/images/ok_k.gif) no-repeat; padding-left:6px; float:left;}

/*------------------ anasayfa fade in/out effect --------------------*/
#domticker{
width: 295px;
height: 95px;
background-color:#fff;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #fff;
}

#domticker a{
font-weight: bold;
}

.someclass{
}
/*------------------ anasayfa fade in/out effect end--------------------*/

#sonDK {
	background: url(/images/sondk.gif) no-repeat;
	margin: 0px;
	width: 610px;
	padding: 0px;
	margin-bottom: 5px;
	height: 27px;
}

#sonDK p {
	margin: 0px;
	padding: 0px;
	padding-left: 95px;
	padding-top: 6px;
	color: #FFFFFF;
}

#sonDKText {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	height: 27px;
}
.sonDK,.sonDK:hover {
	margin: 0px;
	padding: 0px;
	padding-left: 95px;
	padding-top: 20px;
	color: #FFFFFF;
}

#mansetBtn img{
	border: 0px;
}

/************************************************

			manset

*************************************************/

#akay {
	font: 12px Verdana;
}

#akay .date {
	font-weight: bold;
	color: #4e4e4e;
	padding: 4px 0px 10px 10px;
	border-bottom: 1px solid #dcdcdc;
	height: 13px;
	background: #FFFFFF url(/images/box_titleBG.gif) bottom repeat-x;
}

#akay .photos {
	background: #f5f5f5;
	padding: 10px;
	width: 310px;
	height: 370px;
	border-right: 1px dashed #bcbcbc;
	float: left;
}

#akay .photos .head {
	width: 300px;
	border: 5px solid #b5000d;
	border-bottom: none;
}

#akay .photos .nav {
	height: 30px;
}

	#akay .photos .nav .sub_m1 img {width:39px;height:34px;background: url(/images/m1.gif) no-repeat;}
	#akay .photos .nav .sub_m1_on img {width:39px;height:34px;background: url(/images/m1_on.gif) no-repeat;}

	#akay .photos .nav .sub_m2 img {width:39px;height:34px;background: url(/images/m2.gif) no-repeat;}
	#akay .photos .nav .sub_m2_on img {width:39px;height:34px;background: url(/images/m2_on.gif) no-repeat;}

	#akay .photos .nav .sub_m3 img {width:39px;height:34px;background: url(/images/m3.gif) no-repeat;}
	#akay .photos .nav .sub_m3_on img {width:39px;height:34px;background: url(/images/m3_on.gif) no-repeat;}

	#akay .photos .nav .sub_m4 img {width:38px;height:34px;background: url(/images/m4.gif) no-repeat;}
	#akay .photos .nav .sub_m4_on img {width:38px;height:34px;background: url(/images/m4_on.gif) no-repeat;}

	#akay .photos .nav .sub_m5 img {width:38px;height:34px;background: url(/images/m5.gif) no-repeat;}
	#akay .photos .nav .sub_m5_on img {width:38px;height:34px;background: url(/images/m5_on.gif) no-repeat;}

	#akay .photos .nav .sub_m6 img {width:37px;height:34px;background: url(/images/m6.gif) no-repeat;}
	#akay .photos .nav .sub_m6_on img {width:37px;height:34px;background: url(/images/m6_on.gif) no-repeat;}

	#akay .photos .nav .sub_m7 img {width:39px;height:34px;background: url(/images/m7.gif) no-repeat;}
	#akay .photos .nav .sub_m7_on img {width:39px;height:34px;background: url(/images/m7_on.gif) no-repeat;}

	#akay .photos .nav .sub_m8 img {width:41px;height:34px;background: url(/images/m8.gif) no-repeat;}
	#akay .photos .nav .sub_m8_on img {width:41px;height:34px;background: url(/images/m8_on.gif) no-repeat;}

	#akay .photos .nav li{
		float: left;
	}

#akay .photos .text h1 {
	color: #0c438f;
	font: bold 22px Tahoma;
	letter-spacing: 0.2px;
	margin: 10px 0px 5px 0px;
}

	#akay .photos .text h1 a {
		color: #0c438f;
		text-decoration: none;
	}

#akay .photos .text p {
	/*text-align: justify;*/
	line-height: 16px;
	color: #303030;
	margin: 0px;
	font-size: 12px;
}

#akay .manset_list {
	width: 334px;
	height: 350px;
}

	#akay .manset_list .item {
		padding: 5px 0px 5px 10px;
	}

	#akay .manset_list .item  .box_title {

		border-bottom: 0px;
		padding: 0px 0px 5px 0px;
		background: none;
	}

		#akay .manset_list .item  .box_title a {
			color: #bc000d;
			text-decoration: none;
		}

	#akay .manset_list .item .left img {
		border: 1px solid #dcdcdc;
	}

	#akay .manset_list .item .text {
		width: 225px;
		padding-left: 10px;
		line-height: 14px;
		color: #303030;
		/*text-align: justify;*/
	}

#akay .manset_list .others {
	padding-left: 10px;
	margin-top: 10px;
}

	#akay .manset_list .others li {
		background: url(/images/arrow01.gif) left no-repeat;
		padding-left: 15px;
		margin-bottom: 4px;
	}

	#akay .manset_list .others li a{
		color: #0c438f;
	}

#akay .hbakis {
	border-top: 1px dashed #bcbcbc;
}


.finans_box {
	width: 100%;
}

.finans_box tr td{
	padding: 3px 10px 3px 10px;
}

.finans_box b{
	width: 140px;
	color: #0c438f;
	display: block;
}

.finans_box .colorize td {
	background: #f4f3f3;
}

.hava_durumu {
	color: #0c438f;
}

	.hava_durumu tr td {
		font-weight: bold;
		vertical-align: middle;
	}

	.hava_durumu tr td.date {
		padding-left: 15px;
		padding-right: 5px;
	}

	.hava_durumu tr td.number {
		font-size: 17px;
	}

	.hava_durumu tr td.number2 {
		font: bold 10px Tahoma;
		padding: 0px 5px 8px 2px;
	}



.top_link {
	font: 10px Tahoma;
	color: #0c438f;
	padding-top: 5px;
}

	.top_link a{
		color: #0c438f;
	}

.video_list {

}

.video_list .item {
	width: 295px;
	height: 80px;
	background: url(/images/videoBG.gif) no-repeat;
	margin-bottom: 5px;
	padding: 5px 0px 0px 5px;
}

	.video_list .item  .img{
		width: 100px;
		height: 75px;
	}

	.video_list .item  .text {
		width: 175px;
		height: 75px;
		padding-left: 10px;
	}

	.video_list .item  .text .head {
		font-weight: bold;
		color: #0c438f;
		margin-bottom: 5px;
	}

	.video_list .item  .text .info {
		line-height: 15px;
	}

	.video_list .item  .text .stars {
		margin-top: 5px;
	}

		.video_list .item  .text .stars img {
			width: 16px;
			height: 16px;
		}



.btn  {
	font:11px Verdana;
	color:#FFFFFF;
	width: 115px;
	height: 25px;
	padding-bottom: 3px;
	background: url(/images/btnBG.gif) no-repeat;
	border:none;
	cursor: pointer;
}

.kategori_list {

}

	.kategori_list li{
		background: url(/images/arrow01.gif) top left no-repeat;
		padding-left: 15px;
		margin-bottom: 6px;
	}

	.kategori_list li a{
		color: #202020;
		text-decoration: none;
	}

		.kategori_list li a .date {
			margin-right: 5px;
			color: #bc000d;
		}


.hizli_bakis_box {
	position: relative;
	width: 100%;
}

	.hizli_bakis_box .btnLeft{
		width: 24px;
		height: 125px;
		position: absolute;
		left: 10px;
		top: 0px;
	}

	.hizli_bakis_box .btnRight{
		width: 24px;
		height: 125px;
		position: absolute;
		right: 10px;
		top: 0px;
	}

.hb_list {
	width: 578px;
	height: 125px;
	margin-left: 43px;
}

.hb_list ul li{
	width: 186px;
	margin-right: 10px;
	position: relative;
}

	.hb_list ul li p{
		text-align: center;
		margin-bottom: 5px;
	}

	.hb_list ul li .image_ img {
		border: 3px solid #d8d8d8;
	}

.news_detail {
	line-height: 18px;
	font-size: 12px;
}

	.news_detail p {
		margin-bottom: 10px;
	}

.news_detail h6 {
	display: block;
	width: 260px;
	padding: 10px;
	color: #FFFFFF;
	background: #83000a url(/images/tirnak1.gif) 10px 10px no-repeat;
	margin: 10px;
	float: right;
	font: bold 12px Tahoma;
}

	.news_detail h6 span {
		padding: 0px 20px 0px 20px;
		display: block;
		background: url(/images/tirnak2.gif) right bottom no-repeat;
		line-height: 17px;
	}

.home_gallery tr td {
	vertical-align: middle;
	text-align: center;
}

.home_gallery tr td a{
	background: #000000;
	display: block;
	width: 100px;
	height: 75px;
	vertical-align: middle;
	text-align: center;
}

.page_act {
	height: 33px;
	background: url(/images/page_actBG.gif) no-repeat;
	clear: both;
	margin-left: 10px;
	padding: 17px 10px 0px 10px;
}

.big_title {
	color: #0c438f;
	font: bold 22px Tahoma;
	margin-bottom: 5px;
}

	.big_title a {
		color: #0c438f;
		text-decoration: none;
	}

.login_form td {
	padding: 3px;
}

.popup_body td {
	padding: 3px;
}



.video_item {
	width: 625px;
	height: 75px;
	background: url(/images/video_itemBG.gif) no-repeat;
	margin-bottom: 5px;
	padding: 10px;
	color: #404040;
}

	.video_item .head a {
		color: #0c438f;
		font-weight: bold;
	}

	.video_item .text a {
		color: #404040;
	}

.video_item2 .head{
	color: #0c438f;
	font-weight: bold;
}

.video_item2 {
	width: 280px;
	height: 75px;
	background: url(/images/video_itemBG2.gif) no-repeat;
	margin-bottom: 5px;
	padding: 10px;
	color: #404040;
}


.video_scroll {
	width: 300px;
	height: 35px;
	background: url(/images/video_scroll.gif) no-repeat;
	margin-left: 10px;
}

.video_scroll_list ul li {
	width: 300px;
}


.video_item_main {
	width: 210px;
	height: 97px;
	background: url(/images/video_item_main.gif) no-repeat;
	padding-top: 10px;
}


.link_search {
	color: #f33300;
	text-decoration: none;
	border-bottom: 1px dashed #f33300;
	padding-bottom: 2px;
}

	.link_search:hover {
		text-decoration: none;
	}

#msplash {
	position: relative;
}


.play_big {
	width: 98px;
	height: 68px;
	position: absolute;
	left: 50%;
	top: 68px;
	margin-left: -49px;
	background: url(/images/play_big.png);
}

	.play_big img{
		width: 98px;
		height: 68px;
	}

.play_big2 {
	width: 98px;
	height: 68px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -49px;
	background: url(/images/play_big.png);
}

	.play_big2 img {
		border: none;
		width: 98px;
		height: 68px;
	}


.alt_haber {
	width:310px;
	height:120px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
}

	.alt_haber a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.alt_haber .haber1 {
		width: 140px;
		height: 30px;
		background: url(/images/altBG1.gif) no-repeat;
		padding: 5px;
	}

	.alt_haber .haber1:hover {
		background: url(/images/altBG1_on.gif) no-repeat;
	}

	.alt_haber .haber2 {
		width: 140px;
		height: 30px;
		background: url(/images/altBG2.gif) no-repeat;
		padding: 5px;
	}

	.alt_haber .haber2:hover {
		background: url(/images/altBG2_on.gif) no-repeat;
	}

	.alt_haber .haber3 {
		width: 140px;
		height: 30px;
		background: url(/images/altBG3.gif) no-repeat;
		padding: 5px;
	}

	.alt_haber .haber3:hover {
		background: url(/images/altBG3_on.gif) no-repeat;
	}

	#videostitial-overlay2 {background-color:#000; cursor:wait;}
	/* Container */
	#videostitial-container2 {width:840px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
	#videostitial-container2 .videostitial-content {background:url('/images/modal/cocacola/middle.gif'); color:#ddd; height:40px;}
	#videostitial-container2 h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
	#videostitial-container2 .videostitial-loading {position:absolute; background:url(../images/modal/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
	#videostitial-container2 .videostitial-message {text-align:center;}
	#videostitial-container2 br {clear:both;}
	/*
	#videostitial-container2 .videostitial-top {height:13px; background:url(../images/modal/form_top2.gif) no-repeat; padding:0; margin:0;}
	#videostitial-container .videostitial-bottom {height:13px; background:url(../images/modal/form_bottom2.gif) no-repeat; font-size:.7em; text-align:center;}
	*/
	#videostitial-container2 .videostitial-top {height:40px; background:url(../images/modal/cocacola/top.gif) no-repeat; padding:0; margin:0;}
	#videostitial-container2 .videostitial-bottom {height:40px; background:url(../images/modal/cocacola/bottom.gif) no-repeat; font-size:.7em; text-align:center;}
	#videostitial-container2 .videostitial-bottom a,
	#videostitial-container2 .videostitial-bottom a:link,
	#videostitial-container2 .videostitial-bottom a:active,
	#videostitial-container2 .videostitial-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
	#videostitial-container2 .videostitial-bottom a:hover {color:#888;}
	#videostitial-container2 a.modalCloseX,
	#videostitial-container2 a.modalCloseX:link,
	#videostitial-container2 a.modalCloseX:active,
	#videostitial-container2 a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:5px; right:6px; color:#999;}
	#videostitial-container2 a.modalCloseX:hover {color:#9bb3b3;}

.puntoLink {
	position:absolute;
	width:90px;
	height:54px;
	left:15px;
	top:90px;
	cursor:pointer;
}

