html, 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, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
} 
:focus {
  outline: 1; }

td{
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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 #000;
  cursor: help; }

 
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

 
img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }


abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

.clearfloat{
   clear:both;
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.clearfloat:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0; }
/*links*/
a{
	color: #2474c9;
	text-decoration:none;
}

h1 a,h2 a,h3 a,h4 a,h5 a{
	text-decoration:none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover{
	text-decoration:none;
}


a:hover{
	text-decoration:none;
	
}

#detay {
		line-height: 1.8 !important;
		font-size: 1.5em !important;
		font-family: SF Pro Display, system-ui, -apple-system, "Segoe UI", "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
}

.newsh1{
		font-family: SF Pro Display,system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif, Arial !important;
		font-weight: bold !important;
		font-size: 45px !important;
		line-height: 50px !important;
		margin-top: 0px!important;
		margin-bottom: 10px!important;
}

.newsh2 {
    font-size: 25px;
    line-height: 30px;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif, Arial !important;
    font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*layout*/
.whitebg{
	background-color:#FFF;
}

/* Typography presets */ 
body {
	font-family: SF Pro Display, system-ui, -apple-system, "Segoe UI", "Helvetica Neue",  Helvetica, sans-serif, Arial;
	font-size: 81.25%;
	line-height: 120%;
	color: #3b3b3b;
	 
	
}

.huge, h1 {
	font-size: 42px; 
	line-height: 48px;
	font-weight: bold;
} 
.large, h2 { 
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
}
.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
}

.big, h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
} 
h5{
	font-size: 16px;
 	font-weight: normal;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.pmarg10 p {
	margin-bottom: 10px;
}


.quoter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

 
body {
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.mainCenter {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	
}
.CenterMe{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 
.maintop {
	width: 100%;
	padding-top:10px;
}

.mainfooter {
	height: 240px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	background-color:#dbf0f9;
	border-top:solid 1px #37b8d8;
	color:#166aac;
	font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
	font-size: 14px;
	text-shadow: 1px 1px #fff;
}

.footernotes {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}

 

/*spec*/
.cerceve {
	border: 1px solid #dedfe0;
}
.whitesep5 {
	background-color: #FFF;
	height: 5px;
	width: 100%;
}
.whitesep10 {
	background-color: #FFF;
	height: 10px;
	width: 100%;
}
.whitesep20 {
	background-color: #FFF;
	height: 20px;
	width: 100%;
}

.pad5{
	padding:5px;
}
 
.navcon {
	height: 34px;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0eaeb;
	border-bottom-color: #e0eaeb;
	background-image: url(tpl/design/navbg1.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.navincon {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
.navin1con {
	background-color: #004db3;
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0, #0252bc), color-stop(1, #004db3));
    background:  -moz-linear-gradient(center top, #0252bc 0%, #004db3 100%);
    -pie-background:  linear-gradient(270deg, #0252bc, #004db3);
	height: 34px;
	width: 950px;
}
.colorlinecon {
	background-image: url(tpl/design/colorline.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: 6px;
}

.mainheadlines{
	width:950px;
	height:320px;

}
 

/*Header*/
header#site {
	background: none repeat scroll 0 0 ;
	display: block;
	position: relative;

	height: 110px;
}
header#site h1 a {
	display: block;
	height: 95px;
	overflow: hidden;
	position: absolute;
	text-indent: -3000px;
	top: 5px;
	width: 400px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(tpl/design/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 5px;
	
}
header#site #loginbox{
	height: 38px;
	width: 420px;
	position: absolute;

	right: 100px;
	z-index: 101;
	margin-top: 70px;
}

header#site #topright {
	width:468px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	z-index:99999;
	right: 0px;
}
#wrap, .pagecontainer {
	width: 950px;
	margin: 0 auto;
	
}
.rightbanners {
 	top:0;
	position: fixed;
}
.flagbluecon {
	background-image: url(tpl/design/flagred.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 320px;
	width: 46px;
	background-color: #cf0b13;
	position: absolute;
	z-index: 2;
}
#flagtitle_gundem{
	margin-top:80px;
}
.flagpinkcon {
	background-image: url(tpl/design/flagpink.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	width: 46px;
	background-color: #ec008c;
	z-index: 20;
	position: absolute;
	right: 0px;
	min-height: 600px;
}
.flaggraycon {
	background-image: url(tpl/design/flaggray.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	width: 46px;
	background-color: #ededed;
	z-index: 20;
	position: absolute;
	right: 0px;
	min-height: 600px;
}
.flagnavycon {
	background-image: url(tpl/design/flagnavy.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	width: 46px;
	background-color: #004a80;
	z-index: 20;
	position: absolute;
	right: 0px;
	min-height: 600px;
}
.flaggreencon {
	background-image: url(tpl/design/flaggreen.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	min-height: 600px;
	width: 46px;
	background-color: #73ab00;
	z-index: 20;
	position: absolute;
	right: 0px;
}

#flagtitle_magazin, #flagtitle_spor, #flagtitle_hk{
	margin-top:50px;
}

.wideadcon{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 72px;
}

.nearflagcon{
	left: 50px;
	height: 320px;
	width: 900px;
	position: absolute;
}



#yellowbar {
	/*background-color: #fab211;*/
	background-color: #004db3;
	height: 40px;
	position: absolute;
	width: 950px;
	top: 170px;
	z-index: 0;
}
#hotnews {
	position: absolute;
	z-index: 10;
	top: 156px;
	right: 20px;

}
#nextarrow{
	position: absolute;
	z-index: 100;
	top: 180px;
	right: 100px;
}
/*Carousel slides*/


.slides_container {
	width:895px;
	display:none;
}
.slides_container div.slide {
	width:895px;
	height:310px;
	display:block;
}

.pagination {
	width:350px;
	position:absolute;
	z-index:100;
	margin-top: 177px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 430px;

}
.pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:26px;
	height:0;
	padding-top:26px;
	background-image:url(tpl/design/ribb.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -26px;
}

/*carousel independent*/
.carouselcon {
	height: 312px;
	width: 899px;

}
.slidenewscon{
	z-index:2;
	position: absolute;
	width: 895px;
	height: 310px;
}
.carimgcon {
	float: left;
	height: 312px;
	width: 420px;
	overflow:hidden;
	float: left;
}
.cartexcon {
	height: 160px;
	width: 445px;
	overflow: hidden;
	margin-left: 27px;
	float: right;
	cursor: pointer;
}
.cartexcon a{
	display:block;	
}
.cartexcon h2 {
	font-family:  system-ui, -apple-system, "Segoe UI",   "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #959090;
	margin-top:4px;
	margin-bottom: 10px;
}
.cartexcon h1{
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color:#004db3;
	 
	font-family:  system-ui, -apple-system, "Segoe UI",   "Helvetica Neue",  Helvetica, sans-serif, Arial !important;


}

.cartexcon h1 a{
	color:#333;
}
.cartexcon p{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color:#585252;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.incarouselfreecon {
	position: absolute;
	height: 92px;
	width: 460px;
	top: 222px;
	right: 0px;
	z-index:10;
}
.incarouselfreecon .mainyazar {
	width: 328px;
	height: 92px;
	border:1px solid #fff;
	overflow:hidden;
}

.incarouselfreecon .mainyazar:hover {
	border:1px solid #ccc;
	background-color: #fbfcf2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.incarouselfreecon  .mainyazar h1{
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	color:#837d7d;
	font-family:  system-ui, -apple-system, "Segoe UI",   "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
}
.incarouselfreecon .mainyazar h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color:#292a2b;
	font-family: arial, Helvetica, sans-serif;	
}
.incarouselfreecon .mainyazar h2 a{
		color:#292a2b;
		display:block;
}
.incarouselfreecon .mainyazar h1 a{
		color:#938d8d;
		display:block;

}

.incarouselfreecon .portrait{
	float:left;
}
.incarouselfreecon .openbutt{
	position: absolute;
	right: 0px;
	top: 38px;
}

.midleft{
	width: 635px;
	float: left;
	margin-right: 5px;
}

.toparticle {
	width:630px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

article.toparticle:hover{
	background-color:#fff9e6;
}


article.toparticle h1{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color:#004db3;
	font-family: system-ui, -apple-system, "Segoe UI",   "Helvetica Neue", Helvetica, sans-serif, Arial !important;
	word-break: break-word;
 
	margin-bottom: 10px;
}
article.toparticle h3 {
	font-size: 20px;
	font-weight: 400;
	color:#585252;
	font-family:  system-ui, -apple-system, "Segoe UI",   "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
	line-height: 20px;

}
article.toparticle h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color:#585252;
	font-family:  system-ui, -apple-system, "Segoe UI",   "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
	word-break: break-word;
}
 
.xslide{
	height: 315px;
	width: 895px;
	margin-left: 50px;
}
.xslide .carimgcon , .xslide .cartexcon{
		overflow:visible;
}
.xslidecon{
	display:none;}


/*sag dikey kutular*/
.rightcons, .rightcons3 {
	width: 330px;
	margin-left: 0px;
	margin-right: 0px;
}

.rightcons li {
	background-color: #e3e3e3;
	margin-bottom: 5px;
	width: 330px;
	height: 110px;
	overflow: hidden;
	font-weight:600;
	display:block;
	position:relative;
	font-size:15px;
	line-height: 18px;
	word-break: break-word;
	font-family: system-ui, -apple-system, "Segoe UI",  "Helvetica Neue", Helvetica, sans-serif, Arial !important;
}
.rightcons li:hover {
	background-color: #b56eae;
	color: #fff;
}
.rightcons li a:link,.rightcons li a:visited{
	text-shadow: 0px 1px #fff;
}
.rightcons li:hover a, .rightcons li a:hover, .rightcons  li a:active {
	color: #fff;
	text-shadow: 0px 1px #000;
}
.rightcons li img{
	width:200px;
	height:auto;
	padding:0;
	position:relative;
	float:right;
}
.rightcons li .news{
	width:130px;
	height:112px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display:block;
}
.rightcons li .news a{
	display:block;
	width:130px;
	height:112px;
}



.rightcons2 {
	width: 358px;
	margin-left: 0px;
	margin-right: 0px;
}

.rightcons2 li {
	background-color: #e3e3e3;
	margin-bottom: 5px;
	width: 300px;
	height: 120px;
	overflow: hidden;
	font-weight:bold;
	display:block;
	position:relative;
	font-size:14px;
	line-height: 18px;
}
.rightcons2 li:hover {
	background-color: #73ab00;
	color: #fff;
}
.rightcons2 li a:link,.rightcons2 li a:visited{
	text-shadow: 0px 1px #fff;
}
.rightcons2 li:hover a, .rightcons2 li a:hover, .rightcons2  li a:active {
	
	text-shadow: 0px 1px #000;
}
.rightcons2 li img{
	width:162px;
	height:120px;
	padding:0;
	position:relative;
	float:right;
}
.rightcons2 li .news{
	width:130px;
	height:112px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display:block;
}
.rightcons2 li .news a{
	display:block;
	width:130px;
	height:112px;
}

/*END sag dikey kutular*/
.doublearticles {
	width: 630px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	background-image: url(tpl/design/graydot.png);
	background-repeat: repeat-y;
	background-position: 315px;
	padding-bottom: 10px;
}
.doublearticleleftcon {
	float: left;
	width: 310px;
}
.doublearticlerightcon {
	float: right;
	width: 300px;
}


.doubles {
	float: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	width: 300px;
}

article.doubles:hover{
	background-color:#fff9e6;
}

article.doubles h1{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color:#004db3;
	font-family: system-ui, -apple-system, "Segoe UI",  "Helvetica Neue",  Helvetica, sans-serif, Arial !important;
	margin-bottom: 5px;
	margin-top: 5px;
	word-break: break-word;
}
article.doubles h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color:#585252;
	font-family: system-ui, -apple-system, "Segoe UI",  "Helvetica Neue", Helvetica, sans-serif, Arial !important;
	margin-bottom: 5px;

}
article.doubles h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color:#585252;
	font-family: system-ui, -apple-system, "Segoe UI",  "Helvetica Neue", Helvetica, sans-serif, Arial !important;
	margin-bottom: 5px;
}
article.doubles .littleimgcon {
	float:left;
	width:120px;
	margin-right: 7px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}

article.doubles .littleimgcon img{
	margin-bottom: 5px;
}

article.doubles .largeimgcon {
	width:300px;
	height:169px;
	overflow:hidden;

}
.h2con {
	float: left;
	width: 148px;
}
.middimgcon {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-top: 15px;
}

.wdt_button{
	width:55px;
	height:62px;
	margin-left:10px;
	float:left;
}
.leftme{float:left;}
.rightme{float:right;}
.th3{
	width:100%;
	margin-bottom:6px;
	margin-top:6px;
}

.rightcontainer {
	float: left;
	width: 330px;
}


#topreadbox {
	background-color: #ededed;
	height: 600px;
	min-height: 600px;
	height:auto !important;
	width: 330px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 21px;
}
#topreadbox div {
	clear: both;
}
#topreadbox .tabbeds ul{
	display:block;
}
#topreadbox .tabbeds li{
	float:left;
	margin-right:1px;
	font-weight:bold;
	font-size:18px;
}
#topreadbox .tabbeds li a ,#topreadbox .tabbeds li a:link, #topreadbox .tabbeds li a:visited{
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1f4f82;
	outline:none;
} 
#topreadbox .tabbeds li a:hover{
	background-color: #fff;
	color:#d2700f;
}
#topreadbox .tabbeds li.actives a{
	background-color: #fff;
	color:#d2700f;
}
#topreadbox .tabbeds li.actives{
	background-color: #fff;
	color:#d2700f;
}

#topreadbox .ratings li{
	float:none;
	background-color: #fff;
	margin-bottom:1px;
	font-weight:bold;
	display:block;
	position:relative;
	height: 54px;
	width:310px;
	overflow:hidden;
}
#topreadbox .ratings li a:link, #topreadbox .ratings li a:visited{
	float:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;	
	display:block;
	color: #1f4f82;
}
#topreadbox .ratings li a:hover {
	text-decoration:underline;
}
#topreadbox .ratings li:hover {
	background-color:#fff9e6;
}


#topreadbox .topsimgcon {
	width: 60px;
	height:40px;
	margin-right: 5px;
	float:left;
}
#topreadbox .topsimgcon img{
	width: 60px;
}



.fotohabertitle{
 	padding-left: 20px;
	padding-top:6px;
	padding-bottom:6px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;letter-spacing: 1px;
	float:left;
}

  
  

.social{
	position:absolute;
	right:0px;
}



/* div container containing the form  */
#searchContainer {
	color:#333;
	font-size: 11px;
}
 
/* Style the search input field. */
#field {
	float:left;
	width:150px;
	height:27px;
	line-height:27px;
	text-indent:10px;
	font-family:arial, sans-serif;
	font-size:13px;
	color:#333;
	background: #fff;
	border:solid 1px #d9d9d9;
	border-top:solid 1px #c0c0c0;
	border-right:none;
}
 
/* Style the "X" text button next to the search input field */
#delete {
	float:left;
	width:16px;
	height:29px;
	line-height:27px;
	margin-right:10px;
	padding:0 10px 0 10px;
	font-size:22px;
	background: #fff;
	border:solid 1px #d9d9d9;
	border-top:solid 1px #c0c0c0;
	border-left:none;
}
/* Set default state of "X" and hide it */
#delete #x {
	color:#A1B9ED;
	cursor:pointer;
	display:none;
}
/* Set the hover state of "X" */
#delete #x:hover {
	color:#36c;
}
/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
#submit {
	cursor:pointer;
	width:70px;
	height: 31px;
	line-height:0;
	font-size:0;
	text-indent:-999px;
	color: transparent;
	background: url(ico-search.png) no-repeat #4d90fe center;
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* Style the search button hover state */
#submit:hover {
	background: url(ico-search.png) no-repeat center #357AE8;
	border: 1px solid #2F5BB7;
}
.rsscon {
	height: 32px;
	width: 112px;
	position: absolute;
	top: 70px;
	z-index: 102;
	font-size: 11px;
	font-weight:bold;
	right: 0px;
}
.rsscon img{
	padding-left:5px;
}


 
#lastminuteback {
	padding-top: 5px;
	height: 44px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
.sondakika{
	width:181px;
	height:37px;
	float:left;
	overflow:hidden;
} 

a.tickl{font-family: system-ui, -apple-system, "Segoe UI",  "Helvetica Neue", Helvetica, sans-serif, Arial; font-size:22px;line-height:24px;text-decoration:none;color:#ccc;font-weight:bold;}
a.tickl:hover{color:#888;text-decoration:none;}
a.tickl:link{color:#888;}
a.tickl:visited{color:#888;}
.ticki{
	width:750px;
	height:28px;
	overflow:hidden;
	padding-top: 6px;
	padding-left: 4px;
	float: left;
}
.ticko{width:724px;border-top:1px solid #FFFFFF;border-bottom:1px solid #990000;padding:1px 1px 1px 1px;margin:4px 0 0px 0;display:block;}
.tickls{color:#ff0000;}
.tickh{display:none;}
.grayrightbox {
	background-color: #fdfdfd;
	width: 346px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-bottom: 10px;
	border:2px solid #efeded;

}
.imgalethumbs{
	width: 344px;
	height: 225px;
	overflow:hidden;
}
.scrollimgcon{
	width: 148px;
	height: 140px;
	overflow:hidden;
}
.footernotes ul li {
	list-style-position: outside;
	list-style-type: disc;
	display:block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.footernotes ul li a{
	display:block;
}
.footernotes ul li a:hover{
	display:block;
	color: #ff2222;
}
.catheadcon {
	 
	color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(tpl/design/catflag.png);
	background-repeat: no-repeat;
	overflow: hidden;
}


/**NEWSARTICLE PAGE**/
#resim img{
	 
	width: 635px;
	height: 358px;
}
.photodetay{
	padding-top: 20px;
	padding-bottom: 20px;
}
#resim .caption{
	color: #a1a1a1;
}

.mainarticle h1{
 	margin-top:10px;	
	margin-bottom:10px;
}

 
.pushleft{
	float:left;
}
.padR5{
	padding-right:5px;
}





.boxfb {

    color: #888888;
    height: 205px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 555px;
    z-index: 1001;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
	background: url("banner/facebooklike.png") no-repeat top ;
    background-color: #ffffff;
    z-index: 19999;
}

.overlay {

    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	display:none;

}

a.boxclose {
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}
#facebooklikeposit{
	margin-left:176px;
	margin-top:84px;
}




.bx{
	width:150px;
	height:180px;
	background-color:#0099CC;
	margin-left:4px;
	margin-top:8px;
	float:left;
	padding:8px;
	white-space: normal;
	overflow:hidden;
 }

 .bx a{
	color:#fff;
 }

 .bx img{
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
	max-height:150px;
 
 }


 .sliderx{
	height: 212px;
	overflow:hidden;
	border:1px solid #ddd;
	padding-left:10px;
	background-color:#f3f3f3;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
 }

 .sliderx img{
	width:100%;

 }

.okl{
	width:15px;
	height:188px;
	background-color:#0099CC;
	margin-top:8px;
	float:left;
	padding:4px;
	cursor: pointer;

}

 .okr{
	width:15px;
	height:188px;
	background-color:#0099CC;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	float:right;
	padding:4px;
	cursor: pointer;
}

#slideaction{
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
	width:2000px;
}
#slideactcon{
	width:505px;
 	height:206px;
	position: absolute;
	overflow:hidden;
	margin-left:22px;
}


#slideactcon1{
	width:852px;
 	height:206px;
	position: absolute;
	overflow:hidden;
	margin-left:22px;
}
#slideaction1{
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
	width:2000px;
}
.okl1{
	width:15px;
	height:188px;
	background-color:#0099CC;
	margin-top:8px;
	float:left;
	padding:4px;
	cursor: pointer;

}

 .okr1{
	width:15px;
	height:188px;
	background-color:#0099CC;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	float:right;
	padding:4px;
	cursor: pointer;
}

#detay img{
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.doubles {
	margin-top: 5px;
}
.middimgcon {
	width: 340px !important;
}


#fb1,#fb2 {
    color: #2d609b;
    font-style: normal;
    font-weight: bold;
    line-height: 50px;
    font-size: 36px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	white-space: nowrap;
	text-align:center;
 
}

.totalshare{
	min-width:100px;
	margin-right:40px;
	display: inline-block;
	white-space: nowrap;
	text-align:center;
	position: relative;

}


#topreadbox {
    padding-left: 2px !important;
	    width: 300px !important;
}

.mainCenter,.navcon,.navincon {
    width: 970px !important;
}


.rsscon{
	top: 15px !important;
}

header#site #loginbox {
	margin-top: 15px !important;
}

header#site {
    height: 70px !important;
}

#detay img{
	margin-right:5px;
}

#detay p{
	margin-bottom:30px;
}


 
#detay ul.li {
  list-style-type: disc !important;
  list-style: disc !important;
  margin-left:5px;
}
 

#detay::first-letter {
	float: left;
    font-size: 60px;
    line-height: 1;
	font-weight:bold;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}

#detay {
	margin-top:10px;
}

 