html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



div#header {
 
	width:998px;
	height:202px;
}


div#footer {
	
	width:998px;
	height:100px;
	float: left;
	background-image: url(../images/footer.jpg);
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear{
	clear: both;
	font: 100 1px/1px Tahoma;
	height: 1px;
}
/**/
.button{
	color: #FFFFFF;
	background: #b90706;
	border: 1px solid #A3A3A3;
	font: 700 8pt/16px Verdana;
}
/**/
.main_container{
	background: url(../images/main_container_bck.png) repeat-y right center;
	width: 1000px;
}
.base{
	clear: both;
	width: 996px;
	background: #FFFFFF;
}
.base_middle{
	float: left;
	padding: 0px 0px 0px 0px;
}
.base_middle_inner{
	width: 674px;
	overflow: hidden;
}
.base_right{
	float: left;
	background: url(../images/base_right_bck.png) repeat-y left center;
	padding: 10px;
}
.base_right_inner{
	width: 301px;
	overflow: hidden;
	float: left;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:296px;	width: 476px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {
	float: left;
	height: 200px;
	width: 476px;
}
.image_reel .title{ width:476px; height:78px; position:absolute; overflow:hidden;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; left: 0px;
	width: 484px; height:97px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 90px;
	background: url(../images/manset_alt_bar.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;height:97px;
}


.paging a.active { 
  background:  url(../images/manset_alt_bg.png) no-repeat;
	font-weight: bold;
	/*background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging a:hover {font-weight: bold; }
/*
.base_gallery .base_right{
	background: url();
	padding: 0px;
}
.base_gallery .base_middle{
	border-right: 0px solid #E5E5E5;
	padding: 8px 0px 8px 8px;
}
.base_gallery .base_middle_inner{
	width: 636px;
}
/**/.top{
	width: 996px;
	height: 189px;
	background: url(../images/header_bg.jpg) no-repeat;
	position: relative;
}
.top .part_1{
	position: absolute;
	top: 10px;
	left: 11px;
	height: 100px;
	width: 241px;
}
.top .part_1 img{
	width: 190px;
	height: 80px;
	border: 0px;
}
.top .part_2 {
	position: absolute;
	top: 0px;
	left: 489px;
	width: 504px;
	height: 26px;
}
.top .part_3 {
	position: absolute;
	top: 39px;
	left: 515px;
	width: 468px;
	height: 60px;
}
.top .part_4 {
	position: absolute;
	top: 125px;
	left: 729px;
	height: 20px;
	width: 223px;
	overflow: hidden;
}
.top .part_5 {
	position: absolute;
	top: 127px;
	left: 155px;
	width: 357px;
}
.top .part_6 {
	position: absolute;
	top: 156px;
	left: 0px;
	width: 996px;
	height: 31px;
}
/**/
.quick_launch .item{
	float: left;
	height: 26px;
	padding: 0px 10px 0px 9px;
}
.quick_launch .sep{
	float: left;
	width: 2px;
	height: 26px;
	background: url(../images/quick_launch_sep.png) no-repeat center center;
	font-size: 1px;
}
.quick_launch .item a{
	font: 100 10px/24px Tahoma;
	color: #000000;
}
.quick_launch .first a{
	color: #FFFFFF;
}
.quick_launch .happy{
	background: url(../images/quick_launch_item_happy.png) no-repeat;
	padding-left: 9px;
}
.quick_launch .happy a{
	font-weight: 700;
}
/**/
.search_form{
	font: 100 10px Tahoma;
	color: #ffffff;
}
.search_form .input{
	width: 123px;
	height: 16px;
	background: url(../images/search_field_bck.png) transparent no-repeat;
	border-width: 0px;
	font: 100 10px/14px Tahoma;
	padding: 0px 6px;
	color: #7E7E7E;
}
.search_form .submit{
	border-width: 0px;
	width: 25px;
	height: 20px;
	background: url(../images/ara_bg.png);
}
/**/
.last_min {
	position: relative;
	height: 20px;
	width: 340px;
	overflow: hidden;
}
/**/
.top_menu{
	overflow-y: hidden;
}
.top_menu .item {
	float: left;
	height: 31px;
	padding: 1px 9px;
}
.top_menu .item a{
	font: 700 8pt/30px Tahoma;
	color: #FFFFFF;
}
.top_menu .sep{
	float: left;
	background: url(../images/nav_ara_sep.gif) no-repeat left bottom;
	height: 31px;
	width: 2px;
	font-size: 1px;
}
/*common*/
.banner_logo_top{
	width: 777px;
	text-align: center;
}
.button{
	color: #FFFFFF;
	background-color: #828282;
	border: 1px solid #cccccc;
	font: 700 8pt/16px Tahoma;
}
.preheadline{
	
	width: 996px;
	height: 135px;
	
}
.preheadline .inner{ background-image:url(../images/tepe_ara_bg.gif); background-repeat:repeat-x;
width: 996px;
	height: 135px; margin:0px; padding:0px;

}
.preheadline .item{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
	position: relative;
	top: 5px;
	left: 13px;
	display: inline-block;
	background: url(../images/pre_img_bg.gif) no-repeat;
	width:243px;
	height: 131px; overflow:hidden;
}
.preheadline .item img{
	width: 221px;
	height: 110px;
	margin: 10px;
}
.preheadline  .sep{
	width: 2px;
	height: 131px;
	margin:0px;
	padding:0px;
	float: left;
}
.preheadline .item .trans{
	width: 221px;
	height: 25px;
	margin: 0px;
	position: absolute;
	top: 95px;
	left: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;

	-moz-opacity: 0.7;
	background: #000;
	overflow: hidden;

	}
	.preheadline .item .trans .title {
	font: 700 9pt/16px Tahoma;
	margin: 6px 9px 9px 9px;
	overflow: hidden;
	}
.preheadline .item .trans .title a{
	width: 287px;
	height: 24px;
	
	color:#CCC;
	font: 700 8pt/16px Tahoma;
	text-decoration:none;
}
/**/.right_box{
	clear: both;
	margin: 0px 0px 12px 0px;
}


.right_box_inner{
	width: 303px;
}
.right_box_footer{
	height: 7px;
	background: url(../images/right_content_footer.png) no-repeat left bottom;
	font-size: 1px;
}

.right_content{
	clear: both;
	width: 301px;
	overflow-x: hidden;
	margin: 0px 0px;
	background-image: url(../images/right_content_inner2.png);
	background-repeat: repeat-y;
}
.right_box_2 .right_box_inner{
	background-image: url(../images/right_content_2_inner.png);
}
.right_box_2 .right_caption{
	background-image: url(../images/right_caption_2_bck.png);
}
.right_box_2 .right_caption span{
	color: #000000;
}
.right_caption{
	position: relative;
	background: url(../images/sag_bas.gif) no-repeat;
	width: 301px;
	height: 35px;
}
.right_yazar_caption{
	position: relative;
	background: url(../images/right_caption_bck.png) no-repeat;
	width: 301px;
	height: 29px;
}
.right_cok_caption{
	position: relative;
	background: url(../images/cok_bg.png) no-repeat;
	width: 301px;
	height: 35px;
}
.right_anket_caption{
	position: relative;
	background: url(../images/anket_caption_bg.png) no-repeat;
	width: 300px;
	height: 35px;
}
.right_hava_caption{
	position: relative;
	background: url(../images/hava_caption_bck.png) no-repeat;
	width: 300px;
	height: 35px;
}
.right_para_caption{
	position: relative;
	background: url(../images/para_caption_bck.png) no-repeat;
	width: 301px;
	height: 35px;
}.right_ne_caption{
	position: relative;
	background: url(../images/ne_bas.png) no-repeat;
	width: 301px;
	height: 35px;
}.right_gelen_caption{
	position: relative;
	background: url(../images/sizden_gelen_bg.png) no-repeat;
	width: 301px;
	height: 35px;
}
.right_gazate_caption{
	position: relative;
	background: url(../images/gazate_caption_bck.png) no-repeat;
	width: 301px;
	height: 35px;
}.right_caption .caption_yorum{
	position: absolute;
	top: 7px;
	left: 168px;
	width: 126px;
	height: 25px;
	color: #000000;
	font: 700 8pt/25px Tahoma;
}
.right_caption .caption{
	position: absolute;
	top: 5px;
	left: 8px;
	width: 126px;
	height: 21px;
	color: #000000;
	font: 700 8pt/20px Tahoma;
}
.right_caption .caption a, .right_caption .caption_yorum a{
	color: #000000;
	font: 700 8pt/20px Tahoma;
}
.right_caption .link{
	position: absolute;
	top: -1px;
	left: 162px;
	width: 110px;
	height: 29px;
	font: 700 8pt/25px Tahoma;
	text-align: right;
}
.right_caption .link a{
	color: #fcd5d5;
}
.right_caption .link_2{
	position: absolute;
	top: 4px;
	left: 130px;
	width: 164px;
	height: 25px;
	font: 700 8pt/25px Tahoma;
	background: url(../images/mostly_tab_bck.png) no-repeat;
}



.right_caption .link_2 a{
	color: #8d8d8d;
} 


.right_box_inner .link_2{
	top: 1px;
	left: 86px;
	width: 206px;
	height: 24px;
	font: 700 8pt/24px Tahoma;
	position: absolute;
}

.right_box_inner .link_2 a{
	color: #8d8d8d;
} 
.right_box_inner .link_2 .tab_item_1, .right_box_inner .link_2 .tab_item_2, .right_box_inner .link_2 .tab_item_3{
	float: left;
	height: 24px;
	text-align: center;
}
.right_box_inner .link_2 .tab_item_01{
	width: 24px;
	background:#fff url(../images/kitapok24x24.png) no-repeat;
	background-position: 0 0px;
	clear:right;
	float: left;
}
.right_box_inner .link_2 .tab_item_1{
	width: 36px;background:#fff url(../images/tabs_bg.png) repeat-x;
}
.right_box_inner .link_2 .tab_item_2{
	width: 80px;background:#fff url(../images/tabs_bg.png) repeat-x;
}
.right_box_inner .link_2 .tab_item_3{
	width: 36px; background:#fff url(../images/tabs_bg.png) repeat-x;
}
.right_box_inner .link_2 .tab_item_03{
	width: 23px;
	background:#fff url(../images/kitapok24x24.png) no-repeat;
	background-position: 0 -24px;
	clear:right;
	float: left;
}.right_box_inner .link_2 .tab_sep{
	float: left;
	width: 3px;
	height: 23px;
	background: url(../images/tabs_r.png) no-repeat;
}
.right_box_inner .link_2 .tab_sep_right{
	float: left;
	width: 3px;
	height: 23px;
	background: url(../images/tabs_rr.png) no-repeat;
}


.middle_page_title {
	width: 100%;
	height: 40px;
	font: 700 12pt/40px Arial;
	color: #545454;
	background: url(../images/middle_page_bck.png) repeat-x;
	margin-bottom: 5px;
	text-align: center;
}
.middle_page_title span{
	margin-left: 15px;
	text-align: center;
}
.middle_sub_page_title {
	background: url(../images/middle_sub_page_bck.png) repeat-x;
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
}
.middle_sub_page_title span, .middle_sub_page_title a{
	margin-left: 10px;
	font: bold 11px/25px Tahoma;
	color: #FFFFFF;
}



.nav_link{
	height: 25px;
}
.nav_link a{
	padding-left: 6px;
	font: bold 9pt/25px Tahoma;
	color: #336699;
}

.last_min {
	position: relative;
	width: 355px;
	height: 25px;
	
	overflow: hidden;
	margin-bottom: 5px;
}
.last_min, .last_min a {
	color: #000000;
	font: 700 8pt/20px Tahoma;
}
.last_min .part_1 {
	float: left;
	width: 80px;
	height: 25px;
}
.last_min .part_1 span {
	padding-left: 6px;
	color: #ffffff;
	font: 700 8pt/20px Tahoma;
}
.last_min .part_2 {
	float: left;
	width: 210px;
	height: 25px;
}
/**/

/**/


.mostly_readed{
	position: relative;
	height: 330px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}.mostly_readed .mostly_content_2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
}.mostly_readed .mostly_content_2 .image{
	width: 105px;
	height: 84px;
	float: left;
	margin-right: 5px;
	position: absolute;
	left: -1px;
	top: 26px;
}.mostly_readed .mostly_content_2 img{
	margin: 4px 5px 5px 12px;
	width: 97px;
	height: 70px;
}
.mostly_readed .mostly_content_2 .title_content{
	padding-top: 0px;
}
.mostly_readed .mostly_content_2 .title{
	height: 33px;
	overflow: hidden;
	color:#000;
	float: left;
	position: absolute;
	left: 122px;
	top: 27px;
	width: 170px;
}
.mostly_readed .mostly_content_2 .title a{
	font: 700 8pt/16px Tahoma; color:#000;
}
.mostly_readed .mostly_content_2 .short_content{
	height: 40px;
	overflow: hidden; color:#000
	margin-left: 5px;
	position: absolute;
	left: 122px;
	top: 60px;
	width: 170px;
}.mostly_readed .mostly_content_2 .short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}
.mostly_readed .mostly_content_2 .item{
	clear: both;
	width: auto;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;color:#000;
	padding: 2px 0px 2px 0px;
	margin-left: 5px;
	color:#000
}
.mostly_readed .mostly_content_2 .item a{color:#000;
	font: 700 8pt/22px Tahoma;
	padding-left: 15px;color:#000;
}
.mostly_readed .mostly_content .short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}

.mostly_readed .mostly_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 330px;
}.mostly_readed .mostly_content_2 .first_item_2{
	clear: both;
	height: 121px;
	width: 300px;
	background: url(../images/first_item_2.png) no-repeat;
}.mostly_readed .mostly_content .first_item_gelen{
	clear: both;
	height: 121px;
	width: 300px;
	background: url(../images/sizden_gelen_first.png) no-repeat;
}
.mostly_readed .mostly_content .first_item{
	clear: both;
	height: 95px;
	width: 300px;
	background: url(../images/first_bg.png) no-repeat;
}
.mostly_readed .mostly_content .first_item_ne{
	clear: both;
	height: 95px;
	width: 300px;
	background: url(../images/ne_bg.jpg) no-repeat;
}.mostly_readed .mostly_content .gelen_image{
	width: 105px;
	height: 78px;
	float: left;
	margin-right: 2px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.mostly_readed .mostly_content .image{
	width: 105px;
	height: 78px;
	float: left;
	margin-right: 2px;
	position: absolute;
	left: 3px;
	top: 10px;
}.mostly_readed .mostly_content img{
	margin: 4px 5px 5px 12px;
	width: 97px;
	height: 70px;
}
.mostly_readed .mostly_content .title_content{
	padding-top: 0px;
}
.mostly_readed .mostly_content .title{
	height: 33px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	float: left;
	position: absolute;
	left: 123px;
	top: 10px;
	width: 159px;
}
.mostly_readed .mostly_content .title a{
	font: 700 8pt/16px Tahoma; color:#000;
}.mostly_readed .mostly_content .ne_title{
	height: 18px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	
	position: absolute;
	left: 6px;
	top: 11px;
	width: 274px;
}.mostly_readed .mostly_content .gelen_title{
	height: 18px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	float: left;
	position: absolute;
	left: 109px;
	top: 11px;
	width: 171px;
}
.mostly_readed .mostly_content .ne_title a{
	font: 700 8pt/16px Tahoma; color:#000;
}
.mostly_readed .mostly_content .gelen_title a{
	font: 700 8pt/16px Tahoma; color:#000;
}
.mostly_readed .mostly_content .short_content{
	height: 53px;
	overflow: hidden; color:#000;
	margin-left: 5px;
	position: absolute;
	left: 134px;
	top: 42px;
	width: 158px;
}
.mostly_readed .mostly_content .short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}.mostly_readed .mostly_content .ne_short_content{
	height: 45px;
	overflow: hidden; color:#000;
	margin-left: 5px;
	position: absolute;
	left: 16px;
	top: 30px;
	width: 273px;
}
.mostly_readed .mostly_content .gelen_short_content{
	height: 43px;
	overflow: hidden; color:#000;
	margin-left: 5px;
	position: absolute;
	left: 112px;
	top: 36px;
	width: 180px;
}
.mostly_readed .mostly_content .ne_short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}.mostly_readed .mostly_content .gelen_short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}
.mostly_readed .mostly_content .item{
	clear: both;
	width: auto;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;color:#000;
	padding: 2px 0px 2px 0px;
	margin-left: 5px;
	color:#000
}
.mostly_readed .mostly_content .item a{color:#000;
	font: 700 8pt/22px Tahoma;
	padding-left: 5px;color:#000;
}.mostly_readed .mostly_content .ne_item{
	background: url(../images/cok_dot.png) no-repeat left 9px;
	width: 130px;
	height: 22px;
	overflow: hidden;
	
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	color:#000;
	
}
.mostly_readed .mostly_content .ne_item a{color:#000;
	font: 700 8pt/22px Tahoma;
	padding-left: 15px;color:#000;
}
.left{ float:left;}
.right{ float:left; margin-left:5px;}

.mostly_readed .item div{
	float: left;
}
.mostly_readed .item .number{
	width: 34px;
	height: 20px;
	background: url(../images/no_bg.jpg) no-repeat center center;
	font: 100 10px/20px Tahoma;
	color: #000000;
	text-align: center;
}

/*  Tarihte bugün                             */
.mostly_tarih{
	position: relative;
	height: 330px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}
.mostly_tarih .mostly_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 326px;
}
.mostly_tarih .mostly_content .first_item{
	clear: both;
	height: 95px;
	width: 326px;
}
.mostly_tarih .mostly_content .image{
	width: 302px;
	height: 168px;
	float: left;
	margin-right: 5px;
	position: absolute;
	left: 7px;
	top: 3px;
}.mostly_tarih .mostly_content img{
	margin: 4px 5px 5px 12px;
	width: 287px;
	height: 165px;
}
.mostly_tarih .mostly_content .title_content{
	padding-top: 0px;
}
.mostly_tarih .mostly_content .title{
	height: 24px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	float: left;
	position: absolute;
	left: 2px;
	top: 196px;
	width: 303px;
}
.mostly_tarih .mostly_content .title a{
	font: 700 8pt/16px Tahoma; color:#dc0000;
}
.mostly_tarih .mostly_content .short_content{
	height: 27px;
	overflow: hidden;













color:#000
	margin-left: 5px;
	position: absolute;
	left: 11px;
	top: 222px;
	width: 305px;
}
.mostly_tarih .mostly_content .short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}
.mostly_tarih .mostly_content .item{
	clear: both;
	 /*background: url(../images/cok_dot.png) no-repeat left 9px;*/
	width: 280px;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;color:#000;
	padding: 2px 0px 2px 0px;
	margin-left: 0px;
	color:#000
}
.mostly_tarih .mostly_content .item a{color:#000;
	font: 700 8pt/22px Tahoma;
	padding-left: 6px;color:#000;
}
/*  Etkinlik bugün                             */
.mostly_etkinlik{
	position: relative;
	height: 360px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}
.mostly_etkinlik .mostly_content{
	position: absolute;
	top: 21px;
	left: -2px;
	width: 164px;
	height: 283px;
}
.mostly_etkinlik .mostly_content .first_item{
	clear: both;
	height: 330px;
	width: 165px;
}
.mostly_etkinlik .mostly_content .image{
	width: 135px;
	height: 78px;
	float: left;
	left: 0px;
	top: 0px;
	margin-left: 10px;
	position: absolute;
}
.mostly_etkinlik .mostly_content .image_2{
	width: 135px;
	height: 78px;
	float: left;
	left: 1px;
	top: 144px;
	margin-left: 10px;
	position: absolute;
}.mostly_etkinlik .mostly_content img{
	margin: 4px 5px 5px 6px;
	width: 133px;
	height: 95px;
}
.mostly_etkinlik .mostly_content .title_content{
	padding-top: 0px;
}
.mostly_etkinlik .mostly_content .title{
	height: 40px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	float: left;
	width: 159px;
	position: absolute;
	left: -4px;
	top: 103px;
}
.mostly_etkinlik .mostly_content .title_2{
	height: 40px;
	overflow: hidden;
	margin-left: 10px;
	color:#000;
	float: left;
	width: 159px;
	position: absolute;
	left: -4px;
	top: 250px;
}
.mostly_etkinlik .mostly_content .title a, title_2 a{
	font: 700 8pt/16px Tahoma; color:#000;
}
.mostly_etkinlik .mostly_content .short_content{
	height: 53px;
	overflow: hidden; color:#000
	margin-left: 5px;
	position: absolute;
	left: 134px;
	top: 26px;
	width: 158px;
}
.mostly_etkinlik .mostly_content .short_content a{
	font: 100 8pt/13px Tahoma; color:#000;
}
.mostly_etkinlik .mostly_content .item{
	clear: both;
	background: url(../images/cok_dot.png) no-repeat left 9px;
	width: 280px;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;color:#000;
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	color:#000
}
.mostly_etkinlik .mostly_content .item a{color:#000;
	font: 700 8pt/22px Tahoma;
	padding-left: 15px;color:#000;
}
/**/
.mostly_sag{
	position: relative;
	width: 300px;
	height: 333px;
	overflow: hidden;
	background: url(../images/mostly_bck.png) no-repeat;
	text-align: left;
	margin-bottom: 10px;
	color: #FFF;
}
.mostly_sag .tabs{
	position: absolute;
	top: 25px;
	left: 111px;
	width: 185px;
	height: 24px;
}
.mostly_sag .tabs .tab_item{
	float: left;
	height: 24px;
}
.mostly_sag .tabs .tab_item a{
	font: 100 8pt/24px Tahoma;
	
}
.mostly_sag .tab_sep{
	padding: 0px 6px;
	height: 23px;
	font: 100 8pt/23px Tahoma;
	color: #ffffff;
	float: left;
}

.mostly_sag .mostly_content{
	position: absolute;
	top: 49px;
	left: 0px;
	width: 300px;
}
.mostly_sag .mostly_content .first_item{
	clear: both;
	height: 76px;
}
.mostly_sag .mostly_content .image{
	width: 120px;
	height: 66px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #CCC;
	float:left;
}
.mostly_sag .mostly_content img{
	margin: 2px;
	width: 116px;
	height: 62px;
}
.mostly_sag .mostly_content .title_content{
	padding-top: 0px;
}
.mostly_sag .mostly_content .title{
	height: 18px;
	overflow: hidden;
}
.mostly_sag .mostly_content .title a{
	font: 700 8pt/18px Tahoma;
}
.mostly_sag .mostly_content .short_content{
	height: 39px;
	overflow: hidden;
}
.mostly_sag .mostly_content .short_content a{
	font: 100 8pt/13px Tahoma;
}
.mostly_sag .mostly_content .item{
	clear: both;
	background: url(../images/icon_01.png) no-repeat 5px 10px;
	height: 22px;
	overflow: hidden;
	padding-left: 15px;
	border-bottom:1px dotted #999;
}
.mostly_sag .mostly_content .item a{
	font: 700 8pt/22px Tahoma;
}
.right_caption .mostly_sag{
	padding-left: 5px;
	width: 120px;
	float: left;
}

.right_caption .mostly_comment{
	width: 150px;
	float: left;
}
.right_caption .mostly{
	color: #000000;
}

/**/
.main_interview{
	height: 221px;
}
.main_interview .image{
}
.main_interview .image img{
	width: 280px;
	height: 120px;
	margin: 5px 0px 1px 10px;
}
.main_interview .title{
	width: 280px;
	height: 29px;
	margin: 0px 0px 3px 10px;
	font: 700 8pt/29px Tahoma;
	overflow: hidden;
	background: #ebebeb;
}
.main_interview .title a{
	padding-left: 10px;
	color: #484848;
}
.main_interview .spot{
	height: 39px;
	font: 100 8pt/13px Tahoma;
	color: #484848;
	padding: 0px 10px;
	overflow: hidden;
}
.main_interview .spot a{
	padding-left: 10px;
	color: #484848;
}
/**/
.main_poll{
	width:300px;
	height: auto;
}
.main_poll .title{
	height: 28px;
	font: 700 8pt/14px Tahoma;
	color: #F26712;
	overflow: hidden;
	margin: 0px 10px 5px 10px;
	width: 275px;
}
.main_poll .oyla{
	height: 28px;
	font: 700 8pt/14px Tahoma;
	color: #F26712;
	overflow: hidden;
	margin: 0px 10px 5px 10px;
	width: 280px;
	float: left;
}.main_poll .question{
	height: 25px;
	font: 700 8pt/14px Tahoma;
	color: #000;
	overflow: hidden;
	margin: 0px 0px 1px 5px;
	border: 1px solid #f4f4f4;
}
.main_poll .image{
}
.main_poll .image img{
	width: 280px;
	height: 60px;
	margin: 0px 0px 10px 10px;
}
.main_poll .buttons{
	height: 20px;
	margin: 0px 0px 10px 10px;
	float: left;
	width: 80px;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}
.main_poll .submit{
	font: 700 8pt/14px Tahoma;
	padding-left: 10px;
	float: left;
	height: 20px;
	width: 150px;
	border-top: 1px solid #ccc;
}
.main_poll .submit a{border-top: 1px solid #f4f4f4;
	color: #ED6110;
}
/**/
.main_mail_list{
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.main_mail_list div{
	margin: 0px 0px 4px 0px;
}
.main_mail_list .input_type{
	width: 200px;
	height: 20px;
	font:  100 8pt/16px Tahoma;;
	text-align: center;
	border: solid 1px #000080;
}
.main_mail_list .button{
	width: 67px;
	height: 19px;
	border: none;
	background: url(../images/search_submit_bck.png) no-repeat;
	font: 100 8pt Tahoma;
	color: #ffffff;
	vertical-align: middle;
}
/**/
.main_caricature{
	height: 128px;
}
.main_caricature .image img{
	width: 280px;
	height: 113px;
	margin: 5px 0px 10px 10px;
}
/**/
.weather_report{
	height: 90px;
	padding-left: 12px;
	text-align: center;
	clear: both; width:280px; overflow:hidden;
}
.weather_report2{
	height: 190px;
	padding-left: 12px;
	text-align: center;
	clear: both;
}
.weather_report2 select{
font: 700 8pt/14px Tahoma;
}
.weather_report .item{
	float: left;
}
.weather_report .sep{
	float: left;
	width: 17px;
}
.weather_report .item .name{
	font: 700 8pt/14px Tahoma;
}
.weather_report .item .value{
	font: 100 8pt/14px Tahoma;
}
.weather_report  .image{	
background: url(../images/para_dot.png) no-repeat left 5px; background-repeat:no-repeat;
	font: 100 8pt/14px Tahoma; width:12px; height:12px; float:left;
}
/**/.index_box_news{clear:both;}
.box_news{
	float: left;
	position: relative;
	background: url(../images/manset_alt_haber_bg.png) no-repeat;
	width: 325px;
	height: 122px;
	margin-left: 3px;
	margin-bottom: 8px;
}
.box_news_1{ margin-right:9px; clear:both;}

.box_news .title{
	position: absolute;
	top: 9px;
	left: 162px;
	width: 159px;
	height: 39px;
	font: 700 9pt/12px Tahoma;
	overflow: hidden;
}.box_news .title a{ color:#FF0000;}
.box_news .image{
	position: absolute;
	top: 9px;
	left: 12px;
	width: 90px;
	height: 97px;
}
.box_news .image img{
	width: 141px;
	height: 102px;
	border: 0px;
}
.box_news .spot{
	position: absolute;
	top: 50px;
	left: 163px;
	width: 158px;
	height: 53px;
	font: 100 8pt/12px Tahoma;
	overflow: hidden;
}
.box_news .spot a{
	color: #393939;
}
.box_sep{
	float: left;
	width: 0px;
}
/**/
.bookmark {
	margin-bottom: 15px;
	width: 656px;
	border:1px solid #f0f0f0
}
.bookmark  ._caption{
	float: left;
	background: #F0F0F0;
	padding: 5px;
	width: 70px; 
	font: 700 8pt/35px tahoma;
} 
.bookmark  .mark{
	height: 30px;
	background: #f6f6f6;
	text-aling: center;
	color: #3399ff;
} 
.bookmark img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-left: 5px;
}
.bookmark, .bookmark a {
	font: 100 11px/22px arial;
	color: #333;
}
.band_news{
	position: relative;
	clear: both;
	height: 168px;
	overflow: hidden;
}
.band_news_left{
	position: absolute;
	top: 28px;
	left: 10px;
	width: 36px;
	height: 127px;
	overflow: hidden;
}
.band_news_right{
	position: absolute;
	top: 29px;
	width: 27px;
	height: 121px;
	overflow: hidden;
}
.band_news_content{
	position: absolute;
	top: 35px;
	left: 54px;
	height: 121px;
	overflow: hidden;
}
.band_news_marque{
	height: 96px;
}
.band_news .item{
	width: 246px;
	padding-left: 8px;
	vertical-align: top;
}
.band_news .item .title{
	height: 26px;
	overflow: hidden;
}
.band_news .item .title a{
	font: 700 9pt/26px Tahoma;
	color: #eb1a1a;
}
.band_news .item .content{
	height: 64px;
	overflow: hidden;
}
.band_news .item .content a{
	font: 100 8pt/16px Tahoma;
	color: #282828;
}
.band_news .item img{
	border: 1px solid #C0C0C0;
	width: 91px;
	height: 62px;
	margin: 0px 5px 0px 0px;
}/*
*/.main_author, .main_author_2 {
	clear: both;
	margin-bottom: 13px;
}

.divAlert {color: #333;
	font: 700 10pt/18px Verdana;
	left: 15px; text-align:center;}
.category_list{
	clear: both;
}
.category_list .item{
	float: left;
	width: 50%;
	background: url(../images/icon_01.gif) no-repeat 8px center;
	font: 700 8pt/20px Tahoma;
	padding-left: 25px;
}
.Gallery_Block {
	float: left;
	width: 100%;
	margin: 10px;
}
.Gallery_Block ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Gallery_Block ul li {
	display: block;
	float: left;
	height: 185px;
	width: 155px;
	overflow: hidden;
	background-image: url(../images/gallery_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	margin-right: 7px;
}
.Gallery_img {
	display: block;
	float: left;
	height: 95px;
	width: 155px;
	padding-top: 28px;
	text-align: center;
}
.Gallery_txt {
	display: block;
	float: left;
	height: 50px;
	width: 155px;
	overflow: hidden;
	padding: 5px 8px 8px 3px;
	text-align: center;
}
.Gallery_txt a {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
}
.Gallery_img img {
	border: 1px solid #333333;
}
.Gallery_txt a:hover {
	color: #333333;
	text-decoration: none;
}
/* Sayfalama */

#paging{
	padding:7px;
	background:#EFEFEF;
	border:1px dashed #C8C8C8;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

#paging .onpage{
	margin-bottom:5px;
}

#paging .pages{
	color:#333333;
}

#paging .pages A{
	color:#333333;
}

.page_link_active{
	color:#DD0000;
	font-weight:bold;
}

.page_link{
	color:#000000;
	font-weight:bold;
}
.add_last_title{
	color: #000000;
	font: 700 9pt/28px Tahoma;
	
	overflow: hidden;
	margin-left: 5px;
	padding: 0px;
}
div.sabit{
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
  left:0;
  margin:0;
 }
 .cat_error {
	float: left;
	height: 43px;
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #bebdbd;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ajax_response{
	border : 2px solid #C9D7F8;
	width:60%;
	float : left;
	-moz-border-radius : 9px;
	padding : 5px;
	margin-bottom : 10px;
	text-align : left;
}
.comment_table{
	clear : left; 
	font-size:12px;
	border : 2px solid #C9D7F8;
	-moz-border-radius : 9px;
}
.comment_table input[type="text"],textarea,input[type="button"]{
	border : 1px solid #C6C4C4;

}
.comment_table input[type="text"]:hover,textarea:hover,input[type="button"]:hover{
	border : 1px solid #C6C4C4;
	background : #E2E4FC;
}
.comment_table input[type="text"]:focus,textarea:focus,input[type="button"]:focus{
	border : 1px solid #C6C4C4;
	background : #E2E4FC;
}
.comment_holder{
	border : 2px solid #ADADB6;
	padding: 5px;
	width : 98%;
	float : left;
	margin-bottom : 5px;
	-moz-border-radius : 9px;
	background : #E2E4FC;
}
#loading{
	visibility : hidden;
}
.highlight{
	background : #E3FEE0;
}
#date_posted{
	font-size : 10px;
	text-align : right;
	color: #6A7063;
	border-bottom : 1px solid #928F89;
}
#photo{
	border:1px solid #ADADB6;
	float:left;
	-moz-border-radius : 9px;
	padding:5px;
	text-align : center;
}
#photo img{
	padding : 4px;
}
#comment_text{
	width:82%;
	border:1px solid #ADADB6;
	float:right;
	margin : 0px 0px;
	padding : 5px;
	-moz-border-radius : 9px;
	height : auto;
	text-align : left;
}
.required{
	background :#FE8585;
}
.currency{
	width: 100%;
    font-weight: 100;
	font-size: 8pt;
	line-height: 18px;
}
.currency .header td{
	font-weight: 700;
}
.currency .label, .currency .value, .currency .header td{
	color: #000000;
	font: 700 9pt/20px Tahoma;	
}
.currency .item_ td{
	background-color: #eeeeee;font: 700 9pt/20px Tahoma;
}
.currency .item_1 td{
	background-color: #fff;font: 700 9pt/20px Tahoma;
}
.currency .label{
	padding-left: 16px;
	font: 700 9pt/20px Tahoma;
	width: 40%;
	height: 18px;
	background: url(../images/icon_05.gif) no-repeat 8px 8px;
}
.currency .value{
	padding-right: 7px;font: 700 9pt/20px Tahoma;
	width: 30%;
}
.author{

	width: 100%;

	margin: 5;

}

.author .item {

	width: 100%;

	margin: 0px 0px 8px 0px;

}

.author .author_name {

	font: 700 10pt/18px Tahoma;

	overflow: hidden;

	height: 18px;

	color: #024182;

}

.author .image img{

	width: 109px;

	height: 69px;

	margin: 0px 8px 0px 0px;

}

.author .date{

	font: 100 11px/17px Tahoma;

	height: 17px;

	color: #BFC2AF;

	text-align: left;

	margin: 0px 0px 0px 0px;

}

.author .short_content{

	font: 100 11px/16px Tahoma;

	height: 36px;

	overflow: hidden;

}
.main_author {
	clear: both;
	height: 209px;
}
.main_author .article_content{
	position: relative;
	height: 88px; width:301px;
	background: url(../images/yazar_first_bg.jpg) no-repeat; 
}
.main_author .article_content .image{
	position: absolute;
	top: 9px;
	left: 15px;
	width: 60px;
	height: 71px;
}
.main_author .article_content img {
	width: 57px;
	height: 68px;
}
.main_author .article_content .author{
	position: absolute;
	top: 9px;
	left: 86px;
	width: 200px;
	height: 14px;
	overflow: hidden;
	font: 700 9pt/14px Tahoma;
	color: #000000;
}
.main_author .article_content .title{
	position: absolute;
	top: 30px;
	left: 91px;
	width: 203px;
	height: 51px;
	overflow: hidden;
	border-collapse: collapse;
}
.main_author .article_content .title div{
	width: 45px;
	overflow: hidden;
}
.main_author .article_content .title a{
	color: #000000;
	font: 100 9pt/15px Tahoma;
}
.main_author .items{
	clear: both;
}
.main_author .item_left, .main_author .item_right{
	width: 134px;
	height: 26px;
	overflow: hidden;
	font: 700 8pt/16px Tahoma;
	}
	.main_author .item_left a, .main_author .item_right a{
	width: 134px;
	height: 26px;
	overflow: hidden;
	font: 700 8pt/16px Tahoma;color: #493717; 
	}
.main_author .item_left{padding-top:10px;padding-right: 16px;
	float: left;
	text-align: right;margin:0;
	background: url(../images/yazar_bg.jpg) no-repeat right center;
}
.main_author .item_right{ padding-top:10px;padding-top:10px;	padding-left: 16px;margin:0;
 	float: right;
	text-align: left;
	background: url(../images/yazar_bg_2.jpg) no-repeat left center;
}
.main_author .item_left .a span{
	padding-right: 13px;margin-top: 5px;
	color: #493717; 
	font: 700 8pt/36px Tahoma;
}
.main_author .item_right .a span{
	padding-left: 13px;
	color: #493717;font: 
	700 8pt/36px Tahoma;
}
.bg_1, .bg_3, .bg_5, .bg_7, .bg_9,.bg_0, .bg_2, .bg_4, .bg_6, .bg_8{
	background: url(../images/manset_ok.png) no-repeat left center;width: 84px;height: 50px;
	
	
	
	
}
.footer{
	float: left;
	height: 96px;
	width: 986px;
	background-image: url(../images/footer_back.png);
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
}
.footer .inner{ 
	float: left;
	height: 96px;
	width: 986px;
	
}
.bottom{
	clear: both;
	width: 996px;
	height: 116px;
	background: url(../images/footer.jpg) no-repeat;
	
	margin:0px; padding:0px;
}
.bottom .inner{
	padding: 0px 0px 0px 0px;
}
.bottom .links{
	font: 100 7pt/18px Tahoma;
	color: #000000;
}
.bottom .links a{
	font-weight: 700;
	color: #000000;
}


.bottom .nav{
	float: right;
	width: 100%;
	height: 30px;
	overflow-y: hidden;
	background: url(../images/footer_menu.png) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.bottom .nav li{
	float: left;
	height: 28px;
	list-style: none;
	padding: 0px 10px 0px 10px;
}
.bottom .nav .sep{
	width: 1px;
	background: url(../images/footer_sep.png) no-repeat left center;
	font-size: 1px;
	padding: 0px; height:28px;
}
.bottom .nav{
	font: 100 12px/28px Tahoma;
}
.bottom .nav a{
	font-weight: 700;
	font: 100 12px/28px Tahoma;
	color: #FFFFFF;
}
.bottom .info{
	float: left;
	width: 100%;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
.bottom .info a{
	font: 100 9pt/13px Tahoma;
	color: #4d4d4d;
}
.bottom .info .alt_logo {
	float: left;
	height: 96px;
	width: 251px;
	background-image: url(../images/alt_logo.png);
	margin-right: 10px;
}
.bottom .info .footer_detay{ padding-top:20px;
	color:#000000;
	height: 96px;
	background-color: #F5F5F5;font: 100 9pt/13px Tahoma;
	
}
#sndk {width:420px;height:28px;margin:0px 0px 0px 0px;line-height:28px;padding-left:0px}
	#sndk a {color:#000;font-size: bold 12px;font-family:Trebuchet MS;display:block;height:31px;overflow:hidden}
	#sndk a:hover {
	color:#CCC
}
.yazarlar {
	padding: 6px;
	overflow-x: hidden;
}
.yazarlar .item{
	position: relative;
	background: url(../images/yazarlar_bg.png) no-repeat;
	width: 288px;
	height: 62px;
	margin-bottom: 4px;
	border:0px;
}
.yazarlar .item img{
	position: absolute;
	top: 6px;
	left: 6px;
	width: 44px;
	height: 50px; 
	border:0px;
}
.yazarlar .item .author{
	position: absolute;
	top: 4px;
	left: 64px;
	width: 250px;
	height: 16px;
	font: 700 10pt/12px Tahoma;
	overflow: hidden;
}
.yazarlar .item .author a{
color: #000000;
	font: 700 9pt/15px Tahoma;
}
.yazarlar .item .title{
	position: absolute;
	top: 30px;
	left: 64px;
	width: 250px;
	height: 34px;
	font: 100 9pt/12px Tahoma;
	overflow: hidden;text-decoration:none;
}

.yazarlar .item .title a{
color: #000000;
	font: 300 9pt/15px Tahoma;
}

