html {
    font-size: 62.5%;
    height: 100%;
}

body { 
    color: #7f7b95;
    font: 1.2em/1.333em verdana, arial, tahoma, sans-serif;
    text-align: center;
    height: 100%;
}

.winter .main-bg {
    background: #f3fbfe url(/images/bg-winter-top2.jpg) no-repeat center top;
}

.winter .main-bg #wrap {
    background: url(/images/bg-winter-bottom2.jpg) no-repeat center bottom;
}

.spring .main-bg {
    background: #81a8df url(/images/bg-spring-top.jpg) no-repeat center top;
}

.spring .main-bg #wrap {
    background: url(/images/bg-spring-bottom-yaz.jpg) no-repeat center bottom;
}

.spring2 .main-bg {
    background: url(/images/bg-spring-top_2b.jpg) no-repeat center top;
}

.spring2 .main-bg #wrap {
    background: url(/images/bg-spring-bottom_2b.jpg) no-repeat center bottom;
}

.sun .main-bg {
    background: #b7caeb url(/images/bg-sun-top.jpg) no-repeat center top;
}

.sun .main-bg #wrap {
    background: url(/images/bg-sun-bottom.jpg) no-repeat center bottom;
}

.spring-winter .main-bg {
    background: #b6d4e2 url(/images/bg-spring-winter-top.jpg) no-repeat center top;
}


.spring-winter .main-bg {
    background: url(/images/bg-spring-winter-top.jpg) no-repeat center top;
}

.spring-winter .main-bg #wrap {

    background: url(/images/bg-spring-winter-bottom.jpg) no-repeat center bottom;
}

.mt10 {margin-top:10px; }
.mt15 {margin-top:15px; }
.mt20 {margin-top:20px; }
.mt30 {margin-top:30px; }

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}

.left {float: left; }
.right { float:right; }

.clear_both { clear: both; height: 0; line-height: 0; font-size: 0; }

#wrap {
    margin: 0 auto;
    min-height: 2150px;
    height: auto !important;
    height: 100%;
}

#main {
    margin: 0 auto;
    text-align: left;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
    padding: 0 0 35px;
    width: 960px;
}

.debugger {
    background: url(/images/homepage.png) no-repeat -111px 0;
}
.debug {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    display: block;
}

.sprite,
.main-menu li a,
.general-list li,
.chances,
.main-header,
.list-header,
.search-header,
.search-field{
    background: url(/images/sprite.png?9003) no-repeat 0 0;
}

.multimedia-header-wrapper {
    border-bottom: 1px solid #e1e6e9;
    margin: 10px 0 20px 0;
}

.multimedia-header-wrapper h3 {
    font: bold 2.5em/1.133 Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #203854;
}

header {
    height: 110px;
}

header .weather {
    display: inline;
    float: left;
    margin: 27px 0 0 10px;
    width: 250px;
    overflow: hidden;
}

header .weather .image {
    float: left;
}
header .weather .info {
    display: inline;
    float: left;
    margin: 3px 0 0 4px;
    width: 176px;
}

header .weather .info a {
    display: block;
}

header .weather .city {
    color: #ce6f00;
    font-size: 2em;
    line-height: 1em;
}

header .weather .status {
    color: #003554;
    font-size: 1.133em;
    line-height: 1.5em;
    font-weight: bold;
}

header .weather .show-all {
    color: #005088;
    font-size: 0.916em;
    text-decoration: underline;
}

header .logo {
    display: block;
    float: left;
    margin: 25px 5px 0;
}

header .mags {
    float: right;
    width: 175px;
    height: 63px;
    display: block;
    background: url(/images/mags.png) no-repeat 0 0;
    text-indent: -9000px;
    margin-top: 4px;


}

.search-bar {
    float: left;
    width: 360px;
    height: 110px;
}

.submenu {
    float: left;
    width: 360px;
    background: url(/images/search.png) no-repeat 0 0;
    height: 43px;
    margin-top: 0px;
}

.submenu li {
    float: left;
}

.submenu .item1 a{
    text-indent: -9000px;
    display: block;
    width: 74px;
    height: 43px;
}

.submenu .item2 a{
    text-indent: -9000px;
    display: block;
    width: 83px;
    height: 43px;
}

.submenu .item3 {
    margin: 7px 0 0 12px;
}

.submenu .input {
    margin: 8px 0 0;
    width: 133px;
    border: 0;
    padding: 2px 0 0;
    float: left;
}

.submenu .submit {
    margin: 3px 0 0 10px;
    width: 38px;
    height: 25px;
    float: left;
}

.main-container {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 12px 0 0;
    position: relative; /* css pie */
}

#home-sweet {
    position: absolute;
    top: -87px;
    left: 250px;
    width: 46px;
    height: 49px;
    text-indent: -9000px;
    display: block;
    background: url("/images/home.png") no-repeat 0 0;
}

.master {
    padding: 0 0 40px 15px;
}

.main-menu {
    padding: 0 7px;
}

.main-menu li {
    float: left;
    height: 57px;
    position: relative;
}

.main-menu a {
    display: block;
    text-indent: -9000px;
    height: 57px;
}

.main-menu .item0 {
    background-position: -5px 0;
    width: 52px;
}

.main-menu .selected .item0 {
    background-position: -5px -495px;
}

.main-menu .item1 {
    background-position: -57px 0;
    width: 142px;
}
.main-menu .selected .item1 {
    background-position: -57px -495px;
}

.main-menu .item2 {
    background-position: -199px 0;
    width: 164px;
}

.main-menu .selected .item2 {
    background-position: -199px -495px;
    width: 164px;
}

.main-menu .item3 {
    background-position: -363px 0 ;
    width: 152px;
}

.main-menu .selected .item3 {
    background-position: -363px -495px;
    width: 152px;
}

.main-menu .item4 {
    background-position: -515px 0;
    width: 139px;
}

.main-menu .selected .item4 {
    background-position: -515px -495px;
    width: 139px;
}

.main-menu .item5 {
    background-position: -654px 0;
    width: 153px;
}

.main-menu .selected .item5 {
    background-position: -654px -495px;
    width: 153px;
}

.main-menu .item6 {
    background-position: -807px 0;
    width: 132px;
}

.main-menu .selected .item6 {
    background-position: -807px -495px;
    width: 132px;
}


.main-content {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    width: 708px;
}

/* news */

.header a {
    color: #003554;
}

article .header {
    font-weight: bold;
    margin: 0 0 4px;
}

article .text {
    display: block;
    font-size: 0.916em;
}
article .haber-date{
    font-size:10px;
    margin:5px !important;
}

/* news */

/* top */
.headline {
    position: relative;
    height: 350px;
    width: 497px;
    float: left;
    margin: 0 0 0 -7px;
}

.headline article {
    display: none;
}

.headline .controls {
    position: absolute;
    top: 307px;
    left: 25px;
    z-index: 100;
}

.headline .controls li {
    float: left;
    display: inline;
    margin: 0 2px 0 0;
}

.headline .controls a {
    background: url(/images/sprite.png?9003) no-repeat 0 0;
    display: block;
    width: 33px;
    height: 25px;
    text-indent: -9000px;
}

.headline .controls .item1 a {
    background-position: -8px -150px;
}
.headline .controls .item2 a {
    background-position: -43px -150px;
}
.headline .controls .item3 a {
    background-position: -78px -150px;
}
.headline .controls .item4 a {
    background-position: -113px -150px;
}
.headline .controls .item5 a {
    background-position: -148px -150px;
}
.headline .controls .item6 a {
    background-position: -183px -150px;
}
.headline .controls .item7 a {
    background-position: -218px -150px;
}
.headline .controls .item8 a {
    background-position: -253px -150px;
}
.headline .controls .item9 a {
    background-position: -288px -150px;
}
.headline .controls .item10 a {
    background-position: -323px -150px;
}
.headline .controls .item1 a:hover,
.headline .controls .item1 .over {
    background-position: -8px -182px;
}
.headline .controls .item2 a:hover,
.headline .controls .item2 .over {
    background-position: -43px -182px;
}
.headline .controls .item3 a:hover,
.headline .controls .item3 .over{
    background-position: -78px -182px;
}
.headline .controls .item4 a:hover,
.headline .controls .item4 .over {
    background-position: -113px -182px;
}
.headline .controls .item5 a:hover,
.headline .controls .item5 .over {
    background-position: -148px -182px;
}
.headline .controls .item6 a:hover,
.headline .controls .item6 .over {
    background-position: -183px -182px;
}
.headline .controls .item7 a:hover,
.headline .controls .item7 .over {
    background-position: -218px -182px;
}
.headline .controls .item8 a:hover,
.headline .controls .item8 .over {
    background-position: -253px -182px;
}
.headline .controls .item9 a:hover,
.headline .controls .item9 .over {
    background-position: -288px -182px;
}
.headline .controls .item10 a:hover,
.headline .controls .item10 .over {
    background-position: -323px -182px;
}


.headline .bg {
    background:  url(/images/bg-manset.png) no-repeat 0 0;
    position: absolute;
    z-index: 2;
}
.headline .t1 {
    height: 36px;
    width: 500px;
}

.headline .t2 {
    background-position: 0 -36px;
    height: 256px;
    width: 25px;
    top: 36px;
    left: 0;
}
.headline .t3 {
    background-position: -470px -36px;
    height: 256px;
    width: 30px;
    left: 470px;
    top: 36px;
}
.headline .t4 {
    background-position: 0 -292px;
    height: 350px;
    width: 500px;
    height: 58px;
    bottom: 0;
    left: 0;
}

.headline .list {
    position: absolute;
    z-index: 1;
    top: 23px;
    left: 23px;
    overflow: hidden;
    height: 278px;
}

.headline .header {
    background: #fff;
    color: #003554;
    display: block;
    font: bold 2em/1.333em Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 450px;
    margin: 0;
}

.headline .header a {
    display: block;
    padding: 5px 12px 10px;
}

.top .additional {
    float: left;
    margin: 14px 0 0;
    width: 218px;
}

.top .additional .first {
    border-bottom: 1px solid #ebeff1;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.top .additional .show-all {
    display: block;
    color: #69808d;
    font-size: 0.916em;
    font-weight: bold;
    margin: 10px 0 0 10px;
}
.general-list li {
    background-position: -996px 11px;
    font-size: 0.916em;
    padding: 3px 0 0 10px;
}

/* top */

.chances {
    background-position: 0 -77px;
    height: 67px;
    margin: 10px 0;
}

.chances li {
    display: inline;
    float: left;
    height: 50px;
    width: 188px;
    margin: 9px 0 0 0;
}

.chances span {
    display: block;
    padding: 0 0 0 65px;
    color: #376a82;
    display: block;
    font-weight: bold;
}

.chances .price {
    color: #d67400;
    font-weight: bold;
}

.chances .display-all {
    float: left;
    display: inline;
    width: 130px;
    height: 67px;
    text-indent: -9000px;
}

.middle .list {
    margin: 10px 0 0;
    border: 1px solid #ebeff1;
    border-width: 0 1px;
}

.middle .list article {
    border-right: 1px solid #ebeff1;
    float: left;
    width: 234px;
}

.middle .list article .wrap {
    padding: 0 10px;
}

.middle .list .excerpt {
    position: relative;
}

.middle .list .image {
    float: right;
    margin: 0 0 10px 10px;
    position: relative;
    z-index: 100;
}

.middle .show-all {
    text-align: right;
    display: block;
    color: #ff7e00;
    font-size: 0.916em;
    text-decoration: underline;
    margin: 10px 0 0;
}

.main-header {
    background-position: -849px -74px;
    border-bottom: 1px solid #fda856;
    color: #ff7e00;
    font: normal 1.5em/1.333 Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
}

.main-header a {
    color: #ff7e00;
}

.middle-ad {
    margin: 15px 0;
}

/* bottom */
.bottom .col {
    display: inline;
    float: left;
    width: 350px;

}

.bottom .col li {
    border-bottom: 1px solid #ffaa57;
    font-size: 0.916em;
    padding: 3px;
}

.bottom .col li span {
    color: #ff7e00;
    display: block;
    float: right;
    font-weight: bold;
}

.bottom .col1 {
    margin: 0 28px 0 0;
}

.bottom .header {
    color: #003554;
    font-size: 1.5em;
    line-height: 1.133em;
    text-align: center;
    padding: 10px;
}

/* bottom */
.top-ad .wrap {
    height: 90px;
    margin: auto;
    width: 728px;
    padding: 5px 0;
}

/* right content */
#right-column {
    display: inline;
    width: 200px;
    float: right;
}

.right-content {
    background: #f7f1de;

    display: inline;
    float: right;
    margin: 14px 0 10px;
    position: relative;
    width: 200px;
    position: relative;

}

.right-ad-wrap {
    display: inline;
    float: right;
    margin: 14px 0 10px;
    position: relative;
    width: 200px;
    position: relative;
}

.right-ad {
    background: #fff;
    margin: 1px 0;
    position: relative;
}

#right-list {
    float: left;
    width: 200px;
}

#right-list .box3 {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.styled {
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;


    box-shadow: -2px 2px 0 #f0f0f0;
    -moz-box-shadow: -2px 2px 0 #f0f0f0;
    -webkit-box-shadow: -2px 2px 0 #f0f0f0;
}

.styled-both {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;


    box-shadow: -2px 2px 0 #f0f0f0;
    -moz-box-shadow: -2px 2px 0 #f0f0f0;
    -webkit-box-shadow: -2px 2px 0 #f0f0f0;

}

.styled-top {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}


.bg-right {
    background: url(/images/bg-right.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    bottom: -17px;
    height: 17px;
    width: 12px;
}

.box2 {
    background: #248ac4;
}

.box2 .header {
    padding: 0 0 0 15px;
    line-height: 50px;
}

.box2 .header a {
    color: #fff;
    font-size: 2em;
}

.box2 .bg-right {
    background: url(/images/bg-right2.png) no-repeat 0 0;
}

.box3 {
    background: none;
    box-shadow: 0;
    border-radius: 0;
    margin-bottom: 5px;
}


.right-content .links {
    width: 200px;
    padding: 10px 0;
}

.right-content .links li a {
    background: url(/images/links.png?9003) no-repeat 0 0;
    display: block;
    height: 106px;
    width: 200px;
    text-indent: -9000px;
}

.right-content .links .divider {
    margin: 0 0 0 -2px;
    background-color: #ebeef0;
    border: 4px solid white;
    border-width: 4px 0;
    padding: 1px 0 0;
}

.right-content .links .item2 a {
    background-position: 0 -108px;
    height: 99px;
}
.right-content .links .item3 a {
    background-position: 0 -209px;
    height: 113px;
}
.right-content .links .item4 a {
    background-position: 0 -324px;
    height: 94px;
}
.right-content .links .item5 a {
    background-position: 0 -420px;
    height: 99px;
}
.right-content .links .item6 a {
    background-position: 0 -895px;
    height: 95px;
}
.right-content .links .item7 a {
    background-position: 0 -618px;
    height: 126px;
}
.right-content .links .item8 a {
    background-position: 0 -746px;
    height: 143px;
}

#most-read {
    width: 200px;
}

#most-read h3 {
    margin: 10px;
    font: 20px bold;
}

#most-read .news {
    height: 75px;
}

#most-read .image{
    display: block;
    float: left;
    margin: 0 2px;
}

#most-read .excerpt {
    width: 126px;
    float: left;
    margin: 0 5px;
    display: inline;
}

#most-read h4 {
    font-weight: bold;
}

#most-read ul {
    border-bottom: 1px solid #c8b579;
    padding: 0px;
}

#most-read li {
    display: inline;
    float: left;
    width: 80px;
    margin: 0 10px;
    text-align: center;
}

#most-read li a {
    display: block;
    position: relative;
    padding: 5px 2px 0;
    background: url(/images/encok-bg.png) repeat-x 0 0;
    color: #203854;
    font-size: 10px;
    font-weight: bold;
    height: 38px
}

#most-read li .selected {
    background: none;
    color: #a08e58;
}

#most-read li .selected span {
    background: url(/images/menu-pointer-most.png) repeat-x 0 0;
    position: absolute;
    top: 44px;
    width: 27px;
    height: 8px;
    left: 27px;
}

#most-read-content {
    padding-top: 20px;
    background-color: #faf7ed;
}

/* right content */

/* detail */
.detail {
    margin: 15px 0;
}

.detail-additions {
    float: right;
    display: block;
    margin: 0 0 10px 10px;
    width: 300px;
}

.detail-additions .image {
    display: block;
    padding: 0 5px;
}

.detail-additions .navigation {
    padding: 10px 0;
}

.detail-additions .navigation a {
    margin: 5px 0;
}

.detail-additions .navigation .prev {
    float: left;
}

.detail-additions .navigation .next {
    float: right;
}

.detail .date {
    color: #ff7e00;
    font-weight: bold;
}

.detail .header,
.big-header {
    color: #003554;
    font: bold 2.5em/1.133 Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 5px 0 10px;
}

.detail .share {
    border: 1px solid #d6dde1;
    border-width: 1px 0;
    float: left;
    width: 395px;
    padding: 4px 0 1px;
    margin: 10px 0 20px;
}

.detail .share li {
    float: left;
}

.detail .share .button {
    border: 1px solid #b8bdca;
    float: right;
    display: inline;
    margin: 0 0 0 5px;
}

.detail .share .button a {
    background: #e8ebf2;
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
    color: #4e6492;
    display: block;
    padding: 0 3px 1px;
}

.detail p {
    margin: 0 0 20px;
}

.detail b,
.detail strong {
    font-weight: bold;
}

.detail table {
    width: 100%;
}
.detail thead td {
    background: #dfe9ea;
    color: #003554;
    font-weight: bold;
}
.detail table td {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 10px;
}

.detail .author {
    font-size: 1.333em;
    font-weight: bold;
    margin: 0 0 10px;
}

.detail .text a {
    text-decoration: underline;
}

/* keyword */
.keywords {}

.keywords .fheader {
    color: #003259;
    font-weight: bold;
}

.keywords .iframe {
    padding: 20px 10px;
    border: 1px solid #e3e3e3;
}

/* keyword */

#bottom-news {}

#bottom-news .row {
    margin: 10px 0;
}

#bottom-news .news{
    width: 216px;
    padding: 8px;
    border-right: 1px solid #EBEFF1;
}

#bottom-news .news .image {
    float: right;
}

#bottom-news .news.alpha {
    border-left: 1px solid #EBEFF1;
}

.NewsGaleriHeader {
    font-weight: bold;
}

.NewsGaleriPhotos a {
    margin: 0 10px;
}

#bankalar .col1 {
    width: 100px;
}

#bankalar td {
    vertical-align: middle;
}
/* detail */

.list-content {
    margin: 0 9px;
    width: 900px;
}

.grid1 {
    float: left;
    margin: 0 20px 0 0;
    width: 580px;
}

.grid2 {
    float: left;
    width: 300px;
}

.grid3 {
    float: left;
    margin: 0 20px 0 0;
    width: 680px;
}

.grid4 {
    float: left;
    width: 200px;
}

.grid5 {
    float: left;
    width: 500px;
}

.grid6 {
    float: left;
    width: 210px;
}

.list-content .grid2 {
    margin: 30px 0 0;
}

.news-list .big-header {
    margin: 20px 0;
}

.news-list .news {
    background: url(/images/dotted.gif) repeat-x 0 bottom;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.news-list .image {
    float: left;
    margin: 0 10px 0 0;
}

.news-list .excerpt {
    float: left;
    width: 470px;
}
.news-list .header {
    margin: 0 0 5px;
}
.news-list .header a {
    font-weight: bold;
}

.news-list .info {
    margin: 10px 0 0;
}

.news-list .info li {
    float: left;
    font-size: 0.916em;
    margin: 0 10px 0 0;
}

.news-list .info .category a {
    font-weight: bold;
    color: #69808d;
}

.pager li {
    float: left;
    margin: 0 10px 0 0;
}

.pager li a {
    text-decoration: underline;
}

.pager .over a {
    font-weight: bold;
    text-decoration: none;
}

/* tabs */
.tabs {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 20px;
}

.tabs li {
    display: block;
    float: left;
    padding: 7px 10px 5px;
    margin: 0 0 -1px;
    position: relative;
    z-index: 1000;
}

.tabs a {
    color: #585371;
}
.tabs .first {
    margin-left: 10px;
}

.tabs li {
    font-weight: bold;
}

.tabs .selected {
    background: #eef9ff;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0;
    margin: 0 5px -1px;
}

.tabs .selected a {
    color: #003286;
    font-weight: bold;
}
/* tabs */

/* category-nav */
.category-nav li,
ul.category-nav{
    background: url(/images/kategori-menu.png) repeat-x 0 0;
}

.category-nav .selected span {
}


ul.category-nav {  
    background-position: 0 -30px;
}

.category-nav li {
    display: block;
    float: left;
    padding: 5px 9px 0;
    height: 30px;
    background-position: 0 -30px;
}

.category-nav li.sp {
    background-position: 0 0;
    padding: 0;
    width: 1px;
}

.category-nav span {
    color: white;
    font-weight: bold;
}

.category-nav .selected span {
    height: 30px;
    background: url(/images/menu-pointer-sub.png) no-repeat 0 0;
    background-position: bottom center;
    padding: 0 0 15px 0;
}

/* category-nav */

/* category manset */
#category-manset {
    position: relative;
    padding: 10px 0 0 0;
}

#category-manset .headline {
    height: 310px;
}

#category-manset .headline .list {
    top:0;
    left: 20px;
}

#category-manset .headline img {
    border: 2px solid #eb7d00;
}

#category-manset .headline .header {
    width: 450px;
    margin: 0 2px 1px 2px;
}


/**
.headline .header {
  background: #fff;
  color: #003554;
  display: block;
  font: bold 2em/1.333em Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  width: 450px;
  margin: 0;
}

**/

#category-manset .manset .title h3 {
    font-size: 24px;
    line-height: 24px;
    color: #003554;
    padding: 13px 5px;
}

#category-manset .manset-side {
    width: 200px;
}
/* category manset */


.grid2 .adzone-box {
    margin: 0 0 10px;
}

/* search */
#search {
    float: left;
}

.input,
.select {
    border: 1px solid #e3e3e3;
    padding: 3px;
}

.submit {
    border: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

#search-form .result {
    background: #feffee;
    color: #003554;
    font-size: 1.133em;
    margin: 0 0 20px;
    padding: 20px;
}

#search-form .result .header {
    font-weight: bold;
    display: inline;
}

.gform {
    background: #f7fbff;
    padding: 20px 20px 10px;
}


.gform .form-row {
    margin: 0 0 10px;
}

.gform label {
    color: #003554;
    float: left;
    display: block;
    line-height: 2em;
    width: 120px;
}

.gform .text {
    border: 1px solid #e3e3e3;
    padding: 3px;
    width: 173px;
}

.gform .text {
    float: left;
}

.gform .dates {
    float: left;
}

.gform .date {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
}

.gform .date .text {
    width: 80px;
}
/* search */

/* weather cast */
#cast .search {
    margin: 20px 0 5px;

}

#cast #country_list,
#cast ulke_sehir_liste {
    float: left;
}
#cast .head {
    margin: 0 0 20px;
}

#cast .head label {
    float: left;
    width: 80px;
    line-height: 25px;
}

#cast .tabs {
    margin: 0;
    width: 630px;
}

#city-search {
    position: relative;
}
.suggestionBox {
    position: absolute;
    top: 23px;
    left: 82px;
    background: #212427;
    color: #fff;
    display: none;
    z-index: 9999;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li{
    margin: 0 0 3px 0;
    padding: 3px 10px;
    cursor: pointer;
}
.suggestionList li a{
    color: #F3F3F3;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

#cast-details .big-header {
    margin: 0;
    padding: 0;
}

#v_merkez {
    text-decoration: underline;
    margin: 5px 0 0 0;

}

/* weather cast */

#footer {
    padding: 20px 15px; height: 217px;
}

#footer .list li {
    float: left;
    display: inline;
}

#footer .list a {
    padding: 0 10px;
}

#footer .desc {
    margin: 10px 0;
    background: #f3f3f3;
    padding: 10px;
}



.logoList{ width: 930px; height :65px; border-top: 1px solid #b8b8b8; border-bottom: 1px solid #cfc9d3; text-align: center; }
.logoList li{ height: 34px; float: left; list-style:  none; border-right: 1px solid #cfc9d3; }

.logoList li a {
	background: url(/images/footer/footer_logolar.jpg?v=1002) no-repeat 0 0;
	height: 34px;
	text-indent: -9000px;
	display: block;
} 

.logoList .haberturk a {
	width: 58px;
	margin: 0 25px 0 25px;
}
.logoList .bloomberght a {
	background-position: -117px 0;
	width: 108px;
	margin: 0 25px 0 25px;
}

.logoList .htkulup a {
	background-position: -286px 0;
	width: 123px;
	margin: 0 25px 0 25px;
}

.logoList .htemlak a {
	background-position: -468px 0;
	width: 138px;
	margin: 0 25px 0 25px;
}

.logoList .hthayat a{
	background-position: -663px 0;
	width: 88px;
	margin: 0 25px 0 25px;
}

.logoList .haberturktv a{
	background: url(/images/footer/httv.png) no-repeat 0px 0px;
	width: 104px;
	margin: 0 0px 0 25px;
}

.kunye td {
    padding: 0 10px;
}

#kunye {
    color: #003554;
    margin: 0 10px;
}
#kunye div {
    margin: 10px;
}
#kunye div.orta {
}
#kunye div.sol {
    float: left;
    margin-left: 50px;
}
#kunye div.sag {
    float: right;
    margin-right: 50px;
}
#kunye div label {
    display: block;
    font-weight: bold;
}
#kunye div h2 {
    color: #7F7B95;
}
#kunye div h3 {
    color: #c00;
}

.cb { clear: both }

/* Carousels */

.carousel-header {
    color: #003554;
    font: bold 2.5em/1.133 Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 25px;
}

.carousel-header a {
    color: #003554 !important;
}

.panorama {
    margin: 15px 0;
    background-color: #f6f1dd;
}

.panorama .hit{
    display: block;
    font-size: 10px;
    margin: 3px 3px 0 3px;
    text-align: center;
    color: #999999;
}

.panorama .text{
    display: block;
    height: 28px;
    font-size: 11px;
    line-height: 14px;
    margin: 3px 3px 0 3px;
    text-align: center;
    overflow: hidden;
}

.image-holder {
    display: table;
    vertical-align: middle;
}

.image-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.image-wrap a {
    display: block;
}

.panorama .image-holder {
    height: 127px;
    width: 127px;
    background: #e2dbc1;
    padding: 1px;
}

.panorama .image-holder img {
    margin: 0 auto;
    display: block;
}

.panorama .next {
    background-position: -24px -248px;
}

.panorama .prev {
    background-position: -5px -248px;
    margin: 0 8px 0 0;
}

.panorama .next,
.panorama .prev {
    float: left;
    display: block;
    width: 18px;
    height: 33px;
    margin: 47px 3px 0 3px;
    text-indent: -9000px;
}

.picture .image-holder {
    width: 590px;
    height: 600px;
}

.list-header {
    width: 170px;
    height: 45px;
    text-indent: -9000px;
}

.jcarousel-skin-video .image-holder {
    position: relative;
    width: 152px;
    height: 115px;
    background-color: white;
    padding: 4px;
}

.jcarousel-skin-video .play {
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    background: url(/images/play.png) no-repeat 0 0;
    top: 38px;
    left: 58px;
    text-indent: -9000px;
}

.jcarousel-skin-galeri img {
    border: 1px solid #e37d1d;
}

.video-header {
    background-position: -915px -255px;
}

.photo-header {
    background-position: -917px -197px;
}

.other-video-header {
    background-position: -834px -315px;
}

.galeri-header{
    background-position: -907px -145px;
}

#galeri-list .row  {
    border-style: solid;
    border-color: #ebeef0;
    border-width: 0 0 1px 0;
}

#galeri-list .row .col0 {
    border-style: solid;
    border-color: #ebeef0;
    border-width: 0 1px 0 0;
}

#galeri-list .row .col1 {
    border-style: solid;
    border-color: #ebeef0;
    border-width: 0 0 0 1px;
    margin: 0 0 0 -1px;
}

#galeri-list .galeri-preview {
    width: 300px;
    padding: 8px 25px;
}

#galeri-list .image-holder {
    width: 287px;
    height: 220px;
    background-color: #e0e5e8;
    border: 1px solid #cfd2d5;
    margin: 0 auto;
}

.galeri-preview .text{
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 3px 3px 0 3px;
    color: #eb7d00
}

.galeri-preview .date-info{
    display: block;
    font-size: 10px;
    margin: 3px 3px 0 3px;
}

.galeri-preview .date{
    color: #eb7d00;
    font-weight: bold;
}

.galeri-preview .image-holder img {
    margin: 0 auto;
    display: block;
    border: 1px solid #fa0;
}

#galeri-foto-holder {
    width: 508px;
}

#galeri-foto img {
    margin: 2px;
}

#galeri-foto .index,
#galeri-foto .image{
    margin: 5px auto;
    color: black;
    text-align: center;
    display: block;
}

#galeri-foto .info-wrap,
#galeri-foto .foto-wrap{
    width: 580px;
    margin: 10px auto;
}

#galeri-foto .foto-wrap {
    background-color: #e2dbc1;
}

#galeri-foto .button-wrap {
    width: 30px;
}

#galeri-foto .prev,
#galeri-foto .next {
    display: block;
    width: 18px;
    height: 33px;
    text-indent: -9000px;
    margin: 10px auto;
}

#galeri-foto .prev {
    background-position: -5px -248px;
}

#galeri-foto .next {
    background-position: -24px -248px;
}

#galeri-foto .info {
    width: 500px;
    padding: 0 10px;
}

#galeri-foto .info .text {
    font-weight: bold;
    color: #eb7d00;
}

#galeri-foto .info .spot {}
#galeri-foto .info .detail {}

#galeri-comments {}

#galeri-add-comment {
    margin-top: 20px;
}

#comment-entry-wrapper {
    height: 150px;
}

#galeri-comments .header-wrapper,
#galeri-add-comment .header-wrapper{
    background-color: #f5f0dd;
    padding: 10px;
    border-bottom: 1px solid #dad1b2;
}

#galeri-comments .header-wrapper h3,
#galeri-add-comment .header-wrapper h3 {
    font-size: 24px;
    color: #203854;
}

#galeri-comments ul {
}

#galeri-comments li {
    display: block;
    background-color: #faf7ed;
    color: #203854;
    padding: 10px;
    border-bottom: 1px solid #dad1b2;
}

#galeri-comments .list-marker-wrapper {
    width: 14px;
    margin-top: 20px;
}

#galeri-comments .list-marker {
    width:6px;
    height: 6px;
    background-color: #dad1b2;
}

#galeri-comments .comment-wrapper {
    width: 670px;
}

.galeri-others {
    margin: 10px 0;
}

.galeri-others-news {
    width: 224px;
    margin: 0 5px;
}

.galeri-others-news .header {
    background-color: #f6f0dd;
    padding: 10px;
    border-bottom: 1px solid #92a0b1;
}

.galeri-others-news.alpha .header {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}

.galeri-others-news.omega .header {
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
}


.galeri-others-news .header h3 {
    font-size: 18px;
}

.galeri-others-news .content {
    margin: 5px 0 0 0;
}

.galeri-others-news .content h4 {
    display: block;
    width: 140px;
    font-weight: bold;
    color: #203854;
    padding: 0 0 0 5px;
}

/**
  border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;

**/

#list-pagination-wrap {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebeef0;
}

#list-pagination {
    padding-right: 40px;
	line-height: 26px;
}

#list-pagination span,
#list-pagination a {
    padding: 5px;
    font-weight: bold;
}

#list-pagination a{
    background-color: #eb7d00;
    color: white;
}



#video-list .video-preview {
    width: 340px;
    height: 260px;
    background-color: #faf7ee;
    margin-bottom: 15px;
    position: relative;
}

#video-list .col0 {
    margin-right: 10px;
}

#video-list .video-preview .wrap {
    margin: 15px 0 5px 28px;
    width: 286px;
}

#video-list .video-preview .wrap2 {
    position: relative;
    height: 214px;
}

#video-list .video-preview .wrap a {
    display: block;
}

#video-list .video-preview img {
    border: 1px solid #eb7d00;
}

#video-list .info {
    width: 266px;
    -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
    background-color: #eb7d00;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
    position: absolute;
    display: block;
    bottom: 0;
}

#video-list .date {
    font-weight: bold;
    color: #e27f16;
}

#video-list .date-info {
    font-size: 10px;
    padding: 3px 5px;
}

#video {
    background-color: #faf7ee;
}

#video .player-wrapper {
    padding: 10px 20px 10px 10px;
}

#video-info {
    margin-left: 20px;
    width: 260px;
}

#video-info h1 {
    color: #203854;
    line-height: 26px;
    font-size: 24px;
}

#video-info h2 {
    padding: 10px 0;
}

#video-info h3 {
    color: #203854;
    font-size: 16px;
    padding: 5px 0;
}

#video-info .multimedia-header-wrapper {
    padding: 20px 0 0 0;
    margin: 0;
}

#video-info .tarih span {
    font-weight: bold;
    color: #e27f16;
}

#video #FlowPlayer {
    width: 415px;
    height: 345px;
}

.share-box {
    width: 260px;
}

.share-box .text {
    padding: 3px 10px;
}

.share-box .list {
    padding: 7px 9px;
    border-width: 0 1px 1px;
}

.share-box .list li {
    float: left;
    margin: 0 5px 0 0;
    display: inline;
    background: url(/images/share.png) no-repeat 0 0;
    text-indent: -9000px;
}

.share-box .list li a {
    display: block;
    height: 30px;
    width: 30px;
}

.share-box .list .item2 {
    background-position: -36px 0;
}
.share-box .list .item3 {
    background-position: -71px 0;
}
.share-box .list .item4 {
    background-position: -107px 0;
}
.share-box .list .item5 {
    background-position: -143px 0;
}
.share-box .list .item6 {
    background-position: -178px 0;
}
.share-box .list .item7 {
    background-position: -214px 0;
    margin: 0;
}

/* video container */
#player, #FlowPlayer, #CoolSharkPlayer {
    border: 1px solid #f8f8f8;
    display: block;
    height: 315px;
    width: 420px;
}

#tour-search {
    background-color: #f1f1f1;
    height: 90px;
    margin: 15px 0;
}

#tour-search .search-field-wrapper {
    width: 308px;
    padding: 9px 0 0 5px;
}

#tour-search .search-field-wrapper .search-field {
    width: 299px;
    height: 31px;
    background-position: -6px -412px;
    padding: 5px;
}

#tour-search .search-field-wrapper h3.search-header {
    width: 120px;
    height: 20px;
    text-indent: -9000px;
    background-position: -696px -453px;
    margin-bottom: 7px;
}

#tour-search input {
    border: 0;
    height: 30px;
    width: 290px;
}

#tour-search .search-buttons-wrapper {
    width: 360px;
    padding: 5px;
}

#tour-search .search-buttons-wrapper a {
    width: 53px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
}

#tour-search .search-buttons-wrapper .text {
    margin-top: 5px;
    height: 30px;
}

#tour-search .search-buttons-wrapper .icon {
    background: url(/images/tours.jpeg?9000) no-repeat 0 0;
}

#tour-search .search-buttons-wrapper .item1 {
    background-position: 0 0;
}

#tour-search .search-buttons-wrapper .item2 {
    background-position: -63px 0;
}
#tour-search .search-buttons-wrapper .item3 {
    background-position: -125px 0;
}
#tour-search .search-buttons-wrapper .item4 {
    background-position: -187px 0;
}
#tour-search .search-buttons-wrapper .item5 {
    background-position: -248px 0;
}
#tour-search .search-buttons-wrapper .item6 {
    background-position: -310px 0;
}

#tour-search .search-button {
    width: 56px;
    height: 82px;
    border-right: 1px solid #ccc;
    padding-left: 3px;
}

#tour-search .omega {
    border: 0;
}



#sag-haber{
    clear:both;
    color: #003554;
}

#sag-haber .header{
    border-bottom: 1px solid #c3b479;
    height:25px;
    padding-top:8px;
}
#sag-haber .header .bolum-tanim{
    float:left;
    margin-left:8px;
    font-size: 14px;
    font-weight:bold;
}
#sag-haber .header .tum{
    float:right;
    margin-right:8px;
    background: url('/images/bg-ht-tatil-tumu.jpg') no-repeat;
    width: 43px;
    height: 22px;
    padding-left: 5px;
    padding-top: 3px;
}
#sag-haber .header .tum a{text-decoration:underline; color: #003554;}
#sag-haber .middle{clear:both; margin-top:5px;}
#sag-haber .middle .left-div{
    float:left;
    margin-left:8px;
    width:60px;
}
#sag-haber .middle .right-div{
    float:left;
    margin-right:8px;
    width:120px;
}
#sag-haber .middle a{
    font-size: 12px;
    font-weight: bold;
    color: #003554;
}

#sag-haber div.bottom{
    clear:both;
    margin-left:8px;
    margin-right:8px;
    color: #003554;
    padding-bottom: 5px;

}

#sag-haber p.bottom{
    margin-left:8px;
    margin-right:8px;
    color: #003554;
    padding-bottom: 5px;
}

/* poll { */
.poll {	float: left; margin: 0 0 10px;	width: 198px; }

.news-detail .poll { margin: 6px 0 0; width: 290px; }

.poll .wrap {padding: 10px 10px 5px; border: 1px solid #e8eaf1;}

.news-detail .poll .wrap { border: 1px solid #e8eaf1; }

.poll .poll-header, .poll .poll-header-detay { background: url(/images/anket_header.gif?v=9002) no-repeat; width: 86px; height: 19px; text-indent: -9000px;  }

.poll .question {
	font-size: 15px;
	margin: 10px 0 5px;
	font-family: Arial;
	font-weight: bold;
}

.poll .poll-form { margin: 10px 0; text-align: center; }

.poll .form-row {
	clear: both;
	color: #b00;
	font-size: 0.916em;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 2px;
	width: 185px;
}

.news-detail .poll .form-row { width: 280px; }

.poll .form-row label,
.poll .form-row input {	float: left; }

.poll .form-row label {
	display: inline;
	margin: 2px 0 0 4px;
	text-align: left;
	width: 160px;
	font-weight: bold;
}

.poll .form-submit { margin: 10px 0 0; }

.poll .submit-vote {
	background: url(/images/oy_ver_btn.gif?v=9002) no-repeat;
	cursor: pointer;
	border: 0;
	height: 19px;
	width: 58px;
	text-indent: -9000px;
}
.poll .step2 .form-row { text-align: center; font-family: Arial; }
.poll .step2 .form-submit {	padding: 10px 0; text-align: center; }

.poll .poll-image {	padding: 2px 0 7px;	text-align: center; }

.poll .captch-input { height: 20px;	width: 90px; }

.poll dl { font-size: 0.916em; margin: 0 0 10px; }

.poll dt {
	float: left;
	padding: 5px 0 0;
	width: 120px;
	font-weight: bold;
}
.news-detail .poll dt { width: 200px; }
.poll dd {
	color: #b00;
	float: left;
	font-weight: bold;
	padding: 5px 0 0;
	text-align: right;
	width: 60px;
}

.poll .count { font-weight: bold; font-size: 0.916em; margin: 0 0 10px; }

.tum-anketler { text-align: center; }
.tum-anketler a { font-size: 11px; color: #bb0000; }
.tum-anketler a:hover { text-decoration: underline; }.tum-anketler { text-align: center; }
.tum-anketler a { font-size: 11px; color: #bb0000; }
.tum-anketler a:hover { text-decoration: underline; }

#tumanketler .poll { width: 620px; }
#tumanketler .poll dl { font-size: 0.916em; margin: 0 0 10px 20px; }
#tumanketler .poll dt { float: left; padding: 5px 0 0; width: 180px; }
#tumanketler .poll dt.progress { margin-top: 8px; padding: 0px; height: 12px; width: 320px; }
#tumanketler .poll dd { color: #b00; float: left; font-weight: bold; padding: 5px 0 0; text-align: right; width: 65px; }
#tumanketler .poll .count { font-weight: bold; font-size: 0.916em; margin: 5px 0 10px 20px; }

/* poll } */
.ayrintiTd1 {
	border-bottom:1px solid #003286;
	color:#003286;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding: 0 0 5px;
	vertical-align:bottom;
	width:310px;
}

.none2 { display:none;}