@import url('reset.css');
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);*/
@import url('footer.css');
@import url('jquery.fancybox.css');
@import url('jquery.accordion.css');
/*@import url('font/font.css');*/
/* ===========================

ralewayregular
ralewaybold
Open Sans

   =========================== */

body {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #ecedef;
	position: relative;
}
div.header-wrapper {
	width: 100%;
	height: 100px;
	background: #FFF url(img/header-bg-red.png) repeat-x left top;
}
div.header-wrapper div.header {
	width: 985px;
	height: 100px;
	margin: 0 auto;
}
div.header-wrapper div.header div.header-top {
	width: 100%;
	height: 100px;
	background: transaprent;
}
div.header-bottom-wrapper {
	width: 100%;
	height: 97px;
	background: #FFF url(img/header-bg-red.png) repeat-x left -100px;
}
div.header-bottom-wrapper div.header {
	width: 985px;
	height: 97px;
	margin: 0 auto;
}
div.header-bottom-wrapper div.header div.header-center {
	width: 100%;
	height: 50px;
	padding-top: 10px;
	background: transparent;
	position: relative;
}
div.header-bottom-wrapper div.header div.header-bottom {
	width: 100%;
	height: 37px;
	background: #FFF;
}
div.header-bottom-wrapper.scroll-to-fixed-fixed {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3)
}
div.search {
	width: 36px;
	height: 36px;
	background: #e20025 url(img/searchicon.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 17px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.search input {
	display: none;
}
div.search:hover {
	width: 250px;
	height: 36px;
	background: #212121 url(img/searchicon.png) no-repeat 371px center;
	z-index: 100;
	position: absolute;
	right: 0px;
	top: 17px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.search:hover input {
	float: left;
	display: block;
	font-size: 14px;
	outline: none;
	height: 36px;
	width: 200px;
	padding: 0px;
	margin: 0 0 0 10px;
	border: 0px;
	line-height: 36px;
	background: #212121;
	color: #FFF;
}
div.search:hover input.SearchButton {
	width: 36px;
	height: 36px;
	background: #212121 url(img/searchicon.png) no-repeat center center;
	cursor: pointer;
	margin: 0px !important;
}
div.header-top h1#logo {
	width: 240px;
	height: 100px;
	background: transparent url(img/logo.png) no-repeat left top;
	text-indent: -9999px;
	float: left;
}
div.header-top div.banner-wrapper {
	width: 728px;
	height: 90px;
	background: #FFF;
	float: left;
	margin: 5px 0 5px 17px;
}
div.header-center ul.mainmenu {
	height: 49px;
	padding-top: 1px !important; /*border-top:1px solid #6bd39f;*/
}
div.header-center ul.mainmenu li {
	float: left;
	height: 49px;
	position: relative;
	line-height: 49px;
}
div.header-center ul.mainmenu li span {
	display: none;
	position: absolute;
	width: 10px;
	height: 49px;
	background: transparent url(img/menu-shadow.png) no-repeat left bottom;
	right: -10px;
	top: 0px;
}
div.header-center ul.mainmenu li:hover span {
	display: block;
}
div.header-center ul.mainmenu li a.mainmenu-a {
	font-family: 'Open Sans';
	font-weight:700;
	text-decoration: none;
	color: #FFF;
	padding: 0 20px;
	line-height: 49px;
	display: block;
}
div.header-center ul.mainmenu li:hover a.mainmenu-a {
	background: #FFF;
	border-top: 3px solid #212121;
	color: #212121;
	height: 49px;
	padding-top: 1px;
	margin-top: -4px;
}
div.header-center ul.mainmenu li div.submenu {
	display: none;
	position: absolute;
	width: 925px;
	min-height: 300px;
	background: #FFF;
	z-index: 654;
	box-shadow: 0 40px 60px #000;
	padding: 37px 30px 20px;
}
div.header-center ul.mainmenu li.mainmenu-item-01 div.submenu {
	left: -70px;
}
div.header-center ul.mainmenu li.mainmenu-item-02 div.submenu {
	left: -154px;
}
div.header-center ul.mainmenu li.mainmenu-item-03 div.submenu {
	left: -492px;
}
div.header-center ul.mainmenu li.mainmenu-item-04 div.submenu {
	left: -331px;
}
div.header-center ul.mainmenu li.mainmenu-item-05 div.submenu {
	left: -658px;
}
div.header-center ul.mainmenu li:hover div.submenu {
	display: block;
}
div.header-center ul.mainmenu li div.submenu div.last-added {
	float: left;
	width: 526px;
	padding-right: 14px;
	background: transparent url(img/submenu-border.png) repeat-y right top;
}
div.header-center ul.mainmenu li div.submenu div.most-recent {
	float: left;
	width: 355px;
	padding-left: 30px;
}
div.submenu div.last-added li {
	float: left;
	width: 233px;
	margin-right: 30px;
	padding-bottom: 20px;
	min-height: 270px;
	height: auto !important;
}
div.submenu div.last-added img {
	width: 233px;
	float: left
}
div.submenu div.last-added li h3 a {
	line-height: 17px;
	font-size: 16px;
	color: #ae001d;
	text-decoration: none;
	font-family: 'Open Sans';
	display: block;
	margin: 5px 0 !important;
}
div.submenu div.last-added li p a {
	font-size: 13px;
	line-height: 120%;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div.submenu div.last-added li a.submenu-img {
	overflow: hidden;
	width: 233px;
	height: 111px;
	display: block;
}
div.submenu div.most-recent h2 {
	font-size: 22px;
	color: #a6002f;
	font-family: 'Open Sans';
	line-height: 22px;
}
div.submenu div.most-recent h3 a {
	color: #a6002f;
}
div.header-bottom ul {
	margin-left: 0px;
	width: 1000px;
	height: 37px;
}
div.header-bottom ul li {
	float: left;
}
div.header-bottom ul li a {
	line-height: 37px;
	background: transparent url(img/header-bottom-li-item.jpg) no-repeat 17px center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 40px;
}
div.header-bottom ul li a:hover {
	color: #ae001d;
}
div.header-bottom ul li:first-child a {
	background-image: none !important;
}
div.main-wrapper {
	width: 100%;
	height: auto;
	min-height: 1000px;
	padding-top: 20px;
	background: #efefef /*url(img/hayat-reklam.jpg) no-repeat center top*/;
}
div.main-wrapper div.main {
	width: 985px;
	padding: 18px 20px 20px;
	margin: 0 auto;
	min-height: 800px;
	background: #FFF;
}
div.hot-news-bar {
	width: 985px;
	position: relative;
	height: 35px;
	border-bottom: 1px solid #e7e9eb;
	border-top: 1px solid #e7e9eb;
	background: #FFF;
}
div.hot-news-bar ul.hot-news-bar-list {
	width: 980px;
	margin-left: 0px;
	height: 35px;
	z-index: 324;
	overflow: hidden;
}
div.hot-news-bar ul.hot-news-bar-list li {
	float: left;
}
div.hot-news-bar img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 333;
}
div.hot-news-bar a {
	line-height: 35px;
	font-weight: bold;
	/*color: #c00009;*/
	color: #212121;
	background: transparent url(img/hot-news-icon.jpg) no-repeat right 9px;
	height: 40px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 35px 0 15px;
}
div.hot-news-bar span {
	display: inline-block;
	float: left;
	background: transparent url(img/header-grad.png) repeat-x left -33px;
	font-size: 10px;
	margin-left: 15px;
	color: #FFF;
	padding: 4px 5px 2px;
	margin-top: 10px;
	font-weight:bold;
}
div.hot-news-bar a:hover {
	color: #c00009;
}
div.borsa-live {
	width: 983px;
	background: #fafadd;
	border: 1px solid #dbddb7;
	margin-bottom: 5px;
	height: 33px;
	overflow: hidden;
}
div.borsa-live ul {
	padding-top: 6px;
}
div.borsa-live ul li {
	height: 25px !important;
	line-height: 25px !important;
	border-right: 1px solid #DDD;
}
div.borsa-live ul li p {
	float: left;
	line-height: 25px;
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
}
div.borsa-live ul li p.banner_alt_piyasa_isim {
	padding-left: 10px;
}
div.borsa-live ul li p.banner_alt_piyasa_oran_yukari {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	color: #006924;
	padding-right: 30px;
	margin-right: 10px;
	background: transparent url(img/yukari.png) no-repeat right 5px;
}
div.borsa-live ul li p.banner_alt_piyasa_oran_asagi {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	color: #b30000;
	padding-right: 30px;
	margin-right: 10px;
	background: transparent url(img/asagi.png) no-repeat right 5px;
}
div.borsa-live ul li p.banner_alt_piyasa_oran_sabit {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	color: #666;
	padding-right: 30px;
	margin-right: 10px;
	background: transparent url(img/sabit.png) no-repeat right 5px;
}
div.main-top-banner-wrapper {
	width: 100%;
	margin: 5px 0;
	height: 130px;
}
div.main-top-banner-wrapper div.banner-wrapper {
	width: 315px;
	height: 130px;
	float: left;
	background: #dedede;
	margin-left: 20px;
}
div.main-top-banner-wrapper div:first-child {
	margin-left: 0px !important;
}
div.main-wrapper div.main div.main-left {
	width: 650px;
	float: left;
	min-height: 1000px;
	background: #FFF;
}
div.main-wrapper div.main div.main-right {
	width: 315px;
	float: left;
	min-height: 1000px;
	background: #FFF;
	margin-left: 20px;
}
div.main-slider {
	position: relative;
	width: 650px;
	height: 464px;
	overflow: hidden;
}
ul.main-slider-category {
	position: absolute;
	z-index: 555;
	top: 360px;
 *zoom: 1;
}
ul.main-slider-category li {
	float: left;
	margin-right: 2px;
	outline: none;
}

li.msc00 {  }
li.msc00 a { border-top-color:#F00 !important; background:url(img/total.png) no-repeat left bottom !important; text-indent:-9999px; margin-left:2px !important; padding:0 !important; width:54px !important; }
li.msc00.ui-tabs-active a { background:#c00 url(img/total.png) no-repeat left top !important; }
div#total-slider div.bx-pager a { border-color: #C00 !important; color: #C00 !important; }
div#total-slider div.bx-pager a.active { background-color: #C00 !important; color: #FFF !important; }

ul.main-slider-category li a {
	border-top: 3px solid #000;
	background: #f2f2f2 url(img/mainslider-cat-bg.jpg) repeat-x left top;
	display: block;
	outline: none;
	line-height: 47px;
	padding: 0 27px;
	font-family: 'Open Sans';
	font-weight:700;
	font-size: 15px;
	color: #3d3d3d;
	text-decoration: none;
}
ul.main-slider-category li.ui-tabs-active a {
	background: red;
	color: #FFF;
}
div.main-slider div.bx-viewport {
	border-bottom: 3px solid #b8c1ce;
}
div.main-slider div.bx-viewport div.slider-caption {
	position: absolute;
	background: #FFF url(img/caption-bg.png) repeat-x left bottom;
	bottom: 63px;
	left: 10px;
	width: 514px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	padding: 10px;
}
div.main-slider div.bx-viewport div.slider-caption h3 {
	font-size: 23px;
	color: #000;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: -0.03em;
}
div.main-slider div.bx-viewport div.slider-caption p {
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	padding-top: 10px;
}
div.news-list div.main-slider div.bx-viewport div.slider-caption {
	bottom: 10px !important;
}
div.main-slider div.bx-controls-direction {
	display: none;
}
/*div.main-slider-item ul,*/
div.main-slider-item li {
	height: 410px;
	width: 650px !important;
	overflow: hidden;
}
div.main-slider div.bx-pager {
	border-bottom: 1px solid #DDD;
	height: 40px;
	padding: 10px 0 0 10px;
	width: 640px;
}
div.main-slider div.bx-pager div.bx-pager-item {
	float: left;
	margin-right: 7px;
}
div.main-slider div.bx-pager a {
	border: 2px solid #a60035;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #a60035;
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin-right: 7px;
}
div.main-slider div.bx-pager a.active {
	background: #a60035;
	color: #FFF;
}
li.msc01 a {
	border-top-color: #00a654 !important;
}
li.msc02 a {
	border-top-color: #0051a6 !important;
}
li.msc03 a {
	border-top-color: #7000a6 !important;
}
li.msc04 a {
	border-top-color: #a48604 !important;
}
li.msc05 a {
	border-top-color: #a40034 !important;
}
li.msc01.ui-tabs-active a {
	background: #026f39 !important;
}
li.msc02.ui-tabs-active a {
	background: #023468 !important;
}
li.msc03.ui-tabs-active a {
	background: #4a006d !important;
}
li.msc04.ui-tabs-active a {
	background: #735b03 !important;
}
li.msc05.ui-tabs-active a {
	background: #800028 !important;
}
div#borsa-slider div.bx-pager a {
	border-color: #00a654 !important;
	color: #00a654 !important;
}
div#borsa-slider div.bx-pager a.active {
	border-color: #00a654 !important;
	background-color: #00a654 !important;
	color: #FFF !important;
}
div#ekonomi-slider div.bx-pager a {
	border-color: #0051a6 !important;
	color: #0051a6 !important;
}
div#ekonomi-slider div.bx-pager a.active {
	border-color: #0051a6 !important;
	background-color: #0051a6 !important;
	color: #FFF !important;
}
div#sirket-slider div.bx-pager a {
	border-color: #7000a6 !important;
	color: #7000a6 !important;
}
div#sirket-slider div.bx-pager a.active {
	border-color: #7000a6 !important;
	background-color: #7000a6 !important;
	color: #FFF !important;
}
div#dunya-slider div.bx-pager a {
	border-color: #a48604 !important;
	color: #a48604 !important;
}
div#dunya-slider div.bx-pager a.active {
	border-color: #a48604 !important;
	background-color: #a48604 !important;
	color: #FFF !important;
}
div#guncel-slider div.bx-pager a {
	border-color: #a40034 !important;
	color: #a40034 !important;
}
div#guncel-slider div.bx-pager a.active {
	border-color: #a40034 !important;
	background-color: #a40034 !important;
	color: #FFF !important;
}
div.main-content-banner-wrapper {
	margin: 10px 0;
	width: 100%;
	height: 100px;
	background: #dedede;
}
div.borsa-haberleri-teaser {
	width: 100%;
	height: auto;
	min-height: 500px;
}
div.news-teaser h2 {
	line-height: 50px;
	background: transparent url(img/header-grad.png) repeat-x left top;
	padding-left: 14px;
	color: #FFF;
	font-family: 'Open Sans', Arial;
	font-size: 15px;
	letter-spacing: -0.03em;
}
div.news-teaser h2 a.alllink {
	float: right;
	width: 107px;
	height: 41px;
	display: block;
	background: transparent url(img/all-bg.png) no-repeat left top;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Open Sans', Arial;
	letter-spacing: 0 !important;
}
div.borsa-haberleri-teaser h2 {
	background-position: left top;
}
div.guncel-teaser h2 {
	background-position: left -50px;
}
div.guncel-teaser h3 a, div.guncel-teaser h2 a.alllink {
	color: #a40034;
}
div.sirket-teaser h2 {
	background-position: left -200px;
}
div.sirket-teaser h3 a, div.sirket-teaser h2 a.alllink {
	color: #7000a6;
}
div.dunya-teaser h2 {
	background-position: left -150px;
}
div.dunya-teaser h3 a, div.dunya-teaser h2 a.alllink {
	color: #a48604;
}
div.ekonomi-teaser h2 {
	background-position: left -100px;
}
div.ekonomi-teaser h3 a, div.ekonomi-teaser h2 a.alllink {
	color: #0051a6;
}
div.one-column {
	width: 315px;
	float: left;
}
div.withmargin {
	margin-left: 20px;
}
div.borsa-haberleri-teaser h3 a, div.borsa-haberleri-teaser h2 a.alllink {
	color: #ba0000;
}
div.borsa-haberleri-teaser h2 a.alllink {
	width: 440px;
}
div.news-teaser-big {
	margin: 10px 0 20px;
	min-height: 260px;
}
div.news-teaser-big a.image-wrapper-big {
	display: block;
	width: 315px;
	height: 150px;
	overflow: hidden;
}
div.news-teaser-big a.image-wrapper-big img { /*margin-top:-24px;*/
}
div.news-teaser-big h3 {
}
div.news-teaser-big h3 a {
	padding: 10px 0;
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
div.news-teaser-big p {
}
div.news-teaser-big p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	text-decoration: none;
	color: #3d3d3d;
}
div.news-teaser-small {
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	min-height: 100px;
}
div.news-teaser-small a.image-wrapper-small {
	display: block;
	float: left;
	width: 90px;
	height: 57px;
}
div.news-teaser-small img {
}
div.news-teaser-small h3 {
	width: 205px;
	margin-left: 20px;
	float: left;
}
div.news-teaser-small h3 a {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
div.news-teaser-small p {
	width: 205px;
	margin-left: 20px;
	float: left;
}
div.news-teaser-small p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	text-decoration: none;
	color: #3d3d3d;
}
div.most-reading-tabs {
	width: 648px;
	min-height: 400px;
	border: 1px solid #c8c8c8;
}
div.most-reading-item {
	padding: 9px;
}
div.most-reading-tabs ul {
	border-bottom: 2px solid #a61d00;
	height: 49px;
	background: #c8c8c8 url(img/most-tabs-bg.png) repeat-x left top;
}
div.most-reading-tabs ul li {
	float: left;
	outline: none;
}
div.most-reading-tabs ul li a {
	height: 43px;
	outline: none;
	line-height: 43px;
	border: 1px solid #c8c8c8;
	display: block;
	border-bottom: 0px !important;
	margin: 5px 0 0 5px;
	padding: 0 20px;
	font-size: 15px;
	font-family: 'Open Sans';
	color: #343434;
	text-decoration: none;
}
div.most-reading-tabs ul li.ui-tabs-active a {
	background: #FFF;
	border-color: #a61d00;
}
div.most-reading-tabs h3 a {
	color: #030303;
}
div.most-reading-item div.news-teaser-small {
	width: 315px;
	float: left;
}
div.most-reading-item div.news-teaser-small h3, div.most-reading-item div.news-teaser-small p {
	width: 195px !important;
}
div.latest-money {
	display: block;
	width: 315px;
	height: 111px;
	margin-bottom: 10px;
	overflow: hidden;
}
div.latest-money li {
	background: #004c9d url(img/latest-money-bg.png) repeat left top;
	border-bottom: 3px solid #002d5c;
	min-height: 90px;
}
div.latest-money li span {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin: 10px 25px 10px 47px;
	background: transparent url(img/lm-span-bg.png) no-repeat;
}
div.latest-money li span.dolar-icon {
	background-position: left top;
}
div.latest-money li span.euro-icon {
	background-position: left -70px;
}
div.latest-money li span.gold-icon {
	background-position: left -140px;
}
div.latest-money li span.borsa-icon {
	background-position: left bottom;
}
div.latest-money li p.dovizname {
	color: #ffb400 !important;
	font-family: 'Open Sans';
	margin-top: 13px;
}
div.latest-money li p.doviz-latest {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, 'Open Sans';
}
div.latest-money li p.oran {
	font-size: 16px;
	color: #81b6ee;
}
div.latest-money div.bx-pager {
	border-bottom: 1px solid #DDD;
	height: 17px;
	padding-left: 138px;
}
div.latest-money div.bx-pager div.bx-pager-item {
	float: left;
	margin-right: 4px
}
div.latest-money div.bx-pager div.bx-pager-item a {
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 4px;
	background: #0051a6;
	margin-top: 4px;
}
div.latest-money div.bx-pager div.bx-pager-item a.active {
	background-color: #e96207;
}
img.hisseli-heads {
	position: absolute;
	left: 15px;
	bottom: 0px;
}
img.hisseli-bubbles {
	position: absolute;
	left: 190px;
	bottom: 85px;
}
div.hisseli {
	width: 100%;
	height: 434px;
	padding-top: 14px;
	background: #FFF url(img/hisseli-bg2.jpg) no-repeat left top;
	margin-top: 5px;
	position: relative;
}
div.hisseli h3.hisseli-header {
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight:700;
	text-align: center;
	color: #002954;
}
div.hisseli p.hisseli-teaser {
	width: 265px;
	height: 104px;
	margin: 10px 0 0 25px;
	line-height: 16px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #002954;
}
div.hisseli p.hisseli-teaser a {
	color: #002954;
	text-decoration: none;
}
div.hisseli p.hisseli-head {
	width: 245px;
	margin: 10px auto 103px;
	text-align: center;
	height: 132px;
}
div.hisseli p.hisseli-head a {
	text-align: center;
	font-size: 24px;
	color: #4461a1;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight:700;
}
div.hisseli a.all-hisseli {
	font-size: 12px;
	color: #002954;
	display: block;
	margin-top: 30px;
	margin-left: 166px;
	text-decoration: none;
}
div.banner-wrapper-4 {
	display: block;
	border: 1px solid #DDD;
	margin-top: 10px;
	padding: 9px 9px 24px 9px;
	box-shadow: inset 0px 0px 0px 9px #f5f5f5;
}
div.banner {
	width: 265px;
	height: 125px;
	float: left;
	background: #dedede;
	margin: 15px 0 0 15px;
}
div.right-teaser {
	margin-top: 10px;
}
div.right-teaser h2 {
	line-height: 50px;
	background: transparent url(img/news-h2-bg.png) no-repeat left top;
	padding-left: 14px;
	color: #373737;
	font-family: 'Open Sans';
	font-size: 15px;
}
div.artan-right h2 {
	border-bottom: 2px solid #00a655;
}
div.azalan-right h2 {
	border-bottom: 2px solid #a60019;
}
div.hisse-right h2 {
	border-bottom: 2px solid #006ba6;
}
div.right-teaser ul {
	border: 1px solid #DDD;
	padding: 0 9px 9px;
}
div.right-teaser ul li {
	clear: both;
	height: 30px;
}
div.right-teaser ul li.alternate {
	background: #f5f6f7;
}
div.right-teaser ul li p {
	float: left;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	color: #373737;
}
div.right-teaser ul li p.p01 {
	padding-left: 9px;
	width: 80px;
}
div.right-teaser ul li p.p02 {
	width: 65px;
	text-align: right;
}
div.right-teaser ul li p.p03 {
	width: 65px;
	text-align: right;
}
div.right-teaser ul li p.p04 {
	width: 130px;
	text-align: right;
}
div.right-teaser ul li.headline {
	border-bottom: 1px solid #d8d8d8;
	height: 24px !important;
	line-height: 24px !important;
}
div.right-teaser ul li.headline p {
	line-height: 24px !important;
	height: 24px !important;
	font-weight: bold;
	text-align: right;
	width: 65px;
	color: #373737;
}
div.right-teaser ul li.headline p:first-child {
	margin-left: 90px
}
div.banner-wrapper-right {
	width: 100%;
	height: 130px;
	margin: 10px 0;
	background: #dedede;
}
div.podcast-news {
	margin-top: 10px;
}
div.podcast-news h2 {
	background: #ba0000 url(img/seslihaber-bg.png) repeat-x left top;
	line-height: 50px;
	color: #FFF;
	border: 1px solid #ba0000;
	border-bottom: 0px;
	border-radius: 12px 12px 0 0;
	padding-left: 6px;
	font-family: 'Open Sans';
}
div.podcast-news h2 span {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: transparent url(img/podcasticon.png) no-repeat center center;
}
div.podcast-news ul {
	border: 1px solid #ba0000;
	border-top: 0px !important;
}
div.podcast-news ul li {
	border-bottom: 1px solid #DDD;
}
div.podcast-news ul li:last-child {
	border: 0px !important;
}
div.podcast-news ul li a {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	padding: 15px 17px 15px 17px;
	display: block;
	/*background: transparent url(img/podcast-a-bullet.png) no-repeat 255px 14px;*/
}
div.podcast-news ul li a h3 { font-size:15px; color:#ba0000; }
div.kap-news {
}
div.kap-news h2 {
	padding-left: 16px !important;
	background-color: #1941a5;
	background-image: url(img/kap-header-bg.png) !important;
	border-color: #1941a5;
}
div.kap-news ul {
	border-color: #1941a5;
}
div.kap-news ul a {
	background-image: none !important;
	padding-right: 20px !important;
}
div.anlik-news {
}
div.anlik-news h2 {
	padding-left: 16px !important;
	background-color: #19a566;
	background-image: url(img/anlik-header-bg.png) !important;
	border-color: #19a566;
}
div.anlik-news ul {
	border-color: #19a566;
}
div.anlik-news ul a {
	background-image: none !important;
	padding-right: 20px !important;
}
div#social-boxes {
	width: 315px;
	height: 40px;
	background: #FFF;
	clear: both;
	padding-bottom: 8px;
	display: block;
}
div#social-boxes p {
	float: left;
	line-height: 40px;
	width: 115px;
	font-size: 13px;
	font-weight: bold;
}
div#social-boxes a {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 2px;
	text-indent: -9999px;
	display: block;
	float: left;
	background: #FFF url(img/social4.png) no-repeat left top;
}
div#social-boxes a.sb01 {
	background-position: left top;
}
div#social-boxes a.sb02 {
	background-position: left -42px;
}
div#social-boxes a.sb03 {
	background-position: left -84px;
}
div#social-boxes a.sb04 {
	background-position: left bottom;
}
a.feedback-link {
	float: right;
	margin-right: -66px;
	margin-top: 333px;
	display: block;
	text-indent: -9999px;
	height: 141px;
	width: 44px;
	background: #FFF url(img/feedback-btn.png) no-repeat left top;
}
a.feedback-link.scroll-to-fixed-fixed {
	margin-top: 0px !important;
}
div#feedback {
	width: 470px;
	height: 530px;
}
div#feedback h3 {
	border-bottom: 1px solid #DDD;
	font-family: 'Open Sans', Arial;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 7px;
	padding-left: 33px;
	background: transparent url(img/fancy/h3-fancy-bullet.png) no-repeat left top;
	margin-bottom: 10px;
}
div#feedback div.fc-inp-wrapper {
	width: 100%;
	height: 90px;
}
div#feedback div.fc-inp-wrapper label {
	width: 100%;
	height: 30px;
	color: #000;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	line-height: 30px;
}
div#feedback div.fc-inp-wrapper input {
	width: 448px;
	height: 52px;
	border: 1px solid #DDD;
	padding: 0px 10px;
	margin: 0px;
	background: #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
}
div#feedback div.fc-inp-wrapper textarea {
	width: 448px;
	height: 100px;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0px;
	background: #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
	resize: none;
}
div#feedback div.fc-ta-wrap {
	height: 167px !important;
}
div#feedback input.fc-submit {
	width: 140px;
	height: 44px;
	background: #0e9750;
	color: #FFF;
	font-family: 'Open Sans', Arial;
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	font-weight: bold;
	margin-left: 330px;
	cursor: pointer;
	border: 0px;
}
div.contact {
	width: 470px;
	height: 530px;
	margin: 20px auto;
}
div.contact h3 {
	border-bottom: 1px solid #DDD;
	font-family: 'Open Sans', Arial;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 7px;
	padding-left: 33px;
	background: transparent url(img/fancy/h3-fancy-bullet.png) no-repeat left top;
	margin-bottom: 10px;
}
div.contact div.fc-inp-wrapper {
	width: 100%;
	height: 90px;
}
div.contact div.fc-inp-wrapper label {
	width: 100%;
	height: 30px;
	color: #000;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	line-height: 30px;
}
div.contact div.fc-inp-wrapper input {
	width: 448px;
	height: 52px;
	border: 1px solid #DDD;
	padding: 0px 10px;
	margin: 0px;
	background: #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
}
div.contact div.fc-inp-wrapper textarea {
	width: 448px;
	height: 100px;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0px;
	background: #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	color: #6a6a6a;
	font-size: 18px;
	font-weight: bold;
	resize: none;
}
div.contact div.fc-ta-wrap {
	height: 167px !important;
}
div.contact input.fc-submit {
	width: 140px;
	height: 44px;
	background: #0e9750;
	color: #FFF;
	font-family: 'Open Sans', Arial;
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	font-weight: bold;
	margin-left: 330px;
	cursor: pointer;
	border: 0px;
}
div#art-tab ul.ui-tabs-nav {
	border-bottom: 2px solid #a61d00;
	height: 49px;
	background: #c8c8c8 url(img/most-tabs-bg.png) repeat-x left top;
	padding: 0px !important;
}
div#art-tab ul.ui-tabs-nav li {
	float: left;
	width: 44%;
	margin-left: 3%;
	text-align: center;
	clear: none !important;
	height: 42px;
	line-height: 42px;
	margin-top: 6px;
	background: rgba(124,124,124,0.09);
	outline: none;
	border: 1px solid #999;
	border-bottom: 0px !important;
}
div#art-tab ul.ui-tabs-nav li a {
	display: block;
	font-family: 'Open Sans', Arial;
	font-size: 12px;
	outline: none;
	line-height: 42px;
	color: #000;
	text-decoration: none;
}
div#art-tab ul.ui-tabs-nav li.ui-tabs-active {
	background: #FFF;
	border: 1px solid #a61d00;
	border-bottom: 0px !important;
}
div#art-tab ul.ui-tabs-nav li.ui-tabs-active a {
	color: #a61d00;
}
div.news-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
}
div.news-content * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
div.twitter-follow-btn {
	background: #d8f1fa url(img/twi.png) no-repeat 10px top;
	padding: 20px 20px 20px 90px;
	border: 1px solid #b1dceb;
}
div.news-list {
}
div.news-list div.one-column {
	width: 670px;
}
div.news-list div.one-column div.news-teaser-big {
	width: 315px;
	float: left;
	margin-right: 20px;
}
div.news-list div.one-column div.news-teaser-small {
	width: 315px;
	float: left;
	margin-right: 20px;
	min-height: 100px;
}
div.news-list div.one-column div.news-teaser-small p {
	margin-top: 3px;
}
div.about {
}
div.about h2 {
	color: #FFF;
	background: #29ba6e;
	font-size: 20px;
	padding: 0 20px;
	font-family: 'Open Sans', Arial;
	margin: 20px 0;
	line-height: 50px;
}
div.about p {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}
div.about p strong {
	font-weight: bold;
}
div.about p a {
	color: #29ba6e;
}
div.search-result div.news-teaser-small {
	min-height: 50px !important;
	width: 650px !important;
}
div.search-result div.news-teaser-small h3 {
	width: 535px !important;
}
div.search-result div.news-teaser-small p {
	width: 535px !important;
}
div.search-module {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
div.search-module label {
	color: #666;
	width: 650px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	line-height: 28px;
}
div.search-module input.search-input {
	border: 1px solid #DDD;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	padding: 0px 10px;
	margin: 0px;
	width: 500px;
	float: left;
	outline: none;
}
div.search-module input.search-button {
	width: 120px;
	height: 37px;
	border: 0px;
	background: #232323;
	color: #FFF;
	font-size: 14px;
	float: left;
}
div.search-module div.clearfix {
	padding-bottom: 10px;
}
div.search-module div.clearfix p {
	font-size: 12px;
	text-align: left;
	color: #999;
}
div.search-module div.clearfix p span {
	font-weight: bold;
	color: #29ba6e;
}
div.advertising {
	background: #fbcf00;
	min-height: 1000px;
}
div.advertising h2 {
	color: #FFF;
	background: #333;
	font-size: 40px;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height: 135%;
	padding: 65px 0;
}
div.advertising h3 {
	background: #FFF;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 75px;
	margin-top: 30px;
}
div.advertising h3 span {
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 20px;
	background: #333 url(img/reklam-icon.png) no-repeat center center;
}
div.advertising h4 {
	color: #f6005d;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 30px;
	margin-top: 40px;
}
div.advertising p {
	color: #FFF;
	font-size: 14px;
	padding: 0 30px;
	margin-top: 5px;
	line-height: 18px;
}
div.advertising p.description {
	text-align: center;
	color: #111;
	font-size: 18px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height: 135%;
	padding: 0 30px;
	margin-top: 30px;
}
div.advertising div.form-reklam {
	width: 590px;
	padding: 30px;
}
div.advertising div.form-reklam input.reklam-text {
	width: 550px;
	height: 50px;
	line-height: 50px;
	border: 0px;
	border-bottom: 3px solid #DDD;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
	outline: none;
	font-size: 18px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
}
div.advertising div.form-reklam input.reklam-button {
	width: 165px;
	border: 0px;
	height: 45px;
	font-size: 15px;
	color: #FFF;
	background: #d40023;
	outline: none;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	cursor: pointer;
	border-bottom: 5px solid #900018;
	margin: 10px 0 0 425px;
	padding: 0px;
}
a.home-link {
	text-indent: -9999px;
	width: 30px;
	background: transparent url(img/home.png) no-repeat center -2px;
}
a.home-link:hover {
	text-indent: -9999px;
	width: 30px;
	background: #FFF url(img/home.png) no-repeat center -52px !important;
}
div.related-news {
	width: 100%;
	min-height: 100px;
	margin: 10px 0;
}
div.related-news h3 a {
	color: #900;
}
div.related-news div.news-teaser-small {
	min-height: 80px !important;
	width: 315px;
	margin-left: 5px;
	float: left;
}
div.share p {
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	line-height: 20px;
	font-weight: bold;
}
a.print {
	display: block;
	padding: 0 10px;
	margin-left: 5px;
	height: 19px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	background: red;
	line-height: 19px;
	float: right;
	background: #f2f2f2;
	border: 1px solid #e3e3e3;
	color: #999;
}
div.send-mail {
	width: 598px;
	padding: 25px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	position: absolute;
	display: none;
	box-shadow: 0px 0px 22px rgba(0,0,0,0.3);
}
div.send-mail label {
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
div.send-mail h3 {
	font-size: 18px;
	color: #900;
	width: 100%;
	padding-bottom: 15px;
	font-weight: bold;
}
div.send-mail input.inputtext {
	width: 400px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	outline: none;
	margin: 0;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	clear: both;
}
div.send-mail input.inpsubmit {
	display: block;
	clear: both;
	border: 0px;
	background: #900;
	padding: 0px 10px;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
	outline: none;
}
div.send-mail p.validation {
	color: #F00;
	display: block;
	width: 100%;
	line-height: 25px;
	margin-top: 10px;
}
div.send-mail a {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 12px;
	background: #efefef;
	color: #999;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
}
div.othernewspop { width:550px; max-height:450px; }
div.othernewspop h3 { color:#900; font-weight:bold; width:500px; padding-bottom:15px; }
div.othernewspop p  { font-size:13px; display:block; width:500px; line-height:18px; }

div.tags { width:90%; padding:10px 5%; border-top:1px solid #e3e3e3; clear:both; }
div.tags p { text-align:center; font-size:12px;  }
div.tags p a { font-weight:bold; color:#FFF; line-height:20px; display:inline-block; padding:0 10px; margin-right:5px; margin-bottom:5px; text-decoration:none; background:#369; line-height:20px; border-radius:10px; moz-border-radius:10px; -webkit-border-radius:10px; }
div.tags p a.alternate { font-weight:bold; color:#369; border:1px solid #369; background:#eaeff5; }


div.gallery { position:relative; width:610px; height:auto; min-height:176px; padding:20px; background:red; margin:10px 0; /*border-bottom:4px solid #1e3c3c;*/ }
div.gallery01 { /*background:#f7c102 url(img/gallery01-bg.jpg) repeat-x left top;*/ background:#369; }
div.gallery02 { /*background:#97cf00 url(img/gallery02-bg.jpg) repeat-x left top;*/ background:#369; }
div.gallery h4 { padding-left:40px; font-size:18px; line-height:23px; color:#FFF; font-weight:bold; margin-bottom:12px; background:transparent url(img/galleryicon.png) no-repeat; }
div.gallery a  { display:block; text-decoration:none !important; }
div.gallery a  img {border:1px solid #FFF; width:188px;}
div.gallery a p { background:#FFF; margin-top:10px; color:#000; font-weight:bold; text-decoration:none !important; font-size:13px; line-height:14px; padding:5px 10px; border-radius:14px; moz-border-radius:14px; -webkit-border-radius:14px; }
div.gallery .photo-pager { position:absolute; z-index:444; right:20px; top:20px; }
div.gallery .photo-pager a { float:left; text-indent:-9999px; display:block; width:10px; height:10px; margin-left:5px; background:white; border-radius:5px; moz-border-radius:5px; -webkit-border-radius:5px; }
div.gallery .photo-pager a.active { background-color:#333; }
div.gallery01 h4 { background-position:left top; }
div.gallery02 h4 { background-position:left -43px; }

div.foto-header { width:100%; height:104px; background:red url(img/bg-foto.png) repeat-x left top; }
div.foto-header div.foto-head { width:980px; margin:0 auto; min-height:10px; display:block; height:auto; }
div.foto-header div.foto-head span { display:block; float:left; width:185px; height:104px; background:transparent url(img/logo-foto.png) no-repeat left center; }
div.foto-header div.foto-head div.foto-banner { float:left; width:728px; height:90px; background:#333; margin-left:55px; margin-top:7px; }
div.foto-body { width:100%; height:auto; min-height:1000px; background:white; margin-top:20px; padding-top:30px; }
div.foto-galeri { width:1280px; margin:0 auto; height:auto; } 
div.galeri-item { position:relative; width:760px; height:auto; min-height:400px; margin:0 99px; float:left; border:1px solid #d3d3d3; }
div.galeri-item img { margin:0 auto; display:block; padding:43px 0; max-width:660px;  }
div.foto-body div.banner-area { width:160px; height:600px; background:#FFF; float:left; }
div.galeri-wrapper { width:960px; float:left; border-bottom:1px solid #d3d3d3; }
div.galeri-wrapper h1 { width:760px; margin:10px auto 0 !important; padding-top:10px; text-align:center; font-size:27px; color:#4d4d4d; font-weight:bold; line-height:55px; letter-spacing:-0.025em; }
div.galeri-wrapper p  { width:760px; margin:0 auto; text-align:center; font-size:16px; color:#4d4d4d; line-height:18px; padding-bottom:50px; }
div.galeripager { width:760px; margin:0 auto; display:block; height:auto; clear:both; padding-top:30px; text-align:center; }
div.galeripager a { padding:0 14px; line-height:40px; border:1px solid #ddd; text-align:right; display:inline-block !important; text-decoration:none;color:#222; font-weight:bold; height:40px; margin:0 3px 3px; }
div.galeripager a.selected,
div.galeripager a:hover { background:#989898; color:#FFF; }
div.galeri-item a.prev, div.galeri-item a.next { position:absolute; display:block; background:transparent url(img/fotoprevnext.png) no-repeat left top; width:37px; height:58px; text-indent:-9999px; }
div.galeri-item a.prev { left:-70px; top:230px; }
div.galeri-item a.next { right:-70px; top:230px; background-position:right top; }


div.video-teaser { }
div.video-teaser h2 { background:#f00 url(img/header-bg-red.png) repeat-x left -105px; }
div.video-teaser h3 a { color:#ae001d; }

p.newsdate { font-size:11px; text-align:left !important; line-height:18px !important; padding:5px 0 0 0; display:block !important; float:right !important; color:#434343; }
.news-teaser-big p.newsdate,
.last-added li p.newsdate { width:100%; }


div.surmanset { padding-bottom:5px; position:relative; width:650px; height:180px; float:left; overflow:hidden; }
div.surmanset .bx-controls-direction a { background:url(../images/surmanset/surmanset.png) no-repeat; position:absolute; top:65px; width:65px; height:65px; text-indent:-9999px; }
div.surmanset .bx-controls-direction .bx-prev { left:10px; background-position:left top; }
div.surmanset .bx-controls-direction .bx-next { right:10px; background-position:right top; }
div.surmanset .surmanset-pager { position:absolute; top:10px; right:10px; }
div.surmanset .surmanset-pager a { float:left; color:#ba0000; font-weight:bold; font-family:'Open Sans'; display:block; width:30px; height:30px; line-height:30px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; background:#FFF; margin-left:10px; text-align:center; text-decoration:none; }
div.surmanset .surmanset-pager a.active { background:#ba0000; color:#FFF; }

div.flashnews { width:100%; height:55px; background:url(img/flashnews-bg.gif) no-repeat left top; margin:10px 0; padding-left:185px; }
div.flashnews ul li { height:55px; line-height:55px; font-size:20px; letter-spacing:-0.03em; font-weight:bold; color:#FFF; font-family:'Open Sans'; text-shadow:1px 1px 1px #000; }