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%;  }
body {
	line-height: 1;
	-moz-user-select: none;
}
ol, ul { list-style: none; }
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear
{
	
clear:both;
}

/* reset  */

/*tbbb*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	-moz-border-radius:10px;
	background:url(../images/trbg.png) !important;
	padding:10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*background: #ffffff;*/
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background:url(../images/grey_bg.jpg) repeat scroll 0 0;
/*	background-color:#e8e8e8;*/
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	background:#fff;
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

*{
outline:none;
}
body{
	margin:10px 0px 0px 0px;
	font: 11px tahoma;
	line-height:16px;
	background-color:#EBEADB;
	background-position:center top;
	background-repeat:repeat-x;
	}
	
	
/*Sercan 28042009 15:22*/
.promt{cursor:pointer;}
.editImageUser{width:130px;height:20px;background:#000;opacity:.8;margin:5px;right:0px}
.editImageUser a{color:#fff}
.user_about table td {border-bottom: 1px solid rgb(255, 255, 255); padding: 3px;}
.pop_content td{padding:3px}
#site{
width:980px;
margin: 0 auto;
}
.inpc{border: 1px solid #BFBFBF;padding:2px;margin-left:2px}
.input_grey{
	border: 1px solid #BFBFBF; 
	color:#000; 
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	background-color:#E5E5E5;
	padding:2px;
	width:244px;
	}

.input_submit{
	border: 1px solid #000; 
	color:#FF0; 
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	background-color:#666;
	padding:2px;
	width:144px;
	}

.input_submit:hover {
	color:#FFF;
	background-color:#333;
	}
	
.td_signup td { font: 12px/15px Lucida Sans Unicode; padding-bottom:5px; text-align:left !important;vertical-align:middle}
.red { font: 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#EA0000;}
.dpn{display:none}
.cp{cursor:pointer}
.pr{position:relative}
.pa{position:absolute}
.tare{border:1px solid #ccc;background:#eee}
.ustep1{width:105px;height:30px;background:url(../images/step_2.png) no-repeat;}
.ustep2{background:url(../images/step_2.png) no-repeat 0 -30px !important;}
.fstep1{height:30px;background:url(../images/step_4.png) no-repeat;}
.fstep2{background:url(../images/step_4.png) no-repeat 0 -30px !important;}
.fstep3{background:url(../images/step_4.png) no-repeat 0 -60px !important;}
.fstep4{background:url(../images/step_4.png) no-repeat 0 -90px !important;}
.tac{text-align:center}
.h5{height:5px;}
.h10{height:10px;}
.yazarlart{height:90px !important;float:left;}
.padL13{padding-left:13px}
.newsmargin{margin:5px 0 0 5px}
#sinematasi{width:180px;height:282px;}
.ustreklam{height:90px !important;}
.logobar{height:140px !important; background-color:#FFF;
	border:1px #CCC solid;}
.uyeler li{float:left;}


div#left {float:left;}
div#right {float:right;}

.fl { float:left;}
.fr { float:right !important;}

.mb_3 { margin-bottom:3px;}
.mb_5 { margin-bottom:5px;}
.mb_10 { margin-bottom:10px;}

.ml_5 { margin-left:5px;}
.ml_10 { margin-left:10px;}
.ml_15 { margin-left:15px;}
.ml_20 { margin-left:20px;}
.ml_50 { margin-left:50px;}

.mt_5 { margin-top:5px;}
.mt_7 { margin-top:7px;}
.mt_22 { margin-top:22px;}

.mr_5 { margin-right:5px;}
.mr_15 { margin-right:15px;}
.ti{text-indent:-9999px}

.t_11 { font-size:10px !important;}

.db{display:block}

/*	Start TOP	*/
.div_980 { width:980px; }

.div_950 { width:950px; }

.div_835 {
	width:835px;
	height:36px;
	}
	
.div_785 { width:785px; }	

.div_755 {
	width:755px;
	height:auto;
	float:left;
	}

.div_725 { width:725px; }

.div_720 { width:720px; }
	
.div_635 {
	width:635px;
	overflow:hidden;
	float:right;
	}

.div_650 { width:650px; }
	
.div_620 { width:620px; }

.div_615 { width:615px; }

.div_610 { width:610px; }

.div_600 { width:600px; }

.div_570 { width:570px; }

.div_560 { width:560px; height:auto;}

.div_530 { width:530px; }

.div_460 { width:460px; }

.div_400 { width:400px; }

.div_310 { width:310px; }
.div_320 { width:320px; }

.div_300 {
	width:300px;
	height:auto;
	float:left;
	/*padding-right:15px;*/
	}

.div_445 {
	width:445px;
	height:auto;
	
	
	float:left;
	}

.div_315 {
	width:315px;
	min-height:20px;
	float:left;
	}
.div_h349 {
	height:349px;
	width:135px;
	min-height:20px;
	}
	
	
	.div_294 {
	width:294px;
	min-height:20px;
	}

.div_265 {
	width:265px;
	min-height:20px;
	}

.div_250 { width:250px; }

.div_230 {
	width:220px;
	/*width:230px;*/
	min-height:20px;
	}

.div_220_left {
	width:220px;
	min-height:20px;
	float:left;
	}

.div_220_right {
	width:220px;
	min-height:20px;
	float:right;
	}

.div_195 {
	width:195px;
	min-height:20px;
	float:left;
}

.div_196 {
	width:196px;
	min-height:20px;

}

.div_198 {
	width:198px;
	min-height:20px;

}

.div_195 a {text-decoration:none;}

.div_180 {
	overflow:hidden;
	width:180px;
	height:auto;
	}

.div_170 { width:170px; }

.div_160 { width:160px; }

.div_125 { width:125px; }

.div_110 { width:110px; }
	
.div_80 {
	width:80px;
	height:auto;
	float:left;
	visibility:hidden;
	}

.div_menu {
	width:809px;
	height:auto;
	padding-left:26px;
	float:left;
	}
	
.adv_728 {
	width:728px;
	height:90px;
	float:left;
	}

.adv_content_728 {
	margin:5px auto 0px auto;
	height:90px;
	text-align:center;
	}

.adv_content_300 {
	width:300px;
	float:right;
	margin:0px 0px 10px 15px;
	}

.adv_120 {
	width:120px;
	min-height:120px;
	float:right;
	padding-bottom:10px;
	}

.adv_200 {
	width:200px;
	min-height:100px;
	}

.top_shortcut{
	width:252px;
	height:79px;
	float:left;
	padding-top:11px;
	background-image:url(../images/bg_shortcut.png);
	background-repeat:no-repeat;
	}

.shortcut{
	padding-left:85px;
	line-height:17px;
	list-style:none;
	}

.logo {
	width:145px;
	height:140px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	}

.logo_right {
	width:830px;
	height:140px;
	float:right;
	background-color:#FFF;
	border:1px #CCC solid;
	background-repeat:no-repeat;
	}

.logo_right_enter {
	width:835px;
	height:140px;
	float:right;
	background-image:url(../images/bg_top_enter.png);
	background-repeat:no-repeat;
	}

.home{
	float:left;
	line-height:37px;
	padding-right:20px;
	}

.user_new{
	float:left;
	line-height:37px;
	padding-left:15px;
	}

.user{
	float:right;
	padding:10px;
	width:383px;
	height:27px;
	
	border-left:1px #CCC solid;

	border-bottom:1px #CCC solid;
	}

.user_signed{
	line-height:37px;
	padding-right:20px;
	color:#FFF;
	}

.user_input_user {
	width:auto;
	float:left;
	/*padding-top:10px;*/
	padding-right:45px;
	}
.bartasiyici{
	height:37px;
	float:left;
}
.user_input_pass {
	width:auto;
	float:left;
	/*padding-top:10px;*/
	padding-right:17px;
	}

.user_enter {
	width:auto;
	float:left;
/*	padding-top:9px;*/
	}

.last_minute {
	width:400px;
	height:auto;
	height:19px;
	overflow:hidden;
	/*padding:18px 0px 0px 102px;*/
	float:left;
	
	}

.search {
	width:190px;
	padding-top:2px;
	*padding-top:0px;
	float:right;
	/*padding:18px 0px 0px 0px;*/
	}

.search_input{
	width:130px;
	padding-top:9px;
	padding-left:7px;
	}

.menu {
	width:auto;
	float:left;
	padding-top:28px;
	}

/*	Finish TOP	*/

/*	Start Content	*/

.content {
	width:950px;
	height:auto;
	min-height:500px;
	padding:15px;
	background:#FFF;
	border:1px #CCC solid;
	background-repeat:no-repeat;
	}



	
	
.myclear { clear: both; height:10px;}
.left { float:left;}
.right { float:right;}

.breaking_news {
	padding-bottom:10px;
	}

.adv_300 {
	padding-bottom:10px;
	}
.notices_last td{line-height:19px}

.exchange td{
	line-height:20px;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
}

.gallery  ul li{float:left}
.gallery {
	height:225px;
	min-height:100px;
	padding:10px 0px 0px 10px;

	}

.gallery_bottom {
	height:18px;
	padding:1px 0px 10px 0px;
	background-image:url(../images/header/gallery_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	}

.gallery_thumb {
	width:80px;
	padding:0px 15px 10px 0px;
	float:left;
	text-align:center;
	font-size:9px;
	line-height:14px;
	}

.gallery_img{
	width:76px;
	height:56px;
	border:2px solid #FFF;
	}
	
.gallery_img:hover{
	border:2px solid #000;
	background-color:#FFF;
	}

.exchange {
	width:140px;
	height:122px;
	float:left;
	padding:25px 10px 0px 10px;
	background-image:url(../images/content/bg_exchange.gif);
	background-repeat:no-repeat;
	}

.exchange_type { width:45px; padding:0px 0px 1px 0px; float:left; font-weight:bold;}
.exchange_buy { width:40px; padding:0px 0px 1px 0px; float:left; text-align:center;}
.exchange_sell { width:40px; padding:0px 0px 1px 0px; float:left; text-align:center;}
.exchange_play { width:15px; float:left;}

.weather {
	width:110px;
	height:117px;
	float:right;
	padding:30px 10px 0px 10px;
	background-image:url(../images/content/bg_weather.gif);
	background-repeat:no-repeat;
	}
	
.weather_icon { width:35px; float:left; }
.weather_condition { width:75px; padding:0px 0px 0px 0px; float:left; line-height:14px; font-size:10px; font-weight:bold;}

.header {
	font-family:lucida sans unicode;
	font-size:18px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
	min-height:30px;
	padding-top:3px;
	background-image:url(../images/header/header_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.header_14 {
	font-family:"Lucida sans unicode";
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:20px;
	}

.header_12 {
	font-family:"Lucida sans unicode";
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	}

.news_header, h2 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color:#FA9C16;
	letter-spacing:-1px;
	height:20px;
	}

.summary {
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#000;
	line-height:18px;
	background-image:url(../images/header/header_dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	}

.news_content {
	float:left;
	font-family:Lucida Sans Unicode;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
	padding:15px 0px;
	}

.news_read {
	color:#666;
	height:25px;
	background-image:url(../images/header/header_dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	}

.news_thumb {
	width:98px;
	height:68px;
	float:right;
	padding:6px;
	background-image:url(../images/content/bg_news.gif);
	background-repeat:no-repeat;
	border-bottom:10px solid #FFF;
	}

.news_other {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#FA9C16;
	min-height:18px;
	padding:5px 0px 0px 20px;
	background-image:url(../images/content/arrow_news.gif);
	background-repeat:no-repeat;
	}

.c_culture {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_culture.png);
	background-repeat:no-repeat;
	}

.c_music {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_music.png);
	background-repeat:no-repeat;
	}

.c_sport {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_sport.png);
	background-repeat:no-repeat;
	}

.c_technology {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_technology.png);
	background-repeat:no-repeat;
	}

.c_job {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_job.png);
	background-repeat:no-repeat;
	}

.c_health {
	width:220px;
	height:34px;
	text-align:right;
	background-image:url(../images/header/bg_health.png);
	background-repeat:no-repeat;
	}

.colomn_220 {
	width:190px;
	min-height:30px;
	padding:8px 15px 4px 15px;
	background-image:url(../images/header/bg_colomn.gif);
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	}

.colomn_hl {
/*	min-height:20px;*/
	font-weight:bold;
	/*padding-top:2px;*/
	line-height:21.5px;
	*line-height:22px !important;
	border-top:1px solid #CDCDCD;
	}

.author_play {
	width:20px;
	float:left;
/*	padding-bottom:10px;*/
	}

.author_bg {
	width:565px;
	_display:inline;
	_overflow:hidden;
	_position:relative;
	height:60px;
	padding:15px 15px;
	background-image:url(../images/content/bg_author.gif);
	background-repeat:no-repeat;
	}
#yazarlar{
	_position:absolute;
	}
.author {
	width:130px;
	min-height:50px;
	float:left;
	padding:0px 10px 0px 0px;
	}

.author_img {
	width:47px;
	height:58px;
	float:left;
	border:1px solid #CCC;
	}

.author_text {
	font-size:10px;
	line-height:15px;
	width:75px;
	min-height:50px;
	float:right;
	}

/*	Start RIGHT */

.guide {
	min-height:100px;
	padding:10px 15px 0px 15px;
	background-color:#6F8C09;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	}

.bottom_10 {
	padding-bottom:10px;
	}

.guide_alisveris{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_alisveris.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_bilisim{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_bilisim.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_egitim{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_egitim.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_eglence{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_eglence.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_kultur-sanat{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_kultur_sanat.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_lojistik{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_lojistik.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_medya{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_medya.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_onemli-telefonlar{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_telefon.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_otomotiv{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_oto.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_saglik{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_saglik.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_spor{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_spor.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_tekstil{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_tekstil.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_toplum-devlet{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_toplum.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_turizm-seyahat{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_turizm.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_yasam{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_yasam.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_yeme-icme{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_yeme.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #5E7708;
	}

.guide_is-dunyasi{
	width:135px;
	height:18px;
	padding-left:15px;
	background-image:url(../images/header/icon_is.gif);
	background-repeat:no-repeat;
	}

.sinema {
	height:219px;
	width:140px;
	padding:10px 20px 0px 20px;
	background-image:url(../images/header/sinema_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}

.guide_map { padding:1px; background:#FFF; border:4px solid #F60;}

.guide_search {
	width:710px;
	height:50px;
	font:13px Arial;
	padding:12px 0 0 45px;
	color:#FFF;
	background:url(../images/content/guide_search.png) no-repeat;
	}
	
.gs_input { border:none; width:140px; margin-top:8px; font:13px Arial; color:#FFF; background:none; }

.guide_list_gold {
	width:735px;
	font:12px/20px Lucida Sans Unicode;
	padding:10px 10px 0 10px;
	background:url(../images/content/guide_list_gold.png) no-repeat top;
	}
	
.guide_list_silver {
	width:735px;
	font:12px/20px Lucida Sans Unicode;
	padding:10px 10px 0 10px;
	background:url(../images/content/guide_list_silver.png) no-repeat top;
	}	
	
	
.guide_list_normal {
	width:735px;
	font:12px/20px Lucida Sans Unicode;
	padding:10px 10px 0 10px;
	background:url(../images/content/guide_list_normal.png) no-repeat top;
	}	
	
	
.guide_list_no { width:28px; color:#000; text-align:center; font:bold 12px/28px Arial !important;cursor:pointer}

.guide_list_image{ width:75px; padding:0 19px 0 19px;}
	
.guide_list a { font-weight:bold;}	
	
.guide_list_header a { font:bold 15px/20px Lucida Sans Unicode; color:#05698F; text-decoration:none; letter-spacing:-1px; }
.guide_list_header a:hover { text-decoration:underline;}

.guide_block { width:370px; }

.guide_block .name {
	width:355px;
	height:28px;
	padding:8px 0 0 15px;
	font:bold 14px/18px Lucida Sans Unicode;
	letter-spacing:-1px;
	background:url(../resimler/rehber/header.png) no-repeat;
	}

.guide_block .back {
	width:340px;
	padding:15px 15px 15px 15px;
	background:#F1E4F5;
	}

.guide_block img { width:100px; height:130px; }

.guide_block .back ul { border-top:1px solid #DDBEE9; }

.guide_block .back li a {
	width:200px;
	height:19px;
	display:block;
	font:11px/16px Lucida Sans Unicode;
	color:#000;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/content/arrow_bn.gif) no-repeat;
	border-bottom: 1px solid #DDBEE9;
	}

.guide_block .back li a:hover , .guide_block_sub .back li a:hover { 
	color:#DA4155;
	border-bottom: 1px solid #DDBEE9;
	background:#FFF url(../images/content/arrow_bn.gif) no-repeat;
	}
	
.guide_block_sub { width:755px; }

.guide_block_sub .name {
	width:740px;
	height:28px;
	padding:8px 0 0 15px;
	font:bold 14px/18px Lucida Sans Unicode;
	letter-spacing:-1px;
	background:url(../resimler/rehber/header_sub.png) no-repeat;
	}

.guide_block_sub .back {
	width:740px;
	padding:15px 0 15px 15px;
	background:#F1E4F5;
	}

.guide_block_sub img { width:100px; height:130px; }

.guide_block_sub .back ul {  }

.guide_block_sub .back li { float:left; margin:0 15px 0 0; }

.guide_block_sub .back li a {
	width:275px;
	height:19px;
	display:block;
	font:11px/16px Lucida Sans Unicode;
	color:#000;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/content/arrow_bn.gif) no-repeat;
	border-bottom: 1px solid #DDBEE9;
	}

	
	
.sinema_action {
	width:90px;
	height:19px;
	float:left;
	/*padding-bottom:10px;*/
	}

.inquiry {
	padding:10px 15px 10px 15px;
	background-color:#D73798;
	}

.inquiry_question {
	line-height:14px;
	color:#FFF;
	font-size:11px !important;
	font-weight:normal;
	letter-spacing:0;
	padding-bottom:4px;
	border-bottom:1px solid #BB3084;
	}

.inquiry_answer {
	line-height:14px;
	color:#FFF;
	}

.vote {
	border-top:1px solid #BB3084;
	padding-top:5px;
	}

.inquiry_bottom {
	height:18px;
	padding:1px 0px 10px 0px;
	background-image:url(../images/header/inquiry_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	}

.users_new {
	min-height:50px;
	padding:15px 0px 0px 15px;
	background-color:#FFB231;
	}

.users_new_thumb {
	width:44px;
	padding:0px 9px 5px 0px;
	float:left;
	text-align:center;
	font-size:9px;
	line-height:14px;
	}

.users_new_img{
	width:40px;
	height:34px;
	border:2px solid #FFF;
	}

.users_new_img:hover{
	border:2px solid #000;
	background-color:#FFF;
	}

.users_new_bottom {
	height:18px;
	padding:1px 0px 10px 0px;
	background-image:url(../images/header/users_new_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	}

.notices_last {
	min-height:50px;
	padding:2px 5px 5px 5px;
	background-color:#C0E2E7;
	border:10px solid #89C7D0;
	}

.notices_type {
	width:90px;
	min-height:19px;
	float:left;
	font-weight:bold;
	border-bottom:1px solid #ACCBCF;
	}

.notices_name {
	width:200px;
	min-height:19px;
	float:left;
	border-bottom:1px solid #ACCBCF;
	}

.notices_date {
	width:70px;
	min-height:19px;
	float:left;
	border-bottom:1px solid #ACCBCF;
	text-align:center;
	}

.notices_list td {
	border-bottom:1px solid #ACCBCF;
	padding:2px 2px;
	}

.notices_last_bottom {
	height:18px;
	padding:1px 0px 10px 0px;
	background-image:url(../images/header/notices_last_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	}

.img_big {
	float:left;
	padding:1px;
	background-color:#FFF;
	border:4px solid #D3D0AF;
	-moz-border-radius:3px;
	}

.img_big:hover {
	float:left;
	padding:1px;
	background-color:#FFF;
	border:4px solid #3B5998;
	}

.date {
	color:#666;
	height:18px;
	padding-left:17px;
	background-image:url(../images/detail/date.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
	}

.advice {
	width:170px;
	float:left;
	padding:0px 10px 10px 0px;
	}

.comment_add {
	width:170px;
	float:left;
	padding:0px 10px 10px 0px;
	}
	
.comment_header { width:755px; height:33px; background:url(../images/detail/bg_comment_header.png) no-repeat; }

.comment_header_tum { background:url(../images/detail/bg_comment_header.png) no-repeat 0 -33px; }

.comment_header_ekle { background:url(../images/detail/bg_comment_header.png) no-repeat 0 -66px; }



.comment_title {
	width:550px;
	height:28px;
	font:bold 15px/20px "Lucida Sans Unicode";
	color:#FFF;
	letter-spacing:-1px;
	padding:6px 0px 0px 15px;
	}

.comment_last {
	width:auto;
	min-height:10px;
	padding:0px 0px 0px 25px;
	font: 12px/18px "Lucida Sans Unicode";
	background-image:url(../images/detail/comment_buble.gif);
	background-repeat:no-repeat;
	}

.print {
	width:170px;
	float:right;
	padding-bottom:10px;
	}

.point {
	margin:5px;
	width:310px;
	height:34px;
	float:left;
	padding:10px 0px 0px 10px;
	background-image:url(../images/detail/bg_point.gif);
	background-repeat:no-repeat;
	}

.point_star { width:60px; float:left;}
.point_vote { width:90px; float:left; padding-top:3px;}

.point_text {
	width:70px;
	float:left;
	font:bold 13px/20px "Lucida Sans Unicode";
	padding-top:3px;
	}

.bg_grey {
	min-height:20px;
	padding:10px 15px 10px 15px;
	background-color:#f4f4f4;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	width:570px;
	}
#digerBasliklar.bg_grey {
	min-height:20px;
	padding:10px 0px;
	background-image:url(../images/header/bg_colomn.gif);
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	width:755px;
	}
.header_blue {
	width:740px;
	height:28px;
	font:bold 15px/20px "Lucida Sans Unicode";
	color:#FFF;
	letter-spacing:-1px;
	padding:6px 0px 0px 15px;
	background-image:url(../images/detail/bg_header_blue.gif);
	background-repeat:no-repeat;
	}

/*	Finish Content	*/

/*	Start CATEGORY	*/

.bg_news_main {
	width:510px;
	min-height:170px;
	padding:15px;
	background-image:url(../images/content/bg_news_main.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}

.news_breaking {
	line-height:19px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FA9C16;
	/*min-height:17px;*/
	padding:0px 0px 0px 15px;
	background:url(../images/content/arrow_bn.gif) no-repeat;
	}
	
.news_370 {
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	/*width:350px;*/
	width:350px;
	min-height:17px;
	padding:10px;
	background-image:url(../images/header/bg_colomn.gif);
	border-bottom:1px solid #CCC;
	/*margin-bottom:15px;*/
	}
	
.news_590 {
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	/*width:350px;*/
	width:580px;
	min-height:17px;
	padding:10px;
	background-image:url(../images/header/bg_colomn.gif);
	border-bottom:1px solid #CCC;
	/*margin-bottom:15px;*/
	}	
	

/*	Finish CATEGORY	*/


/*	Start Bottom	*/

.bottom {
	color:#666;
	width:auto;
	height:150px;
	text-align:center;
	background-position:top center;
	}

.bottom_menu {
	font:12px "Lucida Sans Unicode";
	color:#666;
	width:auto;
	line-height:25px;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	}

.bottom_copyright {
	font:11px "Lucida Sans Unicode";
	color:#666;
	width:auto;
	height:102px;
	text-align:center;
	padding-bottom:18px;
	}

.nette {
	width:auto;
	}
/*	Finish BOTTOM	*/

/*	Start GALLERY	*/

.gallery_cat_bg {
	font:bold 11px/16px tahoma;
	color:#FFF;
	min-height:20px;
	padding:10px 10px 10px 10px;
	background-color:#D03A6F;
	background-image:url(../images/header/gallery_cat_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

.gallery_category{
	width:150px;
	min-height:18px;
	padding:0px 0px 1px 10px;
	background-image:url(../images/header/arrow_gallery.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #BB3464;
	}

.gallery_cat_thumb{
	width:120px;
	height:160px;
	min-height:18px;
	font:11px/17px "Lucida Sans Unicode";
	padding:5px 5px 2px 5px;
	margin:0px 10px 10px 0px;
	background-image:url(../images/header/gallery_cat_thumb.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #E7CBB8;
	text-align:center;
	}

.gallery_cat_thumb:hover {
	background-image:url(../images/header/gallery_cat_thumb_2.gif);
	border-bottom:1px solid #C2588D;
	}

.header_gallery {
	font:bold 18px/20px "Lucida Sans Unicode";
	color:#E6653E;
	letter-spacing:-1px;
	height:33px;
	background-image:url(../images/header/header_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.header_gallery_list {
	font:bold 14px/18px "Lucida Sans Unicode";
	color:#E6653E;
	letter-spacing:-1px;
	min-height:31px;
	background-image:url(../images/header/header_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.header_gallery a , .header_gallery_list a { text-decoration:none;}

.gallery_bg {
	width:745px;
	height:70px;
	padding:10px 0px 0px 10px;
	background-image:url(../images/content/bg_gallery.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

.gallery_shortcut {
	width:210px;
	padding:5px 45px 0px 0px;
	}

.gallery_lr {
	width:65px;
	padding:1px;
	border:4px solid #BDB156;
	}

.gallery_lr:hover {
	padding:1px;
	border:4px solid #DA4155;
	}

.gallery_big {
	width:595px;
	padding:0px 5px 0px 5px;
	}

.gallery_author {
	height:17px;
	font:12px/16px "Lucida Sans Unicode";
	padding:5px 50px 0px 21px;
	background-image:url(../images/content/gallery_author.gif);
	background-repeat:no-repeat;
	}

.gallery_date {
	height:17px;
	font:12px/16px "Lucida Sans Unicode";
	padding:5px 50px 0px 21px;
	background-image:url(../images/content/gallery_date.gif);
	background-repeat:no-repeat;
	}

.gallery_hit {
	height:17px;
	font:12px/16px "Lucida Sans Unicode";
	padding:5px 0px 0px 21px;
	background-image:url(../images/content/gallery_hit.gif);
	background-repeat:no-repeat;
	}

.input_shortcut{
	border: 1px solid #000; 
	color:#FFF; 
	font: 12px "Lucida Sans Unicode";  
	background-color:#333;
	padding:2px;
	width:210px;
	}



/*	Finish GALLERY	*/

/*	Start USERS	*/

.user_photo{
	width:120px;
	min-height:18px;
	font:11px/17px "Lucida Sans Unicode";
	padding:5px 5px 2px 5px;
	margin:0px 10px 10px 0px;
	background-image:url(../images/header/gallery_cat_thumb.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #E7CBB8;
	text-align:center;
	}

.user_photo:hover {
	background-image:url(../images/header/gallery_cat_thumb_2.gif);
	border-bottom:1px solid #C2588D;
	}

.users_search_bg {
	width:590px;
	height:53px;
	padding:15px 0px 0px 8px;
	background-image:url(../images/users/bg_search.png);
	background-repeat:repeat-x;
	background-position:top;
	}

.users_search{
	border: 1px solid #0C4465; 
	color:#FFF; 
	font: 12px "Lucida Sans Unicode";  
	background-color:#126698;
	padding:2px;
	width:200px;
	}

.users_index_bg {
	width:599px;
	height:50px;
	padding:15px 0px 0px 1px;
	background-image:url(../images/users/bg_index.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

.user_list {
	width:570px;
	margin-top:10px;
	padding:5px;
	}

.user_list:hover {
	padding:5px;
	background-color:#FFF;
	}

.user_list_name {
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	font-weight:bold;
	color:#FA9C16;
	height:17px;
	padding:0px 0px 0px 15px;
	background-image:url(../images/content/arrow_bn.gif);
	background-repeat:no-repeat;
	}

.user_pm { padding-right:20px; }
.user_add { padding-right:20px; }
.user_ignore { width:185px; }

.user_status {
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#000;
	line-height:18px;
	background-image:url(../images/header/header_dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:13px;
	}

.user_about {
	font:11px/16px "Lucida Sans Unicode";
	color:#000;
	min-height:68px;
	background-image:url(../images/users/user_info.png);
	background-repeat:no-repeat;
	padding:2px 0px 10px 22px;
	}

/*	Finish USERS	*/


/*	Start USER INDEX */

.user_index ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.user_index li{
	margin:0px auto;
	padding:0px;
	display:inline;
	}

.user_index li a{
	height:20px;
	font-family:"Lucida Sans Unicode";
	font-size:10px;
	color:#000;
	font-weight:bold;
	float:left;
	padding:2px 5px 0px 5px;
	margin-right:2px;
	text-decoration: none;
	background-image:url(../images/users/index.gif);
	background-repeat:repeat-x;
	}
	
.user_index li a:hover{
	color:#000;
	background-image:url(../images/users/index_2.gif);
	background-repeat:repeat-x;
	}

.user_index li a.current{
	color:#FFF;
	background-image:url(../images/users/index_current.gif);
	background-repeat:repeat-x;
	}

/*	Finish USER INDEX */

/*	Start SPORT	*/

.transfer {
	width:165px;
	padding:10px 0 10px 15px;
	background:#E3E3E3 url(../resimler/spor/transfer_bg.png) bottom no-repeat;
	font:11px/16px Lucida Sans Unicode;
	}

.transfer .gelen {
	width:130px;
	min-height:18px;
	padding:3px 0 2px 20px;
	background:#E3E3E3 url(../resimler/spor/t_gelen.gif) left no-repeat;
	border-bottom:1px solid #CCC;
	}

.transfer .gelen:hover  { background:#FFF url(../resimler/spor/t_gelen.gif) left no-repeat; }

.transfer .giden {
	width:130px;
	min-height:18px;
	padding:3px 0 2px 20px;
	background:#E3E3E3 url(../resimler/spor/t_giden.gif) left no-repeat;
	border-bottom:1px solid #CCC;
	}
	
.transfer .giden:hover { background:#FFF url(../resimler/spor/t_giden.gif) left no-repeat; }



.spor_manset {
	width:410px;
	height:185px;
	padding:15px 15px 0 15px;
	background:url(../resimler/spor/manset.jpg) no-repeat;
	}

.spor_manset li { height:21px;}
	
.spor_manset li a {
	width:220px;
	height:19px;
	display:block;
	font:bold 12px/19px Arial;
	color:#000;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../images/content/arrow_bn.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	}

.spor_manset li a:hover { color:#DA4155; border-bottom: 1px solid #999; }

.tsl {
	width:285px;
	height:149px;
	padding:17px 0 0 15px;
	background:url(../resimler/spor/tsl_bg.png) no-repeat;
	}

.tsl td {
	font:11px/17px Lucida Sans Unicode;
	padding:2px;
	background:url(../resimler/spor/pd.png) repeat-x;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
	}
	
.tsl .head td {
	font-weight:bold;
	color:#FFF;
	padding:3px 2px;
	background:url(../resimler/spor/pd_head.png) repeat-x;
	border-bottom:1px solid #000;
	}

.tsl .bursa td {
	font:bold 11px/17px Lucida Sans Unicode;
	background:url(../resimler/spor/pd_bursa.png) repeat-x;
	}

/*	Finish SPORT	*/

/*	Start LINKS */

a {color:#3B5998;text-decoration: none;  }
a:hover {color: #000;text-decoration: underline;}

a.a_black {color:#000;text-decoration: none; }
a:hover.a_black {color: #DA4155;text-decoration: none;}

a.a_blue {color:#000;text-decoration: none; }
a:hover.a_blue {color: #3B5998;text-decoration: none;}

a.a_shortcut{color:#000;text-decoration: none;display:block;height:19px;line-height:19px; font-weight:bold; }
a:hover.a_shortcut {color: #999;text-decoration: none;}

a.a_white{color:#FFF;text-decoration: none; }
a:hover.a_white {color: #FF0;text-decoration: underline;}

a.a_yellow{color:#FF0;text-decoration: underline; }
a:hover.a_yellow {color: #FFF;text-decoration: none;}

a.a_guide{color:#FFF;text-decoration: none; }
a:hover.a_guide {color: #000;text-decoration: none;}

a.a_orange{color:#D58204;text-decoration: none; }
a:hover.a_orange {color: #000;text-decoration: underline;}

.hr_5 { height:5px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}
.hr_7 { height:7px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}
.hr_11 { height:11px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}
.hr_15 { height:15px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}
.hr_21 { height:21px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}
.hr_31 { height:31px; float:left; background:url(../images/content/dotted.gif) left center repeat-x;}

.input_enter{
	border: 0px solid; 
	color:#000; 
	font-size:11px;  
	background:none;}

.input_search{
	border: 0px solid; 
	color:#FFF; 
	font-size:11px;  
	background:none;}


/*	Finish LINKS */


/*	Start PAGINATION */

.pagination{

	}

.pagination ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.pagination li{
	margin:0;
	padding:0;
	display:inline;
	}

.pagination li a{
	width:22px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#666;
	font-weight:bold;
	float:left;
	padding-top:2px;
	margin-right:2px;
	text-decoration: none;
	text-align:center;
	background-image:url(../images/detail/page.gif);
	background-repeat:no-repeat;
	}
	
.pagination li a:hover{
	color:#000;
	text-decoration:none;
	background-image:url(../images/detail/page_2.gif);
	background-repeat:no-repeat;
	}

.pagination li a.current{
	color:#FFF;
	float:left;
	text-decoration: none;
	background-image:url(../images/detail/page_current.gif);
	background-repeat:no-repeat;
	}

/*	Finish PAGINATION */


/*	Start NAVIGATION	*/
.ti{text-indent:-9999px}
.navigation {width:809px; float:left; height:37px;padding-top:13px;display:inline}

.navigation ul { list-style:none; display:inline;}
.navigation li a {display: block; height: 27px;}
.navigation ul li { display:block; height:27px;float:left}

li.nav_home { background:url(../images/news.png) no-repeat left; width:72px; }
li.nav_home:hover { background:url(../images/news_2.png) no-repeat left;}

li.nav_popular { background:url(../images/sport.png) no-repeat left; width:52px; }
li.nav_popular:hover { background:url(../images/sport_2.png) no-repeat left;}

li.kultur-sanat { background:url(../images/culture.png) no-repeat left; width:104px; }
li.kultur-sanat:hover { background:url(../images/culture_2.png) no-repeat left;}

li.muzik-eglence { background:url(../images/music.png) no-repeat left; width:115px; }
li.muzik-eglence:hover { background:url(../images/music_2.png) no-repeat left;}

li.is-dunyasi { background:url(../images/job.png) no-repeat left; width:81px; }
li.is-dunyasi:hover { background:url(../images/job_2.png) no-repeat left;}

li.magazin { background:url(../images/magazine.png) no-repeat left; width:81px; }
li.magazin:hover { background:url(../images/magazine_2.png) no-repeat left;}

li.saglik-yasam { background:url(../images/health.png) no-repeat left; width:103px; }
li.saglik-yasam:hover { background:url(../images/health_2.png) no-repeat left;}

li.teknoloji { background:url(../images/technology.png) no-repeat left; width:75px; }
li.teknoloji:hover { background:url(../images/technology_2.png) no-repeat left;}

li.egitim { background:url(../images/education.png) no-repeat left; width:60px; }
li.egitim:hover { background:url(../images/education_2.png) no-repeat left;}

li.rehber { background:url(../images/guide.png) no-repeat left; width:66px; }
li.rehber:hover { background:url(../images/guide_2.png) no-repeat left;}
/*	Finish NAVIGATION */
/*jquery.carousel.css*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#sinemac{
height:210px
}
.sinema{
_overflow:hidden !important;
width:140px !important;
_height:215px !important;
_position:relative !important;
}
#sinemac.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	width:180px;
	height:285px;
    overflow: hidden;
    position: relative;
}
#sonDakkaKarosel.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	width:180px;
	height:385px;
    overflow: hidden;
    position: relative;
}
.last_minute .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	height:19px;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#yazarlar.jcarousel-list li,#yazarlar.jcarousel-item {
    float: left;
    list-style: none;
    width: 143px;
    height: 90px;
}
#sinemac img{
border:none
}
#sinemac.jcarousel-list li, #sinemac.jcarousel-item {
    float: left;  
    list-style: none;
    width: 140px;
    height: 210px;
}

.sinevision_bg { 
	overflow:hidden;
	width:665px;
	height:220px;
	font:11px/15px Lucida Sans Unicode;
	color:#FFF;
	padding:15px 15px 0 15px;
	background:url(../sinema/vision_bg.png) no-repeat top;
	}

.sinevision li { margin:0 16px 0 0; padding:0; float:left; width:120px; height:220px; text-align:center; }

.sinevision img{ border:5px solid #FFF; width:110px; height:160px;}
.sinevision img:hover{ border:5px solid #E4DE32; }

.sinevision a{ color:#FFF; text-decoration:none;}
.sinevision a:hover{ color:#E4DE32;}
	
.sinema_original { font:bold 14px/18px Lucida sans unicode; color:#666; letter-spacing:-1px; padding:0 0 4px 0; }

.sinema_original a { text-decoration:none;}

.showdate {
	font:12px/18px Lucida Sans Unicode;
	color:#275774;
	padding:2px 0 5px 20px;
	background:url(../sinema/showdate.gif) no-repeat left center;
	margin:5px 0 0 0;
	}
	
.sinepuan { font:bold 12px/17px Lucida Sans Unicode; color:#424F0F;}

.sinema_info { font:11px/16px Lucida Sans Unicode; color:#666;}

.sinema_seans_bg {
	color:#000;
	width:740px;
	height:53px;
	padding:10px 0 0 15px;
	background:url(../sinema/seans_bg.png) no-repeat left center;
	margin:5px 0 1px 0;
	}

.seans_select { width:160px; font:bold 11px Tahoma; padding:2px;}

.seans_tarih td { 
	border-left:1px solid #CC7A2C;
	border-right:1px solid #CC7A2C;
	text-align:center;
	font:bold 12px/18px Lucida Sans Unicode;
	cursor:pointer;
	}

.seans_tarih td:hover { background:#FFF;}

.sinema_detail_bg { background:#E4EFF6; width:735px; padding:20px 0 20px 20px;}

.sinema_detail_bg .list td {
	border-bottom:1px dotted #A6C8E1;
	padding:3px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}

.sinema_tab li { margin:0 1px 0 0; padding:0; float:left; }

.sinema_tab li a {
	width:160px;
	height:26px;
	background:url(../images/stab_passive.png) no-repeat;
	display:block;
	font:bold 12px/18px Lucida Sans Unicode;
	
	text-align:center;
	padding-top:7px;
	float:left;
	text-decoration:none;
	}
.sinema_tab li a.active { color:#FFF; background:url(../images/stab_active.png) no-repeat; }
	
.sinema_tab_bg {
	font:12px/17px Lucida Sans Unicode;
	background:#EBEADB;
	width:740px;
	padding:13px 0 13px 15px;
	border-top:3px solid #D3D0AF;
	}
.seanslist{float:left}
.sinema_tab_bg .seanslist td {
	font-size:11px !important;
	border-bottom:1px dotted #A6C8E1;
	border-right:1px solid #E4EFF6;
	background:#FFF;
	padding:3px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	text-align:center;
	}

.sinema_tab_bg .seanslist_head td {
	border-bottom:1px dotted #B34700 !important;
	background:#F60 !important;
	color:#FFF;
	font-weight:bold;
	}
	
#sonDakkaKarosel{width:354px}
#sonDakkaKarosel.jcarousel-list li,#sonDakkaKarosel.jcarousel-item {
    list-style: none;
	display:block;
    width: 354px;
    height: 19px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*jquery.carousel.css*/

/*company detail*/

.company_header {
	width:735px;
	height:35px;
	background:url(../resimler/firma/detay/header.png) no-repeat;
	font:bold 15px/20px Lucida Sans Unicode;
	color:#FFF;
	padding:18px 0 0 20px;
	margin:7px 0 0 0;
	}
	
.company_detail_bg { background:#EFEFEF; width:753px; padding:15px 0 15px 15px; font:12px/16px Lucida Sans Unicode;}

.company_detail_bg .white { background:#FFF; width:380px; padding:5px 9px 7px 9px; border:1px solid #D8D8D8;}

.company_detail_bg .list td {
	border-bottom:1px dotted #C9C9C9;
	padding:3px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}

.company_detail_bg .about { font:bold 13px/18px Lucida Sans Unicode;}



.urun_detail_bg { background:#EBEADB; width:753px; padding:15px 0 15px 15px; font:12px/16px Lucida Sans Unicode;}

.urun_detail_bg .white { background:#FFF; width:380px; padding:5px 9px 7px 9px; border:1px solid #D8D8D8;}

.urun_detail_bg .list td {
	border-bottom:1px dotted #C9C9C9;
	padding:3px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}

.urun_detail_bg .about { font:bold 13px/18px Lucida Sans Unicode;}
/*ilan detail*/

.ilan_bg {
	background:#E2EEF0;
	width:740px;
	padding:15px 0 15px 15px;
	font:11px/16px Lucida Sans Unicode;
	border-top:3px solid #3D8C98;
	margin:5px 0 0 0;
	}

.ilan_bg a { text-decoration:none; font-weight:bold;}

.ilan_bg a.kategori { text-decoration:none; font-weight:normal; color:#000;}

.ilan_list_head td {
	background:#459EAB;
	border-top:none !important;
	border-bottom:1px solid #296067 !important;
	color:#FFF;
	padding:4px;
	font-weight:bold;
	}

.ilan_list td {
	border-top:1px solid #A7D6DC;
	border-bottom:1px solid #A7D6DC;
	padding:4px 5px;
	vertical-align:middle;
	}

.ilan_list tr { background:#FFF; }
.ilan_list tr:hover { background:#D6EDEF; }

.ilan_detay {
	background:#EFEFEF;
	width:740px;
	padding:15px 0 15px 15px;
	font:12px/16px Lucida Sans Unicode;
	border-top:3px solid #595458;
	margin:5px 0 0 0;
	}

.ilan_detay .baslik {
	width:400px;
	font:bold 17px/22px Lucida Sans Unicode;
	letter-spacing:-1px;
	color:#DA4155;
	padding:0 0 5px 0;
	margin:-4px 0 9px 0;
	border-bottom:1px dotted #CCC;
	}

.ilan_detay .white { background:#FFF; width:380px; padding:5px 9px 7px 9px; border:1px solid #D8D8D8; -moz-border-radius:5px;}

.ilan_detay .list td {
	border-bottom:1px dotted #C9C9C9;
	padding:3px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}


.sinema_tab_bg .contact td {
	font-size:11px !important;
	border-bottom:1px dotted #A6C8E1;
	border-right:1px solid #E4EFF6;
	background:#FFF;
	padding:3px 7px;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}

.sinema_tab_bg .contact_head {
	border-bottom:1px dotted #FFF !important;
	background:#595458 !important;
	color:#FFF;
	font-weight:bold !important;
	}

.sinema_tab_bg .value td {
	font-size:11px !important;
	border-bottom:1px dotted #A6C8E1;
	background:#FFF;
	padding:3px 7px;
	font:bold 11px/22px Lucida Sans Unicode;
	vertical-align:middle;
	}

/* yazarlar */

.yazar_bg {
	background:#E2EEF0;
	width:725px;
	padding:14px 14px 14px 14px;
	-moz-border-radius:5px;
	border:1px solid #C5DCE0;
	}

.yazar_bg:hover { background:#D6E6E9; }
	
.yazar_bg .left { width:100px;}
.yazar_bg .right { width:610px;}

.yazar_bg .y_adi {
	width:600px;
	font:12px/16px Lucida Sans Unicode;
	color:#FFF;
	padding:5px 0 4px 10px;
	background:#3D8C98;
	margin-bottom:3px;
	-moz-border-radius:3px;
	}
	
.yazar_bg .y_baslik {
	width:595px;
	font:bold 13px/18px Lucida Sans Unicode;
	color:#000;
	padding-bottom:2px;
	}

.yazar_bg .y_baslik a { text-decoration:none;}

.yazar_bg .ozet {
	font:12px/17px Lucida Sans Unicode;
	color:#000;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:3px;
	}

.yazar_bg .tum { font:12px/17px Lucida Sans Unicode; color:#000; }



.yazar_detay_bg { background:#E4EFF6 url(../resimler/yazar/header.png) top no-repeat; width:725px; padding:15px 15px 15px 15px;}

.yazar_detay_bg .left { width:145px;}
.yazar_detay_bg .right { width:560px;}

.yazar_detay_bg .y_adi { width:560px; font:15px/25px Lucida Sans Unicode; color:#FFF; height:50px;}

.yazar_detay_bg .y_tarih {
	font:12px/18px Lucida Sans Unicode;
	color:#275774;
	padding:4px 0 5px 20px;
	background:url(../sinema/showdate.gif) no-repeat left center;
	margin:-2px 0 0 0;
	}

.yazar_detay_bg .y_baslik {
	font:bold 18px/24px Lucida Sans Unicode;
	color:#E6653E;
	letter-spacing:-1px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #7EB1D3;
	margin:0 0 5px 0;
	}
	
.yazar_detay_bg .yazi { font:13px/19px Lucida Sans Unicode; color:#000; }

	
/*valid*/
#msg{display:none;position:absolute;z-index:200;background:url(../images/msg_arrow.gif) left center no-repeat;padding-left:7px}
#msgcontent {display:block;position:relative;background:#FFD9D9;border:2px solid #EA0000;border-left:none;padding:5px;min-width:150px;max-width:250px}
/*yildizlar*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../sinema/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:170px;
height:20px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left bottom;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:20px;
line-height:20px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left center;
}
.star-rating a.one-star{
width:10%;
z-index:11;
}
.star-rating a.two-stars{
width:20%;
z-index:10;
}
.star-rating a.three-stars{
width:30%;
z-index:9;
}
.star-rating a.four-stars{
width:40%;
z-index:8;
}
.star-rating a.five-stars{
width:50%;
z-index:7;
}
.star-rating a.six-stars{
width:60%;
z-index:6;
}
.star-rating a.seven-stars{
width:70%;
z-index:5;
}
.star-rating a.eight-stars{
width:80%;
z-index:4;
}
.star-rating a.nine-stars{
width:90%;
z-index:3;
}
.star-rating a.ten-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left top;
}
/*yildizlar*/


/*yönetim paneli */

.yonet_yazar {
	font:bold 11px/16px tahoma;
	color:#FFF;
	min-height:20px;
	padding:8px 10px 10px 10px;
	background:#6F8C09 url(../images/header/guide_bottom.gif) bottom no-repeat;
	}

.yonet_yazar div {
	width:150px;
	min-height:18px;
	padding:0px 0px 1px 10px;
	background:url(../images/header/arrow_gallery.gif) no-repeat;
	border-bottom:1px solid #5E7708;
	}

.yonet_header {
	width:735px;
	height:35px;
	background:url(../resimler/yonet/header_bg.png) no-repeat;
	font:bold 15px/20px Lucida Sans Unicode;
	color:#FFF;
	padding:18px 0 0 20px;
	margin:7px 0 0 0;
	}

.yonet { background:#E4EDED; width:740px; padding:15px 0 15px 15px; font:12px/16px Lucida Sans Unicode;}

.info td {
	border-bottom:1px dotted #BDD2D2;
	padding:3px 3px 3px 0;
	font:11px/16px Lucida Sans Unicode;
	vertical-align:middle;
	}
	
.new {
	width:540px;
	color:#666;
	border:1px solid #BDD2D2;
	background:#FFF;
	margin:10px 0 0 0;
	padding:4px 14px 4px 14px;
	vertical-align:middle;
	-moz-border-radius:5px;
}

.new a { color:#000; text-decoration:none; font-weight:bold; }
.new a:hover { color:#DA4155; }

.h_mail {
	width:510px;
	height:25px;
	background:url(../resimler/yonet/h_mail.png) no-repeat;
	font:13px/18px Arial;
	padding:6px 0 0 30px;
	margin:2px 0 2px 0;
	border-bottom:1px dotted #BDD2D2;
	}
	
.h_friend {
	width:510px;
	height:25px;
	background:url(../resimler/yonet/h_friend.png) no-repeat;
	font:13px/18px Arial;
	padding:6px 0 0 30px;
	margin:2px 0 2px 0;
	border-bottom:1px dotted #BDD2D2;
	}
	
.h_comment {
	width:510px;
	height:25px;
	background:url(../resimler/yonet/h_comment.png) no-repeat;
	font:13px/18px Arial;
	padding:6px 0 0 30px;
	margin:2px 0 0 0;
	}

.yonet_mesaj td {
	border-bottom:1px solid #A6C8E1;
	border-right:1px solid #E4EFF6;
	background:#FFF;
	padding:4px 5px;
	font:11px/15px Lucida Sans Unicode;
	color:#666;
	vertical-align:middle;
	}

.yonet_mesaj .new td {
	border-bottom:1px solid #F2B5BC;
	background:#F9DDE0 !important;
	}

.yonet_mesaj a { text-decoration:none; color:#000;}
.yonet_mesaj a:hover { text-decoration:none; color:#DA4155;}

.yonet_foto li {
	float:left;
	width:130px;
	padding:0px;
	margin:0 15px 15px 0px;
	text-align:center;
	}
	
#WRVqe4vq select, #WRVqe4vq input, .yonet_form, .edit input {
	border:1px solid #B5D0E6;
	background:#E4EFF6;
	font:12px/17px Lucida Sans Unicode;
	padding:3px;
	}
.edit input{float:left;width:100px;height:14px !important}
.edit, .editx{width:300px;cursor:pointer;}

/*modal*/

/*
------------------------------
	Impromptu's
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	/*border: solid 1px #eeeeee;*/
	border:5px solid #C81A71;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #EA0000; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #A60000;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #390;
}
div.jqi button.jqidefaultbutton:hover{
	background-color: #3C0;
}
.jqiwarning .jqi{ 
	/*background-color: #F60;*/
	border-color:#000;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
------------------------------
	brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #cccccc; }
.brownJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.brownJqi{
	position: absolute;
	background-color: transparent;
	padding: 10px;
	width: 300px;
	text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
	position: relative;
	background-color: transparent;
	border: solid 1px #5F5D5A;
	color: #ffffff;
	font-weight: bold;
}
div.brownJqi .brownJqimessage{
	position: relative;
	background-color: #F7F6F2;
	border-top: solid 1px #C6B8AE;
	border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	margin: 0;
	padding: 7px 0 7px 15px;
	color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
div.brownJqi .brownJqibuttons{
	text-align: right;
}
div.brownJqi button{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   Ext Blue Ex
*------------------------
*/
.extbluewarning .extblue{ border:1px red solid; }
.extbluefade{ position: absolute; background-color: #ffffff; }
div.extblue{ border:1px #6289B6 solid; position: absolute; background-color: #CAD8EA; padding: 0; width: 300px; text-align: left; }
div.extblue .extblueclose{ background-color: #CAD8EA; margin:2px -2px 0 0; cursor: pointer; color: red; text-align: right; }
div.extblue .extbluecontainer{ background-color: #CAD8EA; padding: 0 5px 5px 5px; color: #000000; font:normal 11px Verdana; }
div.extblue .extbluemessage{ background-color: #CAD8EA; padding: 0; margin:0 15px 15px 15px; }
div.extblue .extbluebuttons{ text-align: center; padding: 0px 0 0 0; }
div.extblue button{ padding: 1px 4px; margin: 0 10px; background-color:#cccccc; font-weight:normal; font-family:Verdana; font-size:10px; }



.poll-container #container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.poll-container  #header {
	width: 100%;
	padding-top: 15px;
}
.poll-container  .spacer {
	width: 100%;
	height: 15px;
}
.poll-container  hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
.poll-container h1 {
	font-size: 28px;
	color: #cc0000;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 300;
}
.poll-container h2 {
	font-size: 15px;
	color: gray;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 300;
}
.poll-container h3 {
	color: #cc0000;
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	padding: 5px;
	margin-top: 5px;
}

.poll-container #left {
	float: left;
	width: 250px;
	color: black;
}

.poll-container #main {
	margin: 5px 5px 5px 260px;
	padding: 15px;
	border-left: 1px solid silver;
}
.poll-container p {
	color: black;
	line-height: 20px;
	padding: 5px;
}
.poll-container a {
	color: #cc0000;
	text-decoration: none;
}
.poll-container a:hover {
	color: #cc0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.poll-container #footer {
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.poll-container .right {
	color: gray;
	background-color: #FFFFFF;
	float: right;
	font-size: 100%;
	margin-top: 5px;
}
.poll-container .left {
	color: gray;
	background-color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin-top: 5px;
}

/* Bar Graphs */
.poll-container .graph {
  width: 250px;
  position: relative;
  right: 30px;
}
.poll-container .bar-title {
  position: relative;
  float: left;
  width: 90px;
  line-height: 20px;
  margin-right: 2px;
  font-weight: bold;
  text-align: right;
}
.poll-container .bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 15px;
}

.poll-container .bar-container div {
  background-color:#fdc702;
  height: 20px;
}
.poll-container .bar-container strong {
  position: absolute;
  right: -22px;
  top: 0px;
  overflow: hidden;
}
.poll-container  #poll-results p {
  text-align: center;
}


/**suggest/

/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
}

/* IEXX compatinility */
* html div.autosuggest {
	padding-top:1px; 
}

/* Only IE7 compatibility */
*+html div.autosuggest {
	margin-top:12px;
	padding:0px;
}

div.autosuggest div.as_header
{
	margin-top:5px;
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-top:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-bottom:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Only IE7 compatibility */
*+html div.autosuggest div.as_header { margin-top:0px; }
* html div.autosuggest div.as_header { margin-top:5px; }

div.autosuggest div.as_footer
{
	/* border-bottom:1px solid #95a5c6; */
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
}
div.autosuggest div.as_footer div.as_corner
{
	
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #ffffff;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
}

div.autosuggest ul li
{
	float:left;
	width:97%;
 	color: #5776ae;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	float:left;
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}

div.autosuggest ul li a span
{
	float:left;
	display: block;
	padding: 3px 6px;
	font-weight: normal;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3b5998;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration:none;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul li.as_header
{
	font-weight: bold;
	font-size:14px;
	color:#FFFFFF;
	background:#999;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
}

div.autosuggest ul em
{
	font-style: normal;
	font-weight:bold;
	color: #000000;
	background-color:#d8dfea;
}
.graph {
  width: 250px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 104px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  color:#fff
}
.bar-container {
  border-bottom:1px solid #BB3084;
  position: relative;
  float: left;
  width: 150px;
  height: 10px;
  padding: 0px 0px 5px 0px;
}

.bar-container div {
  background:url(../images/content/anket_bar.png) 0px -11px;
  height: 11px;
}
.bar-container strong {
  position: absolute;
  right: 0px;
  top: -4px;
  color:#fff;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}
br {height:3px !important;}


table#anketSonuclari td{
padding:3px;
border-bottom:1px solid #eee;
}


h5 {
	 background: #e3e3e3;
	 background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	 background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
	 padding: 10px 20px;
	 margin-left: -20px;
	 margin-top: 0;
	 position: relative;
	 width: 70%;

	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;

	color: #454545;
	text-shadow: 0 1px 0 white;
}

.h5arrow {
	 width: 0; height: 0;
	 line-height: 0;
	 border-left: 20px solid transparent;
	 border-top: 10px solid #c8c8c8;
	 top: 104%;
	 left: 0;
	 position: absolute;
}

.saribg
{
	
	background-color:#EBEADB;
	
}

.dumanbg
{
	
	background-color:#f4f4f4;
	
}

.cerceve
{
border:1px solid #CCC;
-moz-border-radius:5px; -webkit-border-radius:5px;
}

.ustcerceve
{
border:1px solid #CCC;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
.beyazbg
{
background-color:#FFF;
}


.pd1
{
 padding:1px;	
}

.pd2
{
 padding:2px;	
}
.pd3
{
 padding:3px;	
}

.pd4
{
 padding:4px;	
}

.pd5
{
 padding:5px;	
}


.pdl1
{
 padding-left:1px;	
}

.pdl2
{
 padding-left:2px;	
}
.pdl3
{
 padding-left:3px;	
}

.pdl4
{
 padding-left:4px;	
}

.pdl5
{
 padding-left:5px;	
}




.pdr1
{
 padding-right:1px;	
}

.pdr2
{
 padding-right:2px;	
}
.pdr3
{
 padding-right:3px;	
}

.pdr4
{
 padding-right:4px;	
}

.pdr5
{
 padding-right:5px;	
}




.mr1{
	margin:1px;
	}
.mr2{
	margin:2px;
	}
.mr3{
	margin:3px;
	}

.mr4{
	margin:4px;
	}
	
.mr5{
	margin:5px;
	}
	

.mrl1{
	margin-left:1px;
	}
.mrl2{
	margin-left:2px;
	}
.mrl3{
	margin-left:3px;
	}

.mrl4{
	margin-left:4px;
	}
	
.mrl5{
	margin-left:5px;
	}
	
	
	
.mrr1{
	margin-right:1px;
	}
.mrr2{
	margin-right:2px;
	}
.mrr3{
	margin-right:3px;
	}

.mrr4{
	margin-right:4px;
	}
	
.mrr5{
	margin-right:5px;
	}
	
.fs8
{
font-size:8px;	
}	

.fs12
{
font-size:12px;	
}

.fs10
{
font-size:10px;	
}
	
.fs16
{
font-size:16px;	
}
.fs20
{
font-size:20px;	
}

.sh
{
margin-top:7px;
width:100%;
height:14px;
background-image:url(../images/sh.gif);
background-repeat:repeat-x;
	}
	
.el
	{
		
	cursor: pointer;
	
	}
.saribaslikbg
{

	background-image:url(../images/saribaslikbg.jpg);
	background-repeat: repeat-x;
	
}	
	
.amavibaslikbg
{

	background-image:url(../images/amavibaslikbg.jpg);background-repeat: repeat-x;
	
}	
		
.kirmizibaslikbg
{
	
	background-image:url(../images/kirmizibaslikbg.jpg);background-repeat: repeat-x;
	
}	
	
	.kyesilbaslikbg
{
	
	background-image:url(../images/kyesilbaslikbg.jpg);background-repeat: repeat-x;
	
}	
	
	.turuncubaslikbg
{
	
	background-image:url(../images/turuncubaslikbg.jpg);background-repeat: repeat-x;
	
}	
	.gribaslikbg
{
	
	background-image:url(../images/gribaslikbg.jpg);background-repeat: repeat-x;
	
}

	.kirmizibg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/kirmizibg.jpg);background-repeat: repeat-x;
	
}

	.turuncubg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/turuncubg.jpg);background-repeat: repeat-x;
	
}


	.amavibg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/amavibg.jpg);background-repeat: repeat-x;
	
}

	.mavibg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/mavibg.jpg);background-repeat: repeat-x;
	
}


	.yesilbg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/yesilbg.jpg);background-repeat: repeat-x;
	
}

	.ayesilbg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/ayesilbg.jpg);background-repeat: repeat-x;
	
}


	.gribg
{
	max-width:951px;
	max-height:25px;
	background-image:url(../images/gribg.jpg);background-repeat: repeat-x;
	
}
.cizgi
{
height:1px;
background-image:url(../images/horizontaldotted.gif);background-repeat: repeat-x;	
}	


	/* Search styles */
		#search-block {
			width: 233px;
			height: 27px;
			float: right;
			margin-top: 39px;
			padding-right: 30px; /* I use padding-right instead of margin-right to avoid IE6 double margin bug. This works just fine. */
			background: url(../images/search_field.png) no-repeat left top;
			overflow: hidden;
		}
		
			#search-block form {
				padding: 0px;
				margin: 0;
			}
			#search-block #search-field {
				width: 195px;
				padding: 5px 1px 5px 5px;
				border: 0;
				background: none;
				color: #666;
				float: left;
			}
			
			#search-block #search-submit {
				width: 32px;
				height: 27px;
				margin-left: 0px;
				border: 0;
				background: url(../images/search_button.png) no-repeat left top;
				color: #777;
				font: bold 1em arial, sans-serif;
				cursor: pointer;
				float: left;
			}
			
			
			
			div.carouselholder {
			
				position: relative;
				width: 132px;
				
							
			}
			div.carouselholder ul, div.carouselholder li {
				display: block;
				list-style: none;
				margin: 0;
			}
			div.carouselholder ul {
				padding: 0;
			}
			div.carouselholder li {
				
				width: 130px;
				height: 90px;
			
				padding:4px 0 0 0;
							}
			a {
				cursor: pointer;
			}
			
	.gribaslik {
	border:1px solid #ddd;
	background:#ddd url(../images/gribg.png) 50% 50% repeat-x;
	color:#444;
	text-shadow:0 1px 0 #fff;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	
	
}


.mavibaslik

{
	border:1px solid #4297d7;
	background:#5c9ccc url(../images/mavibaslikbg.png) 50% 50% repeat-x;
	color:#fff;
	text-shadow:0 1px 0 #fff;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	
	}


.turuncubaslik

{
	border:1px solid #DE8F5B;
	background:#5c9ccc url(../images/turuncubaslikbg.png) 50% 50% repeat-x;
	color:#fff;
	text-shadow:0 1px 0 #fff;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	
	}
	
	.saribaslik

{
	border:1px solid #F0B73E;
	background:#5c9ccc url(../images/saribaslikbg.png) 50% 50% repeat-x;
	color:#333;
	text-shadow:0 1px 0 #fff;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	
	}

.widget {

padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("../images/oksl.gif");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
.golge
{
	background-image:url(../images/wbottom.png);
background-repeat:no-repeat;
height:10px;
}



.boxgrid{ 
				width: 111px; 
				height: 87px; 
				
				
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{
	position: absolute;
	top: -1px;

	border: 0;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
			
				position: absolute; 
				background: #000; 
				height: 87px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 				
 				}
 				.caption .boxcaption {
 					top: 220;
 					
 				}


	
	.listmenu {
	margin-top: 2px;
	padding: 5px;

	}
	
		.listmenu li {
		
	 	list-style-image: url("../images/kirmizi_ok.gif");
		margin-left: 20px;
	   
		}
		
		.listmenu li a {
	
 	height:19px;
	display:block;
	font:12px/19px Arial;
	color:#000;
	text-decoration:none;

		border-bottom:1px dotted #C9C9C9;
	    padding:3px;
		
	
	}


	
.listmenu li a:hover { color:#DA4155; border-bottom: 1px dotted  #999;  padding:3px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.listdivGri {
	margin-top: 2px;
	padding: 5px;

	}
	
		.listdivGri li {
		
	 	list-style-image: url("../images/oksl.gif");
		margin-left: 20px;
		}
		
		.listdivGri li a {
	max-width:165px;
	width:165px;
	height:19px;
	display:block;
	font:12px/19px Arial;
	color:#000;
	text-decoration:none;
	padding:0 0 0 0px;
	border-bottom: 1px solid #CCC;
	}



	
	
.listdivGri li a:hover { color:#DA4155; border-bottom: 1px solid #999; }

	.listdiv {
	margin-top: 2px;
	padding: 5px;

	}
	
.listdiv li 
{
	
}

.listdiv li a {
	max-width:165px;
	width:165px;
	height:19px;
	display:block;
	font:12px/19px Arial;
	color:#000;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url(../images/content/arrow_bn.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	}
	
.listdiv li a:hover { color:#DA4155; border-bottom: 1px solid #999; }
	
	
.kategorilist{
	margin-top: 2px;
	padding: 5px;

	}
	
.kategorilist li 
{
	
}

.kategorilist li a {
	width:250px;
	height:19px;
	display:block;
	font:12px/19px Arial;
	color:#000;
	text-decoration:none;
	padding:0 0 0 17px;
	margin:5px;
	background:url(../images/Turuncu_ok.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	}
	
.kategorilist li a:hover { color:#DA4155; border-bottom: 1px solid #999; }
	
	
.HavaDurumuGunduz{
	clear:both;
	position:relative;
	width:600px;
	min-height:190px;
	height:14.6154em;
	*height:14.2632em;
	margin-bottom:2px;
	/*background:#CCE1FF url(../images/crntcondbg_day.gif) repeat-x;*/
	/*border:1px solid #5182ce;*/
	font-weight:normal;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-top:2px;

}
.HavaDurumuGece{
	clear:both;
	position:relative;
	width:600px;
	min-height:190px;
	height:14.6154em;
	*height:14.2632em;
	margin-bottom:2px;
	/*background:#DFDDE2 url(../images/crntcondbg_night.gif);*/
	font-weight:normal;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-top:2px;
}
.HavaDurumuSehir{
	font-weight:bold;
	color:#036;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}
.HavaDurumuHissedilen{
	font-weight:bold;
	color:#036;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}



.transparan img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
border:1px #333 solid;
}

.transparan:hover img
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
border:1px #333 solid;
} 

.TogKapali
{
	margin-right:2px;
 text-decoration:none;
 float:right;
 min-height:16px;
 min-width:26px;
 background-image:url(../images/down-enabled.gif);
 background-repeat:no-repeat;
}
.TogAcik
{
		margin-right:2px;
 text-decoration:none;
 min-height:16px;
 min-width:26px;
 float:right;
 background-image:url(../images/up-enabled.gif);
 background-repeat:no-repeat;
}

.YorumYazi {
	font:12px/17px Lucida Sans Unicode;
	color:#000;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:3px;
	}
	
	
	.YorumTarih {
	height:17px;
	font:12px/16px "Lucida Sans Unicode";
	padding:5px 5px 0px 21px;
	background-image:url(../images/content/gallery_date.gif);
	background-repeat:no-repeat;
	}
	
	
.hata, .ikaz, .tamam, .bilgi { 
margin-bottom : 1.5em; 
padding : 1em 1.5em 1em 5.5em; 
border-bottom : 2px solid #fff; 
border-top : 2px solid #fff; 
color : #444; 
} 
.hata { 
background : #fbe3e4 url(../images/hata.png) no-repeat 2.2em center; 
border-color : #e0011b; 
} 
.hata a { 
color : #d12f19; 
} 
.ikaz { 
background : #fff6bf url(../images/ikaz.png) no-repeat 2.2em center; 
border-color : #ffd324; 
} 
.ikaz a { 
color : #817134; 
} 
.tamam { 
background : #e9ffdd url(../images/tamam.png) no-repeat 2.2em center; 
border-color : #72c868; 
} 
.tamam a { 
color : #529214; 
} 
.bilgi { 
background : #e2ecee url(../images/bilgi.png) no-repeat 2.2em center; 
border-color : #9ddae6; 
} 
.bilgi a { 
color : #2d7ba2; 
} 
.hata ul, .ikaz ul, .tamam ul, .bilgi ul { 
list-style : none; 
margin : 1.3em 1.5em; 
} 
.hata ul li, .ikaz ul li, .tamam ul li, .bilgi ul li { 
padding-left : 1.3em; 
} 
.hata ul li { 
background : url(../images/hata-bullet.png) no-repeat 0 0.55em; 
} 
.ikaz ul li { 
background : url(../images/ikaz-bullet.png) no-repeat 0 0.55em; 
} 
.tamam ul li { 
background : url(../images/tamam-bullet.png) no-repeat 0 0.55em; 
} 
.bilgi ul li { 
background : url(../images/bilgi-bullet.png) no-repeat 0 0.55em; 
} 	
	
.textboxbg {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}	
	
.sarikutu { 
background-color : #fcd562; 
border-color : #c7a84d; 
border-width : 3px; 
border-bottom-width : 0; 
border-right-width : 0; 
border-style : solid; 
font-family : "Trebuchet MS"; 
font-weight : bold; 
font-size : 13px; 
color : #181818; 
padding-left : 5px; 
letter-spacing : 1px; 
line-height : 20px; 
} 
.sarikutuarka { 
background-color : #ffffff; 
border-color : #dadada; 
border-width : 1px; 
border-style : solid; 
padding-bottom : 5px; 
padding-top : 5px; 
padding-left : 6px; 
padding-right : 6px; 
} 
.tmsyazi { 
font-family : "Trebuchet MS"; 
font-weight : bold; 
font-size : 13px; 
font-style : normal; 
color : #181818; 
} 
.tmsyazilight { 
font-family : "Trebuchet MS"; 
font-weight : lighter; 
font-size : 13px; 
font-style : normal; 
color : #181818; 
} 	
	
	
.galeriBlock
{
	
}
	
.galeriBlock ul.grid{
	list-style:none;
	float:left;
}
.galeriBlock ul.sec_row{
	margin-top:18px;
	float:left;
}
.galeriBlock ul.grid li{
	background-image:url(../images/prod_bg.gif);
	background-repeat:no-repeat;
	width:210px;
	height:190px;
	text-align:center;
	float:left;
	margin-right:40px;
    margin-left:40px;
	padding-top:11px;
	margin-top:18px;
}
.galeriBlock ul.grid li.last{
	margin-right:0px;
}
.galeriBlock ul.grid li a img{
	width:192px;
	height:163px;
}
.galeriBlock ul.grid li p.title{
	float:left;
	color:#5c5c5c;
	margin-left:10px;
}
.galeriBlock ul.grid li p.price{
	float:right;
	color:#5c5c5c;
	margin-right:10px;
}

.divstyle { 
position : absolute; 
border : 1px groove #115585; 
top : 50; 
left : 100; 
} 
.pstyletitle { 
background : #b1b49e; 
color : white; 
font-weight : bold; 
font-size : 13px; 
font-style : normal; 
font-size : 100%; 
font-family : "Trebuchet MS"; 
padding : 2px; 
} 
.pstylebody { 
background : #ebe9d9; 
font-size : 100%; 
font-family : "Trebuchet MS"; 
} 
.form-panel
{
	
	max-width:520px;
	
}



.form-panel label { width:146px; display:block; text-align:left; padding-top:2px; margin-left:5px; margin-bottom:2px; color:#999; font-size:14px; font-family: "Trebuchet MS" ;font-weight:normal; float:left; margin-right:10px;  }
.form-panel input, .form-panel textarea, .form-panel select  { width:200px; margin-bottom:13px; height:25px; font-family: "Trebuchet MS" ;font-weight : bold; 
font-size : 15px; 
font-style :normal; 
}






/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
 
/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
 
.one {
	position:absolute;
	top:0;
	right:0;
}
.two {
	float:left;
	width:100%;
}
.two .i1,
.two .i2 { background-image:url(../images/borders.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(../images/box.gif); }
#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}
.button {
	float:left;
	margin-top:0;
}
.button .bt {
	height:8px;
	margin:0 0 0 9px;
	background-image:url(../images/button.png);
}
.button .bt div {
	left:-9px;
	width:9px;
	height:8px;
	background-image:url(../images/button.png);
}
.button .bb {
	height:8px;
	margin:0 0 0 8px;
	background-image:url(../images/button.png);
}
.button .bb div {
	left:-8px;
	width:8px;
	height:8px;
	background-image:url(../images/button.png);
}
.button .i1 {
	padding:0 0 0 3px;
	background-image:url(../images/button-borders.png);
}
.button .i2 {
	padding:0 3px 0 0;
	background-image:url(../images/button-borders.png);
}
.button .i3 {
	padding:0 0.5em;
	background:#3a3d40 url(../images/button.png) no-repeat -3px -8px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button a:link,
.button a:visited,
.button a:hover {
	border:none;
	color:#fff;
}
 
/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.belirt { 
background-color : #fafcfb; 
border-color : #e9e9e9; 
border-width : 1px; 
border-left-width : 1px; 
border-style : solid; 
color : #666666; 
padding-top : 8px; 
padding-bottom : 8px; 
padding-left : 5px; 
} 
.belirt2 { 
background-color : #f5f2ed; 
border-color : #707070; 
border-right-color : #404040; 
color : #000000; 
border-width : 1px; 
border-left-width : 1px; 
border-style : solid; 
padding-top : 8px; 
padding-bottom : 8px; 
padding-left : 5px; 
} 
.belirtsade { 
background-color : #f9f9f9; 
border-color : #f9f9f9; 
border-width : 1px; 
border-style : solid; 
padding-bottom : 1px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : normal; 
font-style : normal; 
color : #535353; 
line-height : 18px; 
text-decoration : none; 
} 
.belirtsade2 { 
background-color : #ffffff; 
border-color : #cacaca; 
border-width : 1px; 
border-style : solid; 
padding-bottom : 1px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : normal; 
font-style : normal; 
color : #000000; 
line-height : 18px; 
text-decoration : none; 
} 

/* siyah buttons */
.siyahbutton {
	-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	display:inline-block;
	font:14px/100% Arial, Helvetica, sans-serif;
	margin:0 2px;
	outline:medium none;
	padding:0.5em 2em 0.55em;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align:baseline;
	background:#868686 url('../images/btn-bg-dark.gif') repeat-x bottom;
	color:#E9E9E9;
}
.siyahbutton:hover {
	background:#585858 url('../images/btn-bg-dark-hover.gif') repeat-x bottom;
	text-decoration:none;
}
 .siyahbutton:active {
	background:#585858 url('../images/btn-bg-dark-active.gif') repeat-x bottom;
	color:#AFAFAF;
	position:relative;
	top:1px;
}
 .siyahbuttonmedium {
	font-size:12px;
	padding:0.4em 1.5em 0.42em;
}
 .siyahbuttonsmall {
	font-size:11px;
	padding:0.2em 1em 0.275em;
}