
/***** 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;
}

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 dotted; 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%; line-height: 0; 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 10px;
}

a, a:active, a:visited {
	color: #00428d;
	cursor: pointer !important;
	font-weight: bold;
	text-decoration: none;
}

	a:hover { color: #c00; }

h1,
h1 a, h1 a:active, h1 a:visited {
	color: #c00;
	font-size: 29px;
	line-height: 35px;
}

	h1 a:hover { color: #000; }

h2,
h2 a, h2 a:active, h2 a:visited {
	color: #000;
	font-size: 15px;
	line-height: 27px;
}
	

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 {
	margin-bottom: 5px;
}

	table thead th {
		background: #e7f1f8 url(http://www.haberler.com/static/images/th_bg.png) repeat-x left bottom;
		border-bottom: 1px solid #b9d9ec;
		color: #00428d;
		font-size: 15px;
		padding: 9px 10px;
		text-align: left;
		vertical-align: middle;
	}
	
	table tbody th, table tbody td {
		border-bottom: 1px dotted #ccc;
		font-size: 15px;
		padding: 2px 10px;
		vertical-align: middle;
	}
	
		table td img {
			vertical-align: middle;
		}
	
	table th.arrow {
		padding-left: 0 !important;
	}
		table th.arrow span {
			background: url(http://www.haberler.com/static/images/arrow_blue.png) no-repeat left center;
			padding-left: 10px;
		}
	
table.small {
	margin-bottom: 20px;
}
	
	table.small thead th,
	table.smaller thead th {
		font-size: 12px;
		padding: 4px 10px 5px;
	}
	
	table.small tbody th,
	table.small tbody td,
	table.smaller tbody th,
	table.smaller tbody td	{
		font-size: 12px;
		padding: 3px 10px 4px;
	}
	
	table.small tbody tr.first td, table.small tbody tr.first th {
		padding-top: 7px;
	}
	
	table.small tbody a {
		font-weight: normal;
	}
	
	table.smaller tbody th, table.smaller tbody td {
		font-size: 12px;
		padding: 3px 10px 4px;
	}
	
	table.smaller tbody tr.first td, table.smaller tbody tr.first th {
		padding-top: 7px;
	}
*/

table {
	font-size: 15px;
	/*width: 100%;*/
}
	thead th {
		background: url("http://www.haberler.com/static/images/blank.gif") repeat-x scroll left bottom #E7F1F8;
	    border-bottom: 1px solid #B9D9EC;
	    color: #00428D;
	    font-weight: bold;
	    line-height: 1.5;
	    padding: 6px 10px 5px;
	    text-align: left;
	    vertical-align: middle;	}
	
	tbody td, tbody th {
	    border-bottom: 1px dotted #CCCCCC;
	    /*line-height: 21px;*/
	    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;
		line-height: 16px;
		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; line-height: 1.1em !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İ *****/


/***** header.css BAŞLADI *****/

#header {
	background: url(http://www.haberler.com/static/images/header_bg.png) no-repeat 250px 0;
	/*height: 125px;*/
	/*padding: 0px 0px 15px;*/
	padding:0;
}

	#header .logo {
		float: left;
		margin-top: 15px;
	}
	#header .logoen { float: left; margin: 25px 0 0 30px;}
	#header .logoen img {margin-right:4px; vertical-align: bottom;}
	#header .logoen span {font-size:13px; font-weight:normal; text-decoration:underline;}
	
	#header .headerRight {
		float: left;
		/*margin-left: 140px;*/
		margin-left: 36px;
		width: 500px;
	}
	
	#header .headerDate, #header .headerTitle { color: #999; height: 22px; font: normal normal normal 11px/19px Arial, sans-serif; }
	
		#header .headerDate { float: left; }
		#header .headerTitle { float: right; text-align: right; }
		
		#header .search {
			background: url(http://www.haberler.com/static/images/header_search_bg.png) no-repeat 0 0;
			float: left;
			height: 30px;
			padding: 5px 5px 5px 10px;
			width: 485px;
		}
			#header .search label {
				color: #5e5e5e;
				display: block;
				float: left;
				font-weight: bold;
				line-height: 12px;
				padding: 9px 0;
				vertical-align: middle;
				width: 126px;
			}
			
			#header .search #txtHeaderSearch {
				background: transparent;
				border: 0;
				float: left;
				outline: none;
				overflow: hidden;
				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;
			}
			
		#header .navigation {
			background: url(http://www.haberler.com/static/images/header_navigation_bg_v2.png) no-repeat 0 0;
			clear: both;
			height: 70px;
			width: 980px;
		}
		
		#header .navigation_detay {
			background: url(http://www.haberler.com/static/images/header_navigation_bg_detay_v2.png) no-repeat 0 0 !important;
			clear: both;
			height: 52px!important;
			width: 980px;
			z-index: 9999;
		}
			#header .navigation .mainNav {
				height: 33px;
				margin: 0;
				/*overflow: hidden;*/
			}
			
				#header .navigation .mainNav li, #header .navigation .subNav li {
					background: transparent url(http://www.haberler.com/static/images/header_navigation_seperators.png) no-repeat 0 0;
					display: block;
					float: left;
					padding-left: 2px;
				}
				
				#header .navigation .mainNav li.bg {
					background: transparent url(http://www.haberler.com/static/images/header_navigation_seperators.png) no-repeat 0 0 !important;
					display: block!important;
					float: left!important;
					padding-left: 2px!important;
				}
				
				#header .navigation .mainNav li.home,
				#header .navigation .mainNav li.latestNews,
				#header .navigation .mainNav li.localNewsTumu,
				#header .navigation .mainNav li.localNewsGazete,
				#header .navigation .mainNav li.localNews {
					background: none;
					padding: 0;
					margin:0;
				}
				
					#header .navigation .mainNav li a {
						color: #fff;
						display: block;
						font: normal normal bold 13px/33px Arial, sans-serif;
						float: left;
						height: 33px;
						/*padding: 0 15px 0 15px;*/
						margin: 0 15px 0 15px;
					}
					
						#header .navigation .mainNav li a:hover {
							color: #ff6;
						}
				
				#header .navigation .mainNav li.latestNews a {
					color: #000;
					/*padding: 0 0 0 23px;*/
					margin: 0 0 0 23px;
					width: 87px;
				}
				
				#header .navigation .mainNav li.localNews {
					float: right;
					position: relative;
				}
				
				#header .navigation .mainNav li.localNewsTumu {
					float: right;
					position: relative;
				}
				#header .navigation .mainNav li.localNewsGazete {
					position: relative;
				}
				#header .navigation .subNav li.localNews{
					float: right;
					position: relative;
				}
				
				#header .navigation .subNav li.localNews a {
						background: transparent url(http://www.haberler.com/static/images/ok_drop.png) right no-repeat;
						padding: 0 0 0 12px;
						width: 60px;
						margin-right: 10px;
					}
					
					#header .navigation .mainNav li.localNews a {
						padding: 0 0 0 12px;
						width: 104px;
					}
					#header .navigation .mainNav li.localNewsTumu a {
						padding: 0 0 0 12px;
						width: 70px;
					}
					#header .navigation .mainNav li.localNewsGazete a {
						padding: 0 0 0 12px;
						width: 70px;
					}
						#header .navigation .mainNav li.localNews .dropdown {
							background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) left bottom no-repeat;
							border-top: 1px solid #890000;
							position: absolute;
							right: 0;
							top: 32px;
							width: 470px;
							z-index: 2147483647;
						}
						#header .navigation .mainNav li.localNewsTumu .dropdown {
							background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) left bottom no-repeat;
							border-top: 1px solid #890000;
							position: absolute;
							right: 0;
							top: 32px;
							width: 470px;
							z-index: 2147483647;
						}
						#header .navigation .mainNav li.localNewsGazete .dropdown {
							background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) left bottom no-repeat;
							border-top: 1px solid #890000;
							position: absolute;
							right: 0px;
							top: 32px;
							width: 470px;
							z-index: 2147483647;
						}
						#header .navigation_detay .mainNav li.localNewsGazete .dropdown {
							right: 0px;
						}
						
						
						#header .navigation .subNav li.localNews .dropdown {
							background-color:#ebebeb;
							border: 1px solid #d5d1d1;
							position: absolute;
							right: 0;
							top: 28px;
							width: 180px;
							z-index: 2147483647;
							
							-moz-border-radius-leftright: 6px;
 							border-bottom-left-radius: 6px;
 							
							-moz-border-radius-bottomright: 6px;
 							border-bottom-right-radius: 6px;
						}
						
							#header .navigation .mainNav li.localNews .dropdown .inner {
								background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) right bottom no-repeat;
								margin-left: 10px;
								padding: 10px 10px 10px 0;
							}
							#header .navigation .mainNav li.localNewsTumu .dropdown .inner {
								background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) right bottom no-repeat;
								margin-left: 10px;
								padding: 10px 10px 10px 0;
							}
							#header .navigation .mainNav li.localNewsGazete .dropdown .inner {
								background: transparent url(http://www.haberler.com/static/images/header_dropdown_bg.png) right bottom no-repeat;
								margin-left: 10px;
								padding: 10px 10px 10px 0;
							}
							#header .navigation .subNav li.localNews .dropdown .inner{
								background-color:#ebebeb;
								margin-left: 10px;
								padding: 10px 10px 10px 0;
							}
							
							#header .navigation .subNav li.localNews .dropdown .inner strong,
							#header .navigation .mainNav li.localNewsTumu .dropdown .inner strong,
							#header .navigation .mainNav li.localNewsGazete .dropdown .inner strong,
							#header .navigation .mainNav li.localNews .dropdown .inner strong {
								border-bottom: 1px dotted #C00;
								color: #FFF;
								display: block;
								font-size: 15px;
								margin-bottom: 10px;
								padding: 5px;
								text-align: center;
							}
							
							#header .navigation .subNav li.localNews .dropdown,
							#header .navigation .mainNav li.localNewsTumu .dropdown,
							#header .navigation .mainNav li.localNewsGazete .dropdown,
							#header .navigation .mainNav li.localNews .dropdown {
								display: none;
							}
							
							#header .navigation .subNav li.localNews .dropdown .inner a {
								background: transparent;
								border-bottom: 1px dotted #cfcfcf;
								font-size: 12px;
								height: 16px;
								line-height: 16px;
								margin: 0 5px 3px;
								padding: 0 0 3px;
								width: 170px;
							}
							
							#header .navigation .mainNav li.localNews .dropdown .inner a {
								background: transparent;
								border-bottom: 1px dotted #c00;
								font-size: 11px;
								height: 16px;
								line-height: 16px;
								margin: 0 5px 3px;
								padding: 0 0 3px;
								width: 80px;
							}
							
							#header .navigation .mainNav li.localNewsTumu .dropdown .inner a {
								background: transparent;
								border-bottom: 1px dotted #c00;
								font-size: 12px;
								height: 16px;
								line-height: 16px;
								margin: 0 5px 3px;
								padding: 0 0 3px;
								width: 140px;
							}
							
							#header .navigation .mainNav li.localNewsGazete .dropdown .inner a {
								background: transparent;
								border-bottom: 1px dotted #c00;
								font-size: 12px;
								height: 16px;
								line-height: 16px;
								margin: 0 5px 3px;
								padding: 0 0 3px;
								width: 140px;
							}

								.ie6 #header .navigation .subNav li.localNews .dropdown .inner a,
								.ie6 #header .navigation .mainNav li.localNews .dropdown .inner a,
								.ie6 #header .navigation .mainNav li.localNewsTumu .dropdown .inner a,
								.ie6 #header .navigation .mainNav li.localNewsGazete .dropdown .inner a { margin: 0 2px 3px; }
					
		#header .navigation .subNav {
			height: 27px;
			margin: 0;
			padding-left: 0px;
			/*overflow: hidden;*/
		}
			
			#header .navigation .subNav li {
				background-position: 0 -33px;
			}
			
			#header .navigation .subNav li:first-child {
				background: none;
				padding: 0;
			}
			
				#header .navigation .subNav li a {
					color: #000;
					display: block;
					font: normal normal bold 12px/27px Arial, sans-serif;
					float: left;
					height: 27px;
					padding: 0 6px 0 6px !important;
				}
				
					#header .navigation .subNav li a:hover {
						color: #c00;
					}
					
					
					
.gazeteListesi {
	/*background: url('/static/ico_newspapers.png') no-repeat 9px 10px;*/
	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: 0;
		font: 
		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(http://www.haberler.com/static/images/box_titles.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: 0 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;
				line-height: 33px;
				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(http://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;
	}
		.box .content .inner {
			background-position: right bottom;
			background-repeat: no-repeat;
			padding: 10px 10px 14px 5px;
			position: relative;
		}
		
	.box .bottomLinks {
		/*background: url(http://www.haberler.com/static/images/dot_ccc.gif) repeat-x left top;*/
		border-top: 1px dotted #cfcfcf;
		color: #999;
		padding-top: 8px;
		text-align: center;
	}
	
		.box .bottomLinks .seperator {
			margin: 0 15px;
		}
		
		.bottomLinks .arrow, .moreLink .arrow {
			background: url(http://www.haberler.com/static/images/box_arrows_sprite.png) no-repeat right -50px;
			padding: 1px 23px 2px 0;
		}
	
	.box .moreLink {
		background: transparent url(http://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 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(http://www.haberler.com/static/images/box_white_bg.png);
	}
	
	/** 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(http://www.haberler.com/static/images/box_blue_bg.png);
	}
	
	/** 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(http://www.haberler.com/static/images/box_icons.png) no-repeat right -94px;
					}
			
	.box.boxDarkBlue .content, .box.boxDarkBlue .content .inner {
		background-color: #e4f1f8;
		background-image: url(http://www.haberler.com/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(http://www.haberler.com/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(http://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(http://www.haberler.com/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(http://www.haberler.com/static/images/box_icons.png) no-repeat right -42px;
					}
			
	.box.boxDarkGray .content, .box.boxDarkGray .content .inner {
		background-color: #A1A1A1;
		background-image: url(http://www.haberler.com/static/images/box_darkgray_bg.png);
	}
	
	/** Local News **/
	
	.box.boxLocalNews {
		background: #7a7a7a url(http://www.haberler.com/static/images/box_localnews_bg.png) no-repeat 0 0;
		display: inline-block;
		float: left;
		margin-bottom: 13px;
		overflow: hidden;
		text-align: center;
		width: 100px;
	}
	
		.box.boxLocalNews h2 {
			height: 30px;
			text-indent: -999px;
		}
		
		.box.boxLocalNews a {
			color: #fff !important;
			line-height: 15px;
		}
			.box.boxLocalNews a:hover {
				color: #ff6 !important;
			}
		
		.box.boxLocalNews .content {
			height: 282px;
			overflow: hidden;
			padding: 10px;
		}
		
			.box.boxLocalNews .content ul {
				background: transparent url(http://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(http://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(http://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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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;
				line-height: 40px;
			}
			
			.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;
				line-height: 40px;
				margin-bottom: 1px;
			}
			
		.box.boxWeatherDetail table.data {
			float: left;
			margin-left: 115px;
		}
		
			.box.boxWeatherDetail table th {
				background: transparent;
				border: none;
				border-top: 1px dotted #ccc;
				color: #666;
				font-size: 17px;
				font-weight: normal;
				line-height: 25px;
				padding: 5px 0 4px 0;
				width: 152px;
			}
			
				.box.boxWeatherDetail table th span {
					float: right;
				}
			
			.box.boxWeatherDetail table td {
				border: none;
				border-top: 1px dotted #ccc;
				font-size: 19px;
				font-weight: bold;
				padding-left: 7px;
			}
			
				.box.boxWeatherDetail table td span {
					background: url(http://www.haberler.com/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;
					overflow: hidden;
				}
						
	/** Prayer Summary **/
	
	.box.boxPrayer {}
		
		.box.boxPrayer .content, .box.boxPrayer .content .inner {
			background-color: #f5f9fb;
			background-image: url(http://www.haberler.com/static/images/box_prayer_small_bg.png);
		}
		
			.box.boxPrayerDetail .content, .box.boxPrayerDetail .content .inner {
				background-color: #f5f9fb;
				background-image: url(http://www.haberler.com/static/images/box_prayer_bg.png);
			}
		
			.box.boxPrayer .content ul {
				
			}
			
			.box.boxPrayer .content li {
				color: #9e0b0f;
				float: left;
				font-size: 12px;
				font-weight: bold;
				height: 40px;
				line-height: 10px;
				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(http://www.haberler.com/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;
				line-height: 16px;
				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(http://www.haberler.com/static/images/prayerTime_bg.png) no-repeat center top;
			border: none;
			height: 60px;
			line-height: 16px;
			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(http://www.haberler.com/static/images/finance/usd.png) no-repeat -15px -10px;
			}
			.box.boxFinanceSummary .content .data.financeDataEUR {
				background: url(http://www.haberler.com/static/images/finance/eur.png) no-repeat 0 -10px;
			}
			.box.boxFinanceSummary .content .data.financeDataALTIN {
				background: url(http://www.haberler.com/static/images/finance/altin.png) no-repeat 0 -10px;
			}

			.box.boxFinanceSummary .content .data.financeDataMarket {
				background: url(http://www.haberler.com/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 dotted #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;
			line-height: 13px;
			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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/panelTitle_shadow.png) no-repeat right bottom;
			float: left;
			font-size: 27px;
			line-height: 32px;
			padding: 0 25px 3px 0;
		}
		
			.panel .inner h2 {
				color: #000;
				font-size: 21px;
				line-height: 24px;
				padding: 0 20px 6px 0;
			}
		
		.panel .inner .right {
			background: url(http://www.haberler.com/static/images/panelExtra_shadow.png) no-repeat 0 0;
			color: #999;
			float: right;
			line-height: 23px;
			padding: 0 0 4px 20px;
		}
		
			.panel .right span {
				float: left;
				line-height: 24px;
				padding-right: 3px;
			}
			
			.panel .right a {
				margin-left: 6px;
			}
		
		.panel .rating {
			background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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.thumb120x90 { background: transparent url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/linkTags.png) no-repeat right 1px; }
a.tag.tagPhoto { padding-right: 31px; background: url(http://www.haberler.com/static/images/linkTags.png) no-repeat right -298px; }
a.tag.tagVideo { padding-right: 34px; background: url(http://www.haberler.com/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 dotted #cfcfcf;*/
	margin: 0;
	padding: 0;
}
	.genericList.leftBorder, .genericListNoMargin.leftBorder  {
		border-top: none;
		border-left: 1px dotted #cfcfcf;
	}

	.genericList li, .genericListNoMargin li {
		background: url(http://www.haberler.com/static/images/bullet.png) no-repeat 0 9px;
		border-bottom: 1px dotted #cfcfcf;
		/*line-height: 12px;*/
		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 dotted #c6d6de;
		line-height: 12px;
		padding: 3px 0 4px;
	}
	
	.arrowList li a {
		background: url(http://www.haberler.com/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 {
		}
	
	.newsList .time {
		background: url(http://www.haberler.com/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;
			line-height: 15px;
			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.mostRead .gridView li {
				margin: 0 25px 22px 0;
				width: 310px;
				height:140px;
			}
			
			.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;
				line-height: 18px;
			}
			
			.newsList .gridView .category,
			.newsList .gridView .category a {
				color: #00a4df;
				font-size: 11px;
				font-weight: normal;
				line-height: 18px;
			}
			
				.newsList .gridView .category a:hover { color: #c00; }

/*------------------------------------------------------------*/

	.newsList .barView {
		/*margin-top: -1px;*/
	}

		.newsList .barView li {
			border-bottom: 1px dotted #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 .barView p {
				line-height: 15px;
			}
		
		
	.newsList h3.small,
	.newsList h3.small a	{
		font-size: 13px;
		line-height: 14px;
		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;
		line-height: 14px;
		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 dotted #cfcfcf;
		float: left;
		margin-right: 15px;
		width: 94px;
	}
	
		.citiesList ul.last {
			border: none;
			margin: 0;
			width: 80px;
		}
		
		.citiesList ul li {
			line-height: 14px;
			padding: 0 0 5px 0;
		}

/*--------------------------------------------------------------
        FINISH CITY LISTS
--------------------------------------------------------------*/

/***** lists.css BİTTİ *****/


/***** content.css BAŞLADI *****/

ï»¿/*--------------------------------------------------------------
        START CONTENT 
--------------------------------------------------------------*/

#content {
	margin-top: 20px;
	margin-bottom: 40px;
}

	#content.indexPage {
		margin-top: 10px;
	}
	
#contentTop {
	height: 56px;
	/*margin-top: -10px;*/
}

	#contentTop h1 {
		float: left;
		/*letter-spacing: -1px;*/
		line-height: 42px;
	}
	
	#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: 160px;
	}
	
		#contentTop .feeds1 a {
			display: block;
			float: left;
			padding: 0 0 6px 1px;
		}
		
			#contentTop .feeds1 a img {
				margin: -4px 1px 0 -1px;
			}
	#contentTop .date {
		color: #767676;
		float: right;
		font-size: 21px;
		line-height: 46px;
		/*margin-top: 16px;*/
	}
	
	#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
--------------------------------------------------------------*/

	#rightBlock {
		float: right;
		margin-left: 10px;
		width: 306px;
	}
	
	#rightBlock .advertisement {
		background: transparent url(http://www.haberler.com/static/images/rightCol_box_bg.png) repeat-y left top;
		padding: 3px;
		margin-bottom: 8px;
	}
	
	.left_advertisement {
		background: transparent url(http://www.haberler.com/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(http://www.haberler.com/static/images/advertisement_306_bg.png) no-repeat left bottom;
			margin-bottom: 8px;
			padding: 0 3px 9px 3px;
			*/
		}

	
	.weatherBar {
		background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/black_70.png) repeat 0 0;
		//	background: url(http://www.haberler.com/static/images/baslik_zemin_test.png) repeat 0 0;
			bottom: 39px;
			color: #fff;
			font-size: 24px;
			font-weight: bold;
			height: auto;
			left: 5px;
			/*letter-spacing: -1px;*/
			line-height: 1.2em;
			
			// padding: 10px 20px 10px;
			
			padding: 4px 15px 4px;
			
			position: absolute;
			width: 440px;
			z-index: 2;
			//border:1px solid #ff0000;
		}
		
			.headlines .title:hover { color: #ff6; }
	
		.headlines .itemList {
			height: 30px;
			left: 0;
			position: absolute;
			top: 290px;
			width: 480px;
		}
		
		
		
			.headlines .itemList a {
				background: url(http://www.haberler.com/static/images/mainSlider_bullets_bg.gif) no-repeat right -30px;
				color: #575757;
				display: block;
				float: left;
				font-size: 14px;
				height: 29px;
				/*letter-spacing: -1px;*/
				line-height: 31px;
				text-align: center;
				width: 24px;
			}
			
			.headlines .itemList a.first {
				background-position: right 0;
			}
			
			.headlines .itemList a.all {
				background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/dot_ccc.gif) repeat-x left bottom;
				color: #737373;
				padding-bottom: 10px;
			}
			
			#frmNewsArchive .selectDate {
				padding: 10px 0;
			}
			
			#frmNewsArchive .submitter {
				background: url(http://www.haberler.com/static/images/dot_ccc.gif) repeat-x left top;
				padding-top: 10px;
			}
			
			#frmNewsArchive #sbmNewsArchive {
				background: transparent url(http://www.haberler.com/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(http://www.haberler.com/static/images/bars_sprite.png) no-repeat 0 0;
	color: #000;
	height: 30px !important;
	line-height: 31px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 7px 10px;
	 
}

	.detailTopBar .right {
		background: transparent url(http://www.haberler.com/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(http://www.haberler.com/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 {
		line-height: 28px;
		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;
		line-height: 28px;
		margin-bottom: 5px;
	}
	
	.newsDetail .spot {
		font-size: 17px;
		font-weight: bold;
		line-height: 20px;
		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(http://www.haberler.com/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(http://www.haberler.com/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 {
						line-height: 18px;
						padding: 2px 0 4px 10px;
						margin-left: 5px;
					}
					
						.newsDetail .meta .advertisement .content .genericList li:last-child {
							border: none;
						}
		
	.newsDetail p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.newsDetail .source {
		color: #999;
		font-size: 14px;
		margin-top: -25px;
	}
	
.relatedNewsList {
	margin-top: -5px;
	margin-bottom: 25px;
}

	.relatedNewsList li {
		background: url(http://www.haberler.com/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;
			line-height: 18px;
			padding-top: 7px;
		}

.relatedNewsListFotoGaleri {
	margin-top: -5px;
	margin-bottom: 30px;
}

	.relatedNewsListFotoGaleri li {
		/*background: url(http://www.haberler.com/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;
			line-height: 18px;
			padding-top: 7px;
		}
	
	.commentsBox .info {
		padding: 2px 0 7px;
	}
	
	.commentsBox .addComment {
	margin-bottom: 10px;
	padding: 9px;
	height:130px;
	background-color: #FFF1DC;
	}
	
	.commentsBox .addComment table {
		margin-bottom:10px;
	}
	.commentsBox .content .inner table {
		font-size:12px !important;
	}
	.commentsBox .content .inner {
		padding-top: 0px !important;
	}
	
	.commentsBox .content .inner .navigasyon{
		border-top: 1px dotted #ccc;
	}
		
	.commentsBox .addComment td {
		vertical-align:baseline;
	}
	
	.commentsBox .addComment td span {
		font-size: 13px;
	}
	
	.commentsBox .addComment #mesaj {
		float: left;
		margin:10px 0 0 20px;
		width: 400px;
		height: 20px;
	}
	.commentsBox .addComment #BtGonder {
		float: left;
		margin-top:5px;
		padding:3px 8px;
	}
	.commentsBox .frmAddCommentTxt {
		/*background: #fff url(http://www.haberler.com/static/images/add_comment_bg.png) no-repeat 0 0;*/
		border: 1px solid #ccc;
		position: relative;
		width: 172px;
	}
		.commentsBox .frmAddCommentTxt .txtAddComment {
			/*background: transparent url(http://www.haberler.com/static/images/add_comment_bg.png) no-repeat 0 bottom;*/
			border: none;
			height: 18px;
			margin: 3px 0 0 0;
			outline: none;
			padding: 0 4px;
			width: 162px;
			font-size: 12px;
		}
	
	.commentsBox .frmAddComment {
		/*background: #fff url(http://www.haberler.com/static/images/add_comment_bg.png) no-repeat 0 0;*/
		border: 1px solid #ccc;
		position: relative;
		width: 642px;
	}
	
		.commentsBox .frmAddComment .txtAddComment {
			/*background: transparent url(http://www.haberler.com/static/images/add_comment_bg.png) no-repeat 0 bottom;*/
			border: none;
			height: 50px;
			margin-top: 5px;
			outline: none;
			padding: 0 10px 5px;
			width: 622px;
		}
		
		.commentsBox .frmAddComment .btnAddComment {
			bottom: 10px;
			position: absolute;
			right: 10px;
		}
		
	.commentsBox .commentsList {}
	
		.commentsBox .commentsList li {
			/*border-bottom: 1px dotted #ccc;*/
			color: #666;
			margin-bottom: 10px;
			margin-top: 20px;
		}
		
		.commentsBox .commentsList .comment {
			color: #000;
			padding: 0 0 6px 20px;
			line-height: 15px;
		}
		
		.commentsBox .commentsList .user {
			background: transparent url(http://www.haberler.com/static/images/yorum.png) no-repeat left;
			font-weight: Bold;
			padding: 0 0 0 20px;
			margin-right: 8px;
			float: left;
			color: #000!important;
		}
		
.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 ul li a {
					line-height: 18px;
				}

	.videoThumbs .icon_play {
		bottom: 8px;
		display: block;
		position: absolute;
		right: 8px;
		text-indent: -999px;
		z-index: 2;
	}
		
		
		/* Start Side Slide Modifiers */
	.sideSlide
	{
		background: url("http://www.haberler.com/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(http://www.haberler.com/static/images/imgFrame_160x160.png) no-repeat 0 0;
		float: left;
		margin: 0 9px 5px 0;
		padding: 5px;
	}
	
	.personShortBio .bio {
		line-height: 17px;
		padding: 4px 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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/finance_strip_bg.png) no-repeat right -44px;
		float: left;
		font-size: 13px;
		line-height: 21px;
		padding: 0 40px 0 8px;
	}
	
		.financeStrip .title {
			color: #c4f037;
			font-weight: bold;
			margin-bottom: 1px;
			text-indent: 13px;
		}
		
		.financeStrip .data {
			background: url(http://www.haberler.com/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(http://www.haberler.com/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.btnAddToSite {
	background: url(http://www.haberler.com/static/images/btnAddToSite.png) no-repeat 0 0;
	display: inline-block;
	height: 23px;
	text-indent: -999px;
	width: 100px;
}

a.btnXML {
	background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/category_highlightText_bg.png) repeat-x 0 0;
			border-top: 1px solid #313131;
			bottom: 3px;
			color: #fff;
			font-size: 25px;
			line-height: 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(http://www.haberler.com/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 dotted #cfcfcf;
			font-size: 13px;
			line-height: 16px;
			padding: 6px 0 7px 10px;
		}
	
	.categoryHighlights .moreLink {
		background: url(http://www.haberler.com/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(http://www.haberler.com/static/images/bars_sprite.png) no-repeat right -74px;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

	.whiteBar .inner {
		background: url(http://www.haberler.com/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(http://www.haberler.com/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 dotted #ccc;
	color: #000;
	width: 568px;
}

.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 .plot, .movieDetail .plot p {
	line-height: 18px;
}

.movieDetail .gallery {
	text-align: center;
}
	.movieDetail .gallery a {
		color: #333;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	/*
	.movieDetail .gallery a span {
		display: block;
	}
	*/
	.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(http://www.haberler.com/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(http://www.haberler.com/static/images/bars_sprite.png) no-repeat 0 -114px;
	height: 35px;
	margin: 10px 0 0;
	overflow: hidden;
	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;
		line-height: 35px;
		overflow: hidden;
		width: 520px;
	}
	
	.scoreBar .link {
		display: block;
		float: left;
		height: 35px;
		text-indent: -999px;
		width: 270px;
	}
	
.flashBar {
	background: url(http://www.haberler.com/static/images/bars_sprite.png) no-repeat 0 -149px;
	height: 35px;
	margin: 5px 0 0;
	overflow: hidden;
	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;
		line-height: 35px;
		overflow: hidden;
	}
	
	.flashBar .content {
		color: #000;
		display: block;
		float: left;
		font-size: 21px;
		font-weight: bold;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		width: 795x;
	}
		
		.flashBar a:hover {
			color: #c00;
		}

.localNews #contentTop {
	height: auto;
	margin-bottom: 23px;
}
	
.mapPanel {
	background: url(http://www.haberler.com/static/images/map_panel.png) no-repeat 0 0;
	height: 430px;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 5px;
	position: relative;
	width: 970px;
}

	.mapPanel .title {
		background: url(http://www.haberler.com/static/images/map_title.png);
		height: 40px;
		position: absolute;
		right: 5px;
		text-indent: -999px;
		top: 5px;
		width: 450px;
	}
	
.localNews .citiesList {
	background: url(http://www.haberler.com/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(http://www.haberler.com/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;
	overflow:hidden;
}
.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;
	line-height:16px;
}
.galeriKutuTextYan:hover
{
	text-decoration:underline;
}
.resimYan
{
	width:92px;
	height:69px; 
	border:solid 1px #dbdbdb;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.divText
{
	height:44px; 
	overflow:hidden;
}
.divText:hover
{
	text-decoration:underline;
}
.input input, .input textarea, .input select {
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 15px;
    line-height: 15px;
    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(http://www.haberler.com/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; line-height:20px;
}



/***************************************/
.fb_ozl_btn[class] {
float:left;
width:308px;
height:80px;
background-image: url(http://www.haberler.com/static/images/facebook_ozl.gif);
cursor:pointer;
margin-bottom:15px;
position:relative;
}
 .fb_ozl_btn_2[class] {
width:150px;
height:30px;
background-image: url(http://www.haberler.com/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(http://www.haberler.com/static/images/twitter_ozl.gif);
cursor:pointer;
margin-bottom:28px;
position:relative;
}
 .tw_ozl_btn_2[class]{
width:150px;
height:30px;
background-image: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/videolu.png) no-repeat 0 0;
	height: 50px;
	width:50px;
	position: absolute;
	top:7px;
	right:7px;
}

.fotogaleriliManset {
	background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat 0px 0px;
}
.boga_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -38px 0px;
}
.ikizler_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -76px 0px;
}
.yengec_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -114px 0px;
}
.aslan_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -152px 0px;
}
.basak_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -190px 0px;
}
.terazi_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -228px 0px;
}
.akrep_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -266px 0px;
}
.yay_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -304px 0px;
}
.oglak_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -342px 0px;
}
.kova_burcu{
background: url(http://www.haberler.com/static/images/burclar_456x38.jpg) no-repeat -380px 0px;
}
.balik_burcu{
background: url(http://www.haberler.com/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.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(http://www.haberler.com/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
--------------------------------------------------------------*/

	#footer {}
		
		#footer .grayBar {
			background: url(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/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;
			}
			
			#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(http://www.haberler.com/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(http://www.haberler.com/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(http://www.haberler.com/static/images/footer_sprite.png) no-repeat 0 -47px;
			height: 30px;
			list-style: none;
			margin: 10px 0 0;
			overflow: hidden;
			padding-left: 30px;
		}
		
			#footer .newspapers li {
				background: url(http://www.haberler.com/static/images/footer_sprite.png) no-repeat -1078px -47px;
				float: left;
				font-weight: bold;
				height: 30px;
				line-height: 32px;
				padding-left: 2px;
			}
			
				#footer .newspapers li a {
					display: block;
					float: left;
					padding: 0 13px;
				}
			
			#footer .newspapers li.title {
				background: transparent;
				color: #666;
				margin-right: 5px;
			}
			
			#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;
					line-height: 20px;
				}
				
				#footer .navigation ul li.title {
					background: url(http://www.haberler.com/static/images/dot_ccc.gif) repeat-x left bottom;
					font-weight: bold;
					line-height: 18px;
					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(http://www.haberler.com/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 {overflow:hidden;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;
	line-height:17px;
	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:915px; 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 dotted #999999;border-top:1px dotted #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('http://www.haberler.com/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(http://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;
			line-height: 1.2em;
			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(http://www.haberler.com/static/images/mainSlider_bullets_bg.gif) no-repeat right -30px;
				color: #575757;
				display: block;
				float: left;
				font-size: 14px;
				height: 29px;
				/*letter-spacing: -1px;*/
				line-height: 31px;
				text-align: center;
				width: 24px;
			}
			
			.headlinesYeni .itemList a.first {
				background-position: right 0;
			}
			
			.headlinesYeni .itemList a.all {
				background: url(http://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;
			}
			
				.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;
				line-height:28px;
				background-color:#FFFFFF;
				background: url(http://www.haberler.com/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(http://www.haberler.com/static/images/mainSlider_bullets_bg_big.gif) no-repeat right -30px!important;
	color: #575757;
	display: block;
	float: left;
	font-size: 14px;
	height: 29px;
	line-height: 31px;
	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İ *****/


/***** min_ana_manset_v2.css BAŞLADI *****/

/*------------------Yeni Manşet---------------------*/
	.mini_headlinesYeni {
		background: url(http://www.haberler.com/static/images/miniSlider_bg.png) no-repeat 0 0;
		float: left;
		height: 266px;
		margin-right: 20px;
		overflow: hidden;
		position: relative;
		width: 318px;
	}
	
		.mini_headlinesYeni  .mini_itemsYeni {
			height: 171px;
			left: 5px;
			position: absolute;
			top: 5px;
			width: 308px;
			z-index: 1;
		}
		
			.mini_headlinesYeni  .mini_itemsYeni li {
				background: #333 top right;
				height: 281px;
				width: 308px;
			}
		
			.mini_headlinesYeni  .mini_itemsYeni li, .mini_headlinesYeni  .mini_itemsYeni li a {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
			}
		
		.mini_headlinesYeni  .mini_title, .mini_headlinesYeni .mini_title:active, .mini_headlinesYeni  .mini_title:visited {
			background: url(http://www.haberler.com/static/images/black_70.png) repeat 0 0;
			bottom: 39px;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			height: auto;
			left: 5px;
			line-height: 1.2em;
			padding: 4px 15px 4px;
			position: absolute;
			width: 200px;
			z-index: 2;
		}
		
			.mini_headlinesYeni .mini_title:hover { color: #ff6; }
	
		.mini_headlinesYeni .mini_itemList {
			height: 30px;
			left: -4px !important;
			position: absolute;
			top: 224px;
			width: 300px;
		}
		
		
		
			.mini_headlinesYeni .mini_itemList a {
				background: url(http://www.haberler.com/static/images/mainSlider_bullets_bg.gif) no-repeat right -30px;
				color: #575757;
				display: block;
				float: left;
				font-size: 14px;
				height: 29px;
				/*letter-spacing: -1px;*/
				line-height: 31px;
				text-align: center;
				width: 23px;
			}
			
			.mini_headlinesYeni .mini_itemList a.first {
				background-position: right 0;
			}
			
			.mini_headlinesYeni .mini_itemList a.all {
				background: url(http://www.haberler.com/static/images/mainSlider_all.png) no-repeat right top;
				overflow: hidden;
				position: absolute;
				right: 0;
				text-indent: -999px;
				top: 0;
				width: 119px;
			}
			
				.mini_headlinesYeni .mini_itemList a.all:hover { background-position: right -29px; }
				
			.mini_headlinesYeni .mini_itemList a.new {
				background-position: left -60px;
				color: #fff;
			}
			
			.mini_headlinesYeni .mini_itemList a.flash {
				background-position: right -60px;
			}
				
				.mini_headlinesYeni .mini_itemList a:hover, .mini_headlinesYeni .mini_itemList a.current {
					background-position: 0 -30px;
					color: #fff;
				}
				
				div.mini_trans
				{
				position: absolute;
				bottom:0;
				width:308px;
				height:auto;
				padding:7px 15px;
				line-height:28px;
				background-color:#FFFFFF;
				background: url(http://www.haberler.com/static/images/black_70.png) repeat 0 0;
				}
				
				.mini_trans a {
				font-size: 12px;
				font-weight: bold;
				font-family: Arial, sans-serif;
				color:#fff;
				margin:0;
				text-decoration:none;
				}
				.mini_trans a:hover
				{
					color:Yellow;
				}

div.mini_trans2
{
	min-height: 51px;
	position: absolute;
	bottom:0;
	width:308px;
	height:auto;
	background-color:#FEDD16;
}
div.mini_trans_opst {
	width:308px;
	height:5px;
	background-color:#fff;
	opacity:0.5;
	margin-top: -5px;
}


div.mini_trans_baslik2
{
	width:300px;
	min-height: 24px;
	padding:0px 4px;
	background-color:#fedd16;
}

div.mini_trans_baslik
{
	width:300px;
	/*min-height: 20px;*/
	padding:4px 4px 6px 4px;
	background-color:#fedd16;
}
.mini_trans_baslik a {
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Geneva, Arial;
	color:#000000;
	margin:0;
	text-decoration:none;
	line-height: 16px;
}
.mini_trans_baslik a:hover
{
	color:#000000;
}
.mini_trans_baslik a:visited
{
	color:#000000;
}

div.mini_trans_baslik1
{
	width:300px;
	min-height: 35px;
	padding:8px 4px;
	background-color:#fedd16;
}
.mini_trans_baslik1 a {
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Geneva, Arial;
	color:#000000;
	margin:0;
	text-decoration:none;
}
.mini_trans_baslik1 a:hover
{
	color:#000000;
}
.mini_trans_baslik1 a:visited
{
	color:#000000;
}

div.mini_trans_ozet
{
	width:300px;
	/*min-height:27px;*/
	padding:0 4px 4px 4px;
	background-color:#fedd16;
	margin:auto 0px;
}

.mini_trans_ozet a {
	font-size: 12px;
	font-family: Arial;
	color:#000000;
	margin:0;
	text-decoration:none;
	font-weight: normal!important;
}
.mini_trans_ozet a:hover
{
	color:#000000;
}
.mini_trans_ozet a:visited
{
	color:#000000;
}

				
				.mini_mansetResimAna
				{
				position:relative;
				display: none; 
				z-index: 2;
				width:308px;
				height:222px;
				overflow: hidden;
				}
				.mini_mansetResimAnaBlok
				{
				position:relative;
				display: block; 
				z-index: 2;
				width:308px;
				height:222px;
				overflow: hidden;
				}
				.mini_mansetResim
				{
				position: absolute; 
				z-index: 0;
				}
/*-------------Yeni Manşet Bitiş-------------------*/

/***** min_ana_manset_v2.css BİTTİ *****/

/* autocomplete.css basla */
#terim-popup {
  width: 288px;
  z-index:9999;
  margin:30px 0px 0px 126px;
}

.autocomplete {
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  border: thin outset #c6c6c6;
  visibility: hidden;
  font-size:11px;
  font-family: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 */