﻿
/***** reset.css BAŞLADI *****/

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family:roboto, Arial;
}

h1 {
    margin: 20px;
}

.ml0 {
    margin-left: 0;
}

/** Margin Bottom **/

.mbotton20
{
    margin-bottom: 20px !important;
}
.mbotton18
{
    margin-bottom: 18px !important;
}
.mbotton16
{
    margin-bottom: 16px !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px solid; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

a:hover, a:active { outline: none; }

ul, ol { list-style: none; margin: 0; padding: 0; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

sub, sup { font-size: 75%; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  white-space: pre; white-space: pre-wrap;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; } 

button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

textarea { overflow: auto; vertical-align:text-top; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }



body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/***** reset.css BİTTİ *****/


/***** base.css BAŞLADI *****/

/*--------------------------------------------------------------
        START HTML ELEMENTS
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #333;
	font: normal normal normal 12px Arial, sans-serif;
	margin:0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:active, a:visited {
	color: #00428d;
	cursor: pointer !important;
	text-decoration: none;
}

	a:hover { color: #c00; }

h1,
h1 a, h1 a:active, h1 a:visited {
	color: #c00;
	font-size: 29px;
}

	h1 a:hover { color: #000; }

h2,
h2 a, h2 a:active, h2 a:visited {
	color: #000;
	font-size: 15px;
	margin-top:1px;
}
	

h3,
h3 a, h3 a:active, h3 a:visited {
	color: #000;
	font-size: 15px;
	font: bold normal normal 15px Arial, sans-serif;
	font-weight:bold;
}

	h2 a:hover, h3 a:hover { color: #c00; }

table {
	font-size: 15px;
}
	thead th {
		background: url("/static/images/blank.gif") repeat-x scroll left bottom #E7F1F8;
	    border-bottom: 1px solid #B9D9EC;
	    color: #00428D;
	    font-weight: bold;
	    padding: 6px 10px 5px;
	    text-align: left;
	    vertical-align: middle;	}
	
	tbody td, tbody th {
	    border-bottom: 1px solid #CCCCCC;
	    padding: 6px 10px 5px;
	    text-align: left;
	    vertical-align: middle;
	}
	
	tbody th i,
	tbody th .colon {
		float: right;
		text-align: right;
	}
	
table.small {
	font-size: 12px;
}

	table.small thead th {
		font-size: 13px;
		padding: 3px 10px 2px;
	}
	
	table.small tr.first td,
	table.small tr.first th {
		padding-top: 4px;
	}
	
	table.small tbody td,
	table.small tbody th {
		padding: 0 9px 1px;
	}
	
table.tiny {
	font-size: 11px;
}

	table.tiny thead th {
		font-size: 12px;
		padding: 1px 9px 1px;
	}
	
	table.tiny tbody tr.first td,
	table.tiny tbody tr.first th {
		padding-top: 4px;
	}
	
	table.tiny tbody td,
	table.tiny tbody th {
		border: none;
		padding: 1px 8px 0;
	}

	table.small a, table.tiny a {
		font-weight: normal;
	}
	
	label {
		color: #5e5e5e;
		font-weight: bold;
	}

/*--------------------------------------------------------------
        FINISH  HTML ELEMENTS
--------------------------------------------------------------*/

.ustBegen
{
	background: url("/sm/facebook1.png") no-repeat;
	border-collapse: collapse
}
.ustBegen td
{
	padding:6px 10px 5px 10px;
}




/*--------------------------------------------------------------
        START COMMON CLASSES
--------------------------------------------------------------*/

.red { color: #c00 !important; }
.blue { color: #00418c !important; }

h3.red { font-size: 18px !important; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.m0 { margin: 0 !important; }

.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.mb7 { margin-bottom: 7px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb18 { margin-bottom: 18px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }

.p0 { padding: 0 !important; }

.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }

.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }

.h45 { height: 45px !important; }
.h50 { height: 50px !important; }

.w96 { width: 96px !important; }
.w145 { width: 145px !important; }
.w188 { width: 188px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w230 { width: 230px !important; }
.w237 { width: 237px !important; }
.w244 { width: 244px !important; }
.w256 { width: 256px !important; }
.w260 { width: 260px !important; }
.w306 { width: 306px !important; }
.w310 { width: 310px !important; }
.w330 { width: 330px !important; }
.w360 { width: 360px !important; }
.w365 { width: 365px !important; }
.w380 { width: 380px !important; }
.w410 { width: 410px !important; }
.w610 { width: 610px !important; }
.w665 { width: 665px !important; }
.w760 { width: 760px !important; }
.w770 { width: 770px !important; }
.w825 { width: 825px !important; }

.height204 { height: 204px !important; }

/*--------------------------------------------------------------
        FINISH COMMON CLASSES
--------------------------------------------------------------*/



/*--------------------------------------------------------------
        START PAGE STRUCTURE
--------------------------------------------------------------*/

#wrapper {
	width: 980px;
}

/*--------------------------------------------------------------
        END PAGE STRUCTURE
--------------------------------------------------------------*/

.advertisement .inner td {padding:0px;margin:0px;}

#habermetni a:active {font-weight:normal!important;}
.noMinHeight{min-height: 20px!important;}

/***** base.css BİTTİ *****/

 
 
.gazeteListesi {
    background: url('/static/gazeteler_bg.png') no-repeat;
    height: 30px;
    padding-left: 30px;
    width: 950px;
    padding-top:7px;
    position:relative;
}
.gazeteListesi ul {
    left: 100px;
    list-style: none;
    position: absolute;
    top: 0px;
    color:#333333!important;
    font:12px Tahoma,Verdana,Geneva,sans-serif;
}
.gazeteListesi li {
    background: url('/static/seperators.png') no-repeat right top;
    float: left;
    font-weight: bold;
    margin-left: 8px;
    padding-right: 15px;
    height:23px;
    padding-top:7px;
}
.gazeteListesi li.son {
	background: transparent;
	padding-right: 0px!important;
}
.gazeteListesi .tumGazetelerLink {
    font-weight:bold;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0;
    text-decoration:underline;
    color: #004276; 
    font-size: 13pt;
}
/*--------------------------------------------------------------
        FINISH HEADER 
--------------------------------------------------------------*/

/***** header.css BİTTİ *****/


/***** boxes.css BAŞLADI *****/

/*--------------------------------------------------------------
        START BOXES 
--------------------------------------------------------------*/

.box {
	margin-bottom: 13px;
}

.box .title,
.box .title .inner,
.box .title .inner h2,
.box .title .inner h2 span,
.box .title .inner h2 a  {
		background: transparent url(/static/images/box_titles2.png) no-repeat -999px -999px;
		height: 31px;
}

	.box .title {
		background-position: 0 0;
		padding-left: 5px;
	}
	
		.box .title .inner {
			background-position: right top;
			padding-right: 5px;
		}
		
			.box .title .inner h2 {
				background-position: 0 -50px;
				display: inline-block;
				height: 27px;
				margin: 5px 5px 0;
				padding-left: 5px;
			}
			
				.ie6 .box .inner h2, .ie7 .box .inner h2 { float: left; }
			
				.box .title .inner h2 span, .box .title .inner h2 a {
					background-position: right -50px;
					display: inline-block;
					height: 27px;
					padding: 4px 20px 0 15px;
				}
					.ie6 .box .inner h2 span, .ie6 .box .title .inner h2 a { float: left; }
					
			.box .title .inner .right {
				display: inline;
				float: right;
				height: 32px;
				margin-right: 4px;
			}
			
				.box .title .inner .right a {
					color: #757575;
					display: block;
					float: right;
					font-weight: normal;
					text-align: right;
					margin-top: 9px;
				}
				
					.box .title .inner .right a.arrow {
						background: url(/static/images/box_arrows_sprite.png) no-repeat right 8px;
						padding-right: 23px;
					}
				
					.box .title .inner .right a:hover {
						color: #c00 !important;
					}
			
	.box .content {
		background-position: left bottom;
		background-repeat: no-repeat;
		padding-left: 5px;
	}
		.box .content .inner {
			background-position: right bottom;
			background-repeat: no-repeat;
			padding: 10px 10px 14px 5px;
			position: relative;
		}
		
	.box .bottomLinks {
		border-top: 1px solid #cfcfcf;
		color: #999;
		padding-top: 8px;
		text-align: center;
	}
	
		.box .bottomLinks .seperator {
			margin: 0 15px;
		}
		
		.bottomLinks .arrow, .moreLink .arrow {
			background: url(/static/images/box_arrows_sprite.png) no-repeat right -50px;
			padding: 1px 23px 2px 0;
		}
	
	.box .moreLink {
		background: transparent url(/static/images/moreLink_bg.png) no-repeat left top;
		float: right;
		margin: 2px 0 -4px;
		padding: 8px 0 8px 20px;
		text-align: right;
	}
	
		.box .moreLink.noBG {
			background: transparent;
			padding-left: 0;
		}
		
	.box:before, .box:after,
	.box .inner:before, .box .inner:after,
	.newsList ul.barView li:before, .newsList ul.barView li:after,
	.box .moreLink:before, .box .moreLink:after { content: ""; display: table; }
	
	.box:after,
	.box .inner:after,
	.newsList ul.barView li:after,
	.box .moreLink:after { clear: both; }
	
	.box,
	.box .inner,
	.newsList ul.barView li,
	.box .moreLink { zoom: 1; }
	
	/** BOX STYLES **/
	
	.box.boxWhite .title {
		background-position: 0 0;
	}
	
		.box.boxWhite .title .inner {
			background-position: right top;
		}
		
			.box.boxWhite .title .inner h2 {
				background-position: 0 -50px;
			}
			
				.box.boxWhite .title .inner h2 span, .box.boxWhite .title .inner h2 a {
					background-position: right -50px;
				}
			
				.box.boxWhite .title .inner .right a {
					color: #757575;
				}
				
					.box.boxWhite .title .inner .right a.arrow {
						background-position: right 8px;
					}
			
	.box.boxWhite .content, .box.boxWhite .content .inner {
		background-color: #f9f9f9;
		background-image: url(/static/images/box_white_bg.png);
        background-repeat: repeat-x;
	}
	
	/** Blue **/
	
	.box.boxBlue .title {
		background-position: 0 -100px;
	}
	
		.box.boxBlue .title .inner {
			background-position: right -100px;
		}
		
			.box.boxBlue .title .inner h2 {
				background-position: 0 -150px;
			}
			
				.box.boxBlue .title .inner h2 span, .box.boxBlue .title .inner h2 a {
					background-position: right -150px;
				}
			
				.box.boxBlue .title .inner .right a {
					color: #757575;
				}
				
					.box.boxBlue .title .inner .right a.arrow {
						background-position: right -42px;
					}
			
	.box.boxBlue .content, .box.boxBlue .content .inner {
		background-color: #f5f9fb;
		background-image: url(/static/images/box_blue_bg.png);
        background-repeat: repeat-x;
	}
	
	/** Dark Blue **/
	
	.box.boxDarkBlue .title {
		background-position: 0 -570px;
	}
	
		.box.boxDarkBlue .title .inner {
			background-position: right -570px;
		}
		
			.box.boxDarkBlue .title .inner h2 {
				background-position: 0 -626px;
			}
			
				.box.boxDarkBlue .title .inner h2 span, .box.boxDarkBlue .title .inner h2 a {
					background-position: right -626px;
				}
			
				.box.boxDarkBlue .title .inner .right a {
					color: #757575;
				}
				
					.box.boxDarkBlue .title .inner .right a.arrow {
						background: url(/static/images/box_icons.png) no-repeat right -94px;
					}
			
	.box.boxDarkBlue .content, .box.boxDarkBlue .content .inner {
		background-color: #e4f1f8;
		background-image: url(/static/images/box_dark_blue_bg.png);
	}
	
	/** Red **/
	
	.box.boxRed .title {
		background-position: 0 -200px;
	}
	
		.box.boxRed .title .inner {
			background-position: right -200px;
		}
		
			.box.boxRed .title .inner h2 {
				background-position: 0 -250px;
				color: #c00;
			}
			
				.box.boxRed .title .inner h2 span, .box.boxRed .title .inner h2 a {
					background-position: right -250px;
					color: #c00;
				}
				
					.box.boxRed .title .inner h2 a:hover { color: #000; }
			
				.box.boxRed .title .inner .right a {
					color: #fff;
				}
					.box.boxRed .title .inner .right a:hover {
						color: #fff !important;
						text-decoration: underline !important;
					}
					
					.box.boxRed .title .inner .right a.arrow {
						background-position: right -92px;
					}
			
	.box.boxRed .content, .box.boxRed .content .inner {
		background-color: #FCE9E9;
		background-image: url(/static/images/box_red_bg.png);
	}
	
	/** Yellow **/
	
	.box.boxYellow .title {
		background-position: 0 -300px;
	}
	
		.box.boxYellow .title .inner {
			background-position: right -300px;
		}
		
			.box.boxYellow .title .inner h2 {
				background-position: 0 -350px;
			}
			
				.box.boxYellow .title .inner h2 span, .box.boxYellow .title .inner h2 a {
					background-position: right -350px;
				}
			
				.box.boxYellow .title .inner .right a {
					color: #757575;
				}
				
					.box.boxYellow .title .inner .right a.arrow {
						background: url(/static/images/box_icons.png) no-repeat right -42px;
					}
			
	.box.boxYellow .content, .box.boxYellow .content .inner {
		background-color: #fffaf2;
		background-image: url(/static/images/box_yellow_bg.png);
	}
	
	/* Dark Gray */
	
	.box.boxDarkGray .title {
		background-position: 0 -462px;
	}
	
		.box.boxDarkGray .title .inner {
			background-position: right -462px;
		}
		
			.box.boxDarkGray .title .inner h2 {
				background-position: 0 -519px;
				color: #fff;
			}
			
				.box.boxDarkGray .title .inner h2 span, .box.boxDarkGray .title .inner h2 a {
					background-position: right -519px;
					color: #fff;
				}
				
					.box.boxDarkGray .title .inner h2 a:hover {
						color: #ff6 !important;
					}
			
				.box.boxDarkGray .title .inner .right a {
					color: #fff;
					font-weight: normal;
				}
					
					.box.boxDarkGray .title .inner .right a:hover {
						color: #ff6 !important;
					}
				
					.box.boxDarkGray .title .inner .right a.arrow {
						background: url(/static/images/box_icons.png) no-repeat right -42px;
					}
			
	.box.boxDarkGray .content, .box.boxDarkGray .content .inner {
		background-color: #A1A1A1;
		background-image: url(/static/images/box_darkgray_bg.png);
	}
	
	/** Local News **/
	
	.box.boxLocalNews {
		background: #7a7a7a url(/static/images/box_localnews_bg.png) no-repeat 0 0;
		display: inline-block;
		float: left;
		margin-bottom: 13px;
		text-align: center;
		width: 100px;
	}
	
		.box.boxLocalNews h2 {
			height: 30px;
			text-indent: -999px;
		}
		
		.box.boxLocalNews a {
			color: #fff !important;
		}
			.box.boxLocalNews a:hover {
				color: #ff6 !important;
			}
		
		.box.boxLocalNews .content {
			height: 282px;
			padding: 10px;
		}
		
			.box.boxLocalNews .content ul {
				background: transparent url(/static/images/box_localnews_sprite.png) no-repeat 0 top;
				list-style: none;
				margin: 0;
				padding-top: 2px;
				width: 80px;
			}
				
				.box.boxLocalNews .content ul li {
					background: transparent url(/static/images/box_localnews_sprite.png) no-repeat 0 bottom;
					padding: 0 0 7px 0;
					margin-bottom: -5px;
					text-align: left;
				}
				
					.box.boxLocalNews .content ul li a {
						background: transparent url(/static/images/box_localnews_sprite.png) no-repeat -100px 5px;
						display: block;
						padding: 1px 0 2px;
						text-indent: 8px;
					}
					
						.ie6 .box.boxLocalNews .content ul li a { padding: 1px 0 1px; }
						
						.box.boxLocalNews .content ul li a:hover {
							background-position: -200px 5px;
						}
						
		.box.boxLocalNews .bottom {
			background: transparent url(/static/images/box_localnews_bg.png) no-repeat right bottom;
			height: 30px;
			padding: 5px 10px 0 0;
			text-align: right;
		}
		
	/** Haber365 **/
	
	.box.boxHaber365 {
		margin: 14px 0 13px;
	}
	
		.box.boxHaber365 .title .inner {
			height: 25px;
			padding: 6px 5px 0 0;
			text-align: center;
		}
		
		.box.boxHaber365 .content .inner {
			padding-bottom: 19px;
		}
		
			.box.boxHaber365 ul.genericList {
				border: none;
			}
			
				.box.boxHaber365 ul.genericList li {
					background-position: 0 7px;
					padding: 3px 0 6px 9px;
				}
				
	/** Weather Summary **/
	
	.box.boxWeatherSummary {}
	
		.box.boxWeatherSummary .icon {
			left: 8px;
			position: absolute;
			top: 15px;
			width: 87px;
		}
		
		.box.boxWeatherSummary .content, .box.boxWeatherSummary .content .inner {
			background-color: #f5f9fb;
			background-image: url(/static/images/box_blue_bg.png);
		}
		
			#rightBlock .box.boxWeatherSummary .icon {
				left: 18px;
			}
				
			#rightBlock .box.boxWeatherSummary .content, #rightBlock .box.boxWeatherSummary .content .inner {
				background-color: #e4f1f8;
				background-image: url(/static/images/box_dark_blue_bg.png);
			}
		
		.box.boxWeatherSummary .data {
			margin: 0 0 6px 115px;
		}
			
			.box.boxWeatherSummary li {
				color: #000;
				font-size: 13px;
				margin-bottom: 5px;
			}
			
			.box.boxWeatherSummary .temperature,
			.box.boxWeatherSummary .info {
				color: #c00;
				font-weight: bold;
				margin-bottom: 0;
			}
			
			.box.boxWeatherSummary .temperature {
				font-size: 30px;
			}
			
			.box.boxWeatherSummary .info {
				font-size: 15px;
				margin-bottom: 10px;
			}
	
	/** Weather Detail **/
	
	.box.boxWeatherDetail {}
	
		.box.boxWeatherDetail .icon {
			left: 8px;
			position: absolute;
			top: 15px;
			width: 100px;
		}
			
		.box.boxWeatherDetail .temperature {
			color: #c00;
			font-size: 19px;
			font-weight: bold;
			margin-left: 124px;
		}
	
			.box.boxWeatherDetail .temperature strong {
				font-size: 30px;
				margin-bottom: 1px;
			}
			
		.box.boxWeatherDetail table.data {
			float: left;
			margin-left: 115px;
		}
		
			.box.boxWeatherDetail table th {
				background: transparent;
				border: none;
				border-top: 1px solid #ccc;
				color: #666;
				font-size: 17px;
				font-weight: normal;
				padding: 5px 0 4px 0;
				width: 152px;
			}
			
				.box.boxWeatherDetail table th span {
					float: right;
				}
			
			.box.boxWeatherDetail table td {
				border: none;
				border-top: 1px solid #ccc;
				font-size: 19px;
				font-weight: bold;
				padding-left: 7px;
			}
			
				.box.boxWeatherDetail table td span {
					background: url(/static/images/icons_sprite.png) no-repeat -999px -999px;
					color: #666;
					font-size: 12px;
					font-weight: normal;
					padding-left: 24px;
				}
				
					.box.boxWeatherDetail table td span.up { background-position: 3px -148px; }
					.box.boxWeatherDetail table td span.down { background-position: 3px -227px; }
		
		.box.boxWeatherDetail table.extraData {
			float: left;
			margin-left: 10px;
		}
		
			.box.boxWeatherDetail table.extraData th {
				width: 90px;
			}
			
			.box.boxWeatherDetail table td .meter {
				background: #fff;
				border: 1px solid #ccc;
				display: block;
				float: right;
				height: 6px;
				margin: 2px 15px 0 0;
				padding: 1px;
				width: 101px;
			}
			
				.box.boxWeatherDetail table td .meter span {
					border-top: 3px solid #f00;
					border-bottom: 3px solid #c00;
					display: block;
					float: left;
					height: 0;
				}
						
	/** Prayer Summary **/
	
	.box.boxPrayer {}
		
		.box.boxPrayer .content, .box.boxPrayer .content .inner {
			background-color: #f5f9fb;
			background-image: url(/static/images/box_prayer_small_bg.png);
		}
		
			.box.boxPrayerDetail .content, .box.boxPrayerDetail .content .inner {
				background-color: #f5f9fb;
				background-image: url(/static/images/box_prayer_bg2.png?v=2);
			}
		
			.box.boxPrayer .content ul {
				
			}
			
			.box.boxPrayer .content li {
				color: #9e0b0f;
				float: left;
				font-size: 12px;
				font-weight: bold;
				height: 40px;
				text-align: center;
				width: 16%;
			}
			
				.box.boxPrayer .content li strong {
					color: #00428d;
					display: block;
					font-size: 14px;
					margin-top: 8px;
				}
				
		.boxPrayer .moreLink {
			background: transparent;
		}
		
			.boxPrayer .moreLink a {
				color: #00418c;
			}
		
				.boxPrayer .moreLink a:hover {
					color: #c00;
				}
				
	.box.boxPrayerSummary .content, .box.boxPrayerSummary .content .inner {
		background-color: #f5f9fb;
		background-image: url(/static/images/box_blue_bg.png);
	}
	
		.box.boxPrayerSummary table {
			margin: -4px 0 -5px;
		}
			
			.box.boxPrayerSummary table th {
				font-weight: normal;
				padding: 0;
				text-align: left;
				width: 85px;
			}
			
			.box.boxPrayerSummary table td {
				padding: 5px 0 6px 0;
				text-align: center;
			}
			
				.box.boxPrayerSummary table td strong {
					color: #00408C;
				}
	
.box.boxPrayerDetail {
	margin-bottom: 14px;
}
	
	.box.boxPrayerDetail table {
		font-size: 15px;
		font-weight: bold;
		margin: 10px auto 50px;
		text-align: center;
	}
	
		.box.boxPrayerDetail table td {
			background: url(/static/images/prayerTime_bg.png) no-repeat center top;
			border: none;
			height: 60px;
			padding: 10px 20px 0;
			text-align: center;
			vertical-align: top;
			width: 70px;
		}
		
			.box.boxPrayerDetail table td strong {
				color: #c00;
				display: block;
				font-size: 21px;
				margin-top: 5px;
			}
			
	.box.boxPrayerList table {
		color: #666;
		font-size: 15px;
	}
		.box.boxPrayerList table td {
			padding-left: 0;
			text-indent: 10px;
		}
		
			.box.boxPrayerList table td.tac {
				text-indent: 0;
			}	
	/** Finance Summary **/
	
	.box.boxFinanceSummary {
		color: #999;
		font-size: 25px;
		font-weight: bold;
	}

		.box.boxFinanceSummary .content strong {
			color: #00408c;
			font-size: 30px;
		}
		
		.box.boxFinanceSummary .content .data {
			padding: 26px 0 34px 95px;
		}
		
			.box.boxFinanceSummary .content .data.financeDataUSD {
				background: url(/static/images/finance/usd.png) no-repeat -15px -10px;
			}
			.box.boxFinanceSummary .content .data.financeDataEUR {
				background: url(/static/images/finance/eur.png) no-repeat 0 -10px;
			}
			.box.boxFinanceSummary .content .data.financeDataALTIN {
				background: url(/static/images/finance/altin.png) no-repeat 0 -10px;
			}

			.box.boxFinanceSummary .content .data.financeDataMarket {
				background: url(/static/images/finance/market.png) no-repeat -5px -10px;
			}
	
	.box.boxMoviePosters, .boxMoviePostersBar {}
	
		.box.boxMoviePosters ul, .boxMoviePostersBar ul {
			margin: 10px 5px 0;
		}
		
			.box.boxMoviePosters ul li, .boxMoviePostersBar ul li {
				border-bottom: 1px solid #ccc;
				float: left;
				height: 206px;
				margin-bottom: 23px;
				margin-right: -25px;
				padding-left: 25px;
				text-align: center;
				width: 150px;
			}
			
			.boxMoviePostersBar ul li {
				padding-left: 0;
				margin-right: 0;
			}
				
					.box.boxMoviePosters ul li a span, .boxMoviePostersBar ul li a span {
						display: block;
						margin: 0 18px 5px;
					}		
			
	.box.boxLeftBar {}
		
		.box.boxLeftBar .title .inner h2 {
			background: transparent;
			color: #797979;
			font-size: 12px;
			margin-top: 2px;
			padding: 0;
			text-align: center;
		}
		
		.box.boxLeftBar .citiesList ul {
			margin-right: 9px;
			width: 89px;
		}
		
			.box.boxLeftBar .citiesList ul.last {
				width: 80px;
			}
		
			.box.boxLeftBar .citiesList ul li {
				padding-bottom: 3px;
			}
			
/*--------------------------------------------------------------
        FINISH BOXES 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
        START PANELS
--------------------------------------------------------------*/

.panel {
}

	.panel .top,
	.panel .bottom {
		background: url(/static/images/panels_sprite.png) no-repeat 0 -15px;
		display: block;
		height: 15px;
		/*overflow: hidden;*/
		position: relative;
	}
	
		.panel.panelWhite .top {
			background-position: 0 0;
		}
	
	.panel .bottom {
		background-position: 0 -30px;
		height: 22px;
	}
	
		.panel .top span,
		.panel .bottom span {
			background: url(/static/images/panels_sprite.png) no-repeat right -15px;
			display: block;
			height: 15px;
			position: absolute;
			right: 0;
			width: 15px;
		}
		
			.panel.panelWhite .top span {
				background-position: right 0;
			}
		
		.panel .bottom span {
			background-position: right -30px;
			height: 22px;
		}
		
	.panel .inner {
		background: url(/static/images/panels_sprite.png) no-repeat 0 -52px;
		border: 1px solid #e9e9e9;
		border-bottom: none;
		border-top: none;
		padding: 0 15px;
		position: relative;
	}
	
		.panel.panelWhite .inner {
			background: #fff;
		}
	
		.panel .inner h1, .panel .inner h2 {
			background: url(/static/images/panelTitle_shadow.png) no-repeat right bottom;
			float: left;
			font-size: 27px;
			padding: 0 25px 3px 0;
		}
		
			.panel .inner h2 {
				color: #000;
				font-size: 21px;
				padding: 0 20px 6px 0;
			}
		
		.panel .inner .right {
			background: url(/static/images/panelExtra_shadow.png) no-repeat 0 0;
			color: #999;
			float: right;
			padding: 0 0 4px 20px;
		}
		
			.panel .right span {
				float: left;
				padding-right: 3px;
			}
			
			.panel .right a {
				margin-left: 6px;
			}
		
		.panel .rating {
			background: url(/static/images/rating_stars.png) repeat-x top left;
			float: left;
			height: 16px;
			margin: 3px -3px 0 2px;
			overflow: hidden;
			width: 180px;
		}
		
			.panel .rating span {
				background: url(/static/images/rating_stars.png) repeat-x bottom left;
				display: block;
				float: left;
				height: 16px;
				padding: 0;
				text-indent: -999px;
				width: 0;
			}
			
		.panel .rating.rating_1 span { width: 18px; }
		.panel .rating.rating_2 span { width: 36px; }
		.panel .rating.rating_3 span { width: 54px; }
		.panel .rating.rating_4 span { width: 72px; }
		.panel .rating.rating_5 span { width: 90px; }
		.panel .rating.rating_6 span { width: 108px; }
		.panel .rating.rating_7 span { width: 126px; }
		.panel .rating.rating_8 span { width: 144px; }
		.panel .rating.rating_9 span { width: 162px; }
		.panel .rating.rating_10 span { width: 180px; }
		
/*--------------------------------------------------------------
        FINISH PANELS
--------------------------------------------------------------*/

/***** boxes.css BİTTİ *****/


/***** thumbnails.css BAŞLADI *****/

/*--------------------------------------------------------------
        START IMAGE THUMBS
--------------------------------------------------------------*/
	
.imgThumb {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	height: 50px;
	position: relative;
	width: 50px;
}
	a:hover .imgThumb, .imgThumb:hover { background-position: 0 bottom !important; border-color: #c00 !important; }
	
	.imgThumb img {
		clip: rect(0, 48px, 48px, 0);
		left: 1px;
		position: absolute;
		top: 1px;
		z-index: 1;
	}

	.imgThumb .tag {
		left: 1px;
		bottom: 1px;
		position: absolute;
		z-index: 2;
	}
	
	.imgThumb.thumb72x75 { background: transparent url(/static/images/imgFrame_72x75.png) no-repeat 0 0; border: none; height: 82px; width: 72px; }
	.imgThumb.thumb72x75 img { clip: rect(0, 64px, 75px, 0); left: 4px; top: 4px;}
	.imgThumb.thumb72x75 .tag { left: 4px; bottom: 4px; }
	
	.imgThumb.thumb72x75_V2 { background: transparent url(/static/images/imgFrame_72x75.png) no-repeat 0 0; border: none; height: 82px; width: 72px; }
	.imgThumb.thumb72x75_V2 img { clip: rect(0, 64px, 75px, 0); left: 4px; top: 4px;}
	.imgThumb.thumb72x75_V2 .tag { left: 4px; bottom: 4px; }
	
	.imgThumb.thumb72x92 { background: transparent url(/static/images/imgFrame_72x92.png) no-repeat 0 0; border: none; height: 92px; width: 72px; }
	.imgThumb.thumb72x92 img { clip: rect(0, 64px, 84px, 0); left: 4px; top: 4px; width: 64px; height: 84px;}
	.imgThumb.thumb72x92 .tag { left: 4px; bottom: 4px; }
	
	.imgThumb.thumb75x110 { background: transparent url(/static/images/imgFrame_75x110.png) no-repeat 0 0; border: none; height: 110px; width: 75px; }
	.imgThumb.thumb75x110 img { clip: rect(0, 71px, 106px, 0); left: 2px; top: 2px;}
	.imgThumb.thumb75x110 .tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb75x110_v2 { background: transparent url(/static/images/imgFrame_75x110.png) no-repeat 0 0; border: none; height: 110px; width: 75px; }
	.imgThumb.thumb75x110_v2 img { clip: rect(0, 71px, 106px, 0); left: 2px; top: 2px;}
	.imgThumb.thumb75x110_v2 .tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb80x80 { background: transparent url(/static/images/imgFrame_80x80.png) no-repeat 0 0; border: none; height: 80px; width: 80px; }
	.imgThumb.thumb80x80 img { clip: rect(0, 74px, 74px, 0); left: 3px; top: 3px; width: 74px; height: 74px;}
	.imgThumb.thumb80x80 .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb80x103 { background: transparent url(/static/images/imgFrame_80x103.png) no-repeat 0 0; border: none; height: 103px; width: 80px; }
	.imgThumb.thumb80x103 img { clip: rect(0, 72px, 95px, 0); left: 4px; top: 4px; width: 72px; height: 95px;}
	.imgThumb.thumb80x103 .tag { left: 4px; bottom: 4px; }
	
	.imgThumb.thumb80x103_v2 { background: transparent url(/static/images/imgFrame_80x103.png) no-repeat 0 0; border: none; height: 103px; width: 80px; }
	.imgThumb.thumb80x103_v2 img { clip: rect(0, 72px, 95px, 0); left: 3px; top: 2px;}
	.imgThumb.thumb80x103_v2 .tag { left: 4px; bottom: 4px; }
	
	.imgThumb.thumb90x128 { background: transparent url(/static/images/imgFrame_90x128.png) no-repeat 0 0; border: none; height: 128px; width: 90px; }
	.imgThumb.thumb90x128 img { clip: rect(0, 86px, 124px, 0); left: 2px; top: 2px; width: 86px; height: 124px;}
	.imgThumb.thumb90x128.tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb92x70 { background: transparent url(/static/images/imgFrame_92x70.png) no-repeat 0 0; border: none; height: 70px; width: 92px; }
	.imgThumb.thumb92x70 img { clip: rect(0, 86px, 64px, 0); left: 3px; top: 3px; width: 86px; height: 64px;}
	.imgThumb.thumb92x70 .tag { left: 3px; bottom: 3px; }
	
	
	.imgThumb.thumb92x69 { height: 71px; width: 94px; margin-bottom:4px; }
	.imgThumb.thumb92x69 img { clip: rect(0, 92px, 69px, 0); width: 92px; height: 69px;}
	.imgThumb.thumb92x69 .tag { left: 1px; bottom: 1px; top: 1px; right: 1px;}
	


	.imgThumb.thumb120x90 { height: 92px; width: 122px; margin-bottom:4px; }
	.imgThumb.thumb120x90 img { clip: rect(0, 120px, 90px, 0); width: 120px; height: 90px;}
	.imgThumb.thumb120x90 .tag { left: 1px; bottom: 1px; top: 1px; right: 1px;}
	.imgThumb.otoimgkonum .tag {left: 1px!important; top:68px!important;}
	
	.imgThumb.thumb184x138 { height: 140px; width: 186px; margin-bottom:4px; }
	.imgThumb.thumb184x138 img { clip: rect(0, 184px, 138px, 0); width: 184px; height: 138px;}
	.imgThumb.thumb184x138 .tag { left: 1px; bottom: 1px; top: 1px; right: 1px;}
	.imgThumb.galeriimgkonum .tag {left: 1px!important; top:114px!important;}
	
	.imgThumb.thumb100x80 { height: 80px; width: 100px; }
	.imgThumb.thumb100x80 img { clip: rect(0, 98px, 78px, 0); left: 1px; top: 1px; width: 98px; height: 78px;}
	.imgThumb.thumb100x80 .tag { left: 1px; bottom: 1px; }
	
	.imgThumb.thumb104x86 { height: 84px; width: 102px; }
	.imgThumb.thumb104x86 img { clip: rect(0, 100px, 82px, 0); left: 1px; top: 1px; width: 100px; height: 82px;}
	.imgThumb.thumb104x86 .tag { left: 1px; bottom: 1px; }
	
	.imgThumb.thumb104x104 { background: transparent url(/static/images/imgFrame_104x104.png) no-repeat 0 0; border: none; height: 104px; width: 104px; }
	.imgThumb.thumb104x104 img { clip: rect(0, 100px, 100px, 0); left: 2px; top: 2px; width: 100px; height: 100px;}
	.imgThumb.thumb104x104 .tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb116x164 { background: transparent url(/static/images/imgFrame_116x164.png) no-repeat 0 0; border: none; height: 164px; width: 116px; }
	.imgThumb.thumb116x164 img { clip: rect(0, 110px, 158px, 0); left: 3px; top: 3px; width: 110px; height: 158px;}
	.imgThumb.thumb116x164 .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb130x130 { background: transparent url(/static/images/imgFrame_130x130.png) no-repeat 0 0; border: none !important; height: 130px !important; width: 130px !important; }
	.imgThumb.thumb130x130 img { clip: rect(0, 126px, 126px, 0); left: 2px; top: 2px; width: 126px; height: 126px;}
	.imgThumb.thumb130x130 .tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb144x103_eski { background: transparent url(/static/images/imgFrame_144x103.png) no-repeat 0 0; border: none; height: 103px; width: 144px; }
	.imgThumb.thumb144x103_eski img { clip: rect(0, 138px, 97px, 0); left: 3px; top: 3px; width: 138px; height: 97px;}
	.imgThumb.thumb144x103_eski .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb144x103 { background: transparent url(/static/images/imgFrame_140x103.png) no-repeat 0 0; border: none; height: 103px; width: 140px; }
	.imgThumb.thumb144x103 img { clip: rect(0, 138px, 97px, 0); left: 3px; top: 3px; width: 138px; height: 97px;}
	.imgThumb.thumb144x103 .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb144x207 { background: transparent url(/static/images/imgFrame_144x207.png) no-repeat 0 0; border: none; height: 207px; width: 144px; }
	.imgThumb.thumb144x207 img { clip: rect(0, 138px, 201px, 0); left: 3px; top: 3px; width: 138px; height: 201px;}
	.imgThumb.thumb144x207 .tag { left: 3px; bottom: 3px; }
		
	.imgThumb.thumb114x162 { height: 160px; width: 112px;}
	.imgThumb.thumb114x162 img { clip: rect(0, 110px, 158px, 0); left: 1px; top: 1px; width: 110px; height: 158px;}
	.imgThumb.thumb114x162 .tag { left: 1px; bottom: 1px; }
	
	.imgThumb.thumb160x160 { background: transparent url(/static/images/imgFrame_160x160.png) no-repeat 0 0; border: none; height: 160px; width: 160px; }
	.imgThumb.thumb160x160 img { clip: rect(0, 150px, 150px, 0); left: 5px; top: 5px; width: 150px; height: 150px;}
	.imgThumb.thumb160x160 .tag { left: 5px; bottom: 5px; }
	
	.imgThumb.thumb256x326 { background: transparent url(/static/images/imgFrame_256x326.png) no-repeat 0 0; border: none; height: 326px; width: 256px; }
	.imgThumb.thumb256x326 img { clip: rect(0, 250px, 320px, 0); left: 3px; top: 3px; width: 250px; height: 320px;}
	.imgThumb.thumb256x326 .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb306x442 { background: transparent url(/static/images/imgFrame_306x442.png) no-repeat 0 0; border: none; width: 306px; height: 221px;}
	.imgThumb.thumb306x442 img { clip: rect(0, 300px, 215px, 0); left: 3px; top: 3px; width: 300px; height: 215px;}
	.imgThumb.thumb306x442 .tag { left: 3px; bottom: 3px; }

	.imgThumb.thumb194x194 { background: transparent url(/static/images/imgFrame_194x194.png) no-repeat 0 0; border: none !important; height: 194px !important; width: 194px !important; }
	.imgThumb.thumb194x194 img { clip: rect(0, 190px, 190px, 0); left: 2px; top: 2px; width: 190px; height: 190px;}
	.imgThumb.thumb194x194 .tag { left: 2px; bottom: 2px; }
	
	.imgThumb.thumb314x354 { background: transparent url(/static/images/imgFrame_314x354.png) no-repeat 0 0; border: none; width: 314px; height: 177px;}
	.imgThumb.thumb314x354 img { clip: rect(0, 308px, 171px, 0); left: 3px; top: 3px; width: 308px; height: 171px;}
	.imgThumb.thumb314x354 .tag { left: 3px; bottom: 3px; }
	
	.imgThumb.thumb206x117 { background: transparent url(/static/images/imgFrame_206x117.png) no-repeat 0 0; border: none; width: 206px; height: 117px;}
	.imgThumb.thumb206x117 img { clip: rect(0, 200px, 111px, 0); left: 3px; top: 3px; width: 200px; height: 111px;}
	.imgThumb.thumb206x117 .tag { left:153px; top: 3px; }
	
	.imgThumb.thumb175x250 { background: transparent url(/static/images/imgFrame_175x250.png) no-repeat 0 0; border: none; height: 250px; width: 175px; }
	.imgThumb.thumb175x250 img { clip: rect(0, 169px, 244px, 0); left: 3px; top: 3px; }
	.imgThumb.thumb175x250 .tag { left: 3px; bottom: 3px; }
/*--------------------------------------------------------------
        FINISH IMAGE THUMBS
--------------------------------------------------------------*/
    .imgThumb.thumb120x67 { background: transparent url(/static/images/imgFrame_120x67.png) no-repeat 0 0; border: none; height: 71px; width: 124px;}
	.imgThumb.thumb120x67 img { clip: rect(0, 120px, 67px, 0); left: 2px; top: 2px; width: 120px; height: 67px;}
	.imgThumb.thumb120x67 .tag { left: 2px; bottom: 2px; }

	.imgThumb.thumb120x90 { background: transparent url(/static/images/imgFrame_120x90.png) no-repeat 0 0; border: none; height: 94px; width: 124px; }
	.imgThumb.thumb120x90 img { clip: rect(0, 120px, 90px, 0); left: 2px; top: 2px; width: 120px; height: 90px;}
	.imgThumb.thumb120x90 .tag { left: 2px; bottom: 2px; }
	.otoimgkonum { float:left !important; margin-right: 6px !important; }
	.tagGaleri { background-position: -150px 0 !important;}

/***** thumbnails.css BİTTİ *****/


/***** tags.css BAŞLADI *****/

/*--------------------------------------------------------------
        START TAGS
--------------------------------------------------------------*/

.imgThumb .tag {
	background: transparent url(/static/images/imgTags.png) no-repeat -999px -999px;
	display: block;
	height: 25px;
	/*overflow: hidden;*/
	text-indent: -999px;
	width: 50px;
}

	.imgThumb .tag.tagNew  { background-position: 0 0; }
	.imgThumb .tag.tagPhoto { background-position: -50px 0; }
	.imgThumb .tag.tagVideo { background-position: -100px 0; }
	
	.imgThumb .tag.tagNew2  { background-position: -200px 0; }
	.imgThumb .tag.tagPhoto2 { background-position: -250px 0; }
	.imgThumb .tag.tagVideo2 { background-position: -300px 0; }
	
a.tag.tagNew { padding-right: 27px; background: url(/static/images/linkTags.png) no-repeat right 1px; }
a.tag.tagPhoto { padding-right: 31px; background: url(/static/images/linkTags.png) no-repeat right -298px; }
a.tag.tagVideo { padding-right: 34px; background: url(/static/images/linkTags.png) no-repeat right -599px; }

/*--------------------------------------------------------------
        FINISH TAGS 
--------------------------------------------------------------*/

/***** tags.css BİTTİ *****/


/***** lists.css BAŞLADI *****/

/*--------------------------------------------------------------
        START GENERIC LISTS
--------------------------------------------------------------*/

.genericList, .genericListNoMargin {
	/*border-top: 1px solid #cfcfcf;*/
	margin: 0 0 10px 0;
	padding: 0;
}
	.genericList.leftBorder, .genericListNoMargin.leftBorder  {
		border-top: none;
		border-left: 1px solid #cfcfcf;
	}

	.genericList li, .genericListNoMargin li {
		background: url(/static/images/bullet.png) no-repeat 0 9px;
		border-bottom: 1px solid #cfcfcf;
		padding: 5px 0 7px 9px;
	}
	
		.genericList.leftBorder li, .genericListNoMargin.leftBorder li  {
			border: none;
		}


/*--------------------------------------------------------------
        FINISH GENERIC LISTS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
        START GENERIC LISTS
--------------------------------------------------------------*/

.arrowList {
	margin: 0 0 4px;
	padding: 0;
}

	.arrowList li {
		border-top: 1px solid #c6d6de;
		padding: 3px 0 4px;
	}
	
	.arrowList li a {
		background: url(/static/images/arrow_red1.png) no-repeat 0 0px;
		padding-left: 8px;
	}
		.arrowList li a:hover {
			background-position: 1px 0px;
		}

/*--------------------------------------------------------------
        FINISH GENERIC LISTS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
        START NEWS LISTS
--------------------------------------------------------------*/
.ie7 .newsList {
	clear: none;
	overflow: visible!important;
}

.newsList {
	clear: both;
	/*overflow: hidden;*/
}

	.newsList .imgThumb {
		float: left;
		margin-right: 10px;
	}
	
		.newsList li p {
            font-size: 13px;
		}
	
	.newsList .time {
		background: url(/static/images/icon_newsTime.png) no-repeat 0 2px;
		color: #000;
		font-weight: bold;
		padding-left: 15px;
	}

		.newsList .newsSummary h3,
		.newsList .newsSummary h3 a,
		.boxMostRead .newsList h3,
		.boxMostRead .newsList h3 a {
			color: #c00;
			font-size: 17px;
			font: bold normal normal 17px/19px Arial, sans-serif;
			font-weight:bold;
		}
		
		.newsList .newsSummary h3 a:hover,
		.boxMostRead .newsList h3 a:hover { color: #000 !important; }
	
	.newsSummary {
		margin-bottom: 3px;
	}
	
		.newsSummary .imgThumb {
			border: 1px solid #cfcfcf;
			margin-right: 15px;
			height: 128px;
			width: 128px;
		}
		
			.newsSummary .imgThumb img { clip: rect(0, 126px, 126px, 0); width:126px; height:126px;}
			.newsSummary .imgThumb .tag { bottom: 1px; left: 1px; }
		
	.newsSummary p {
		margin: 4px 0 5px;
	}
	
	.newsList .genericList {
		margin-left: 15px;
		padding-left: 12px;
	}	
		.newsList .genericList li {
			background-position: 0 11px;
			padding: 6px 0 4px 11px;
		}

/*------------------------------------------------------------*/
		
	.newsList .gridView {
		width: 110%;
	}
	
		.newsList .gridView li {
			float: left;
			margin: 0 10px 17px 0;
			min-height: 123px;
			width: 328px;
			/*height: 169px;*/
		}
		.newsList .gridView li:nth-of-type(odd) {
            clear:left;
            }
			.newsList.mostRead .gridView li {
				margin: 0 25px 22px 0;
				width: 310px;
		
			}
			
			.newsList .gridView.tightGrid li {
				margin-bottom: 10px;
				height: 118px !important;
				min-height: 118px !important;
				margin-bottom:10px;
				/*overflow: hidden;*/
			}
			
				
			
			.newsList .gridView h3 {
				padding: 2px 0 0 5;
			}
				.newsList .gridView.tightGrid h3 {
					padding: 0 0 5px 0;
				}

			.boxMostRead .newsList .gridView li {
				height: 105px;
				margin: 0 25px 11px 0;
				width: 300px;
			}
			
			.boxMostRead .newsList .gridView h3,
			.boxMostRead .newsList .gridView h3 a {
				font-size: 15px;
				padding: 4px 0;
			}
			
			.fntSz13 {
				font-size: 13px !important;
			}
			
			.boxMostRead .newsList .gridView p {
				
			}
			
			.newsList .gridView .date {
				color: #999;
				font-size: 11px;
			}
			
			.newsList .gridView .category,
			.newsList .gridView .category a {
				color: #00a4df;
				font-size: 11px;
				font-weight: normal;
			}
			
				.newsList .gridView .category a:hover { color: #c00; }

/*------------------------------------------------------------*/

	.newsList .barView {
		/*margin-top: -1px;*/
	}

		.newsList .barView li {
			border-bottom: 1px solid #cfcfcf;
			margin-bottom: 11px;
			padding-bottom: 10px;
		}
		
			.newsList .barView li .imgThumb {
				margin-right: 9px;
			}
			
				.ie6 .newsList .barView li .imgThumb { margin-right: 5px; }
			
			.newsList .barView h3 {
				padding: 6px 0 2px;
			}
			
			.newsList .barView h3,
			.newsList .barView h3 a {
				
			}
		
	.newsList h3.small,
	.newsList h3.small a	{
		font-size: 13px;
		padding-top: 0;
	}
	
/*------------------------------------------------------------*/

	.newsList .mansetIki {
		/*margin-top: -1px;*/
	}

		.newsList .mansetIki li {
			float: left;
			margin: 0 20px 10px 0;
			min-height: 105px;
			width: 306px;
		}
		
			.newsList .mansetIki li .imgThumb {
				margin-right: 9px;
			}
			
				.ie6 .newsList .mansetIki li .imgThumb { margin-right: 5px; }
			
			.newsList .mansetIki h3 {
				padding: 0 0 5px 0;
			}
			
			.newsList .mansetIki h3,
			.newsList .mansetIki h3 a {
			}
			
			.newsList .mansetIki p {
			}
		
		
	.newsList h3.small,
	.newsList h3.small a	{
		font-size: 13px;
		padding-top: 0;
	}	
/*--------------------------------------------------------------
        FINISH NEWS LISTS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
        START PHOTO GRID
--------------------------------------------------------------*/

.photoGrid {
	/*overflow: hidden;*/
}

	.photoGrid ul {
		width: 110%;
	}
	
		.photoGrid li {
			float: left;
			margin: 0 5px 2px 0;
		}

/*--------------------------------------------------------------
        FINISH GENERIC LISTS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
        START CITY LISTS
--------------------------------------------------------------*/

.citiesList {}

	.citiesList ul {
	border-right: 1px solid #cfcfcf;
    float: left;
    margin-right: 15px;
    width: 125px;
    margin-left: 5px;
	}
	
		.citiesList ul.last {
			border: none;
			margin: 0;
			width: 80px;
		}
		
		.citiesList ul li {
			padding: 0 0 5px 0;
		}

/*--------------------------------------------------------------
        FINISH CITY LISTS
--------------------------------------------------------------*/

/***** lists.css BİTTİ *****/


/***** content.css BAŞLADI *****/

/*--------------------------------------------------------------
        START CONTENT 
--------------------------------------------------------------*/
.content-align {
    width: 1261px;
    margin: auto;
}
.content-align h1 {
    margin-left: 0
}
#content {
    margin: 20px auto 40px auto;
}
#content .tumu {
    background: #959595;
}

#content.indexPage {
	margin-top: 10px;
}
	
#contentTop { 
	margin-top: -10px !important;
    height:auto; 
    width: 1261px;
}

	#contentTop h1 {
    float: left;
    height: 42px;
    margin-left: 0;
	}
	
	#contentTop .feeds {
		float: right;
		padding-top: 2px;
		width: 306px;
	}
	
		#contentTop .feeds a {
			display: block;
			float: left;
			padding: 0 0 6px 1px;
		}
		
			#contentTop .feeds a img {
				margin: -4px 1px 0 -1px;
			}
			
	#contentTop .feeds1 {
		float: right;
		padding-top: 7px;
		width: auto;
	}
	
		#contentTop .feeds1 a {
			display: block;
			float: left;
			padding: 0 0 6px 1px;
            margin:0 2px;
		}
		
			#contentTop .feeds1 a img {
				margin: -4px 1px 0 -1px;
			}
	#contentTop .date,#contentTop .date1 {
        color: #767676;
        float: right;
        font-size: 21px;
        position: relative;
        top:24px;
	}
	
	#contentTop .spot {
		clear: both;
		font-size: 15px;
		font-weight: bold;
	}
	
	#contentTop label {
		margin-right: 11px;
	}

/*--------------------------------------------------------------
        START LEFT BLOCK
--------------------------------------------------------------*/

	#leftBlock {
		float: left;
		/*overflow: hidden;*/
		width: 664px;
		margin-bottom:10px;
	}
	
/*--------------------------------------------------------------
        FINISH LEFT BLOCK
--------------------------------------------------------------*/


/*--------------------------------------------------------------
        START RIGHT BLOCK
--------------------------------------------------------------*/

	#rightBlockMtrx {
		
    margin-bottom: 15px;
    float: left;
    margin-top:0px;
    width: 100%;
    background-color: rgba(234,234,234,0.49);
	}
    
    #leftBlockMtrx {
		float: left;
		/*overflow: hidden;*/
		width: 306px;
		margin-bottom:10px;
	}



	#rightBlock {
		float: right;
		margin-left: 10px;
		width: 306px;
	}
	
	#rightBlock .advertisement {
		background: transparent url(/static/images/rightCol_box_bg.png) repeat-y left top;
		padding: 3px;
		margin-bottom: 8px;
	}
	
	.left_advertisement {
		background: transparent url(/static/images/advertisement_300x250_bg.png) no-repeat left top;
		padding: 3px;
		width: 300px;
		float:left;
		margin-left:18px;		
	}

	
	.advertisPad
	{
		padding: 3px !important;
		margin-bottom: 20px!important;
	}
	
		#rightBlock .advertisement .inner {
			/*
			background: transparent url(/static/images/advertisement_306_bg.png) no-repeat left bottom;
			margin-bottom: 8px;
			padding: 0 3px 9px 3px;
			*/
		}

	
	.weatherBar {
		background: url(/static/images/weather_bar_bg.png) no-repeat 0 0;
		height: 41px;
		margin-bottom: 13px;
		padding: 2px 0 8px 10px;
		width: 298px;
	}
	
		.weatherBar img, .weatherBar strong, .weatherBar a, .weatherBar strong{
			float: right;
		}
		
		.weatherBar strong, .weatherBar a {
			/*display: block;*/
			margin-left: 10px;
			/*width: 135px;*/
		}
		
		.weatherBar strong {
			color: #000;
			font-size: 15px;
			font-weight: bold;
			padding: 6px 0 4px 0;
		}
		
			.weatherBar strong span {
				color: #c00;
				font-size: 18px;
				margin-left: -2px;
			}
		
		.weatherBar a {
			color: #999 !important;
			font-weight: normal !important;
		}
		
		.weatherBar a:hover {
			color: #c00 !important;
		}
	
#rightBlock .boxRed .bottomLinks {
	background: transparent;
	border: none;
	margin-top: -11px;
	padding-bottom: 2px;
}

.dovizBar {
	background: url(/static/images/doviz_bar_bg.png) no-repeat 0 0;
	height: 20px;
	margin-bottom: 13px;
	padding: 8px 0 2px 0;
	width: 308px;
}
		
.dovizBar strong, .dovizBar a {
	margin-left: 5px;
}
		
.dovizBar strong {
	color: #575757;
	font-size: 12px;
	font-weight: bold;
	padding:0;
}
		
.dovizBar strong span {
	color: #c00;
	font-size: 18px;
	margin-left: -2px;
}
		
		.dovizBar a {
			color: #999 !important;
			font-weight: normal !important;
		}
		
		.dovizBar a:hover {
			color: #c00 !important;
		}
	
/*--------------------------------------------------------------
        FINISH RIGHT BLOCK
--------------------------------------------------------------*/





/*--------------------------------------------------------------
        FINISH CONTENT 
--------------------------------------------------------------*/


/* ---------- Start Index Page ---------- */

	.headlines {
		background: url(/static/images/mainSlider_bg.png) no-repeat 0 0;
		float: left;
		height: 325px;
		margin: 0 10px 0;
		overflow: hidden;
		position: relative;
		width: 480px;
	}
	
		.headlines .items {
			height: 281px;
			left: 5px;
			overflow: hidden;
			position: absolute;
			top: 5px;
			width: 470px;
			z-index: 1;
		}
		
			.headlines .items li {
				/* background: #333 url(/static/images/banner_darkgray.png) top right; */
				background: #333 top right;
				height: 281px;
				width: 470px;
			}
		
			.headlines .items li, .headlines .items li a {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
			}
		
		.headlines .title, .headlines .title:active, .headlines .title:visited {
			background: url(/static/images/black_70.png) repeat 0 0;
			bottom: 39px;
			color: #fff;
			font-size: 24px;
			font-weight: bold;
			height: auto;
			left: 5px;
			padding: 4px 15px 4px;
			position: absolute;
			width: 440px;
			z-index: 2;
		}
		
			.headlines .title:hover { color: #ff6; }
	
		.headlines .itemList {
			height: 30px;
			left: 0;
			position: absolute;
			top: 290px;
			width: 480px;
		}
		
		
		
			.headlines .itemList a {
				background: url(/static/images/mainSlider_bullets_bg.gif) no-repeat right -30px;
				color: #575757;
				display: block;
				float: left;
				font-size: 14px;
				height: 29px;
				text-align: center;
				width: 24px;
			}
			
			.headlines .itemList a.first {
				background-position: right 0;
			}
			
			.headlines .itemList a.all {
				background: url(/static/images/mainSlider_all.png) no-repeat right top;
				overflow: hidden;
				position: absolute;
				right: 0;
				text-indent: -999px;
				top: 0;
				width: 119px;
			}
			
				.headlines .itemList a.all:hover { background-position: right -29px; }
				
			.headlines .itemList a.new {
				background-position: left -60px;
				color: #fff;
			}
			
			.headlines .itemList a.flash {
				background-position: right -60px;
			}
				
				.headlines .itemList a:hover, .headlines .itemList a.current {
					background-position: 0 -30px;
					color: #fff;
				}
	
	.financeSummary {
		background: url(/static/images/finance_bar_bg.png) no-repeat 0 0;
		color: #000;
		float: left;
		height: 285px;
		padding-top: 38px;
		text-align: center;
		width: 64px;
	}
	
		.financeSummary strong {
			display: block;
		}
	
	.financeSummary .dollar { margin-bottom: 53px; }
	.financeSummary .euro { margin-bottom: 45px; }
	.financeSummary .imkb { margin-bottom: 50px; }
	
	.newspaperThumbs {
		/*overflow: hidden;*/
		width: 644px;
	}
	
		.newspaperThumbs ul {
			width: 659px;
		}
		
			.newspaperThumbs ul li {
				float: left;
				margin-right: 14px;
				width: 80px;
			}
			
		.movieThumbs {
			/*overflow: hidden;*/
		}
		
			.movieThumbs ul {
				width: 400px;
			}
			
				.movieThumbs ul li {
					float: left;
					margin-right: 10px;
					padding-bottom: 5px;
					text-align: center;
					width: 90px;
				}
		
			
	.newspaperThumbs2 {
		/*overflow: hidden;*/
		width: 285px;
	}
	
		.newspaperThumbs2 ul {
			width: 280px;
			margin-left: 7px;
		}
		
			.newspaperThumbs2 ul li {
				float: left;
				margin-right: 15px;
				width: 80px;
			}
			
		
		#boxNewsArchive {
			float: left;
			margin-left: 10px;
			width: 244px;
		}
		
			.ie6 #boxNewsArchive {
				margin-left: 5px;
			}
		
		#frmNewsArchive {
			padding-top: 10px;
			text-align: center;
		}
		
			#frmNewsArchive p {
				background: url(/static/images/dot_ccc.gif) repeat-x left bottom;
				color: #737373;
				padding-bottom: 10px;
			}
			
			#frmNewsArchive .selectDate {
				padding: 10px 0;
			}
			
			#frmNewsArchive .submitter {
				background: url(/static/images/dot_ccc.gif) repeat-x left top;
				padding-top: 10px;
			}
			
			#frmNewsArchive #sbmNewsArchive {
				background: transparent url(/static/images/sbmNewsArchive_bg.png) no-repeat center top;
				border: none;
				color: #000;
				font-size: 15px;
				font-weight: bold;
				height: 32px;
				padding-bottom: 5px;
				width: 100px;
			}
			
/* ---------- Finish Index Page ---------- */


/* ---------- Start News Detail Page ---------- */

.detailTopBar {
	background: transparent url(/static/images/bars_sprite.png) no-repeat 0 0;
	color: #000;
	height: 30px !important;
	margin-bottom: 10px;
	padding: 0 0 7px 10px;
	 
}

	.detailTopBar .right {
		background: transparent url(/static/images/bars_sprite.png) no-repeat right -37px;
		border-left: 1px solid #fff;
		float: right;
		padding: 0 5px 0 0;  
		position:absolute !important;
		width:325px !important;
		left:316px !important;
		padding-left:28px;
	}
	
	.detailTopBar .navigation, .detailTopBar .date {
		float: left;
	}
	
	.detailTopBar .navigation {
		margin-right: 25px;
	}
	
	.detailTopBar .navigation a {
		padding: 0 4px;
		text-decoration: underline;
		float: left;
	}
	
		.detailTopBar .navigation  a.returnHome {
            background: url(/static/images/box_arrows_sprite.png) no-repeat 0px -444px;
            padding: 0 2px 0 20px;
		}
		
		.detailTopBar .navigation .seperator {
			border-left: 1px solid #d9d9d9;
            border-right: 1px solid #fff;
            margin: 8px 4px;
            width: 0px;
            height: 15px;
            float: left;
		}
		
	.detailTopBar .social {
		padding-left: 2px;
	}
	
	.detailTopBar .social span {
		float: left;
		padding: 2px 7px 0 0;
	}
	
	.detailTopBar .social a {
		margin-left: 2px;
	}
	
		.ie6 .detailTopBar .social a img {
			margin-top: 5px;
		}
	
.newsDetail {
	margin-bottom: 10px;
	min-height:500px;
}
	
	.newsDetail h1 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	
	.newsDetail .spot {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 16px;
	}
	
	
	.newsDetail .meta {
		float: left;
		margin: 0 20px 10px 0;
	}
		
		.newsDetail .meta img {
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		.newsDetail .meta .advertisement {
			/*background: url(/static/images/advertisement_400_bg.png) no-repeat 0 0;
			padding-top: 5px;*/
			margin-top: 15px;
			background-color: #F4F4F4;
			border: solid 1px #E9E9E9;
		}

			.newsDetail .meta .advertisement img {
				visibility: hidden;
				display: none;
			}
				
			.newsDetail .meta .advertisement .content {
				/*background: url(/static/images/advertisement_400_bg.png) no-repeat 0 bottom;
				padding: 0 10px 5px;*/
			}
			
				.newsDetail .meta .advertisement .content .genericList {
					border-top: none;
					font-size: 14px;
					margin-top: -1px;
				}
				
					.newsDetail .meta .advertisement .content .genericList li {
						padding: 2px 0 4px 10px;
						margin-left: 5px;
					}
					
						.newsDetail .meta .advertisement .content .genericList li:last-child {
							border: none;
						}
		
	.newsDetail p {
		font-size: 14px;
	}
	
	.newsDetail .source {
		color: #999;
		font-size: 14px;
		margin-top: -25px;
	}
	
.relatedNewsList {
	margin-top: -5px;
	margin-bottom: 25px;
}

	.relatedNewsList li {
		background: url(/static/images/bullet.png) no-repeat 0 6px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 14px;
		padding-left: 11px;
	}
	
		.relatedNewsList li a, .relatedNewsList li a:visited, .relatedNewsList li a:active { color: #000; }
		.relatedNewsList li a:hover { color: #c00; }
		
		.relatedNewsList li .spot {
			font-weight: normal;
			padding-top: 7px;
		}

.relatedNewsListFotoGaleri {
	margin-top: -5px;
	margin-bottom: 30px;
}

	.relatedNewsListFotoGaleri li {
		/*background: url(/static/images/bullet.png) no-repeat 0 6px;*/
		/*padding-left: 11px;*/
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 14px;
		display: inline-block;
	}
	
		.relatedNewsListFotoGaleri li a, .relatedNewsListFotoGaleri li a:visited, .relatedNewsList li a:active { color: blue; text-decoration:underline; }
		.relatedNewsListFotoGaleri li a:hover { color: blue; }
		
		.relatedNewsListFotoGaleri li .spot {
			font-weight: normal;
			padding-top: 7px;
		}
	 
		
.videoThumbs {
	padding: 10px 10px 0;
	/*overflow: hidden;*/
	width: 624px;
}

		.videoThumbs ul {
			width: 640px;
		}
		
			.videoThumbs ul li {
				float: left;
				height: 160px;
				padding-right: 16px;
				width: 144px;
			}
	
	.videoThumbs .icon_play {
		bottom: 8px;
		display: block;
		position: absolute;
		right: 8px;
		text-indent: -999px;
		z-index: 2;
	}
		
		
		/* Start Side Slide Modifiers */
	.sideSlide
	{
		background: url("/static/images/sideSlider_bg.png") no-repeat 0 0 transparent;
		float: none !important;
		height: 205px !important;
		width: 306px !important;
		margin : 0 0 24px;
	}
		.sideSlide .itemList
		{
			top: 175px !important;
			width: 310px !important;
		}
		
		.sideSlide .items
		{
			width: 300px !important;
			height: 170px !important;
			top:3px !important;
			left:3px !important;
		}
	/* End Side Slide Modifiers */
	
/* ---------- Finish News Detail Page ---------- */

/* ---------- Start Person Page ---------- */

.personShortBio { }

	.personShortBio img.photo {
		/* background: transparent url(/static/images/imgFrame_160x160.png) no-repeat 0 0; */
		float: left;
		margin: 0 9px 5px 0;
		padding: 5px;
	}
	
	.personShortBio .bio {
		padding: 15px 0 5px;
	}
	
/* ---------- Finish Person Page ---------- */

/* ---------- Start City Page ---------- */

.photoScroller {
	height: 96px;
	position: relative;
	width: 100%;
}
	
	.photoScroller ul {
		height: 92px;
		margin: 0 40px;
		overflow: hidden;
		width: 101%;
	}
	
		.photoScroller li {
			float: left;
			margin-right: 10px;
			width: 72px;
		}
		
	.photoScroller a.prev, .photoScroller a.next {
		background: url(/static/images/photoScroller_arrows.png) no-repeat -999px -999px;
		height: 92px;
		position: absolute;
		text-indent: -999px;
		top: 0;
		width: 25px;
	}
	.photoScroller a.prev {
		background-position: left top;
		left: 0;
		/*padding-right: 15px;*/
	}
	.photoScroller a.next {
		background-position: right top;
		/*padding-left: 15px;*/
		right: 0;
	}
	
.cityLinks {
	overflow: hidden;
	margin-top: -5px;
	width: 286px;
}

	.cityLinks .info {
		font-size: 13px;
		margin: 0 0 8px;
	}

	.cityLinks .arrowList {
		width: 320px;
	}
	
		.cityLinks .arrowList li {
			float: left;
			margin-right: 14px;
			width: 136px;
		}
	
	.cityLinks h3 {
		margin: 23px 0 12px;
	}
	
/* ---------- Finish City Page ---------- */

/* ---------- Start Category Page ---------- */

.financeStrip {
	background: url(/static/images/finance_strip_bg.png) repeat-x 0 0;
	border: 1px solid #000;
	height: 44px;
	margin-bottom: 19px;
	/*overflow: hidden;*/
}
	
	.financeStrip ul { width: 110%; }
	
	.financeStrip li {
		background: url(/static/images/finance_strip_bg.png) no-repeat right -44px;
		float: left;
		font-size: 13px;
		padding: 0 40px 0 8px;
	}
	
		.financeStrip .title {
			color: #c4f037;
			font-weight: bold;
			margin-bottom: 1px;
			text-indent: 13px;
		}
		
		.financeStrip .data {
			background: url(/static/images/finance_strip_bg.png) no-repeat -999px -999px;
			color: #fff;
			font-weight: bold;
			padding-left: 11px;
			text-indent: 2px;
		}
		
			.financeStrip .data.up { background-position: 0 -91px; }
			.financeStrip .data.down { background-position: left -161px; }
	
.dwWorldStrip {
	background: #508de8 url(/static/images/dw-world.png) no-repeat 3px 3px;
	height: 30px;
	margin-bottom: 17px;
	/*overflow: hidden;*/
	padding: 5px 3px 3px 70px;
}
	
	.dwWorldStrip .scroller {
		height: 32px;
		margin-right: 3px;
		/*overflow: hidden;*/
	}
	
		.dwWorldStrip .line {
			display: block;
			width: 10000%;
		}
		
			.dwWorldStrip .line li {
				color: #B0D8FC;
				float: left;
			}
			
				.dwWorldStrip .line li .title {
					color: #fff;
					font-weight: bold;
				}
					.dwWorldStrip .line li .title:hover {
						text-decoration: underline;
					}

a.btnaboneol {
	background: url(/static/images/abone-ol2.png) no-repeat 0 0;
	display: inline-block;
	height: 23px;
	text-indent: -999px;
	width: 94px;
} 
a.btnAddToSite {
	background: url(/static/images/btnAddToSite.png) no-repeat 0 0;
	display: inline-block;
	height: 23px;
	text-indent: -999px;
	width: 100px;
}

a.btnXML {
	background: url(/static/images/btnXML.png) no-repeat 0 0;
	display: inline-block;
	height: 23px;
	text-indent: -999px;
	width: 55px;
}

.categoryHighlights {
	clear: both;
	/*margin-top: 49px;*/
}

	.ie6 .categoryHighlights, .ie7 .categoryHighlights {
		margin-top: 23px;
	}

	.categoryHighlights .highlight {
		background: url(/static/images/category_highlights_seperator.png) no-repeat right center;
		float: left;
		padding-right: 19px;
		width: 256px;
	}

		.categoryHighlights .highlight a.imgThumb .text {
			background: #000 url(/static/images/category_highlightText_bg.png) repeat-x 0 0;
			border-top: 1px solid #313131;
			bottom: 3px;
			color: #fff;
			font-size: 25px;
			padding: 10px 15px;
			position: absolute;
			left: 3px;
			right: 3px;
			z-index: 5;
		}
		
			.categoryHighlights .highlight a.imgThumb:hover .text {
				color: #ff6;
			}
	
	.categoryHighlights .newsList {
		background: url(/static/images/category_highlights_seperator.png) no-repeat right center;
		clear: none !important;
		float: left;
		padding-right: 19px;
		width: 300px;
	}
	
		.categoryHighlights .newsList .gridView li {
			margin-bottom: 7px;
			width: 300px;
			min-height: 104px;
		}
		
	.categoryHighlights .genericList {
		border: none;
		float: left;
		padding-left: 5px;
	}
	
		.categoryHighlights .genericList li {
			background-position: 0 12px;
			border: none;
			border-bottom: 1px solid #cfcfcf;
			font-size: 13px;
			padding: 6px 0 7px 10px;
		}
	
	.categoryHighlights .moreLink {
		background: url(/static/images/panelExtra_shadow.png) no-repeat 0 0;
		bottom: 0;
		color: #000;
		font-weight: normal;
		padding: 5px 15px 5px 25px;
		position: absolute;
		right: 0;
	}
	
		.categoryHighlights .moreLink:hover{
			color: #c00;
		}
	
	.keyword{
		font-size: 14px; font-weight: normal; color:#333333 !important; text-decoration:underline !important;
	}

	.keyword a:hover a:active a:visited{
		font-size: 14px; font-weight: normal; color:#333333 !important; text-decoration:underline !important;
	}
	
	b .keyword{
		font-weight: bold;
	}

	b .keyword a:hover a:active a:visited{
		font-weight: bold;
	}
	
	.keywordOz{
		font-size: 16px; font-weight:bold; color:#000000 !important; text-decoration:underline !important;
	}

	keywordOz a:hover a:active a:visited{
		font-size: 16px; font-weight:bold; color:#000000 !important; text-decoration:underline !important;
	}
	
/* ---------- Finish Category Page ---------- */

/* ---------- Start Cinema Page ---------- */

.whiteBar {
	background: url(/static/images/bars_sprite.png) no-repeat right -74px;
	height: 40px;
	margin-bottom: 20px;
	max-width:1261px;
    /*overflow: hidden;*/
}

.whiteBar .inner {
	background: url(/static/images/bars_sprite.png) no-repeat left -74px;
	margin-right: 10px;
	height: 26px;
	padding: 7px 0 7px 10px;
}
	
.whiteBar .inner select {
	background: #f2f2f2 url(/static/images/select_bg.png) no-repeat 0 0;
	border: 1px solid #ccc;
	margin-right: 16px;
	padding: 4px 5px;
}
		
.whiteBar .inner select:focus {
    background-color: #fff;
}
/* ---------- Finish Cinema Page ---------- */

/* ---------- Start Cinema Detail Page ---------- */

.movieDetail .poster {
	float: left;
	margin: 0 14px 0 -1px;
}

.movieDetail table {
	border-top: 1px solid #ccc;
	color: #000;
	width: 790px;
}

.movieDetail table tbody td, .movieDetail table tbody th {
	padding: 1px 0 3px;
}

.movieDetail table tbody td {
	padding-left: 10px;
}

.movieDetail table tbody th {
	width: 96px;
}

.movieDetail .trailer {
	margin: 5px 5px 8px;
}

.movieDetail .gallery {
	text-align: center;
}
	.movieDetail .gallery a {
		color: #333;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}

	.movieDetail .gallery img {
		background: #fff;
		border: 1px solid #cfcfcf;
		padding: 1px;
	}
	
	.movieDetail .gallery a:hover img {
		border-color: #c00;
	}
	
	.movieDetail .gallery  table {
		border: none;
		margin-bottom: 10px;
		width: 100%;
	}
	
		.movieDetail .gallery td {
			border: none;
			padding: 0;
			text-align: center;
		}
	
/* ---------- Finish Cinema Detail Page ---------- */

/* ---------- Start Newspaper Page ---------- */
	
	.newspaperCovers {
		margin-top: 15px;
		text-align: center;
	}
	
		.newspaperCovers ul {
		
		}
		
			.newspaperCovers li {
				background: url(/static/images/newspaperCover_bg.png) no-repeat center top;
				float: left;
				height: 313px;
				margin: 0 25px 17px;
				padding: 5px;
				width: 185px;
			}
			
				.newspaperCovers li a {
					font-size: 15px;
				}
				
					.newspaperCovers li img {
						margin-bottom: 6px;
					}
	
/* ---------- Finish Newspaper Page ---------- */

/* ---------- Start Local News Page ---------- */

.scoreBar {
	background: url(/static/images/bars_sprite.png) no-repeat 0 -114px;
	height: 35px;
	margin: 10px 0 0;
	width: 980px;
}
	
	.scoreBar .title {
		float: left;
		height: 35px;
		text-indent: -999px;
		width: 190px;
	}
	
	.scoreBar .content {
		color: #fff;
		float: left;
		font-size: 21px;
		font-weight: bold;
		height: 35px;
		width: 520px;
	}
	
	.scoreBar .link {
		display: block;
		float: left;
		height: 35px;
		text-indent: -999px;
		width: 270px;
	}
	
.flashBar {
	background: url(/static/images/bars_sprite.png) no-repeat 0 -149px;
	height: 35px;
	margin: 5px 0 0;
	width: 980px;
}
.tdPadding7 td
{
	padding:7px 10px 0 10px;
}
	
	.flashBar .title {
		float: left;
		height: 35px;
		text-indent: -999px;
		width: 185px;
	}
	
	.flashBar .titleFH {
		margin-left: 38px;
		margin-right: 10px;
		color: #000;
		display: block;
		float: left;
		font-size: 20px;
		font-weight: bold;
		height: 35px;
	}
	
	.flashBar .content {
		color: #000;
		display: block;
		float: left;
		font-size: 21px;
		font-weight: bold;
		height: 35px;
		width: 795px;
	}
		
		.flashBar a:hover {
			color: #c00;
		}

.localNews #contentTop {
	height: auto;
	margin-bottom: 23px;
}
	
.mapPanel {
	background: #f7f7f7;
	height: 540px; 
	margin-bottom: 25px;
	padding: 35px 0 0 0;
	position: relative;
	width: 1261px;
    float:left;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
}

	.mapPanel .title {
		background: url(/static/images/map_title.png);
		height: 40px;
		position: absolute;
		right: 5px;
		text-indent: -99999px;
		top: 5px;
		width: 450px;
	}
	
.localNews .citiesList {
	background: url(/static/images/cityList_blue.png) no-repeat 0 0;
	padding: 10px 0 0 15px;
}

	.localNews .citiesList ul {
		border: none;
		width: 95px;
	}

		.localNews .citiesList ul.last {
			width: 85px;
		}
	
/* ---------- Finish Local News Page ---------- */

/* ---------- Start Exchange Page ---------- */



/* ---------- Finish Exchange Page ---------- */
.div1 {
	position:relative;
}
.div2 {
	margin:74px 2px;
	position:absolute;
	float:left;
	background:transparent url(/static/images/video1.png) no-repeat left bottom;
	width:52px;
	height:28px;
	z-index: 2000;
}
.div3 {
	margin:41px 2px;
	position:absolute;
	float:left;
	background:transparent url(/static/images/video1.png) no-repeat left bottom;
	width:52px;
	height:28px;
	z-index: 2000;
}
.galeriKutuBor
{
	text-align:left;
}
.galeriKutuBor:hover
{
	text-decoration:underline;
}
.galeriKutuYan
{
	width:300px;
	height:80px;
	float:left;
	vertical-align:top;
}
.galeriKutuYan:hover
{
	text-decoration:underline;
}
.galeriKutuTextYan
{
	font-size:14px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	vertical-align:top;
	text-align:left;
}
.galeriKutuTextYan:hover
{
	text-decoration:underline;
}
.resimYan
{
	width:92px;
	height:69px; 
	border:solid 1px #dbdbdb;
	float:left;
	margin-right:5px;
}
.divText
{
	height:44px; 
}
.divText:hover
{
	text-decoration:underline;
}
.input input, .input textarea, .input select {
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    margin: 0;
    outline: 0 none;
    padding: 3px 5px;
}

.input {
    border: 1px solid #D3D5DB;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

li .turkcell {margin:5px 30px;}
#turkcellPop {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;display:none;z-index:99999}
#turkcellClose {position:absolute;left:50%;margin-left:0px;top:50%;margin-top:-137px;cursor:pointer;background:url("/static/images/close.png");height:30px;width:30px;text-indent:-9999px;z-index:999999}
#turkcellBox {z-index:99999;width:300px;height:160px;left:50%;margin-left:-283px;top:50%;margin-top:-125px;padding-top:0px;text-align:center;position:absolute;background:url("/reklam/300x250.png");}
.trkSMS {background-position:0 -30px;}
.trkTwitter, .trkFacebook {text-indent:-9999px;background:url("../i/turkcellBtns.png");margin:0 0 10px;border:0;padding:0;height:20px;width:123px;margin:30px 5px 0;}
.trkTwitter {background-position:0 -60px;}
.trkFacebook {background-position:0 -80px;}

.liGaleri
{
width:120px!important;
margin-right:11px!important;
}
.yeniR
{
background: transparent url(/static/images/bars_sprite.png) no-repeat right 0px !important;
border:0px !important;
}
.trkuaz
{
	font-size:10pt!important;
	color:#0b8ce1!important;
}
.trkuaz:hover
{
	color:#c00!important;
}
.gridViewManset li
{
	height: 300px;
}
.gridViewManset .resim
{
 float:left;
}
.gridViewManset h3
{
width: 180px; float: right;
}
.gridViewManset h3 a
{
color:#0190a0; font-size:14pt;
}
.gridViewManset h3 a:hover
{
color:black;
}
.gridViewManset p
{
width: 180px; float: right; margin-top:4px; font-size:14px; 
}



/***************************************/
.fb_ozl_btn[class] {
float:left;
width:308px;
height:80px;
background-image: url(/static/images/facebook_ozl.gif);
cursor:pointer;
margin-bottom:15px;
position:relative;
}
 .fb_ozl_btn_2[class] {
width:150px;
height:30px;
background-image: url(/static/images/facebook_ozl_2.gif);
cursor:pointer;
margin-bottom:10px;
position:relative;
float:left;
}
.fb_ozl_btn_ic{
position:absolute;
right:-5px;
bottom:5px;
}
.fb_ozl_btn_ic_2{
position:absolute;
left: 40px;
top: 5px;
}
.ie7 .tw_ozl_btn{margin-bottom:10px!important;}
.tw_ozl_btn[class]{
float:left;
width:308px;
height:80px;
background-image: url(/static/images/twitter_ozl.gif);
cursor:pointer;
margin-bottom:28px;
position:relative;
}
 .tw_ozl_btn_2[class]{
width:150px;
height:30px;
background-image: url(/static/images/twitter_ozl_2.gif);
cursor:pointer;
margin-bottom:10px;
position:relative;
float:right;
}
.tw_ozl_btn_ic{
position:absolute;
right:12px;
bottom:10px;
}
.tw_ozl_btn_ic_2{
position:absolute;
left: 50px;
top: 5px;
}
.height160{
	height: 160px!important;
}

.mrleft20 {
margin-left: 20px!important;
}

.mrtop20 {
margin-top: 20px;
}

.wdth600 {
width: 600px!important;
}

.wdth622 {
width: 622px!important;
}

.under {
text-decoration:underline;
margin-left:20px;
}

.buderus{
margin-top:-10px;
margin-bottom:5px;
width:980px!important;
height:65px!important;
background: transparent url(/static/images/buderus_bg.jpg) no-repeat;
}
.buderus h1{
margin-left: 140px; 
margin-top: 16px;
color:#fff;
}
.buderus .date{
left: 440px!important; 
position: relative; 
top: -20px;
color:#fff!important;
}
.buderuslink{
left: 10px; 
position: relative; 
width: 125px; 
height: 35px; 
top: 20px;
}
.barisSureciKutu{
width: 296px; height: auto!important; margint-right: 10px; margin-bottom:10px; background-color:#fadb14; padding-left: 10px; padding-bottom:10px;
}

.barisSureciKutu h2{
color: #c60000; font-size: 16px; margin-top: 5px; margin-bottom: 5px;
}
.barisSureciKutu .content{margin-bottom:15px;}
.barisSureci, .barisSureci:active, .barisSureci:visited {
	color: #000!important;
	font-size: 13px;
	font: bold normal normal 13px Arial, sans-serif;
	font-weight:bold;
}

.barisSureci:hover{ color: #c00!important; }

.bullet_orange{
background-image: url(/static/images/bullet_orange.png) !important;
padding-left: 15px !important;
border-color:#fff !important;
border-bottom-style: solid !important;
}
.mrb20{margin-bottom:20px !important;}
.mrb15{margin-bottom:15px !important;}
.left{float:left;}
.newspaperlong{width:960px !important;}
.newspaperlong ul{width:960px !important;}
.newspaperlong ul li{margin-right:8px !important;}
.sondakika_ayar{width:306px; margin-left:10px;}
.sondakika_ayar .height200{height:200px;}
.noneclear{clear: none!important;}
.liwidth306 li{width:306px!important;}

.kayegori_buyuk_haber{
	width:306px; 
	float:left; 
	margin:20px 15px 0 0;
}
.kayegori_buyuk_haber h3 {
	margin:5px 0;
}

.kategoriGaleri{
	width: 380px; 
	height: 336px; 
	float: left;
	margin-top:20px;
	background-color:#fff7c8;
	padding-top:20px;
	margin-left:30px;
}
.otoGaleriLi { width:350px !important; height:170px !important; background:none !important; border:none !important; float: left; margin-left:20px;}
.otoGaleriLi .galeriimgkonum 
{
    float:left;
    margin-right:10px;
}
.otoGaleriLi h3 a{font-size:18px;}
.otoGaleriLi h3 {margin-bottom:10px;}
.otoGaleriLi span{font-size:14px;}

.mansetyok 
{
    width:322px !important;
    margin-left:0px !important;
    padding-top:12px !important;
}
.mansetyok .otoGaleriLi { width:310px !important; margin-left:12px !important;}
.mansetyok .otoGaleriLi h3 a{font-size:14px!important;}
.mansetyok .otoGaleriLi h3 {margin-bottom:5px!important;}
.mansetyok .otoGaleriLi span{font-size:12px!important;}


.burcAnaList{
	float: left;
	margin-top:0px;
	padding-top:0px;
}
.burcALi { width:61px !important; height:70px !important; background:none !important; border:none !important; float: left; margin-left:10px;}

.imgThumb.thumb38x38 { 
	border: 1px solid #d4d4d4;
	float: left;
	margin: 2px 10px 0 0;
	padding: 2px;
	position: relative;
	height: 38px; width: 38px;
}
.imgThumb.thumb38x38 img { clip: rect(0, 38px, 38px, 0); left: 2px; top: 2px; width: 38px; height: 38px;}
.imgThumb.thumb38x38 .tag { left: 2px; bottom: 2px; }
.otoimgkonum { float:left !important; margin-right: 6px !important; }

.burcALi a {
	color: #00428d;
	font: bold normal normal 12px Arial, sans-serif;
	font-weight:bold;
	text-align:center;
}

.burcALi a:hover {
	color: #c00;
	font: bold normal normal 12px Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}



.videoluManset {
	background: url(/static/images/videolu.png) no-repeat 0 0;
	height: 50px;
	width:50px;
	position: absolute;
	top:7px;
	right:7px;
}

.fotogaleriliManset {
	background: url(/static/images/galerili.png) no-repeat 0 0;
	height: 50px;
	width:50px;
	position: absolute;
	top:7px;
	right:7px;
}

.newsRightList{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
.newsRightList li {
	padding:0 0 10px 0;
	margin-bottom:10px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}
.newsRightList li img {
	margin:0 4px 4px 0;
	float:left;
}
.newsRightList li h3{
	padding:0;
	width:300px;
	margin:0 0 5px 0;
}
.newsRightList li p {
	padding:0;
	width:300px;
	margin:0px;
}

.newsRightList li a {
	margin:0px;
	color:#CC0000;
	display:block;
	font-size:12px;
	font-weight:Bold;
}
.newsRightList li a:hover {
	color:#000000;
}

.relatedNewsList .TR_Slot_280 a font b u{
color: #646464;font: 700 12px/16px arial,sans-serif;
text-decoration:none;
}

.relatedNewsList .TR_Slot_280 a:hover{
color: #646464;font: 700 12px/16px arial,sans-serif;
text-decoration:underline;
}

.ahover:hover
{
	text-decoration:underline;
}

.TR_Slot_Manset_Alti {
	background: url(/static/images/bullet.png) no-repeat 0 6px;
	padding: 0px 0px 8px 11px;
}
.TR_Slot_Manset_Alti b,
.TR_Slot_Manset_Alti font{
	font-size: 14px; 
	font-weight: bold; 
	color: blue;
}
.TR_Slot_Manset_Alti a:hover{
	text-decoration: underline;
	color: blue;
	font-weight: bold; 
}

/*************************Burçlar*******************************/

.koc_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat 0px 0px;
}
.boga_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -38px 0px;
}
.ikizler_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -76px 0px;
}
.yengec_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -114px 0px;
}
.aslan_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -152px 0px;
}
.basak_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -190px 0px;
}
.terazi_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -228px 0px;
}
.akrep_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -266px 0px;
}
.yay_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -304px 0px;
}
.oglak_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -342px 0px;
}
.kova_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -380px 0px;
}
.balik_burcu{
background: url(/static/images/burclar_456x38.jpg) no-repeat -418px 0px;
}

.anaTableList{
	width:100%;
	font-size:12px;
	margin:0 0 20px 0;
}
.anaTableList h3{
	padding-bottom:5px;
}
.anaTableList .baslik{
	float: left; 
	width: 200px;
	margin: 5px 0;
	padding:0px;
}
.anaTableList .baslik a{
	color:#000; 
	font-size:1.07em;
}
.anaTableList .baslik a:hover{
	text-decoration:underline;
	color:#c60000; 
}
.anaTableList td{
	padding:0 22px 25px 0;
}
.anaTableList .resimLink{
	float:left;
	margin-right:10px;
}
.anasayfaBurclar div
{
	width:44px;
	text-align:center;
	float:left;
	margin:0px 13px 10px 14px;
}

.relatedNewsList .detay_galeriler{
	background: none;
	border-bottom: 1px solid #D4D4D4;
	padding: 0px 5px 10px 0px;
}
.relatedNewsList .detay_galeriler img{ margin-bottom:4px;}

.relatedNewsList .detay_galeriler a{
	color: #646464;
	font: 700 12px/16px arial,sans-serif;
	text-decoration:none;
}
.sosyaltablo td{padding:0px;}

.milliyet_kutu
{
	width:300px; 
	height:100px; 
	border:1px solid #ebebeb;
}
.milliyet_kutu .haber {
	margin:10px 2px 10px 10px; 
	width:240px; 
	height:80px; 
	float:left; 
	/*overflow: hidden;*/
}
.milliyet_kutu .haber .linl{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333; 
	display:block; 
	text-decoration:none;
	font-weight:normal;
}
.milliyet_kutu .haber .linl:hover{ color:#c00;}
.milliyet_kutu .haber .linl img {
	float:left; 
	margin: 0 6px 0 0;
	border:0px;
}

.konuListebat li{
	height: 156px!important; 
	width: 328px!important; 
}

.fntwN{font-weight: normal !important;}

.td0Tablo td{padding:0px;}
.td1Tablo td{padding:1px;}
.td5Tablo td{padding:5px;}
.td7Tablo td{padding:7px;}
.td10Tablo td{padding:10px;}

.habersayfa:link,
.habersayfa:visited,
.habersayfa:active,
.habersayfa:hover
{
    font-size:12pt!important;
    text-decoration:underline!important;
    color:Blue!important;
    font-weight:normal!important;
    margin-right:10px;
}

.haber_metni p
{
    float:left;
}

.fltl
{
    float:left;
}
.fltr
{
    float:right;
}

.hbrListLink:hover h3
{
    text-decoration:underline;
    color:#CC0000;
}
.kategoriMar{margin:30px 0;}
.kategoriTable{float:left;}
.kategoriTable.genel td{width:300px;}
.kategoriTable.dunya td{width:320px;}
.kategoriTable td{padding-bottom:15px;}
.kategoriTable td p{font-size:12px;}
.wdth640{width:640px; float:left;}
.mb50{margin-bottom:50px;}
.kategoriTable .category{color:#00a4df; font-size:11px; font-weight:normal;}
.kategoriTable .date{color:#999; font-size:11px;}

/***** content.css BİTTİ *****/


/***** icons.css BAŞLADI *****/

/*--------------------------------------------------------------
        START ICONS
--------------------------------------------------------------*/

.icon, .icon30, .icon20, .icon16 {
	background: transparent url(/static/images/icons_sprite.png) no-repeat -999px -999px;
	vertical-align: middle;
}

	.icon16 { height: 16px; width: 16px; }
	.icon20 { height: 20px; width: 20px; }
	.icon30 { height: 30px; width: 30px; }

	.icon_xml { background-position: 0 0; }
	.icon_xml_16 {background-position: -40px -40px; }
	.icon_rss { background-position: -40px 0; }
	.icon_add { background-position: -80px 0; }
	.icon_add_16 { background-position: -80px -40px; }
	.icon_iphone { background-position: -120px 0; width: 15px; }
	.icon_pacman { background-position: -160px 0; }
	.icon_comment { background-position: -200px 0; width: 23px; }
	.icon_facebook { background-position: -240px 0; }
	.icon_facebook_alt { background-position: -240px -40px; }
	.icon_twitter { background-position: -280px 0; }
	.icon_twitter_alt { background-position: -280px -40px; }
	
	.icon_play { background-position: 0 -80px; }

/*--------------------------------------------------------------
        FINISH ICONS 
--------------------------------------------------------------*/

/***** icons.css BİTTİ *****/


/***** footer.css BAŞLADI *****/

/*--------------------------------------------------------------
        START FOOTER
--------------------------------------------------------------*/
*** icons.css BİTTİ *****/


/***** footer.css BAŞLADI *****/

/*--------------------------------------------------------------
        START FOOTER
--------------------------------------------------------------*/

	#footer {}
		
		#footer .grayBar {
			background: url(/static/images/footer_sprite.png) no-repeat 0 0;
			height: 37px;
			list-style: none;
			margin: 0 0 8px;
			/*overflow: hidden;*/
			padding: 0 10px;
		}
		
			#footer .grayBar li {
				float: left;
			}		
			
				#footer .grayBar li a {
					background: url(/static/images/footer_sprite.png) no-repeat -1068px 13px;
					color: #f5f5f5;
					display: block;
					float: left;
					font: normal normal bold 13px/37px Arial, sans-serif;
					padding-left: 18px;
					width: 142px;
				}
				
					#footer .grayBar li a:hover { color: #ff6; }
		
		#footer .section {
			background: url(/static/images/footer_sprite.png) no-repeat 0 -87px;
			/*overflow: hidden;*/
			padding: 15px 15px 0 15px;
			width: 950px;
		}
		
		#footer .section .info {
			float: left;
			width: 245px;
		}
		
			#footer .section .info strong {
				color: #333;
				display: block;
				margin: 10px 0;
                font-size:12px;
			}
			
			#footer .section .info a {
				font-size: 11px;
				font-weight: normal;
			}
		
		#footer .section .links {
			list-style: none;
			margin: 0;
		}
		
			#footer .section .links li {
				float: left;
				height: 21px;
				margin-right: 14px;
			}
			
			#footer .section .links .lison {
				float: left;
				height: 21px;
				margin-right: 0px!important;
			}
		
		#footer .section .social {
			/*background: url(/static/images/footer_sprite.png) no-repeat right -87px;*/
			float: right;
			height: 20px;
			margin: -10px -15px;
			padding: 10px 15px;
			text-align: right;
			width: 90px;
		}
		
			.ie6 #footer .section .social { background-position:-983px -87px; margin-right: -8px; width: 68px; }
		
			#footer .section .social a {
				margin-left: 5px;
			}
		
		#footer .section .disclaimer, #footer .section .here {
			background: url(/static/images/dot_ccc.gif) repeat-x 0 0;
			color: #666;
			float: left;
			font-size: 11px;
			margin-top: 15px;
			padding-top: 10px;
			width: 705px;
		}
		
		#footer .section .here {
			background: transparent;
			margin: 0;
			padding: 0;
		}
		
			#footer .section .here span {
				color: #333;
			}
		
		#footer .newspapers {
			background: url(/static/images/footer_sprite.png) no-repeat 0 -47px;
			height: 30px;
			list-style: none;
			margin: 10px 0 0;
			padding-left: 30px;
		}
		
			#footer .newspapers li {
				background: url(/static/images/footer_sprite.png) no-repeat -1078px -47px;
				float: left;
				font-weight: bold;
				height: 30px;
				padding-left: 2px;
			}
			
				#footer .newspapers li a {
					display: block;
					float: left;
					padding: 0 13px;
					margin-top: 0px;
				}
			
			#footer .newspapers li.title {
				background: transparent;
				color: #666;
				margin-right: 5px;
				margin-top: 0px;
			}
			
			#footer .newspapers li.first {
				background: none;
			}
				
				#footer .newspapers li.first a {
					padding-left: 0;
				}
			
			#footer .newspapers li.all {
				background: transparent;
				float: right;
				width: 106px;
			}
			
				#footer .newspapers li.all a {
					font-weight: normal;
				}
		
		#footer .section .navigation {
			width: 1080px;
		}
			
			#footer .navigation ul {
				float: left;
				list-style: none;
				margin: 0 12px 15px 0;
				width: 148px;
			}
				
				#footer .navigation ul li {
					color: #333;
					height: 20px;
				}
				
				#footer .navigation ul li.title {
					background: url(/static/images/dot_ccc.gif) repeat-x left bottom;
					font-weight: bold;
					margin-bottom: 5px;
				}
				
					#footer .navigation ul li a {
						color: #333;
						font-size: 11px;
						font-weight: normal;
					}
					
					#footer .navigation ul li a:hover {
						color: #c00;
					}
		
		#footer .bottom {
			background: url(/static/images/dot_ccc.gif) repeat-x 0 0;
			padding: 14px 0 0;
			margin-bottom: 30px;
		}
		
			#footer .bottom a {
				display: block;
				font-weight: normal;
				font-size: 11px;
			}
			
				#footer .bottom a:hover { color: #c00 !important; }
		
				#footer .bottom a.bugReport {
					color: #000;
					float: left;
				}
				
				#footer .bottom a.netteInteractive {
					color: #999;
					float: right;
				}
				
					#footer .bottom a.netteInteractive img { vertical-align: -1px; }
/*--------------------------------------------------------------
        FINISH FOOTER
--------------------------------------------------------------*/

/***** footer.css BİTTİ *****/


/***** helpers.css BAŞLADI *****/

/*--------------------------------------------------------------
        START HELPER CLASSES 
--------------------------------------------------------------*/

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
    
/*--------------------------------------------------------------
        FINISH HELPER CLASSES
--------------------------------------------------------------*/

/***** helpers.css BİTTİ *****/


/***** eski_tasarim.css BAŞLADI *****/

/*--------------------------------------------------------------
        GENEL
--------------------------------------------------------------*/

.ara2px{font-size:2pt;height:2px;padding:0px;margin:0px;}
.ara4px{font-size:4pt;height:4px;padding:0px;margin:0px;}
.ara5px{font-size:5pt;height:7px;padding:0px;margin:0px;}
.ara12px{font-size:12px;height:12px;padding:0px;margin:0px;}
.ara15px{font-size:10pt;height:15px;padding:0px;margin:0px;}
.TR_Slot_9 font{font-size: 14px; font-weight: bold; color: #000;}
.TR_Slot_28 font{font-size: 14px; font-weight: bold; color: #000;}
.TR_Slot_43 font{font-size: 14px; font-weight: bold; color: #000;}
.TR_Slot_44 font{font-size: 14px; font-weight: bold; color: #000;}
.TR_Slot_95 font{font-size: 14px; font-weight: bold; color: #cc0000;}
#UstReklam {width:980px;}
#UstReklam div{float:left;width:250px;height:100px;margin:0 0 0 0;}


table th, table td { border-bottom: 0px solid #FFFFFF; vertical-align:top;}
.haberbaslik {margin:0;padding-top:5px;padding-bottom:5px;font-size:31px;font-weight:bold;color:#E10B17; font-family:Trebuchet MS;}
.ykkf7, a:link.ykkf7, a:visited.ykkf7 {font-size:9pt;color:#004276;}
a:hover.ykkf7{color:#0000FF;}
.ykkf1, a:link.ykkf1, a:visited.ykkf1 {font-size:9pt;color:#0000FF;text-decoration:underline;}
a:hover.ykkf1{color:#0000FF;text-decoration:underline;}
.yh {
	font-weight:bold;
	font-size:9pt;
	color:#004276;
	font-family:Arial
}
a:link.yh {color:#004276}
a:visited.yh {color:#004276}
a:hover.yh {color:#0000FF}
#yerel {width:1261px; height:410px; font-size:11px; font-family:verdana; color:silver; padding:0px; position:relative; } 

/*--------------------------------------------------------------
        GENEL SON
--------------------------------------------------------------*/

/*--------------------------------------------------------------
        ARAMA SAYFASI
--------------------------------------------------------------*/
.ad_header {color:#000;font-weight:bold;padding-bottom:7px;font-size:13px}
.ad_line1 {color:#0000FF;font-size:15px; text-decoration:underline;font-weight:bold;}
.ad_text {color:#000000;font-size:13px; text-decoration:none}
.ad_url {color:#999999;font-size:13px;margin-bottom:12px; text-decoration:none}
.search_header{background:#eee;padding:4px;font-size:15px;font-weight:bold}
.wide_ads {border-bottom:1px solid #999999;border-top:1px solid #999999;background:#FFFFFF; padding:10px;padding:0;}
.wide_ads1 {background:#FFFFFF; padding:10px;padding:0;}
.narrow_ads {background:#e5ecf9; padding:10px}
#arama_seridi
{
	/*overflow: hidden;*/
    width:100%;
	height:34px;
}

#arama_seridi div
{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:center;
}
#arsiv_seridi
{
	/*overflow: hidden;*/
    width:100%;
	height:34px;
}

#arsiv_seridi div
{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:left;
}
.fnt1
{
font-size:11px;
}

.newsDetailLeft{
margin-right: 10px;
margin-top:10px;
margin-bottom:10px;
}

.newsDetailRight{
margin-left: 10px;
margin-top:10px;
margin-bottom:10px;
}
/*--------------------------------------------------------------
        ARAMA SAYFASI SON
--------------------------------------------------------------*/

/***** eski_tasarim.css BİTTİ *****/


/***** textreklam.css BAŞLADI *****/

.slot_22
{
	float: left; 
	margin-bottom: 20px; 
	width: 650px;
}

/***** textreklam.css BİTTİ *****/


/***** manset.css BAŞLADI *****/

/*------------------Yeni Man�et---------------------*/
	.headlinesYeni {
		background: url('/static/images/mainSlider_bg367.png') no-repeat 0 0;
		float: left;
		height: 367px;
		overflow: hidden;
		position: relative;
		width: 554px; 
		margin:0 0 30px 10px; 
	}
	
		.headlinesYeni  .itemsYeni {
			height: 321px;
			left: 5px;
			position: absolute;
			top: 5px;
			width: 544px;
			z-index: 1;
		}
		
			.headlinesYeni  .itemsYeni li {
				background: #333 top right;
				height: 321px;
				width: 544px;
			}
		
			.headlinesYeni  .itemsYeni li, .headlinesYeni  .itemsYeni li a {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
			}
		
		.headlinesYeni  .title, .headlinesYeni .title:active, .headlinesYeni  .title:visited {
			background: url(/static/images/black_70.png) repeat 0 0;
			bottom: 39px;
			color: #fff;
			font-size: 24px;
			font-weight: bold;
			height: auto;
			left: 5px;
			padding: 4px 15px 4px;
			position: absolute;
			width: 440px;
			z-index: 2;
		}
		
			.headlinesYeni .title:hover { color: #ff6; }
	
		.headlinesYeni .itemList {
			height: 30px;
			left: -4px !important;
			position: absolute;
			top: 325px;
			width: 553px;
		}
		
		
		
			.headlinesYeni .itemList a {
				background: url(/static/images/mainSlider_bullets_bg.gif) no-repeat right -30px;
				color: #575757;
				display: block;
				float: left;
				font-size: 14px;
				height: 29px;
				text-align: center;
				width: 24px;
			}
			
			.headlinesYeni .itemList a.first {
				background-position: right 0;
			}
			
			.headlinesYeni .itemList a.all {
				background: url(/static/images/mainSlider_all_tumu.png) no-repeat right top;
				overflow: hidden;
				position: absolute;
				right: 0;
				text-indent: -999px;
				top: 0;
				width: 64px;
			}
			
				.headlinesYeni .itemList a.all:hover { background-position: right -29px; }
				
			.headlinesYeni .itemList a.new {
				background-position: left -60px;
				color: #fff;
			}
			
			.headlinesYeni .itemList a.flash {
				background-position: right -60px;
			}
				
				.headlinesYeni .itemList a:hover, .headlinesYeni .itemList a.current {
					background-position: 0 -30px;
					color: #fff;
				}
				
				div.trans
				{
				position: absolute;
				bottom:0;
				width:514px;
				height:auto;
				padding:7px 15px;
				background-color:#FFFFFF;
				background: url(/static/images/black_70.png) repeat 0 0;
				}
				
				.trans a {
				font-size: 24px;
				font-weight: bold;
				font-family: Arial, sans-serif;
				color:#fff;
				margin:0;
				text-decoration:none;
				}
				.trans a:hover
				{
					color:Yellow;
				}

div.trans2
{
	position: absolute;
	bottom:0;
	width:544px;
	height:auto;
}
div.trans_opst {
	width:544px;
	height:5px;
	background-color:#fff;
	opacity:0.5; 
}				


div.trans_baslik2
{
	width:529px;
	min-height: 26px;
	padding:7px 6px 7px 9px;
	background-color:#fedd16;
	float:left;
}

div.trans_baslik
{
	width:529px;
	min-height: 26px;
	padding:4px 6px 2px 9px;
	background-color:#fedd16;
	float:left;
}
.trans_baslik a 
{
    font-size:27px;
	font-weight: bold;
	font-family: Calibri, Arial, Geneva;
	color:#000000;
	margin:0;
	text-decoration:none;
}
.trans_baslik a:hover
{
	color:#000000;
}
.trans_baslik a:visited
{
	color:#000000;
}

div.trans_baslik1
{
	width:529px;
	min-height: 26px;
	padding:4px 6px 4px 9px;
	background-color:#fedd16;
    float:left;
}
.trans_baslik1 a {
	font-size: 27px;
	font-weight: bold;
	font-family: Calibri, Geneva, Arial;
	color:#000000;
	margin:0;
	text-decoration:none;
	word-spacing: -1px; 
	letter-spacing: 0px;
}
.trans_baslik1 a:hover
{
	color:#000000;
}
.trans_baslik1 a:visited
{
	color:#000000;
}

div.trans_ozet
{
	width:529px;
	height:auto;
	padding:0 6px 7px 9px;
	background-color:#fedd16;
	float:left;
}

.trans_ozet a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color:#515c62;
	margin:0;
	text-decoration:none;
}
.trans_ozet a:hover
{
	color:#515c62;
}
.trans_ozet a:visited
{
	color:#515c62;
}
				
.mansetResimAna
{
    position:relative;
    display: none; 
    z-index: 2;
    width:544px;
    height:321px;
    overflow:hidden;
}
.mansetResimAnaBlok
{
    position:relative;
    display: block; 
    z-index: 2;
    width:544px;
    height:321px;
    overflow:hidden;
}
.mansetResim
{
    position: absolute; 
    z-index: 0;
}
/*-------------Yeni Man�et Biti�-------------------*/

.touchcarousel {
	position: relative;
	overflow: hidden; 
}

.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}

.touchcarousel .touchcarousel-item {
	margin: 0 0 0 0;
	padding: 0;	
	float: left;
	background-color:#FEDD16!important;
}

.touchcarousel .touchcarousel-item.last {margin-right: 0 !important;}

.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {left: 0;}
.touchcarousel .arrow-holder.right {right: 0;}

.kategorimanset 
{
    margin:16px 0 0 0; 
    background:none;
}

.kategorimanset .itemList a {
	background: url(/static/images/mainSlider_bullets_bg_big.gif) no-repeat right -30px!important;
	color: #575757;
	display: block;
	float: left;
	font-size: 14px;
	height: 29px;
	text-align: center;
	width: 49px;
}
.kategorimanset .itemList a.first {
	background-position: right -30px!important;
}
.kategorimanset .itemList a.first:hover {
	background-position: 0px -30px!important;
}
.kategorimanset  .itemList
{
    left:0px!important;
    width:542px;
    background-color:#e3e3e3;
    padding-left:2px;
}
.kategorimanset .itemList a:hover, 
.kategorimanset .itemList a.current {
	background-position: 0px -30px!important;
	color: #fff;
}

/***** manset.css BİTTİ *****/


/***** style-invalid.css BAŞLADI *****/

html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
pre { word-wrap: break-word; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ie6 .imgThumb img {clip: rect(0 48px 48px 0);}
.ie6 .imgThumb.thumb72x92 img { clip: rect(0 64px 84px 0);}
.ie6 .imgThumb.thumb80x80 img { clip: rect(0 74px 74px 0);}
.ie6 .imgThumb.thumb80x103 img { clip: rect(0 72px 95px 0);}
.ie6 .imgThumb.thumb90x128 img { clip: rect(0 86px 124px 0);}
.ie6 .imgThumb.thumb92x70 img { clip: rect(0 86px 64px 0);}
.ie6 .imgThumb.thumb100x80 img { clip: rect(0 98px 78px 0);}
.ie6 .imgThumb.thumb104x86 img { clip: rect(0 100px 82px 0);}
.ie6 .imgThumb.thumb104x104 img { clip: rect(0 100px 100px 0);}
.ie6 .imgThumb.thumb116x164 img { clip: rect(0 110px 158px 0);}
.ie6 .imgThumb.thumb144x144 img { clip: rect(0 144px 1px 0);}
.ie6 .imgThumb.thumb144x207 img { clip: rect(0 144px 207px 0);}
.ie6 .imgThumb.thumb130x130 img { clip: rect(0 126px 126px 0);}
.ie6 .imgThumb.thumb144x103 img { clip: rect(0 138px 97px 0);}
.ie6 .imgThumb.thumb114x162 img { clip: rect(0 110px 158px 0);}
.ie6 .imgThumb.thumb160x160 img { clip: rect(0 150px 150px 0);}
.ie6 .imgThumb.thumb256x326 img { clip: rect(0 250px 320px 0);}
.ie6 .newsList .newsSummary .imgThumb img {clip: rect(0 126px 126px 0);}

.visuallyhidden {clip: rect(0 0 0 0);}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clearfix, .box, .box .inner, .newsList ul.barView li { zoom: 1; }
.width980
{
	width:980px !important;
}

/***** style-invalid.css BİTTİ *****/

/* autocomplete.css basla */
#terim-popup{width:284px;z-index:9999;}
.autocomplete{position:absolute;color:#000000;background-color:#ffffff;border:thin outset #c6c6c6;visibility:hidden;font-size:11px;font-family:"Roboto" Arial;width:288px;}
.autocomplete ul{padding:0;margin:0;}
.autocomplete li{display:block;cursor:pointer;margin:1px;padding-left:5px;padding-right:5px;list-style:none;text-align:left;}
.autocomplete li.selected{background-color:#3399ff;color:#fff;list-style:none;text-align:left;}
/* autocomplete.css bitis */
#dinamikLinkGenel {
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    margin: 0 0 20px;
    width: 304px;
}
#dinamikLinkGenel .navic {
    list-style: none outside none;
    margin: 0;
    padding: 5px;
}
#dinamikLinkGenel .navic .title {
    font-weight: bold;
    margin-bottom: 5px;
}
#dinamikLinkGenel .navic span {
    margin: 5px 5px 0 0;
}
#dinamikLinkGenel .navic ul {
    list-style: none outside none;
    margin: 0;
    padding: 15px;
}
#dinamikLinkGenel .navic ul li {
    color: #333333;
    height: 20px;
}
#dinamikLinkGenel .navic ul li.title {
    font-weight: bold;
    margin-bottom: 5px;
}
#dinamikLinkGenel .navic a {
    color: blue;
    font-size: 14px;
    font-weight: bold;
}
#dinamikLinkGenel .navic a:hover {
    color: blue;
    font-size: 14px;
    text-decoration:underline;
}

.fl
{
	float: left !important;
}

.wt60{width:60px !important;} 
.wt70{width:70px !important;}
 
.wt80{width:80px !important; }

.wt140{width:140px !important;}
.wt210{width:210px !important;}



.main_container {
    display: block;
   
    margin-top: 10px;
    width: 980px;
}
.main_container .content {
    display: block;
    float: left;
    margin-top: 2px;
    width: 100%;
}
.content .map {
    display: block;
    float: left;
    width: 500px;
}
.content .chart {
    display: block;
    float: right;
}
#map-turkiye {
    margin-top: -25px !important;
}
#turkiyegenel_chart {
    height: 245px;
    width: 440px;
}
.link-div {
    background-color: #DD0000;
    font-size: 11pt;
    font-weight: bold;
    height: 30px;
    margin: 0 0 10px 0;
    font-family:Arial;
}
.title-div {
    color: #B70000;
    display: table;
    height: 60px;
    margin-top: 10px;
}
.title-div p {
    display: table-cell;
    vertical-align: middle;
}
.link-div .link {
    border-right: 1px solid #FFFFFF;
    display: table;
    float: left;
    height: 30px;
    margin-top: 0;
    padding: 0 15px 0 25px;
    font-family:Arial;
}
.link-div .link a {
    color: #FFFFFF;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.link-div .link a:hover {
    text-decoration: underline;
}
.mc_oe_header {
    display: block;
    float: left;
    height: 28px;
    margin: 15px 0 0;
    width: 442px;
}
.mc_oe_header .mc_il_ilce_ara {
    display: block;
    float: left;
    margin: 0;
}
.mc_oe_header .mc_il_ilce_ara .il_ilce_select {
    float: left;
    margin: 0 12px 0 0;
}
.mc_oe_header .mc_il_ilce_ara label {
    color: #000000;
    float: left;
    margin: 3px 4px 0 0;
}
.mc_oe_header .mc_il_ilce_ara select {
    display: block;
    float: left;
    height: 24px;
    width: 150px;
}
.mc_oe_header .mc_il_ilce_ara button {
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0;
}
.last-item {
    border-bottom: 0 none !important;
    border-right: 0 none !important;
}
.info {
    color: #000000;
    display: block;
    float: right;
    font-size: 15px;
    margin: 16px 0 0 8px;
    text-align: right;
    width: 468px;
}
.flash {
    border: 1px solid #CCCCCC;
}

.kdate {
        color: #999999;
    font-size: 11px;
} 




/* Header top ................................ */
.headerTop ul, ol{list-style: none !important; margin: 0; padding: 0;}
.headerTop {background: none repeat scroll 0 0 #F5F5F5;border: 1px solid #D9D9D9;margin: 0px 0 5px;width: 980px;}
.headerTop ul {display: inline-block;height: 30px;width: 980px;}
.headerTop ul ol {display:inline-block; padding:6px 6px 0;}
.headerTop ul li {float:left;padding-top :0px;}
.headerTop ul li a {height:20px; display:block; margin:0 8px 0 5px; background:url(/images/headerTopikon.png) no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-indent:30px; font-weight: normal;}
.headerTop ul li li {border-left:1px solid #fff; border-right:1px solid #dfdfdf;}
.headerTop ul li li.last {border-right:none;}
.headerTop ul li li:first-child {border-left:none;}
.headerTop ul li.first a {background-position:5px -35px;}
.headerTop ul li.first li:first-child a {background-position:5px 2px;}
.headerTop ul li a:hover {color:#ff0000;}
.headerTop ul li.second {width:auto; padding:0 13px; background:url(/images/line_3bg.gif) no-repeat;}
.headerTop ul li.second li {border-left-color:#effafd; border-right-color:#bfdbe5;}
.headerTop ul li.second li:first-child {border-left:none; border-right:1px solid #bfdbe5;}
.headerTop ul li.second a {margin:0 10px; padding-right:10px; background:url(/images/doviz.gif) right -16px no-repeat; text-indent:0;}
.headerTop ul li.second a.up {background-position:right 3px;}
.headerTop ul li.second a.down {background-position:right -36px;}
.headerTop ul li.third a {color: #036;font-weight: bold;}
.headerTop ul li.third a:hover {color: #ff0000;}
.headerTop ul li.third a.en {background-position:5px -70px;}
.headerTop ul li.third a.ar {background-position:5px -105px;}
.headerTop ul li.third a.ru {background-position:5px -140px;}
.headerTop ul li.third a.az {background-position:5px -175px;}
.fl
{
	float: left !important;
}

.wt60{width:60px !important;} 
.wt70{width:70px !important;}
 
.wt80{width:80px !important; }

.wt140{width:140px !important;}
.wt210{width:210px !important;}
 


/* Header */


.f9bld{font-size:9pt !important; font-weight:bold !important;}
.infoek{width: 230px; text-align:left;  margin:4px 0 0 0px;}
.adv-605 {width:728px; height:90px; margin:20px auto 20px auto;}
.mt0 { margin-top:0 !important;}
.mt7 { margin:7px 0 0 0 !important;}
.pl7 {padding:0 0px 0 8px !important;}
.wauto {width: auto !important;}
.mt8 {margin:8px 0 0 0 !important;}
.mr15 {margin-right: 15px !important;}
.p0{padding:0 0 0 0px !important;}
.pl20{padding:0 0 0 20px !important;}
.w140{width: 140px !important;}
.p6472{padding:6px 4px 7px 2px !important;}
.p6474{padding:6px 4px 7px 4px !important;}
.p6574{padding:6px 5px 7px 4px !important;}
.p6475{padding:6px 5px 7px 5px !important;} 
.p6572{padding:6px 5px 7px 2px !important;}
.p6075{padding: 6px 0px 7px 5px !important;}
.pb20 {padding:0 0 20px 0 !important;}

.w120{width: 120px !important;}
.w105{width: 105px !important;}
.w190{width: 190px !important;}
.w180{width: 180px !important;}
.w1200{width: 200px !important;}
.w210{width: 210px !important;}
.w1038 {width: 1038px !important;}


#header .navigation .mainNav li a {
color: #fff;
display: block;
font: normal normal bold 13px Arial, sans-serif;
float: left;
height: 23px;
margin:9px 18px 0 18px!important;
} 

 
.w490 {width:480px!important;}
.w150 {width:150px!important;}
.tpblm { width:250px; float:left; color:#000;}
.tpblm a,a:hover{ color:#605858;} 

.tpblm span{font-size:16px;font-weight:bold;color:#000;margin: 7px 0;float:left;width:245px;}

.tpblmLst1 {}
.tpblmLst1 a{color:#999;text-decoration:none; margin:5px 0;}
.tpblmLst1 a:hover{color:#999; text-decoration:underline;margin:5px 0;}
.menuTumu {background: url("/static/images/tumu_menu_bg.png") no-repeat right 0; width:980px; height:335px; margin:0px 0 50px 0; float:left;}
.menuTumu .part {width: 196px;height: 335px; float:left; padding-top:6px;}
.menuTumu .part a{font-size: 14px;color: #000;margin: 11px 0 2px 40px;text-decoration: none;float: left;width: 196px;font-weight: normal;height: 18px;}
.menuTumu .part a:hover{ text-decoration: underline; }




#header .search {
background: url(https://www.haberler.com/static/images/header_search_bg_2lisa.png) no-repeat 0 0;
float: right;
height: 40px;
padding: 5px 5px 5px 10px;
width: 360px;
}
 
#header .search label {
color: #5e5e5e;
display: block;
float: left;
font-weight: bold;
padding: 7px 0;
vertical-align: middle;
width: 126px;
}
			
#header .search #txtHeaderSearch {
background: transparent;
border: 0;
float: left;
outline: none;
margin: 0;
padding: 8px 10px 7px;
vertical-align: middle;
width: 270px;
}
			
#header .search #btnHeaderSearch {
background: transparent;
border: none;
color: #666;
cursor: pointer;
float: right;
font-size: 1px;
height: 30px;
text-align: right;
width: 65px;
vertical-align: middle;
}

.flashBar .content {
color: #000;
display: block;
float: left;
font-size: 21px;
font-weight: bold;
height: 35px;
width: 795px;
}
umu .part a:hover{ text-decoration: underline; }



#popuphaber {display:none; position: fixed;right: 10px;bottom: 10px;background-color:#A2DCEB;border: 2px solid #8ACCDD;width: 350px;padding: 5px 0 ;z-index:9999999;}
.pophlist{width:330px; height:70px; float:left; margin:5px 10px 5px 10px;}
.pophlist a{float:left; color:#00428d; text-decoration:none; width:330px;}
.pophlist a:hover {color: #c00;}
.pophlist img { float:left; margin:0 5px 0 0;border: 1px solid #ccc;}
.pophlist span{ float:left; margin:0 0px 0 10px; font-size:16px; color:#000; text-decoration:none;}
.pophlist span:hover {color: #c00;}
.popClose {background:url(/static/images/popupclose1.png);width:24px;height:24px;position:absolute;right: -11px;top: -17px;cursor:pointer;}
 
 
.detaynav { 
width: 980px;
height: 34px;
float: left;
background-color: #fff; 
padding-left: 10px;

}
.detaynav li a{
color: #fff;
display: block;
font: normal normal bold 14px "Roboto" Arial, sans-serif;
float: left;
height: 19px; 
padding: 4px 7px!important;
}


.detaynav ul {
background-color: #E71111;
display: block;
width: 600px;
height: 27px;
float: right;
margin-top: 15px;
}
.detaynav li a:hover {color: #ff6 !important;}
.detaynav li a.active {background-color: #FBE332 !important; color:#000;}
.detaynav li a.active:hover {color:#000 !important;}

.detaynav li.first {margin-left:0px;}
.detaynav > a {
float:left;
                                
}
.detaynav > a > img {
transition: 0.3s all;
margin:0;
padding:0;
height:36px;
margin-top:15px;
}
.detaynav > a.fixed > img {
height: 32px;
}

.ftrslgn {font-size: 12px !important;}


.kategoriGaleri {height:283px !important;}
.kattumu {bottom: 28px!important;}
.otoGaleriLi {height:90px !important;}       
.headlinesGaleri {background: url("https://www.haberler.com/static/images/mainSlider_bg664x343.png") no-repeat scroll 0 -4px   !important; border:0px; margin:6px 0 0 10px !important; background-color:#ffffff !important;}
.headlinesGaleri .itemList {position:relative; background: url("https://www.haberler.com/static/images/mansetbutonbg39.png") no-repeat scroll 0px -2px;}
.headlinesGaleri .itemList a {
    background: url("https://www.haberler.com/static/images/mainSlider_bullets_bg_27_2.gif") no-repeat scroll -27px -30px rgba(0, 0, 0, 0);
    height: 29px !important;
    width: 27px !important;
}
.headlinesGaleri .itemList a:hover, .headlinesGaleri .itemList a.current,  .itemList a.first {
    background-position: 0 -30px;
    color: #FFFFFF;
    height: 29px !important;
    width: 27px !important;
}

.headlinesGaleri .itemList a span {
    display: block;
    margin-top: 7px;
    width: 27px !important;
}

.headlinesGaleri .itemList a.all {background: url("https://www.haberler.com/static/images/mainSlider_all_tumuY.png") no-repeat scroll right top rgba(0, 0, 0, 0);    width: 48px !important;float:left !important;position:relative !important;}
.headlinesGaleri .itemList a.all:hover {background-position: right -29px;}
 


/***********mtrx****/


.haber_metni p strong a  {font-weight:bold !important;}
.headlinesGaleri{background:url("https://www.haberler.com/static/images/mainSlider_bg664x343.png") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);border:0px;}
.headlinesGaleri .itemList{position:relative;background:url("https://www.haberler.com/static/images/mansetbutonbg39.png") no-repeat scroll 0px -2px;}
.headlinesGaleri .itemList a{background:url("https://www.haberler.com/static/images/mainSlider_bullets_bg_27_2.gif") no-repeat scroll -27px -30px rgba(0, 0, 0, 0);height:29px !important;width:27px !important;}
.headlinesGaleri .itemList a:hover, .headlinesGaleri .itemList a.current, .itemList a.first{background-position:0 -30px;color:#FFFFFF;height:29px !important;width:27px !important;}
.headlinesGaleri .itemList a span{display:block;margin-top:7px;width:27px !important;}
.headlinesGaleri .itemList a.all{background:url("https://www.haberler.com/static/images/mainSlider_all_tumuY.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);width:48px !important;float:left !important;position:relative !important;}
.headlinesGaleri .itemList a.all:hover{background-position:right -29px;}

.gazeteListesi{background:url('/static/gazeteler_bg.png') no-repeat;height:30px;padding-left:30px;width:950px;padding-top:7px;position:relative;}
.gazeteListesi ul{left:100px;list-style:none;position:absolute;top:0px;color:#333333!important;font:12px Tahoma,Verdana,Geneva,sans-serif;}
.gazeteListesi li{background:url('/static/seperators.png') no-repeat right top;float:left;font-weight:bold;margin-left:8px;padding-right:15px;height:23px;padding-top:7px;}
.gazeteListesi li.son{background:transparent;padding-right:0px!important;}
.gazeteListesi .tumGazetelerLink{font-weight:bold;position:absolute;right:15px;text-align:right;top:0;text-decoration:underline;color:#004276;font-size:13pt;}
.box{margin-bottom:13px;}
.box .title,
.box .title .inner,
.box .title .inner h2,
.box .title .inner h2 span,
.box .title .inner h2 a{background:transparent url(/static/images/box_titles2.png?v=2) no-repeat -999px -999px;height:31px;}
.box .title{background-position:0 0;padding-left:5px;}
.box .title .inner{background-position:right top;padding-right:5px;}
.box .title .inner h2{background-position:0 -50px;display:inline-block;height:27px;margin:5px 5px 0;padding-left:5px;}
.ie6 .box .inner h2, .ie7 .box .inner h2{float:left;}
.box .title .inner h2 span, .box .title .inner h2 a{background-position:right -50px;display:inline-block;height:27px;padding:4px 20px 0 15px;}
.ie6 .box .inner h2 span, .ie6 .box .title .inner h2 a{float:left;}
.box .title .inner .right{display:inline;float:right;height:32px;margin-right:4px;}
.box .title .inner .right a{color:#757575;display:block;float:right;font-weight:normal;text-align:right;}
.box .title .inner .right a.arrow{background:url(https://www.haberler.com/static/images/box_arrows_sprite.png) no-repeat right 8px;padding-right:23px;}
.box .title .inner .right a:hover{color:#c00 !important;}
.box .content{background-position:left bottom;background-repeat:no-repeat;padding-left:5px;background-color:#f7f7f7;}
.box .content .inner{background-position:right bottom;background-repeat:no-repeat;padding:10px 10px 14px 5px;position:relative;}
.box .bottomLinks{border-top:1px solid #CFCFCF;color:#999999;float:left;padding-top:8px;text-align:center;width:286px;}
.box .bottomLinks .seperator{margin:0 15px;}
.bottomLinks .arrow, .moreLink .arrow{background:url(https://www.haberler.com/static/images/box_arrows_sprite.png) no-repeat right -50px;padding:1px 23px 2px 0;}
.box .moreLink{background:transparent url(https://www.haberler.com/static/images/moreLink_bg.png) no-repeat left top;float:right;margin:2px 0 -4px;padding:8px 0 8px 20px;text-align:right;}
.box .moreLink.noBG{background:transparent;padding-left:0;}
.box:before, .box:after,
.box .inner:before, .box .inner:after,
.newsList ul.barView li:before, .newsList ul.barView li:after,
.box .moreLink:before, .box .moreLink:after{content:"";display:table;}
.box:after,
.box .inner:after,
.newsList ul.barView li:after,
.box .moreLink:after{clear:both;}
.box,
.box .inner,
.newsList ul.barView li,
.box .moreLink{zoom:1;}
.box.boxWhite .title{background-position:0 0;}
.box.boxWhite .title .inner{background-position:right top;}
.box.boxWhite .title .inner h2{background-position:0 -50px;}
.box.boxWhite .title .inner h2 span,
.box.boxWhite .title .inner h2 a{background-position:right -50px;color:#000;padding-top:7px!important;}
.box.boxWhite .title .inner h2 a:hover{color:#666;}
.box.boxWhite .title .inner .right a{color:#000;}
.box.boxWhite .title .inner .right a:hover{color:#666;text-decoration:underline;}
.box.boxWhite .title .inner .right a.arrow{background-position:right 8px;}
.box.boxWhite .content,
.box.boxWhite .content .inner{background-color:#f9f9f9;background-image:url(https://www.haberler.com/static/images/box_white_bg.png);}
.box.boxWhite .content a{color:#000;}
.box.boxWhite .content a:hover{color:#666;text-decoration:underline;}
.box.boxBlue .title{background-position:0 -100px;}
.box.boxBlue .title .inner{background-position:right -100px;}
.box.boxBlue .title .inner h2{background-position:0 -149px;}
.box.boxBlue .title .inner h2 span, .box.boxBlue .title .inner h2 a{background-position:right -150px;}
.box.boxBlue .title .inner .right a{color:#757575;}
.box.boxBlue .title .inner .right a.arrow{background-position:right -42px;}
.box.boxBlue .content, .box.boxBlue .content .inner{background-color:#f5f9fb;}
.box.boxRed .title{background-position:0 -200px;}
.box.boxRed .title .inner{background-position:right -200px;}
.box.boxRed .title .inner h2{background-position:0 -250px;color:#c00;}
.box.boxRed .title .inner h2 span, .box.boxRed .title .inner h2 a{background-position:right -250px;color:#c00;}
.box.boxRed .title .inner h2 a:hover{color:#000;}
.box.boxRed .title .inner .right a{color:#fff;}
.box.boxRed .title .inner .right a:hover{color:#fff !important;text-decoration:underline !important;}
.box.boxRed .title .inner .right a.arrow{background-position:right -92px;}
.box.boxRed .content, .box.boxRed .content .inner{background-color:#FCE9E9;background-image:url(https://www.haberler.com/static/images/box_red_bg.png);}
.box.boxYellow .title{background-position:0 -300px;}
.box.boxYellow .title .inner{background-position:right -300px;}
.box.boxYellow .title .inner h2{background-position:0 -350px;}
.box.boxYellow .title .inner h2 span, .box.boxYellow .title .inner h2 a{background-position:right -350px;}
.box.boxYellow .title .inner .right a{color:#757575;}
.box.boxYellow .title .inner .right a.arrow{background:url(https://www.haberler.com/static/images/box_icons.png) no-repeat right -42px;}
.box.boxYellow .content, .box.boxYellow .content .inner{background-color:#fffaf2;background-image:url(https://www.haberler.com/static/images/box_yellow_bg.png);}
.box.boxLocalNews{background:#7a7a7a url(https://www.haberler.com/static/images/box_localnews_bg.png) no-repeat 0 0;display:inline-block;float:left;margin-bottom:13px;text-align:center;width:100px;}
.box.boxLocalNews h2{height:30px;text-indent:-999px;}
.box.boxLocalNews a{color:#fff !important;}
.box.boxLocalNews a:hover{color:#ff6 !important;}
.box.boxLocalNews .content{height:282px;padding:10px;}
.box.boxLocalNews .content ul{background:transparent url(https://www.haberler.com/static/images/box_localnews_sprite.png) no-repeat 0 top;list-style:none;margin:0;padding-top:2px;width:80px;}
.box.boxLocalNews .content ul li{background:transparent url(https://www.haberler.com/static/images/box_localnews_sprite.png) no-repeat 0 bottom;padding:0 0 7px 0;margin-bottom:-5px;text-align:left;}
.box.boxLocalNews .content ul li a{background:transparent url(https://www.haberler.com/static/images/box_localnews_sprite.png) no-repeat -100px 5px;display:block;padding:1px 0 2px;text-indent:8px;}
.ie6 .box.boxLocalNews .content ul li a{padding:1px 0 1px;}
.box.boxLocalNews .content ul li a:hover{background-position:-200px 5px;}
.box.boxLocalNews .bottom{background:transparent url(https://www.haberler.com/static/images/box_localnews_bg.png) no-repeat right bottom;height:30px;padding:5px 10px 0 0;text-align:right;}

/***********mtx detay************/

/*****end mtx detay********/


.fln {float:none !important;}
.hbrListLink{color:#000;}
.hbrListLink:visited{color:#000;}
.hbrListLink:hover h3{text-decoration:underline;color:#60affa;}
.hbrListLink:hover {text-decoration:underline;color:#60affa;}

a.btnaboneol {
	background: url(/static/images/abone-ol2.png) no-repeat 0 0;
	display: inline-block;
	height: 23px;
	text-indent: -999px;
	width: 94px;
}
 
    
.KutuCnt  {
width:980px;
float:left;
position:relative;
background-color:#f1f1f1;
}
 
.KutuCnt > div 
{
float:left; 
position:absolute;
}

.typeA {
width: 300px;
height: 270px;
background-color:#fff;
margin-left:0px!important;
margin-top:10px;
border:1px solid #dedede;
} 

.typeB {
width: 300px;
height: 530px;
background-color:#fff;
margin-left:0px !important;
margin-top:10px;
border:1px solid #dedede;
}
.typeC {
width: 630px;
height: 270px;
background-color:#fff;
margin-left:0px!important;
margin-top:10px;
border:1px solid #dedede;
}
.KutuCnt > .typeA > a >img {        
max-height: 280px;
max-width: 320px;
width: auto;
min-height:270px;
} 

.KutuCnt > .typeB > a >img {
max-width: 320px;
max-height: 610px;
height:auto;
}
.KutuCnt > .typeC > a >img {
      
max-height: 270px;
width: 650px;
}

.divboximgA {
overflow: hidden;
width: 300px;
height: 150px;
float: left;
text-align:center;
margin-bottom:10px;
border: 3px solid #fff;
box-sizing: border-box;
}


.divboximgB {
overflow:hidden;
width: 300px;
max-height: 390px;
float:left;
margin-bottom:10px;
border: 3px solid #fff;
box-sizing: border-box;
}

.divboximgC {
overflow:hidden;
height: 248px;
margin-bottom:0px;
margin-right:10px;
float:left;
border: 3px solid #fff;
box-sizing: border-box;
}

.divlinkA{
font-size: 19px!important; 
margin-top:5px; 
padding:10px;
display:block;
font-weight:normal;
}
.divlinkB{
font-size:19px!important; 
margin-top:5px; 
padding:10px;
display:block;
font-weight:normal;
}
.divlinkC{
font-size:19px!important; 
margin-top:5px; 
padding:5px;
display:block;
font-weight:normal;
}
.divlink{
font-size:12pt!important; 
margin-top:5px; 
padding:10px;
color: #000!important;
display:block;
font-weight:normal;
}

.spotlink{
font-size: 14px!important; 
padding:0 10px 10px 10px;
color: #666 !important;
display:block;
font-weight:normal;
word-break:break-word;
}

.kutuBaslik
{
    font-weight: bold !important;
    padding: 5px 0px 10px 0px !important;
}

/******************/
.CntnrNew {position: relative; background-color:transparent; margin: 20px;}
.CntnrNew > div:nth-of-type(5n+1) {background: white;}
.CntnrNew > div:nth-of-type(5n+2) {background: white;}
.CntnrNew > div:nth-of-type(5n+3) {background: white;}
.CntnrNew > div:nth-of-type(5n+4) {background: white;}
.CntnrNew > div:nth-of-type(5n+5) {background: white;}
.CntnrNew > div {float:left;border: 1px solid #dedede; box-sizing:border-box;}
.type1 {width: 300px;height: initial; min-height:270px; margin-bottom:30px;}
.type2 {width: 664px;height: initial; min-height:270px; overflow:hidden; margin-bottom:30px;}
.type3 {width: 300px;height: initial; min-height:560px; margin-bottom:30px;}
.type6 {width: 300px;height: initial; min-height:850px; margin-bottom:30px;}
#wrapper {width: 100%; padding:5px auto;}

#boxPageSkin {
    height: 788px;
    background: transparent;
    border: 0;
}


.CntnrNew > div {
float: left;
border: 1px solid #BABABA;
box-sizing: border-box;
transition: 0.8s all;
position:relative;
}
.type2 {width: 620px!important; }
.type3 {
width: 300px;
height: initial;
min-height: 560px;
margin-bottom: 30px;
}
.type4 {width: 620px!important; height:80px;}

.divboximgA {width: 298px;}
.divboximgB {width: 298px;}
.divboximgC {max-width: 373px;}
 
 
.container {
position: relative;
margin: 0px auto 100px auto;
background-color: #f4f4f4;
padding: 10px;
}

.AnaAltPart {
width: 980px;
margin: auto;
}

.width980 {
float:none;
width: 980px !important;
margin: auto;
}
 
.mustheadBlk {width:100%; height:275px; margin:10px 0 20px 0; position:relative;}
.mustheadBlk .close {background: url(/static/images/popupclose1.png);width: 24px;height: 24px;position: absolute;right: 5px;top: 5px;cursor: pointer}
#mustheadIc {float:left; margin-top:20px; }
#mustheadAdd{width: 960px; height: 275px; margin: 10px auto;/* float: left; */padding-bottom: 10px;}
#rkz_masthead_close_button { margin-left:0px !important; text-align:right;}
.mit {border: 1px solid #BABABA; background: white; transition:1s all; width:298px; margin-left:15px}



/***********Mtrx css*******************/

 
.KutuCnt  {
width:980px;
float:left;
position:relative;
background-color:#f1f1f1;
}
 
.KutuCnt > div 
{
float:left; 
position:absolute;
}

.typeA {
width: 300px;
height: 270px;
background-color:#fff;
margin-left:0px!important;
margin-top:10px;
border:1px solid #dedede;
} 

.typeB {
width: 300px;
height: 530px;
background-color:#fff;
margin-left:0px !important;
margin-top:10px;
border:1px solid #dedede;
}
.typeC {
width: 630px;
height: 270px;
background-color:#fff;
margin-left:0px!important;
margin-top:10px;
border:1px solid #dedede;
}
.KutuCnt > .typeA > a >img {        
max-height: 280px;
max-width: 320px;
width: auto;
min-height:270px;
} 

.KutuCnt > .typeB > a >img {
max-width: 320px;
max-height: 610px;
height:auto;
}
.KutuCnt > .typeC > a >img {
      
max-height: 270px;
width: 650px;
}

.divboximgOrgan {
overflow: hidden;
width: 297px;
height: auto;
float: left;
text-align:center;
margin-bottom:10px;
border: 3px solid #fff;
box-sizing: border-box;
}



.divboximgA {
overflow: hidden;
width: 300px;
height: 150px;
float: left;
text-align:center;
margin-bottom:10px;
border: 3px solid #fff;
box-sizing: border-box;
}


/*.divboximgB {
overflow:hidden;
width: 300px;
max-height: 230px;
float:left;
margin-bottom:10px;
border: 3px solid #fff;
box-sizing: border-box;
}*/

.divboximgC {
overflow:hidden;
height: 248px;
margin-bottom:0px;
margin-right:10px;
float:left;
border: 3px solid #fff;
box-sizing: border-box;
}

.divlinkA{
font-size: 18px!important; 
margin-top:5px; 
padding:10px;
display:block;
font-weight:normal;
}
.divlinkB{
font-size:19px!important; 
margin-top:5px; 
padding:10px;
display:block;
font-weight:normal;
}
.divlinkC{
font-size:19px!important; 
margin-top:5px; 
padding:5px;
display:block;
font-weight:normal;
}
.divlink{
font-size:12pt!important; 
margin-top:5px; 
padding:10px;
color: #000!important;
display:block;
font-weight:normal;
}

.spotlink{
font-size:15px!important; 
padding:0 10px 10px 10px;
color: #8B8B8B !important;
display:block;
font-weight:normal;
word-break:break-word;
}

/******************/
.CntnrNew {position: relative; margin:20px 0; background-color:transparent;}
.CntnrNew > div:nth-of-type(5n+1) {background: white;}
.CntnrNew > div:nth-of-type(5n+2) {background: white;}
.CntnrNew > div:nth-of-type(5n+3) {background: white;}
.CntnrNew > div:nth-of-type(5n+4) {background: white;}
.CntnrNew > div:nth-of-type(5n+5) {background: white;}
.CntnrNew > div {float:left;border: 1px solid #dedede; box-sizing:border-box;}
.type1 {width: 300px;height: initial; min-height:270px; margin-bottom:20px;}
.type2 {width: 664px;height: initial; min-height:270px; overflow:hidden; margin-bottom:20px;}
.type3 {width: 300px;height: initial; min-height:560px; margin-bottom:20px;}
#wrapper {width: 100%; padding:5px auto;}
 
#boxPageSkin {
    height: 788px;
    background: transparent;
    border: 0;
}


.CntnrNew > div {
float: left;
border: 1px solid #BABABA;
box-sizing: border-box;
transition: 0.8s all;
}
.type2 {width: 620px!important;}
.type3 {
width: 300px;
height: initial;
min-height: 560px;
/*margin-bottom: 30px;*/
max-height: 560px;
}
.type4 {width: 620px!important; height:80px;}

.divboximgA {width: 298px;}
.divboximgB {width: 298px;}
.divboximgC {max-width: 373px;}
 
 
.container {
position: relative;
margin: 0px auto 100px auto;
background-color: #f4f4f4;
padding: 10px;
}

.AnaAltPart {
width: 980px;
margin: auto;
}

.width980 {
float:none;
width: 980px !important;
margin: auto;
}
 
.mustheadBlk {width:100%; height:275px; margin:10px 0 20px 0; position:relative;}
.mustheadBlk .close {background: url(/static/images/popupclose1.png);width: 24px;height: 24px;position: absolute;right: 5px;top: 5px;cursor: pointer}
#mustheadIc {float:left; margin-top:20px; }
#mustheadAdd{width: 960px; height: 275px; margin: 10px auto;/* float: left; */padding-bottom: 10px;}
#rkz_masthead_close_button { margin-left:0px !important; text-align:right;}
.mit {border: 1px solid #BABABA; background: white; transition:1s all; width:298px; margin-left:15px}

.FlashBox_B{background: url("/static/images/bnnrMedya2.jpg") no-repeat scroll -1px -1px rgba(0, 0, 0, 0);width:300px;height:520px;font-family:"Roboto", sans-serif !important;}
.FlashBox_B_hbr {width:280px; margin:20px 10px 20px 10px; float:left; font-size:14px !important;  font-family:"Roboto", sans-serif !important;}
.FlashBox_B_hbr .part {width:280px; float:left; margin:11px 0 0 0; font-weight:normal; }
.FlashBox_B_hbr .saat {color: rgb(106,30,0); float:left; margin:0 5px; font-weight:bold; font-family:"Roboto", sans-serif !important;}
.FlashBox_B_hbr .baslik { margin:0 0 0 5px; color:#000; font-weight:normal; font-family:"Roboto", sans-serif !important;}
.FlashBox_B_hbr .baslik:hover { text-decoration:underline;}
.FlashBox_B_hbr .tumu {text-decoration:underline;float: left;    margin: 10px 0 0 5px;    color: #000; font-family:"Roboto", sans-serif !important;}
.FlashBox_B_hbr .tumuUst {text-decoration: underline;float: left;color: #000;width: 280px;height: 195px;font-family: "Roboto", sans-serif !important;}

#BlokSolMtrx { 
margin-bottom: 15px;
margin-left:10px;
float: left;
}


#BlokSagMtrx{ 
margin-bottom: 15px;
margin-right:10px;
float:left; 
}

.slider-Wrap {
width:auto;
margin:20px 20px 20px 0;
float: left;
}
.slider-nav {
    text-align: center; 
    bottom: 7px; 
    margin:auto;
}
.slider-nav a{
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: black;
    border: 1px solid #C5C3C3;
    margin: 0 1px;
    margin-bottom: 5px;
    padding-top: 8px;
}

.slider-nav a.current {
    background-color:rgb(245, 245, 223);
}
.slider-nav a.slide-prev{
    display:block; 
    float:left;
    width: 40px;
    height: 40px;
    /*background: url("news-prev.png") no-repeat;*/
    margin-right: 5px;
    padding-top: 6px;
}
.slider-nav a.slide-next{
    display:block; 
    float:right;
    width: 40px;
    height: 40px;
    /*background: url("news-next.png") no-repeat;*/
    margin-left: 5px;
    padding-top: 6px;
}

.hbretkt {
font-size: 11px!important;
/* margin: 0px 0 10px 10px; */
display: block;
font-weight: bold;
position: absolute;
right: 0;
bottom: 0;
background-color: #EFEBEB;
padding: 3px 5px;
color: #BBBABA!important;
display: table-cell;
vertical-align: sub;
}

.hbretktVideo {
font-size: 11px!important;
/* margin: 0px 0 10px 10px; */
display: block;
font-weight: normal;
position: absolute;
right: 0;
top: 0;
background-color: #EFEBEB;
padding: 3px 5px;
color: #BBBABA!important;
}


.hbretkt:first-letter {
    text-transform: uppercase;
}
.nav1, a:link.nav1, a:visited.nav1{font-size:10pt;color:#666;font-family:"Roboto" Arial;text-decoration:none;font-weight:normal;}

.bollsag strong{color:inherit !important; text-decoration:none !important;}

.bollalt {
 
} 
.bollsolalt {

float:left;
width:370px;
margin-top:15px;
}


.bollsagalt {
position:relative;
height:90px;
float:right;
width:250px;
}

.banbg{ position:absolute; font-size:18px; color:#fff; left:0; bottom:0px; width:300px; min-height:44px;  background: url("https://www.haberler.com/static/images/widget_bg.png") no-repeat ;  max-height:68px; }
.banbg span {   color: #fff;float: left;    margin: 10px;    text-decoration: none; font-family:"Roboto" Arial; font-size:18px; }
.widgetBrdrLn {background-color:#C50000;height:3px;width:300px;width:100%;margin-bottom:10px;}

.BxWdgt {
	margin-bottom: 13px;
}

.BxWdgt .title,
.BxWdgt .title .inner,
.BxWdgt .title .inner h2,
.BxWdgt .title .inner h2 span,
.BxWdgt .title .inner h2 a  {
		background: transparent url(/static/images/BxWdgt_titles.png) no-repeat -999px -999px;
		height: 31px;
}

.BxWdgt .title {
background-position: 0 0;
padding-left: 5px;
}
	
.BxWdgt .title .inner {
background-position: right top;
padding-right: 5px;
}
		
.BxWdgt .title .inner h2 {
background-position: 0 -50px;
display: inline-block;
height: 27px;
margin: 5px 5px 0;
padding-left: 5px;
}
			
.ie6 .BxWdgt .inner h2, .ie7 .BxWdgt .inner h2 { float: left; }
			
.BxWdgt .title .inner h2 span, .BxWdgt .title .inner h2 a {
background-position: right -50px;
display: inline-block;
height: 27px;
padding: 4px 20px 0 15px;
}
.ie6 .BxWdgt .inner h2 span, .ie6 .BxWdgt .title .inner h2 a { float: left; }
					
.BxWdgt .title .inner .right {
display: inline;
float: right;
height: 32px;
margin-right: 4px;
}
			
.BxWdgt .title .inner .right a {
color: #757575;
display: block;
float: right;
font-weight: normal;
text-align: right;
margin-top: 9px;
}
				
.BxWdgt .title .inner .right a.arrow {
	background: url(/static/images/BxWdgt_arrows_sprite.png) no-repeat right 8px;
	padding-right: 23px;
}
				
.BxWdgt .title .inner .right a:hover {
	color: #c00 !important;
}
			
.BxWdgt .content {
background-position: left bottom;
background-repeat: no-repeat;
padding-left: 5px;
}
.BxWdgt .content ul li{
/*border-bottom: 1px solid #cfcfcf;*/
padding: 0px 0 7px 0px;
width: 280px;
float: left;
margin-bottom: 9px;
}
.BxWdgt .content ul li b{
float: left;
width: 245px;
margin-bottom: 3px;
color:#000;
font-size:13px;
}

    .BxWdgt .content ul li img {border:1px solid #ccc;    }

.BxWdgt .content ul li .twt{
margin-left: 18px;
width: 260px;
overflow: hidden;
}            


.BxWdgt .content ul a:hover{
text-decoration:underline;
}


.BxWdgt .content ul li:last-child{
border-bottom: 0px;
 

}
               
            	.BxWdgt .content .inner {
			background-position: right bottom;
			background-repeat: no-repeat;
			padding: 0px 10px 6px 5px;
			position: relative;
		}
		
	.BxWdgt .bottomLinks {
		/*background: url(/static/images/dot_ccc.gif) repeat-x left top;*/
		border-top: 1px solid #cfcfcf;
		color: #999;
		padding-top: 8px;
		text-align: center;
	}
	
		.BxWdgt .bottomLinks .seperator {
			margin: 0 15px;
		}
		
		.bottomLinks .arrow, .moreLink .arrow {
			background: url(/static/images/BxWdgt_arrows_sprite.png) no-repeat right -50px;
			padding: 1px 23px 2px 0;
		}
	
	.BxWdgt .moreLink {
		background: transparent url(/static/images/moreLink_bg.png) no-repeat left top;
		float: right;
		margin: 2px 0 -4px;
		padding: 8px 0 8px 20px;
		text-align: right;
	}
	
		.BxWdgt .moreLink.noBG {
			background: transparent;
			padding-left: 0;
		}
		
	.BxWdgt:before, .BxWdgt:after,
	.BxWdgt .inner:before, .BxWdgt .inner:after,
	.newsList ul.barView li:before, .newsList ul.barView li:after,
	.BxWdgt .moreLink:before, .BxWdgt .moreLink:after { content: ""; display: table; }
	
	.BxWdgt:after,
	.BxWdgt .inner:after,
	.newsList ul.barView li:after,
	.BxWdgt .moreLink:after { clear: both; }
	
	.BxWdgt,
	.BxWdgt .inner,
	.newsList ul.barView li,
	.BxWdgt .moreLink { zoom: 1; }
	
	/** BxWdgt STYLES **/


.mt0 {margin-top:0px !important;}
.fnone {float:none !important;}

.dbl {width:122px !important; }
.dbl:nth-child(even) {float:right !important;}
.dbl:nth-child(odd) {float:right;}

.trd {width:72px !important; margin-right:31px; }
.trd:last-child {width:72px !important; margin-right:0; }
  
.fancybox-title-float-wrap .child {color: #000;background: #fff;text-shadow: none;font-size: 16px; white-space:normal; border:0px; width : calc(100% - 40px); padding-bottom:10px;}    
.fancybox-title-float-wrap {position: absolute;bottom: 2px;/* margin-bottom: -35px; */z-index: 8050;text-align: center;left: 0;width: 100%;background-color: #fff;border: 0px;border-color: #fff;text-align: left;height: 36px;}
.figureText {    color: #333333;    font: 16px Verdana;    margin-top: 20px;    text-align: center;    }
.w150 {width:150px !important;}
.w175 {width:175px !important;}
.fwn {font-weight:normal !important;}
.wauto {width:auto !important;}
.h199 {height:199px !important;}
.tacenter {text-align:center !important;}

/*****ana sayfa genel widgetler******/

.widget-container {
    display: inline-block;
    width: 100%;
    max-width: 980px;
    font-family: Arial, sans-serif;
    margin:10px 0;
}

.widget-container div {
}

.widget-item {
display: block;
width: 298px;
height: 194px;
float: left;
margin-right: 0px;
margin-bottom: 30px;
box-sizing: border-box;
margin-top: 10px;}

.widget-container > .widget-item:nth-of-type(3n+0) {
    margin-right: 0;
}

.widget-header {
    height: 46px;
    padding: 0 20px;
}

.widget-header > a.head {
    float:left;
    font-size:20px;
    color: #111;
    text-decoration: none;
    font-weight:normal!important;
}

.widget-header > a.detail {
    float:right;
    font-size:12px;
    color: #D80000;
    text-decoration: none;
    font-weight:normal!important;
}

.widget-header > a:hover {color:#555;}

.widget-body {
    height: 148px;
}

.widget-header {
    height: 46px;
}

.widget-item2 {
display: block;
width: 298px;
height: 176px;
float: left;
margin-right: 0px;
margin-bottom: 0px;
box-sizing: border-box;
margin-top: 10px;}
.widget2-body {
    height: 132px;
}

.ps_widget {
    width: 298px;
    height: 162px;
    border: 1px solid #BABABA;
    margin: 25px 0;
    background-color: #fff;
}

.widget-header2 {
height: 39px;
} 
/*************************************/


/** Hava durumu ********************************/

.widget-header.bg-havadurumu {/* background: url("https://www.haberler.com/static/images/stripe-havadurumu.jpg") no-repeat bottom; */}
.widget-body.havadurumu {/* background: url("https://www.haberler.com/static/images/bg-havadurumu.jpg") no-repeat center; */
height: 191px;
background-size: cover;}
.havadurumu > .left {
   position: relative;
width: 137px;
float: left;
margin-right: 8px;
text-align: center;
padding-top: 10px;
}
.havadurumu > .left > a {
    font-size:12px;
    text-decoration: none;
    color:#111;
    display: inline-block;
    font-weight:normal;
    margin-left: 10px;
}

.havadurumu > .right {
position: relative;
width: 145px;
float: left; 
padding-top: 12px;
}

.havadurumu > .right > span {display:block;}
.havadurumu > .right > span.wid-type1 {
    font-size:16px;
    color:#E70E0E;
}
.havadurumu > .right > span.wid-type2 {
    color:#E70E0E;
    font-sizE: 50px;
}
.havadurumu > .right > span.wid-type3 {
    font-size: 12px;
    color: #000;
}

/** Namaz vakitleri ********************************/

.widget-header.bg-namazvakitleri {/* background: url("https://www.haberler.com/static/images/stripe-namazvakitleri.jpg") no-repeat bottom; */}

.widget-body.namazvakitleri { /* background: #FCFCFC; */ margin-top:15px;}


.widget-body.namazvakitleri > .left {
    position:relative;
    width: 114px;
    float: left;
    margin-right: 2px;
    text-align: center;
    padding-top: 10px;
}

.widget-body.namazvakitleri > .right {
    position: relative;
    width: 178px;
    float: right;
    padding-top: 4px;
    padding-right: 2px;
    box-sizing: border-box;
}

.namazvakitleri .nv-group {
    border-radius: 5px;
    /* background-color: #F1F1F1; */
    height: 20px;
    margin-bottom:4px;
    padding: 0 4px;
    width:155px;
}
.nv-group > span:nth-of-type(1) {
    display: inline-block;
    width: 60px;
    float:left;
    text-indent: 4px;
}
.nv-group > span:nth-of-type(2) {
    display: inline-block;
    width: 15px;
    padding: 0 4px;
    float:left;
    text-align: center;
}
.nv-group > span:nth-of-type(3) {
    display: inline-block;
    width: 50px;
    text-align: right;
    float:left;
}
.araclar
{
    float: right;
}
    .araclar strong {
        font-weight: normal!important;
    }
.konuaraclari {
    background: url('/static/images/rss-sitene-ekle.png') no-repeat;
    height: 21px;
    width: 190px;
    float: right;
    margin-top: 7px;
}
    .konuaraclari a {
        width: 70px;
        height: 21px;
        margin-right: 10px;
        float: left;
        display: block;
    }
.w98 {width:98px !important;}
.bollsag {
    margin: 11px;
    float: left;
}


#cntrDown > div.item.type1{margin:0 5px 10px 0px;}
#cntrDown > div.item.type2{margin:0 10px 10px 0px;}
#cntrDown > div.item.type3{margin:0 5px 5px 5px;}


.Rililce {
width:600px;
float:left;
top:168px;
position:absolute;
}

.Rililce b {
font-size:14px;
color:#000;
font-weight:bold;
}

.Rililce a{
font-size:13px;
color:#000;
font-weight:normal;
}


.Rililce a:hover{
text-decoration:underline;
}

.RsagMsnt {
background: url("https://www.haberler.com/static/images/2_right.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
width: 76px;
height: 88px;
position: absolute;
right: -5px;
top: 73px;
z-index: 9999;
cursor: pointer;
}

.RsolMsnt{
background: url("https://www.haberler.com/static/images/2_left.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
width: 76px;
height: 88px;
position: absolute;
left: -5px;
top: 73px;
z-index: 9999;
cursor: pointer;
}
.trd {width: 50px !important;}

.RwidgetBrdrLn {
background-color: #B5B4B4;
height: 1px;
width: 600px!important;
width: 100%;
margin-bottom: 10px;
position: absolute;
bottom: 5px;
}

/*****************/


.search-main {
width: 301px;
background-color: #000;
}

.search-content {
width: 301px;
margin-bottom: 30px;
}

.search-content a {
width: 288px;
margin-left: 13px;
display: block;
height: 27px;
color: white;
margin-top: -6px;
padding-top: 6px;
}

.search-content a:hover {
color: black;
}

.search-title {
background-color: #777777;
color: white;
height: 21px;
width: 288px;
padding-top: 6px;
padding-left: 13px;
}

.search-sembol {
color: #27aade;
font-weight: bold;
}

.search-find {
width: 301px;
height: 21px;
padding-top: 6px;
color: white;
font-weight: bold;
}

.search-find:hover {
background-color: #dfdfdf;
color: black;
}



.search_input {
    width: 235px;
    height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 38px;
    float: left;
    border: 0px;
    background-image: url(http://finans.haberler.com/common/img/search_bg.png);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #999;
}
.top_search {    float:right;    width:305px;    margin:10px 0 5px 0;}
.search_input_gnl {    width: 273px;    height: 30px;    margin: 0px 0px 0px 0px;    padding: 12px 0px 0px 0px;    float: left;}
.search_btn_gnl {    width: 29px;    height: 30px;    margin: 0px 0px 0px 0px;    padding: 12px 0px 0px 0px;    float: left;}
.search_input {    width: 235px;    height: 30px;    margin: 0px;    padding: 0px 0px 0px 38px;    float: left;    border: 0px;    background-image: url(http://finans.haberler.com/common/img/search_bg.png);    background-repeat: no-repeat;    font-size: 12px;    color: #999;}
.input_genel {    margin: 0px;    padding: 6px;    border: 1px solid #D7D7D7;    color: #999;    height: auto;}
.input_genel_default {    margin: 0px;    padding: 3px;    border: 1px solid #D7D7D7;    color: #999;    height: auto;}

/********manşet********/
.headlinesYeni2{background: url('https://www.haberler.com/static/images/mainSlider_bg664x343.png') no-repeat -44px 8px;float:left;height:379px;overflow:hidden;position:relative;width:664px;margin: 0 0 30px 0px;}
.headlinesYeni2 .itemsYeni{height:343px;left:0px;position:absolute;top:0px;width:664px;z-index:1;}
.headlinesYeni2 .itemsYeni .grayBar{overflow:hidden !important;width:664px !important;height:343px !important;}
.headlinesYeni2 .itemsYeni li{background:#333 top right;height:343px;width:664px;}
.headlinesYeni2 .itemsYeni li, .headlinesYeni2 .itemsYeni li a{display:block;float:left;margin:0;padding:0;}
.headlinesYeni2 .title, .headlinesYeni2 .title:active, .headlinesYeni2 .title:visited{background:url(https://www.haberler.com/static/images/black_70.png) repeat 0 0;bottom:39px;color:#fff;font-size:24px;font-weight:bold;height:auto;left:5px;padding:4px 15px 4px;position:absolute;width:560px;z-index:2;}
.headlinesYeni2 .title:hover{color:#ff6;}
.headlinesYeni2 .itemList{height:30px;left:0px !important;position:absolute;top:342px;width:664px;}
.headlinesYeni2 .itemList a{background:url(https://www.haberler.com/static/images/mainSlider_bullets_bg_30_2.gif) no-repeat right -30px;color:#575757;display:block;float:left;font-size:14px;height:29px;text-align:center;width:30px;}
.headlinesYeni2 .itemList a.first{background-position:right 0;}
.headlinesYeni2 .itemList a.all{background:url(https://www.haberler.com/static/images/mainSlider_all_tumu.png) no-repeat right top;overflow:hidden;position:absolute;right:0;text-indent:-999px;top:0;width:64px;}
.headlinesYeni2 .itemList a.all:hover{background-position:right -29px;}
.headlinesYeni2 .itemList a.new{background-position:left -60px;color:#fff;}
.headlinesYeni2 .itemList a.flash{background-position:right -60px;}
.headlinesYeni2 .itemList a:hover, .headlinesYeni2 .itemList a.current{background-position:0 -30px;color:#fff;}
.headlinesYeni2 .itemList a span{display:block;margin-top:7px;}
.headlinesYeni2 div.trans{position:absolute;bottom:0;width:624px;height:auto;padding:7px 15px;background-color:#FFFFFF;background:url(https://www.haberler.com/static/images/black_70.png) repeat 0 0;}
.headlinesYeni2 .trans a{font-size:24px;font-weight:bold;font-family:Arial, sans-serif;color:#fff;margin:0;text-decoration:none;}
.headlinesYeni2 .trans a:hover{color:Yellow;}
.headlinesYeni2 div.trans2{position:absolute;bottom:0;width:654px;height:auto;}
.headlinesYeni2 div.trans_opst{width:654px;height:5px;background-color:#fff;opacity:0.5;}
.headlinesYeni2 div.trans_baslik2{width:639px;min-height:26px;padding:7px 6px 7px 9px;background-color:#fedd16;float:left;}
.headlinesYeni2 div.trans_baslik{width:639px;min-height:26px;padding:4px 6px 2px 9px;background-color:#fedd16;float:left;}
.headlinesYeni2 .trans_baslik a{font-size:27px;font-weight:bold;font-family:Calibri, Arial, Geneva;color:#000000;margin:0;text-decoration:none;}
.headlinesYeni2 .trans_baslik a:hover{color:#000000;}
.headlinesYeni2 .trans_baslik a:visited{color:#000000;}
.headlinesYeni2 div.trans_baslik1{width:639px;min-height:26px;padding:4px 6px 4px 9px;background-color:#fedd16;float:left;}
.headlinesYeni2 .trans_baslik1 a{font-size:27px;font-weight:bold;font-family:Calibri, Geneva, Arial;color:#000000;margin:0;text-decoration:none;word-spacing:-1px;letter-spacing:0px;}
.headlinesYeni2 .trans_baslik1 a:hover{color:#000000;}
.headlinesYeni2 .trans_baslik1 a:visited{color:#000000;}
.headlinesYeni2 div.trans_ozet{width:639px;height:auto;padding:0 6px 7px 9px;background-color:#fedd16;float:left;}
.headlinesYeni2 .trans_ozet a{font-size:16px;font-weight:bold;font-family:Arial;color:#515c62;margin:0;text-decoration:none;}
.headlinesYeni2 .trans_ozet a:hover{color:#515c62;}
.headlinesYeni2 .trans_ozet a:visited{color:#515c62;}
.headlinesYeni2 .mansetResimAna{position:relative;display:none;z-index:2;width:654px;height:321px;overflow:hidden;}
.headlinesYeni2 .mansetResimAnaBlok{position:relative;display:block;z-index:2;width:654px;height:321px;overflow:hidden;}
.headlinesYeni2 .mansetResim{position:absolute;z-index:0;}
.headlinesYeni2 .itemList {height: 30px;left: 0px !important;position: absolute;top: 320px;width: 620px;}
.headlinesYeni2 .itemList a {background: url("https://www.haberler.com/static/images/mainSlider_bullets_bg_27_2-flat.png") no-repeat scroll -27px -30px rgba(0, 0, 0, 0);}
.headlinesYeni2 .itemList a.all:hover {background-position: right -29px;}
.saglnk{float:right;font-size:12px;color:#000000;margin:8px 22px 0 0;font-family:Arial;}
.saglnk a{color:#fff;font-size:14px;text-decoration:none;font-family:Arial;}
.saglnk a:hover{color:#fff;font-size:14px;text-decoration:underline;font-family:Arial;}
.headlinesYeni2 .itemList a{background: url("https://www.haberler.com/static/images/mainSlider_bullets_bg_27_2-flat.png") no-repeat scroll -27px -30px rgba(0, 0, 0, 0); width:27px !important;height:29px !important;}
.headlinesYeni2 .itemList a:hover, .headlinesYeni2 .itemList a.current{background-position:0 -30px;color:#fff;width:27px !important;height:29px !important;}
.solMsnt{background:url("https://www.haberler.com/static/images/2_left.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);width:76px;height:88px;position:absolute;left:0px;top:125px;z-index:9999;cursor:pointer;}
.sagMsnt{background:url("https://www.haberler.com/static/images/2_right.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);width:76px;height:88px;position:absolute;right:0px;top:125px;z-index:9999;cursor:pointer;}
.w160{width:160px !important;}
.headlinesYeni2 .itemList a.all {background: url("/static/images/mainSlider_all_tumuMainYn3.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);overflow: hidden;position: absolute;right: 0;text-indent: -999px;top: 0;width: 53px !important;border-bottom: 1px solid #D9D9D9;box-sizing: border-box;}

/**********************/
.ustIlceler {width: 100%;/* margin: 0px 23px; */overflow:hidden;}
.ustIlceler ul{list-style: none;margin: 0px 23px 0 0;}
.ustIlceler ul li{float: left;width: 140px;margin: 2px 0px 4px 0px;}
.ustIlceler ul li a{color: #AF101D;font-size: 17px;font-weight: normal;}
.ustIlceler ul li a:hover{text-decoration:underline;}
.SehirResimleriResponsive{width:100%; background:#333;overflow: hidden;position: relative; float:left; margin-bottom:20px;}
.SehirResimleriResponsive .srr-header{color:#FFF;FONT-SIZE: 20px;margin: 20px 56px 0px 16px;display: block;}
.SehirResimleriResponsive ul{list-style:none;margin: 0px 65px 10px 56px;overflow: hidden;height: 122px;white-space: nowrap;}
.SehirResimleriResponsive .rss-slider{position:relative;}
.SehirResimleriResponsive ul li{list-style:none;white-space: nowrap;display: inline-block;}
.SehirResimleriResponsive ul li a{list-style:none;display: block;margin: 0px 10px 0px 10px;}
.SehirResimleriResponsive ul li a img{list-style:none;}
.SehirResimleriResponsive .srr-all{position:absolute;top: 22px; width:40px; height: 18px;right: 10px;color: #00ACFF;font-size: 15px;font-weight: normal;}
.SehirResimleriResponsive .srr-left{position:absolute;top: -12px; left: 10px;width:40px; height: 121px; list-style:none; background:url('/static/images/ok-sol.png') no-repeat center;}
.SehirResimleriResponsive .srr-right{position:absolute;top: -12px;right: 10px;width:40px; height: 121px; list-style:none;background:url('/static/images/ok-sag.png') no-repeat center;color: #00ACFF;font-size: 20px;font-weight: normal;}
.gztspot {float: left;margin: 10px 0 20px 0;color: #767676;    font-size: 18px;    font-weight:bold;}
.brch2 {float: left;margin: 10px 0 20px 0;color: #767676;font-size: 18px;}
.gridView .saat {background-position: right 0;left: 1px;position: absolute;        top: 1px;        padding-top: 3px;    }
.gridView  .saat {background: url("/static/images/newsItem_hour_bg_left.png") no-repeat right 0;color: #fff;font-weight: bold;height: 27px;overflow: hidden;text-align: center;width: 52px;-index: 2;}
.menuTumu {background: url("/static/images/tumu_menu_bg6.png") no-repeat right 0; width:980px; height:auto; margin:0px 0 50px 0; float:left;}
.menuTumu .part {width: 196px;height: 405px; float:left; padding-top:6px;}
.menuTumu .part a{font-size: 14px;color: #000;margin: 11px 0 2px 40px;text-decoration: none;float: left;width: 196px;font-weight: normal;height: 18px;}
.menuTumu .part a:hover{ text-decoration: underline; }
.leftincludes{height: 250px;width: 300px;position: relative !important;background-color: #333 !importaNT;margin-bottom: 20px;}

/************************************************/
 
.w980 {width:980px!important;}
.w98y {width:98%!important;}
.w97y {width:97%!important;}
.w970 {width:970px!important;}



/***********/
.commentsBox .info{padding:2px 0 7px;}
.commentsBox .addComment{margin-bottom:10px;padding:9px 9px 0 9px;height:130px; width:99%; font-size: 16px;} 
.commentsBox .addComment table{margin-bottom:0px;}
.commentsBox .content .inner table{font-size:16px !important;}
.commentsBox .content .inner{padding-top:0px !important;}
.commentsBox .content .inner .navigasyon{border-top:1px solid #ccc;}
.commentsBox .addComment td{vertical-align: top;}
.commentsBox .addComment td span{font-size:13px;}
.commentsBox .addComment #mesaj{float:left;margin: 0px 0 6px 1px;width:400px;height:20px;}
.commentsBox .addComment .mesaj{float:left;margin: 0px 0 0 1px;width: 100%;height:20px;}
.commentsBox .addComment .mesaj span{padding:5px;padding-left:2px;font-size: 13px;}
.commentsBox .addComment #BtGonder{float:left;margin-top:5px;display: block;  width: 149px;  border: 1px solid #e1e1e1;  background: #E30000;  border-radius: 5px;  height: 40px;  padding: 3px;  font-size: 15px;  color: #fff;  margin: 9px 0px 0px 11px;-webkit-appearance: none;}
.commentsBox .frmAddCommentTxt{/* border:1px solid #ccc; */position:relative;width:130px;margin-top: 4px;}
.commentsBox .frmAddCommentTxt .txtAddComment{display: block;  width: 100%;  border: 1px solid #e1e1e1;  border-radius: 5px;  height: 40px;  padding: 0 6px;  font-size: 14px;}
.commentsBox .frmAddComment{/* border:1px solid #ccc; */position:relative;width:100%;}
.commentsBox .frmAddComment .txtAddComment{margin-top:0px;outline:none;display: block;  width: 99%;  border: 1px solid #e1e1e1;  height: 70px;  border-radius: 5px;  padding: 4px 6px;  font-size: 14px;}
.commentsBox #BtGonderust {display: block;width: 149px;border: 1px solid #e1e1e1;background: #E30000;border-radius: 5px;height: 41px;padding: 3px;font-size: 15px;color: #fff;margin: 9px 0px 0px 11px;-webkit-appearance: none;}
.commentsBox .frmAddComment .btnAddComment{bottom:10px;position:absolute;right:10px;}
.commentsBox .commentsList{}
.commentsBox .commentsList li{color:#666;margin-bottom:10px;margin-top: 35px;clear: both;}
.UListCevap{margin:0 0 0 40px;}
.UListCevap li{margin:5px 0 10px 0 !important;}
.begenup{background: transparent url(/static/images/rate-up.png?v=2) no-repeat;width:16px;height:16px;padding: 0px 1px 2px 26px;margin:2px 5px 0 20px;float:left;font-weight:normal; font-size: 13px;color: #6d6d6d;background-size: 14px;text-decoration: none;}
.begendown{background: transparent url(/static/images/rate-down.png?v=2) no-repeat 0px 2px;width:16px;height:16px;padding: 0px 1px 2px 26px;margin:2px 0 0 10px;float:left;font-weight:normal; font-size:14px;color: #6d6d6d;background-size: 14px;text-decoration: none;}
.cevap{background:url(/images/yorum2.png) no-repeat scroll left center transparent !important;}
.cevaplnk{/* text-decoration:underline; */width:68px;height:16px;cursor:pointer;float:left;padding:1px 1px 8px 0px;color: #6d6d6d;font-weight: 200;font-size: 13px;}
.sikayetlnk{/* text-decoration:underline; */width:92px;height:16px;cursor:pointer;float:left;padding:1px 1px 8px 0px;color: #6d6d6d;font-weight: 200;font-size: 13px;text-align:right;}
.commentsBox .commentsList .comment{color: #494949;font-size:16px;font:16px "Roboto" Arial; font-weight:normal;text-overflow: ellipsis;overflow:hidden}
.commentsBox .commentsList .user{color:#000000;margin-right:5px;font-weight:Bold;float:left;font:bold 13px "Roboto" Arial;}
.commentsBox .commentsList .micon{float:left;width:14px;height:11px;}
.commentsBox .commentsList .micon span{background:transparent url(../images/yorum.png) no-repeat left;float:left;width:14px;height:11px;margin:2px 3px 0 0;}
.commentsBox .commentsList .mall{margin: 18px 0px 0 1px;clear: left;}
.fr{float:right;}
.commentsBox .commentsList .panel{margin: 7px 10px 2px 20px;height:20px;}
.commentsBox .commentsList .mall .reply{margin:0px 0 0px 72px;border-left: 3px solid #E1E1E1;width:auto;padding:10px 10px;clear: left;}
.commentsBox .commentsList .mall .reply strong{margin:0 5px 0 0;}
.commentsBox .commentsList .mall .reply span{margin: 0 5px 8px 0; font-weight:normal; font-size: 16px;display: block;}

.cvp{margin:0 1px 0 1px !important;font:12px "Roboto" Arial !important;}
/*
.commentsBox .commentsList .mall .reply strong{margin:0 5px 0 0;font:bold 16px "Roboto" Arial;}
.commentsBox .commentsList .mall .reply span{margin:0 5px 0 0; font:16px "Roboto" Arial;}
*/
.yrmdv{padding:15px;background-color: #EBEBEB; border-radius: 5px;}
.yrmdvic{float:left;width:100%;margin-bottom: 11px;margin-left: 2px;}


.videoSocialShare {display:block; width: 88px;float: right;margin-top:5px;}
.videoSocialShare a{display:block;width:23px;height: 24px; float: left;margin: 0px 3px 0px 3px;background-image:url('/static/images/icons_sprite.png');}
.videoSocialShare .facebook{background-position:-238px 2px;}
.videoSocialShare .twitter{background-position:-278px 2px;}
.videoSocialShare .google{margin: 1px 0px 0px 5px;background-image:url('/static/images/icons_sprite.png');}

.kategoriLayout .mostRead {
    width: 1261px;
    margin: auto;
}
.kategoriLayout .spot{
    margin: 15px 0;
    padding-top: 15px;
}
.kategoriLayout .mansetSec {
    width: 1261px;
    margin: auto;
    font-size:18px; 
    color:#767676; 
    float:left;
    clear:both;
}
.kategoriLayout tbody td, .kategoriLayout tbody th {
    padding: 0 10px 0 0;
}
.kategoriLayout .gununMansetleri .gridView {
    margin-left: 100px;
}
.kategoriLayout .gununMansetleri .gridView li {
  margin: 0 50px 50px 0;
} 
.kategoriLayout .gununMansetleri {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.kategoriLayout .gununMansetleri .gridView li a img {
    overflow: hidden;
    float:left;
    margin-right: 10px;
    max-width: 100%;
}
.grey {
    background: #f4f4f4;
}
.kategoriLayout #contentTop {
    width: 1261px;
    margin: 0 auto 20px auto !important;
}
.kategoriLayout #content {
    width: 100%;
   
}
.kategoriLayout #content .content-align {
     margin: 0 auto;
     width: 1261px;
}
.kategoriLayout #contentTop h1 {
    margin: 20px 0 0 0;
}

.kategoriLayout .burclar .newsList .gridView li {
    width: 608px;
    min-height: 175px;
    margin: 0 45px 17px 0;
}
    .kategoriLayout .burclar .newsList .gridView li p {
        width: 494px;
        font-size: 14px;
    }
.citiesList {
    box-sizing: initial;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .kategoriLayout .gununMansetleri .gridView li {
        overflow: hidden;
        margin: 0 15px 15px 0;
    }
    .kategoriLayout .gununMansetleri .gridView li a {
        width: 460px;      
    }
    .kategoriLayout #contentTop {
        width: calc(100% - 40px) 
    } 
    .kategoriLayout  .menu1genelalan{
        margin-left: 20px !important;
        width: calc(100% - 40px)

    }
    .kategoriLayout .mostRead {
        width: calc(100% - 40px)
    }

    .kategoriLayout .mansetSec {
        width: 100%;
        margin: 0;
    }

    .kategoriLayout .kategoriContent {
        margin-left: 20px !important;
        width: calc(100% - 40px) !important;
    }

    .kategoriLayout .burclar .newsList .gridView li {
        width: 44%;
        margin: 0 1% 3% 0;
    }

    .kategoriLayout .mar114 {
        width: 335px !important;
    }
}

.burcA12 {
    padding: 13px 0 0 0;
    display: block;
}

.konuaraclari a.rss {
    width: 72px;
    height: 22px;
    float: left;
    display: block;
    margin-right: 0;
}
.konuaraclari a.sitene-ekle {
    width: 102px;
    height: 22px;
    float: left;
    display: block;
    margin-left: 7px;
    margin-right: 0;
}

.araclar-row {
    width: 100%;
    display: inline-block;
}
.bollsag {
    float: right;
}
.konuaraclari {
    width: auto;
}

.content-align {
    width: 1261px;
    margin: auto;
}
.kategoriContent.burclar {
    width: 1261px;
    margin: auto;
}
.boxPrayerSummary {
    height: 270px;
    width: 244px;
    overflow: hidden;
}
.webmaster tbody td {
    padding:6px 10px 5px 0 !important;
}

@media screen and (max-device-width: 1261px){
  .w1038 {
      width: 720px !important;
  }

    .burc-detail {
        width: 730px !important;
    }
    .boxPrayerSummary {
        width: 19%;
    }


    #contentTop .date {
        top:-12px;
    }

}

.burc-list {
    width: 200px !important;
}

.newsList .gridView li.burc-detail {
    width: 1050px;
}



/*--------------------------------------------------------------
        dh emoji BAŞLA
--------------------------------------------------------------*/

	.ze_begendim{background-image: url('/static/images/ziyaretci_emoji/begendim.png');}
	.ze_alkisladim{background-image: url('/static/images/ziyaretci_emoji/alkisladim.png');}
	.ze_begenmedim{background-image: url('/static/images/ziyaretci_emoji/begenmedim.png');}
	.ze_guldum{background-image: url('/static/images/ziyaretci_emoji/guldum.png');}
	.ze_uzuldum{background-image: url('/static/images/ziyaretci_emoji/uzuldum.png');}
	.ze_sinirlendim{background-image: url('/static/images/ziyaretci_emoji/sinirlendim.png');}
	.ze_sasirdim{background-image: url('/static/images/ziyaretci_emoji/sasirdim.png');}



    #CntnrNew .item .itemEmoji{
        position: absolute;
        top: -10px;
        left: -10px;
        height: 30px;
        width: 70px;
    }

    #CntnrNew .item .itemEmoji span {
        display: block !important;
        height: 30px;
        width: 30px;
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px;
    }


    #CntnrNew > .item {
        border:none;
    }

        #CntnrNew > .item .divboximgA, #CntnrNew.konuemoji > .item .divboximgB {
            width:300px;
            border:none;
        }

        #CntnrNew > .item a.hbrListLink:hover {
            text-decoration:none;
            color:#000;
        }

/*--------------------------------------------------------------
        dh emoji BİTİR
--------------------------------------------------------------*/



/*  -------------------- EDİTÖR BOX ---------------------*/

#editor-box{
		background-color:#fff;
		box-sizing: border-box;
		padding: 15px;
		width: 930px;
	}
	#editor-box:after {content: '';display: block;clear: both;}

	#editor-box #editor-foto{
		float: left;
		margin-right: 20px;
		width: 100px;
	}

    #editor-box #editor-foto #editor-fotoyer {
        width:98px;
        height:98px;
        background-color:#ccc;
        border-radius:49px;
        overflow:hidden;
    }
    #editor-box #editor-foto #editor-fotoyer img {
        width:100%;
    }

	#editor-box #editor-detay{
		float: left;
		width: 780px;
	}

    #editor-box #editor-detay #editor-isim{
        font-size:24px;
        font-weight:bold;
	}

    #editor-box #editor-detay #editor-isi{
        font-size:22px;
        margin-bottom:15px;
        font-style:italic;
	}

    #editor-box #editor-detay #editor-hakkinda{
        font-size:16px;
	}

    [editor-letters]:before {
      content:attr(editor-letters);
      display:inline-block;
      width:98px;
      height:98px;
      font-size:50px;
      font-weight:bold;
      line-height:98px;
      text-align:center;
      color:white;
  }
/*  -------------------- EDİTÖR BOX ---------------------*/


/***  widget sinemaler  ***/


#yeni_widget{
	width: 300px;
	height: 270px;
	background-color: #fff;
    font-family:'Roboto',  Arial;
}

#yeni_widget #yw_baslik{
	height:35px;
	width: 100%;
	position: relative;
}

#yeni_widget #yw_baslik #yw_bs1 {
    float:left;
    font-size: 20px;
    font-weight: normal !important;
    height:35px;
    line-height:35px !important;
    padding-left:9px;
}
    #yeni_widget #yw_baslik #yw_bs1 a{
        color:#000;    }
#yeni_widget #yw_baslik #yw_bs2 {
    float:right;
    font-size: 14px;
    color:#c00;
    height:35px;
    line-height:35px !important;
    padding-right:9px;
}
#yeni_widget #yw_baslik #yw_bs2 a{
    color:#c00;
}
#yeni_widget .yw_mor:after { 
    content: '';
    position: absolute;
    left: 0px;
    top: 99%;
    width: 100%;
    height: 3px;
    clear: both;
    z-index: 1;
	background: #b9bcfa;
	background: -moz-linear-gradient(left, #b9bcfa 1%, #492df7 100%);
	background: -webkit-linear-gradient(left, #b9bcfa 1%,#492df7 100%);
	background: linear-gradient(to right, #b9bcfa 1%,#492df7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9bcfa', endColorstr='#492df7',GradientType=1 );
}

#yeni_widget #yw_icerik{
	height: 235px;
	width: 100%;
	position: relative;
}

#yeni_widget #yw_icerik #yw_is_sinema{
	width:270px;
	height:215px;
	margin:auto;
}
#yeni_widget #yw_icerik #yw_is_sliderdots{
	width:270px;
	height:15px;
	margin:auto;
}

#yeni_widget #yw_icerik #yw_is_sliderdot{
	width: 68px;
	height:15px;
	margin:auto;
	padding-top: 4px;
	box-sizing: border-box;
}
#yeni_widget #yw_icerik #yw_is_sliderdot span{
	width: 7px;
	height: 7px;
	border-radius: 10px;
	margin:0px 5px;
	background-color: #cecece;
	display: block;
	float: left;
    cursor:pointer;
}
#yeni_widget #yw_icerik #yw_is_sliderdot span.active{
	background-color: #333;
}

#yeni_widget #yw_icerik #yw_is_oksol{
	width: 15px;
	height: 235px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#yeni_widget #yw_icerik #yw_is_oksol:after{
    content: '';
    position: absolute;
    left: 20%;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid grey; 
    clear: both;
}

#yeni_widget #yw_icerik #yw_is_oksag{
	width: 15px;
	height: 235px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#yeni_widget #yw_icerik #yw_is_oksag:after{
    content: '';
    position: absolute;
    left: 27%;
    top: 45%;
    width: 0;
    height: 0;
      border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
	  border-left: 8px solid grey;
    clear: both;
}
		
#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider {
	width:270px;
	height:215px;
	margin:0px;
	padding: 0px;
}
#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider:after {
    content: '';
    display: block;
    clear: both;
}

#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li {
	list-style:none;
    position: absolute;
    width:270px;
	height:215px;
	padding-top: 25px;
	box-sizing: border-box;
    display:none;
}
    #yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li:first-child {
        display:block;
    }

#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li .yw_is_detayBsl{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
    font-size:14pt
}
#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li .yw_is_detayDty{
       font-size:12pt;
       padding-left: 5px;
}

#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li .yw_is_foto{
	float: left;
	width: 115px;
	height: 170px;
	
}

#yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li .yw_is_detay{
	float: right;
	width: 155px;
	height: 170px;
    position:relative;
}
    #yeni_widget #yw_icerik #yw_is_sinema #yw_is_slider > li .yw_is_detay ul {
        padding-left:5px;
        position:absolute;
        bottom:0px;
        left:0px;
    }

/*** widget sinemalar ***/


#sehir-sinema-senaslari {
    width:100%;
    max-width:1260px;
    min-width:680px;
    background-color:#fff;
    border:none;
    padding:30px;
    box-sizing:border-box;
}

    #sehir-sinema-senaslari .aciklama {
        font-size:15px;
    }

.sinema-bas {
    font-size:19px;
    color:#000 !important;
    font-weight:700;
    margin:10px 0px;
}

.sinema-det {
    font-size:15px;
    padding-left:15px;
    color:#000;
    margin-bottom:5px;
}

    .sinema-det span {
        font-weight:700;
        color:#484986;
    }
    /**/



    /*** instagram widget ***/
 #Wg_instagram{
 width: 300px;
 height: 560px;
 background-color: #fff;
}

#Wg_instagram #ins_pp{
  padding: 10px 10px;
  box-sizing: border-box;
  position: relative;
  width: inherit;
}

#Wg_instagram #ins_pp:after{
   content: '';
   display: block;
   clear: both;
 }

#Wg_instagram #ins_pp_img {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  overflow: hidden;
  float:left;
  margin-right:10px;
}

 #Wg_instagram #ins_pp_img img{
   width: inherit;
   height: inherit;
 }

 #Wg_instagram #ins_aciklama{
   width: 200px;
   padding-top: 15px;
   box-sizing: border-box;
   float:left;
 }

  #Wg_instagram #ins_aciklama #ins_aciklama_baslik{
    box-sizing: border-box;
    font-weight: bold;
    font-size:18px;
    height:25px;
  }

 #Wg_instagram #ins_menu{
   padding: 10px;
   box-sizing: border-box;
   border-top: 1px solid #ccc;
 }

 #Wg_instagram #ins_menu:after{
   content: '';
   display: block;
   clear: both;
 }

 #Wg_instagram #ins_menu_yatay{
   float: left;
   width: 50%;
  }

 #Wg_instagram #ins_menu_dikey{
   float: right;
    width: 50%;
 }

#Wg_instagram #ins_menu span {
    display:block;
    width:20px;
    height:20px;
    margin:auto;
    cursor:pointer;
}

 #Wg_instagram #ins_liste{
  height: 430px;
}

#Wg_instagram #ins_liste_yatay{
  height: inherit;
  overflow-x: hidden;
  -ms-overflow-style: none;
}
#Wg_instagram #ins_liste_yatay::-webkit-scrollbar,#Wg_instagram #ins_liste_dikey::-webkit-scrollbar { 
    display: none; 
}

#Wg_instagram #ins_liste_yatay ul{
  list-style: none;
}

#Wg_instagram #ins_liste_yatay ul:after{
  content: '';
  display: block;
  clear: both;
}

#Wg_instagram #ins_liste_yatay ul li{
  float: left;
  width: 98px;
  height: 98px;
  margin-right: 3px;
  margin-bottom: 3px;
}

#Wg_instagram #ins_liste_yatay ul li img{
  width: 98px;
  height: 98px;
}

#Wg_instagram #ins_liste_yatay ul li:nth-child(3n) {
    margin-right: 0px;
}

#Wg_instagram #ins_liste_dikey{
  height: inherit;
  overflow-x: hidden;
  -ms-overflow-style: none;
}
#ins_svg_yatay rect, #ins_svg_dikey rect{
    fill:#cdcacf;
}
#ins_yatay_btn.active rect, #ins_dikey_btn.active rect,
#ins_svg_yatay:hover rect,#ins_svg_dikey:hover rect{
    fill:#0771D4;
}

.espMetricIcon{
  margin-right: 5px !important;
}

.espMetricText{
  display: table !important;
}
/*** instagram widget ***/

.ozelAlan {
float:left;
font-size:medium;
}
.ozelH2 {
font-size:20px;
}

.ozelAlan a {
    color: #000;
    font-size: medium;
    font-weight: bold;
}