/*******************RESET*******************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	/*font:inherit;*/
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	background:#f0f0f0;
	color:#343434;
	font:12px/1 Arial;
}
a {
	color:#195ea5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
ol.margin, ul.margin {
	list-style:none;
}
:hover, :focus {
	outline:none;
}
.border {
	border:none;
}
.clear {
	clear:both;
}
.clearl {
	clear:left;
}
.clearr {
	clear:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.margin {
	margin:0;
	padding:0;
}
/*******************END RESET*******************/
.container {
	width:100%;
	height:100%;
	background:#fff;
}
.container .content {
	width:980px;
	height:100%;
	margin:0 auto;
	padding:0 10px;
    position: relative;
    z-index: 9;
}
/*******************HEADER*******************/
.header .quick {
	height:46px;
	background:url(../images/quick-bg.gif) no-repeat center bottom;
	margin-bottom:7px;
}
.header .quick .social {
	display:inline-block;
	width:140px;
	overflow:hidden;
	margin-top:10px;
	float:left;
	position:relative;
}
.header .quick .social a {
    display: block;
    float: left;
    height: 24px;
    margin-right: 3px;
    width: 24px;
}

.header .quick .menu {
	display:inline-block;
	height:19px;
	border:1px solid #dedede;
	border-width:0 1px 0 1px;
	font-size:11px;
	font-weight:bold;
	margin:12px 13px 0;
	padding:0 5px 0 15px;
	float:left;
}
.header .quick .menu a {
	display:inline-block;
	color:#676767;
	font-weight:bold;
	margin:4px 10px 0 0;
}
.header .quick .user {
	width:213px;
	color:#999;
	margin:16px 0 0 0;
	float:left;
}
.header .quick .user a {
	font-weight:bold;
}
.header .quick .buttons {
	width:98px;
	height:29px;
	margin-top:8px;
	float:left;
}
.header .quick .search {
	width:187px;
	height:45px;
	background:url(../images/search-bg.jpg);
	position:relative;
	float:right;
}
.header .quick .search input[type=text] {
	width:130px;
	border:none;
	background:none;
	color:#999;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 10px;
	padding:6px 4px 0;
	float:left;
}
.header .quick .search input[type=submit] {
	width:27px;
	height:27px;
	border:none;
	background:none;
	cursor:pointer;
	font-size:0;
	text-indent:-10000px;
	margin:9px 11px 0 0;
	float:right;
}
.header .date {
	color:#999;
	float:left;
}
.header .logo {
	clear:left;
	display:block;
	width:217px;
	height:62px;
	background:url(../images/logo.jpg);
	color:#999;
	text-indent:-10000px;
	margin-top:32px;
}
.header .adverb {
	width:728px;
	height:90px;
	float:right;
    margin-bottom: 5px;
}
.header .navContainer {
	display:block;
	width:100%;
	height:35px;
	margin-top:9px;
	position:relative;
}
.header .nav {
	display:inline-block;
	width:840px;
	height:100%;
	background:url(../images/nav-bg.jpg) no-repeat left top;
	float:left;
}
.header .nav > ul > li, .header .nav ol > li {
	display:inline-block;
	height:100%;
	float:left;
	position:relative;
}
.header .nav > ul > li:hover > a, .header .nav ol > li:hover > a {
	background:#0d0d0d;
	text-decoration:none;
}
.header .nav > ul > li:hover > ul {
	display:block;
}
.header .nav > ul > li > a, .header .nav ol > li > a {
	display:block;
	background:url(../images/nav-bg-alt.png) no-repeat right -70px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	padding:0 8px;
}
.header .nav > ul > li:first-child > a {
	padding:0 12px 0 12px;
}
.header .nav > ul > li > a.all, .header .nav > ul > li > a.all:hover {
	background:url(../images/nav-bg-alt.png) no-repeat right 0;
	padding-right:33px;
}
.header .nav > ul > li.all > a.all {
	background-color:#222;
	background-position:right -35px;
}
.header .nav > ul > li.all > ol{
	display:block;
}
.header .nav > ul > li > ol {
	display:none;
	width:949px;
	height:35px;
	background:url(../images/nav-bg.jpg) repeat-x left -35px;
	overflow:hidden;
	/*margin:0 0 0 -649px;*/
	margin:0 0 0 -614px;
	position:absolute;
	z-index:0;
}
.header .nav ol > li > a {
	background-position:-23px -70px;
}
.header .nav > ul > li > ul {
	display:none;
	width:165px;
	background:#0d0d0d;
	border-radius:0 0 4px 4px;
	padding:5px 5px 7px;
	position:absolute;
	top:35px;
	left:0;
	z-index:999;
}
.header .nav > ul > li > ul li a {
	display:block;
	color:#fff;
	padding:9px 7px 8px;
}
.header .nav > ul > li > ul li a:hover {
	background:#ccc;
	border-radius:4px;
	color:#000;
	text-decoration:none;
}
.header .nav.navAlt {
	width:137px;
	height:35px;
	background:url(../images/nav-alt-bg.png) no-repeat left top;
	overflow:hidden;
	position:relative;
	float:right;
}
.header .nav.navAlt > ul > li > a {
	background:url(../images/nav-alt-bg.png) no-repeat left -35px;
	padding:0 7px;
}
.header .nav.navAlt > ul > li:first-child > a {
	background:none;
}
.header .nav.navAlt > ul > li > a:hover {
	background:#404040;
}
.header .flash {
	clear:both;
	height:35px;
	background:url(../images/flash-bg.jpg);
	position:relative;
	margin-bottom:10px;
}
.header .flash > span {
	display:block;
	width:61px;
	height:33px;
	background:url(../images/flash-clock.png) no-repeat 10px center;
	color:#615E0E;
	font-size:11px;
	line-height:33px;
	padding-left:32px;
	float:left;
}
.header .flash .marquee {
	width:700px;
	height:33px;
	padding-left:58px;
	float:left;
	overflow: hidden;
}
.header .flash .marquee .jcarousel-clip {
	overflow:hidden;
	position:relative;
}
.header .flash .marquee li {
	display:inline-block;
	width:700px;
	float:left;
}
.header .flash .marquee li a {
	display:inline-block;
	color:#676767;
	font-weight:bold;
	padding-top:14px;
	margin-left: 7px;
}
.header .flash .marquee li .date {
	color:#000;
}
.header .flash .marquee .jcarousel-prev, .header .flash .marquee .jcarousel-next {
	display:block;
	width:24px;
	height:33px;
	background:url(../images/flash-btn.jpg) no-repeat;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
.header .flash .marquee .jcarousel-next {
	background-position:-24px 0;
	left:24px;
}
.header .flash .clock {
	display:block;
	width:40px;
	height:25px;
	background:url(../images/clock-bg.png) no-repeat;
	color:#3F3F3F;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	margin:4px 5px 0 0;
	padding-left:26px;
	float:right;
}
.header h1 {
    display: block;
    font: bold 13px/33px Arial;
}
/*******************END HEADER*******************/

/*******************MAIN*******************/
.main {
	clear:both;
	margin:-5px 0 20px;
}
.main h1.title {
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
}
.main h2.title {
	color:#676767;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
}
.main h3.title {
	color:#df0001;
	font-size:20px;
	font-weight:bold;
}
.main .yeni_kutucuk {
    display:inline-block;
    width:300px;
    /*height: 250px;*/
    margin-bottom:7px;
    float:left;
}
.main .box {
	display:inline-block;
	width:100%;
	margin-bottom:4px;
	float:left;
}
.main .box.medium {
	width:667px;
}
.main .box.medium1 {
	width:556px;
}
.main .box.small {
	width:300px;
}
.main .box.margin {
	margin-right:14px;
}
.main .box.right {
	float:right !important;
}
.main .manset {
	height:307px;
	overflow:hidden;
	position:relative;
}



.mansetSlideralt {
    width:660px;
    height:276px;
    overflow:hidden;
    float:left;
    position:relative;
}
.mansetSlideralt li {
    width:660px;
    height:276px;
    float:left;
}

#mansetControlalt {
    float:left;
    margin-top: -5px;
    width:660px;
    height:36px;
    background:url(../images/mansetControls-bg.jpg) no-repeat left bottom;
    /*
         clear:both;
 position:absolute;
     bottom:0;
     left:0;*/
}
#mansetControlalt li {
    display:block;
    width:57px;
    height:100%;
    float:left;
    position:relative;
    bottom:0;
}
#mansetControlalt li a {
    display:block;
    width:100%;
    height:100%;
    background:url(../images/manset-bg2.png?v=5) no-repeat 0 5px;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
}
#mansetControlalt li.active a, #mansetControlalt li a:hover {
    background-position:0 -65px;
    color:#fff;
    text-decoration:none;
}
.mansetGalleryalt {
    background: url("../images/manset-gallery-bg.png") no-repeat scroll 7px center transparent;
    float: right;
    height: 19px;
    margin-right: 12px;
    margin-top: -25px;
    position: inherit;
    width: 79px;
}
.mansetGalleryalt a.right {
    display:inline-block;
    color:#343434;
    font-size:11px;
    font-weight:bold;
    margin-top:4px;
}
.mansetGalleryalt a.prevBtn, .mansetGalleryalt a.nextBtn {
    display:block;
    width:19px;
    height:19px;
    text-indent:-10000px;
    float:left;
}




.mansetSliderx {
    width:660px;
    height:276px;
    overflow:hidden;
    float:left;
    position:relative;
}
.mansetSliderx li {
    width:660px;
    height:276px;
    float:left;
}

#mansetControlx {
    float:left;
    margin-top: -5px;
    width:660px;
    height:36px;
    background:url(../images/mansetControls-bg.jpg) no-repeat left bottom;
   /*
        clear:both;
position:absolute;
    bottom:0;
    left:0;*/
}
#mansetControlx li {
    display:block;
    width:31px;
    height:100%;
    float:left;
    position:relative;
    bottom:0;
}
#mansetControlx li a {
    display:block;
    width:100%;
    height:100%;
    background:url(../images/manset-bg.png?v=4) no-repeat 0 5px;
    font-size:14px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
}
#mansetControlx li.active a, #mansetControlx li a:hover {
    background-position:0 -66px;
    color:#fff;
    text-decoration:none;
}
.mansetGalleryx {
    background: url("../images/manset-gallery-bg.png") no-repeat scroll 7px center transparent;
    float: right;
    height: 19px;
    margin-right: 12px;
    margin-top: -25px;
    position: inherit;
    width: 79px;
}
.mansetGalleryx a.right {
    display:inline-block;
    color:#343434;
    font-size:11px;
    font-weight:bold;
    margin-top:4px;
}
.mansetGalleryx a.prevBtn, .mansetGalleryx a.nextBtn {
    display:block;
    width:19px;
    height:19px;
    text-indent:-10000px;
    float:left;
}










.main .manset .mansetSlider {
	width:660px;
	height:276px;
	overflow:hidden;
	float:left;
	position:relative;
}
.main .manset .mansetSlider li {
	width:660px;
	height:276px;
	float:left;
}
.main .manset #mansetControl {
	clear:both;
	width:660px;
	height:36px;
	background:url(../images/mansetControls-bg.jpg) no-repeat left bottom;
	position:absolute;
	bottom:0;
	left:0;
}
.main .manset #mansetControl li {
	display:block;
	/*width:31px;*/
	width:3.1em;
	height:100%;
	float:left;
	position:relative;
	bottom:0;
}
.main .manset #mansetControl li a {
	display:block;
	width:23px;
	height:100%;
	background:url(../images/manset-bg1.png?v=4) no-repeat 0 5px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}
.main .manset #mansetControl li.active a, .main .manset #mansetControl li a:hover {
	background-position:0 -65px;
	color:#fff;
	text-decoration:none;
}
.main .manset .mansetGallery {
	width:79px;
	height:19px;
	background:url(../images/manset-gallery-bg.png) no-repeat 7px center;
	position:absolute;
	bottom:6px;
	right:20px;
}
.main .manset .mansetGallery a.right {
	display:inline-block;
	color:#343434;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
}
.main .manset .mansetGallery a.prevBtn, .main .manset .mansetGallery a.nextBtn {
	display:block;
	width:19px;
	height:19px;
	text-indent:-10000px;
	float:left;
}
.main .bar, .main .bigBar {
	height:40px;
	background:url(../images/bar-bg.jpg) no-repeat left top;
	padding-left:2px;
	margin-top:10px;
	margin-bottom:15px;
}
.main .bar .bgr, .main .bigBar .bgr {
	height:100%;
	background:url(../images/bar-bg.jpg) no-repeat right -80px;
	padding-right:2px;
	position:relative;
}
.main .bar .bgr .bgc, .main .bigBar .bgr .bgc {
	height:100%;
	background:url(../images/bar-bg.jpg) repeat-x right -40px;
}
.main .bigBar {
	height:197px;
	background:url(../images/big-bar.jpg) no-repeat left top;
	padding-left:3px;
}
.main .bigBar .bgr {
	background:url(../images/big-bar.jpg) no-repeat right -498px;
	padding-right:3px;
}
.main .bigBar .bgr .bgc {
	background:url(../images/big-bar.jpg) repeat-x right -266px;
}
.main .wheatherStatus {
	margin-top:15px;
}
.main .wheatherStatus .calcilus, .main .wheatherStatus .link {
	display:inline-block;
	height:20px;
	background:url(../images/bar-bg.jpg) no-repeat right -120px;
	font-size:16px;
	font-weight:bold;
	margin:6px 0 0 13px;
	padding:8px 15px 0 0;
	float:left;
}
.main .wheatherStatus .calcilus strong {
	color:#db0102;
}
.main .wheatherStatus .link {
    height:19px;
    font-size:13px;
    float:left;
    margin-top:9px;
    margin-left: 12px;
    /*padding-top:9px;*/
}
.main .wheatherStatus .wheather {
	display:block;
	position:absolute;
	top:0;
	right:0;
}
.main .quickNews li {
	width:215px;
	height:140px;
	margin-left:11px;
	float:left;
}
.main .quickNews li:first-child {
	margin:0;
}
.main .quickNews li a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.main .quickNews li a span {
	display:block;
	height:30px;
	background:url(../images/quick-bg.jpg);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	text-shadow:1px 1px 3px #000;
	padding:0 10px;
}
.main .quickNews li a:hover, .main .quickNews li a:hover span {
	color:#fff200;
	text-decoration:none;
}
.main .quickManset {
	height:183px;
	overflow:hidden;
	position:relative;
}
.main .quickManset .quickMansetSlider {
	height:153px;
	overflow:hidden;
	position:relative;
}
.main .quickManset .quickMansetSlider li {
	width:300px;
	height:153px;
}

.main .quickManset .yeniSagSlider {
    height:250px;
    overflow:hidden;
    position:relative;
}
.main .quickManset .yeniSagSlider li {
    width:300px;
    height:250px;
}
.main .quickManset #quickMansetControl {
	height:30px;
	background:url(../images/quickManset-bg.jpg) repeat-x;
	overflow:hidden;
	position:relative;
}
.main .quickManset #quickMansetControlTatil {
	height:30px;
	background-color: #2688d2;
	overflow:hidden;
	position:relative;
}

.main .quickManset .link {
	width:59px;
	height:30px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-shadow:-1px 1px 3px #000;
	text-align:center;
	position:absolute;
	bottom:0;
	right:0;
}
.main .quickManset #quickMansetControl li, .main .quickManset #quickMansetControl li a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/quickManset-bg.jpg) no-repeat right -30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-shadow:-1px 1px 3px #000;
	float:left;
}
.main .quickManset .link:hover, .main .quickManset #quickMansetControl li a:hover {
	background:#df0001;
	text-decoration:none;
}
.main .quickManset #quickMansetControl li, .main .quickManset #quickMansetControlTatil li a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/quickManset-bg.jpg) no-repeat right -30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-shadow:-1px 1px 3px #000;
	float:left;
}
.main .quickManset .link:hover, .main .quickManset #quickMansetControlTatil li a:hover {
	background:#df0001;
	text-decoration:none;
}
.main .exchange {
	clear:both;
	margin:5px 0 0 !important;
}
.main .exchange .ex {
	display:inline-block;
	height:23px;
	background:url(../images/currency-bg.png) no-repeat left -70px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	text-shadow:1px 1px 2px #ccc;
	margin:8px 20px 0 0;
	padding-left:35px;
}
.main .exchange .ex:first-child {
	background:none;
}
.main .exchange .ex strong {
	background:url(../images/currency-bg.png) no-repeat right 2px;
	padding-right:20px;
}
.main .exchange .ex.up strong {
	background-position:right -19px;
	color:#1c9319;
}
.main .exchange .ex.down strong {
	color:#df0001;
}
.main .exchange .ex.stop strong {
	background-position:right -38px;
	color:#999999;
}
.main .fragman .bgc {
	height:165px !important;
	padding:17px 50px;
}
.main .fragman .caption {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:13px;
}
.main .fragman .captionAlt {
	color:#8f8f8f;
}
.main .fragman li {
	width:280px;
	height:172px;
	margin-right:18px;
}
.main .fragman li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
}
.main .fragman .jcarousel-clip {
	overflow:hidden;
	position:relative;
}
.main .fragman .jcarousel-next, .main .fragman .jcarousel-prev {
	display:block;
	width:37px;
	height:64px;
	background:url(../images/fragman-controls.jpg) no-repeat;
	cursor:pointer;
	text-indent:-10000px;
	margin-top:-44px;
	position:absolute;
	top:50%;
	left:-50px;
}
.main .fragman .jcarousel-next {
	background-position:-37px 0;
	left:auto;
	right:-50px;
}

.main .gftreklam li {
	/*display:inline-block;*/
	margin-top:5px;
}
.main .gftreklam li:first-child {
	margin:0 0 3px;
}
.main .gallery {
	width:451px;
	height:541px;
	background:url(../images/gallery-bg.jpg) no-repeat;
	color:#fff;
	padding:18px 15px;
	position:relative;
	margin-top:15px;
}
.main .gallery .caption {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	margin-right:8px;
}
.main .gallery .captionAlt {
	display:inline-block;
	color:#7b86a8;
}
.main .gallery .captionAlt a {
	color:#fff;
}
.main .gallery .mainFoto {
	width:450px;
	height:290px;
	overflow:hidden;
	margin-top:15px;
	position:relative;
}
.main .gallery .mainFoto li {
	width:450px;
	height:290px;
	position:relative;
}
.main .gallery .mainFoto li a:hover {
	text-decoration:none;
}
.main .gallery .mainFoto li .pos {
	display:block;
	position:absolute;
	top:212px;
	right:0;
	z-index:9;
}
.main .gallery .mainFoto .captionLink {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:3px 0 5px;
}
.main .gallery .mainFoto li .span {
	color:#7b86a8;
	font-size:11px;
}
.main .gallery #mainFotoControl {
	display:block;
	height:18px;
	background:url(../images/mainFoto-control-bg.png) no-repeat center bottom;
	text-align:center;
	margin:5px auto 0;
	position:relative;
}
.main .gallery #mainFotoControl ol {
	position:absolute;
	left:40%;
}
.main .gallery #mainFotoControl ol li {
	display:block;
	width:9px;
	height:9px;
	margin-left:6px;
	float:left;
}
.main .gallery #mainFotoControl ol li:first-child {
	margin-left:0;
}
.main .gallery #mainFotoControl ol li a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/mainFoto-control.png);
	text-indent:-10000px;
}
.main .gallery #mainFotoControl ol li.active a {
	background-position:-9px 0;
}
.main .gallery .altFoto {
	width:100%;
	height:165px;
	overflow:hidden;
	margin-top:13px;
	position:relative;
}
.main .gallery .altFoto li {
	width:450px;
	height:485px;
}
.main .gallery .altFoto li a.mainFoto {
	display:block;
	width:450px;
	height:290px;
	background:url(../images/mainFoto-control-bg.png) no-repeat center bottom;
	overflow:hidden;
	margin:0 0 15px;
	padding-bottom:18px;
	position:relative;
}
.main .gallery .altFoto li a.mainFoto:hover {
	text-decoration:none;
}
.main .gallery .altFoto li a.mainFoto .pos {
	display:block;
	position:absolute;
	top:212px;
	right:0;
	z-index:9;
}
.main .gallery .altFoto li a.mainFoto .captionLink {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:3px 0 5px;
}
.main .gallery .altFoto li a.mainFoto .span {
	color:#7b86a8;
	font-size:11px;
}
.main .gallery .altFoto li a.left, .main .gallery .altFoto li a.right {
	display:block;
	width:214px;
	height:110px;
	color:#fff;
	position:relative;
}
.main .gallery .altFoto li a:hover {
	text-decoration:none;
}
.main .gallery .altFoto li .pos {
	display:block;
	position:absolute;
	top:77px;
	right:0;
	z-index:9;
}
.main .gallery .altFoto li span {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
}
.main .gallery #altFotoControl {
	width:300px;
	height:30px;
	background:url(../images/gallery-control-bg.png) no-repeat;
	margin-left:-154px;
	padding:5px 4px 0;
	position:absolute;
	left:50%;
	bottom:0;
}
.main .gallery #altFotoControl li {
	width:30px;
	height:30px;
	background:url(../images/gallery-control-bg.png) no-repeat right -95px;
	float:left;
}
.main .gallery #altFotoControl li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
}
.main .gallery #altFotoControl li a:hover, .main .gallery .tumu:hover, .main .gallery #altFotoControl li.active a {
	color:#fff200;
	text-decoration:none;
}
.main .gallery .tumu {
	display:block;
	width:60px;
	height:30px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	position:absolute;
	right:92px;
	bottom:0;
}
.main .gallery.alt {
	background-position:0 -577px;
}
.main .gallery.alt .captionAlt {
	color:#999;
}
.main .gallery.alt .mainVideo {
	width:450px;
	height:495px;
	overflow:hidden;
	margin-top:13px;
	position:relative;
}
.main .gallery.alt .mainVideo li {
	width:450px;
	height:480px;
	float:left;
}
.main .gallery.alt .mainVideo li a {
	display:block;
	width:214px;
	height:160px;
	color:#999;
	overflow:hidden;
	float:left;
	position:relative;
}
.main .gallery.alt .mainVideo li a.right {
	float:right;
}
.main .gallery.alt .mainVideo li a:hover {
	text-decoration:none;
}
.main .gallery.alt .mainVideo li .pos {
	display:block;
	position:absolute;
	top:77px;
	right:0;
}
.main .gallery.alt .mainVideo li .videoCaption {
	display:block;
	color:#fff;
	font:14px;
	font-weight:bold;
	margin:5px 0 3px;
}
.main .gallery.alt #mainVideoControl {
	width:300px;
	height:30px;
	background:url(../images/gallery-control-bg.png) no-repeat center -35px;
	margin-left:-150px;
	position:absolute;
	bottom:0;
	left:50%;
}
.main .gallery.alt #mainVideoControl li {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/gallery-control-bg.png) no-repeat right -65px;
	float:left;
}
.main .gallery.alt #mainVideoControl li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.main .gallery.alt #mainVideoControl li a:hover, .main .gallery.alt #mainVideoControl li.active a {
	color:#fff200;
	text-decoration:none;
}
.main .otherNews {
	width:100%;
	overflow:hidden;
	margin-top:15px;
	position:relative;
}
.main .otherNews ul {
	width:103%;
}
.main .otherNews li {
	width:214px;
	height:226px;
	margin-right:10px;
	float:left;
}
.main .otherNews li a {
	display:block;
	width:100%;
	height:84px;
	color:#000;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	padding:124px 5px 6px;
	position:relative;
}
.main .otherNews li a:hover {
	text-decoration:none;
}
.main .otherNews li a:hover .otherNewsCaption {
	color:#df0001;
}
.main .otherNews li img {
	display:block;
	border:1px solid #dbdbdb;
	border-radius:3px;
	line-height:1.4;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
}
.main .otherNews li .otherNewsCaption {
	display:block;
	color:#000;
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	margin-bottom:6px;
}
.main .gazeteMansetleri {
	height:226px;
	background:url(../images/gazete-mansetleri-bg.jpg) no-repeat;
	padding-left:16px;
	position:relative;
}
.main .gazeteMansetleri .bgr {
	height:100%;
	background:url(../images/gazete-mansetleri-bg.jpg) no-repeat right -452px;
	padding-right:16px;
}
.main .gazeteMansetleri .bgr .bgc {
	height:199px;
	background:url(../images/gazete-mansetleri-bg.jpg) repeat-x 0 -226px;
	padding:12px 0 15px;
}
.main .gazeteMansetleri .caption {
	font-size:14px;
	font-weight:bold;
}
.main .gazeteMansetleri .list {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-top:25px;
	position:relative;
}
.main .gazeteMansetleri .list li {
	width:635px;
	height:199px;
	float:left;
}
.main .gazeteMansetleri .list li a {
	display:block;
	width:96px;
	height:100%;
	font-weight:bold;
	text-align:center;
	margin-left:8px;
	float:left;
}
.main .gazeteMansetleri .list li img {
	margin-bottom:6px;
}
.main .gazeteMansetleri #gazeteMansetleriControl {
	height:10px;
	position:absolute;
	top:13px;
	right:43px;
}
.main .gazeteMansetleri #gazeteMansetleriControl li {
	display:block;
	width:9px;
	height:9px;
	background:url(../images/mainFoto-control.png) no-repeat 0 -9px;
	margin-left:3px;
	float:left;
}
.main .gazeteMansetleri #gazeteMansetleriControl li.active {
	background-position:-9px -9px;
}
.main .gazeteMansetleri #gazeteMansetleriControl li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-10000px;
}
.main .gazeteMansetleri .nextBtn, .main .gazeteMansetleri .prevBtn {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/gazete-mansetleri-control.png) no-repeat -20px 0;
	text-indent:-10000px;
	position:absolute;
	top:7px;
	right:10px;
}
.main .gazeteMansetleri .prevBtn {
	background-position:0 0;
	right:109px;
}
.main .team {
	height:310px;
	background:url(../images/team-bg.jpg);
	margin-top:15px;
	padding:15px;
	position:relative;
}
.main .team .caption {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}
.main .team .link {
	display:block;
	width:282px;
	height:147px;
	background:#fff;
	border:1px solid #005826;
	border-radius:1px;
	float:left;
}
.main .team .spor_hbr {
    float: left;
    width: 250px;
    padding-top: 10px;
    font-weight: bold;

}
.main .team .spor_hbr a {
    color: #fff;

}
.main .team .spor_hbr a:hover {
    color: #fff200;
    text-decoration: underline;
}
.main .team .link img {
	display:block;
	padding:4px;
}
.main .team .list {
	width:330px;
	height:188px;
	overflow:hidden;
	margin-bottom:38px;
	float:right;
	position:relative;
}
.main .team .list li {
	display:block;
	width:330px;
	height:26px;
	border-bottom:1px solid #0c6229;
	overflow:hidden;
}
.main .team .list li a {
	display:block;
	height:100%;
	background:url(../images/team-arrow.png) no-repeat left center;
	color:#fff;
	font-weight:bold;
	line-height:26px;
	padding-left:16px;
}
.main .team .list li a:hover, .main .team .list li.active a {
	color:#fff200;
	text-decoration:none;
}
.main .team .teamHaberControl {
	width:98px;
	height:18px;
	background:url(../images/team-control-bg2.jpg) no-repeat;
	text-align:center;
	padding-top:10px;
	position:absolute;
	top:7px;
	right:9px;
}
.main .team .teamHaberControl span {
	display:block;
	width:20px;
	height:18px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
.main .team .teamHaberControl span.next {
	left:auto;
	right:0;
}
.main .team .teamHaberControl a {
	display:inline-block;
	width:9px;
	height:9px;
	background:url(../images/mainFoto-control.png) no-repeat 0 -18px;
	text-indent:-10000px;
	margin-left:3px;
}
.main .team .teamHaberControl a:first-child {
	margin:0;
}
.main .team .teamHaberControl a.active, .main .team .teamHaberControl a:hover {
	background-position:-9px -18px;
}
.main .team .caption.captionAlt {
	display:inline;
	color:#343434;
	float:left;
}
.main .team .teamNav {
	display:inline;
	color:#c5c5c5;
	font-weight:bold;
	float:right;
}
.main .team .teamNav a {
	display:inline-block;
	margin:0 10px;
}
.main .team .teams {
	clear:both;
	width:100%;
	height:34px;
	margin-top:12px;
}
.main .team .teams a {
	display:block;
	width:32px;
	height:32px;
	border:1px solid #dbdbdc;
	margin-left:1px;
	float:left;
}
.main .team .teams a:first-child {
	margin:0;
}
.main .module .caption {
	height:36px;
	background:url(../images/right-module-bg.jpg);
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	text-shadow:1px 1px 2px #fff;
	padding:0 15px;
}
.main .module .list {
	border:1px solid #c5c5c5;
	border-width:0 1px;
	padding:15px 0 10px;
}
.main .module .bottom {
	height:5px;
	background:url(../images/right-module-bg.jpg) 0 -36px;
}
.main .module.writer {
    margin-bottom:20px;
}
.main .module.writer li {
    display:block;
    border-top:1px solid #cbcbcb;
    font-weight:bold;
    padding:7px 15px 0;
    margin-bottom:7px;
}
.main .module.writer li:first-child {
    border:none;
    padding-top:0;
}
.main .module.writer li:hover .captionLink {
    color:#df0001;
}
.main .module.writer li a {
    display:block;
    width:100%;
    height:100%;
}
.main .module.writer li img {
    display:block;
    float:left;
}
.main .module.writer li .captionLink, .main .module.writer li .writerName {
    display:block;
    width:199px;
    font-size:14px;
    line-height:1.2;
    margin-bottom:4px;
    float:right;
    font-size: 12px;
    color: #000;
}
.main .module.writer li .writerName {
    color:#676767;
    font-size:12px;
}
.main .module.hits ul {
	margin:0 15px;
}
.main .module.hits li {
	display:block;
	border-top:1px solid #cbcbcb;
	font-weight:bold;
	padding-top:7px;
	margin-bottom:7px;
}
.main .module.hits li:first-child {
	border:none;
	padding-top:0;
}
.main .module.hits li:hover .captionLink {
	color:#df0001;
}
.main .module.hits li a {
	display:block;
	width:100%;
	height:100%;
}
.main .module.hits li img {
	display:block;
	float:left;
}
.main .module.hits li .captionLink, .main .module.hits li .clock {
	display:block;
	width:167px;
	font-size:12px;
	line-height:1.2;
	margin-bottom:4px;
	float:right;
}
.main .module.hits li .clock {
	color:#999999;
	font-size:11px;
	font-weight:normal;
}
.main .navigator {
	color:#a8a8a8;
	font-size:11px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:5px;
	padding:0 5px 5px;
}
.main .interactiveBar {
	height:31px;
	background:url(../images/interactive-bar-bg.png) no-repeat;
	padding-left:4px;
}
.main .interactiveBar .bgr {
	height:100%;
	background:url(../images/interactive-bar-bg.png) no-repeat right -62px;
	padding-right:4px;
}
.main .interactiveBar .bgr .bgc {
	height:100%;
	background:url(../images/interactive-bar-bg.png) repeat-x left -31px;
	color:#999;
	font-size:10px;
	line-height:30px;
	overflow:hidden;
	padding:0 13px;
}
.ie7 .main .interactiveBar .bgr .bgc {
	height:31px;
	padding:0 5px;
	overflow:hidden;
	position:relative;
}
.main .interactiveBar .social li {
	display:inline-block;
	height:22px;
	overflow:hidden;
	margin:5px 3px 0 0;
	float:left;
}
.main .interactiveBar .interactive {
    margin-right: -17px;
}
.main .interactiveBar .interactive li {
	display:inline-block;
	height:29px;
	background:url(../images/interactive-bar-bg.png) no-repeat left -93px;
	margin-top:1px;
	float:left;
}
.main .interactiveBar .interactive li a {
	display:block;
	height:100%;
	color:#343434;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	padding:0 8px;
}
.main .interactiveBar .interactive li a:hover {
	text-decoration:none;
}
.main .interactiveBar .interactive li a.bigger {
	font-size:18px;
}
.main .newsDetail .newsImage {
	width:auto !important;
	height:100%;
	margin:18px 20px 0 0;
	float:left;
}
.main .newsDetail .newsImage .haber_resim {
    border-radius: 5px;
}
.main .newsDetail .news {
	color:#000;
	font-size:14px;
	line-height:1.3;
	margin-top: 7px;
}
.main .newsDetail .news img {
    max-width: 465px;
    border-radius: 5px;
}
.main .newsDetail .labels {
	clear:both;
	border:1px solid #e2e2e2;
	border-width:1px 0;
	padding:9px 2px 0;
	margin-top: 20px;
	margin-bottom:15px;
}
.main .newsDetail .labels .label {
	margin-top:6px;
	margin-bottom:15px;
	float:left;
    width: 665px;
    line-height: 18px;
}
.main .newsDetail .labels .label a {
	font-weight:bold;
}
.main .newsDetail .labels .social {
	width:260px;
	float:right;
    height: auto;
    margin-bottom: 5px;
}
.main .newsDetail .labels .social a {
	display:block;
	width:24px;
	height:32px;
	margin-left:10px;
	float:left;
}
.main .newsDetail .labels .social a:first-child {
	margin:0;
}
.main .newsDetail .relatedNews {
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
}
.main .newsDetail .relatedNews a {
	display:inline-block;
	color:#343434;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
}
.main .writerSlide ul {
	margin-top:24px;
	position:relative;
}
.main .writerSlide li {
	display:block;
	padding:0 14px 0 123px;
}
.main .writerSlide li:hover a.link {
	background:none;
	color:#000;
	text-decoration:none;
}
.main .writerSlide li:hover > a.news, .main .writerSlide li:first-child a.news {
	display:block;
}
.main .writerSlide li:hover > a.news {
	z-index:2;
	text-decoration:none;
}
.main .writerSlide li a.link {
	display:block;
	height:21px;
	background:url(../images/writerSlider-bg.jpg) no-repeat;
	border-top:1px solid #e2e2e2;
	color:#999;
	font-weight:bold;
	padding:9px 0 0 10px;
	position:relative;
	z-index:3;
}
.main .writerSlide li a.news {
	display:none;
	width:294px;
	font-weight:bold;
	position:absolute;
	top:-24px;
	left:14px;
	z-index:1;
}
.main .writerSlide li a.news img {
	float:left;
}
.main .writerSlide .border {
	display:block;
	border-top:1px solid #e2e2e2;
	margin-top:-1px;
	padding:15px 15px 0;
}
/*******************END MAIN*******************/

/*******************FOOTER*******************/
.footer {
	border-top:1px solid #ccc;
	color:#676767;
	font-size:11px;
	padding-top:3px;
    position: relative;
    z-index: 7;
}
.footer .logo {
	display:block;
	width:95px;
	height:36px;
	background:url(../images/flogo.jpg);
	text-indent:-10000px;
	margin-right:10px;
	float:left;
}
.footer .social {
	display:block;
	width:18px;
	height:19px;
	margin:7px 0 0 6px;
	float:left;
}
.footer .navContainer {
	background:#f0f0f0;
	border:1px solid #ccc;
	border-width:1px 0 1px;
	padding:24px 0;
}
.footer .navContainer.border {
	border:none;
}
.footer .navContainer .content h2 {
    display: block;
    font: bold 13px/33px Arial;
}
.footer .navContainer .content > ul li {
	display:block;
	width:130px;
	height:100%;
	margin-right:20px;
	float:left;
}
.footer .navContainer .content > ul li.group {
	width:320px;
}
.footer .navContainer .content > ul li.bg {
	background:url(../images/footer-li-bg.jpg) no-repeat right center;
	padding-right:20px;
}
.footer .navContainer .content > ul > li > a {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.footer .navContainer .content > ul > li > a:hover {
	text-decoration:none;
}
.footer .navContainer .content > ul > li li a {
	display:block;
	color:#676767;
	font-size:11px;
	padding:5px 0;
}
.footer .navContainer .content > ul li li {
	width:100px;
	margin-right:5px;
	float:left;
}
/*******************END FOOTER*******************/

/*******************IE BUG*******************/
.ie7 .header .quick .menu, .ie7 .header .quick .menu a, .ie7 .header .quick .social, .ie7 .main .box, .ie7 .main .wheatherStatus .calcilus, .ie7 .main .wheatherStatus .link, .ie7 .header .flash > span, .ie7 .main .manset .mansetGallery a.right, .ie7 .footer .navContainer .content > ul li.group, .ie7 .main .exchange .ex, .ie7 .main .fragman .caption, .ie7 .main .gallery .caption, .ie7 .main .gallery .captionAlt, .ie7 .main .team .teamHaberControl a, .ie7 .main .team .teamNav a, .ie7 .main .interactiveBar .social li, .ie7 .main .interactiveBar .interactive li {
	display:inline;
}
/*******************END IE BUG*******************/
/********************CLEARFIX********************/
.clearfix:after {
	clear: both;
	display:block;
	height:0;
	content:".";
	visibility:hidden;
	line-height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
/*******************CLEARFIX*******************/
/*******************INPUT*******************/
.button {
	display:inline-block;
	color:#fff;
	overflow:hidden;
	position:relative;
}
.button:hover, .button:focus {
	text-decoration:none;
	color:#fff200;
}
.button.red {
	height:29px;
	background:url(../images/btn-bg.png) no-repeat left top;
	padding-left:3px;
}
.button.red .bgr {
	display:block;
	height:29px;
	background:url(../images/btn-bg.png) no-repeat right -58px;
	padding-right:3px;
}
.button.red .bgr .bgc {
	display:block;
	height:29px;
	background:url(../images/btn-bg.png) repeat-x left -29px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:29px;
	padding:0 6px;
}
/*******************END INPUT*******************/
/**Son Eklenenler**/

.cat-list {
	float: left;
	font: 12px/18px Tahoma;
	margin-bottom: 15px;
	width: 660px;
}
.cat-list ul {
	float:left;
	padding: 0;
	margin:0;
}
.cat-list li {
	background: url("../images/son/list-blue.png") no-repeat 0 0;
	border-bottom: 1px dashed #D9D9D9;
	display: inline;
	float: left;
	padding: 15px;
	width: 630px;
}
.cat-list li:hover {
	background: url("../images/son/list-green.png") no-repeat 0 0 #f7f7f7;
}
.cat-list li img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #676767;
	float: left;
	height: 94px;
	margin-right: 15px;
	padding: 2px;
	width: 144px;
}
.cat-list li a {
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	margin-top:10px;
}
.cat-list li a:hover {
	color: #DF0001;
}
.cat-list li span {
	color: #999999;
	font: 11px Tahoma;
}


.cat-listy {
    float: left;
    font: 12px/18px Tahoma;
    margin-bottom: 15px;
    width: 660px;
}
.cat-listy ul {
    float:left;
    padding: 0;
    margin:0;
}
.cat-listy li {
    background: url("../images/son/list-blue.png") no-repeat 0 0;
    border-bottom: 1px dashed #D9D9D9;
    display: inline;
    float: left;
    padding: 15px;
    width: 630px;
}
.cat-listy li:hover {
    background: url("../images/son/list-green.png") no-repeat 0 0 #f7f7f7;
}
.cat-listy li img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A3D7E0;
    float: left;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 2px;
    width: 60px;
}
.cat-listy li a {
    color:#000;
    font-weight:bold;
    margin-bottom:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    margin-top:10px;
}
.cat-listy li a:hover {
    color: #DF0001;
}
.cat-listy li span {
    color: #999999;
    font: 11px Tahoma;
}

.w-660 ul {
	float: left;
	padding: 0;
	margin: 0;
}
.pagination {
	float: left;
}
.pagination li {
	display: inline;
	float: left;
}
.pagination li a {
	background: url("../images/son/page.png") no-repeat scroll 0 0 transparent;
	color: #666666;
	float: left;
	font: 11px Tahoma;
	height: 21px;
	margin-right: 3px;
	padding: 5px 0 0;
	text-align: center;
	text-decoration:none;
	width: 26px;
}
.pagination li a:hover, .pagination li a.current {
	background: url("../images/son/page.png") no-repeat scroll 0 -30px transparent;
	color: #FFFFFF
}
.header-blue-660 {
	background: url("../images/son/header-blue-660.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 48px;
	padding-left: 15px;
	width: 645px;
}
.all-button {
	background: url("../images/son/all-button.png") no-repeat scroll right top transparent;
	float: right;
	font: 11px Tahoma;
	height: 21px;
	padding: 12px 20px 0 40px;
}
.all-button a {
	color: #999999;
}
.all-button a:hover {
	color: #000000;
}
.bg-grey-660 {
	background: url("../images/son/bg-grey-660.gif") no-repeat scroll center bottom transparent;
	float: left;
	padding: 0 0 15px 15px;
	width: 645px;
}
.header-blue-660 h2, .header-blue-660-2 h2, .header-blue-300 h2, .header-green-300 h2 {
	color: #DF0001;
	float: left;
	font: bold 16px/20px Arial;
	height: 40px;
	padding: 8px 0 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.gallery-cat ul {
	float: left;
	padding: 5px 0 0 5px;
	text-align: center;
}
.gallery-cat li {
	display: inline;
	float: left;
	height: 130px;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-align: center;
	width: 140px;
}
.gallery-cat li img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 89px;
	margin-bottom: 5px;
	padding: 2px;
	width: 134px;
}
.gallery-cat li img:hover {
	border: 1px solid #999999;
}
.gallery-cat li a {
	color: #DF0001;
	font: 12px/15px Tahoma;
}
.gallery-cat li a:hover {
	color: #000000;
}
#h-experts li img, #h-gallery li img, #h-video li img, .h-cat img, #rb-expert input, #rb-expert select, #h-company li img, .cat-list li img, .cat-other li img, .detail-summary span img, .gallery-cat li img, .contact-input, .contact-select, .uyeListeResim a, .weather-list li img, .company-detail img, .company-about span.map, .expert-filter, div.vote-bar {
	border-radius: 3px 3px 3px 3px;
}
.gallery-detail-top {
	background: url("../images/son/gallery-detail-back-v2.gif") no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 40px;
	width: 660px;
}
.gallery-detail-top a.prev, .gallery-detail-top a.next {
	display: inline-block;
	height: 40px;
	width: 80px;
}
.gallery-detail-top p {
	display: inline-block;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 500px;
}
.gallery-detail-top p a {
	color: #DF0001;
	font: 11px tahoma;
	height: 18px;
	padding: 3px 5px;
	width: 16px;
}
.gallery-detail-top p a:hover, .gallery-detail-top p a.current {
	background-color: #DF0001;
	color: #FFFFFF;
}
.gallery-detail-middle {
	background: url("../images/son/gallery-detail-back-v2.gif") repeat-y scroll right top transparent;
	display: block;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 660px;
}
.gallery-detail-bottom {
	background: url("../images/son/gallery-detail-back-v2.gif") no-repeat scroll left bottom transparent;
	display: block;
	float: left;
	height: 10px;
	width: 660px;
}
.gallery-detail-middle p {
	color: #000000;
	font: 15px arial;
	margin: auto;
	padding: 10px 10px 0;
	text-align: center;
	width: 500px;
}
.gallery-detail-top.bottom {
	background-position: left bottom;
}
.gallery-detail-top.video {
	background: url("../images/son/gallery-detail-back-video.gif") no-repeat scroll left top transparent;
	height: 10px;
}
.gallery-detail-bottom.video {
	background: url("../images/son/gallery-detail-back.gif") no-repeat scroll left bottom transparent;
	display: block;
	float: left;
	height: 10px;
	width: 660px;
}
.puandurum {
	background-color: #F7FDF1;
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 570px;
}
.puandurum .middle {
	display: block;
	padding: 15px !important;
	width: 570px;
}
.puandurum .middle li {
	background: url("../images/son/puandurumu-alt-baslik.gif") repeat-x scroll left top transparent;
	cursor: default;
	display: block;
	height: 26px;
	width: 540px;
}
.puandurum .middle li {
	border-bottom: 1px solid #D3E4E4;
	color: #666666;
	font: bold 13px tahoma;
}
.puandurum .middle li div {
	display: inline-block;
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 4px 0 0;
	width: 210px;
}
.puandurum .middle li span {
	display: inline-block;
	float: left;
	font-weight: normal;
	height: 20px;
	overflow: hidden;
	padding: 4px 0 0;
	text-align: center;
	width: 36px;
}
.puandurum .middle li strong {
	display: inline-block;
	float: left;
	font-weight: normal;
	height: 15px;
	overflow: hidden;
	padding: 4px 0 0;
	text-align: center;
	width: 30px;
}
.puandurum .middle li.topteam {
	color: #000000;
}
.puandurum .middle li.header div {
	padding: 4px 0 0 30px;
}
.puandurum .middle li.header span {
	border-left: 1px solid #337900;
	font-weight: bold;
	width: 35px !important;
}
.puandurum .middle li.header {
	background: url("../images/son/puandurumu-baslik.gif") repeat-x scroll left top transparent;
	border-bottom: 1px solid #337900;
	color: #FFFFFF;
	font: bold 13px tahoma;
}
.puandurum .middle li.header span {
	display: inline-block;
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 4px 0 0;
	text-align: center;
	width: 36px;
}
.puandurum .middle li.lastteam {
	color: #CC0000;
}
.puandurum .middle li.first {
	border-top: 1px solid #D3E4E4;
}
.puandurum .middle img {
	display: block;
	height: 60px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 45px;
}
.expert-filter {
	background: none repeat scroll 0 0 #F9FCEF;
	border: 1px solid #CFDE92;
	float: left;
	padding: 9px 0 9px 9px;
	width: 649px;
}
.expert-filter div {
	float: left;
	padding-right: 10px;
}
.expert-list {
	float: left;
	font: 11px/17px Tahoma;
	width: 660px;
}
.expert-list li {
	background: url("../images/son/expert-list.png") no-repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	height: 118px;
	padding: 18px 15px 0 18px;
	width: 627px;
}
.expert-list li:hover {
	background: url("../images/son/expert-list.png") no-repeat scroll -680px 0 transparent;
}
.expert-list li span img {
	float: left;
	height: 80px;
	margin-right: 23px;
	width: 65px;
}
.expert-list li a {
	font-weight: bold;
}
.expert-list li strong a {
	font-size: 12px;
}
.expert-list li strong a:hover {
	color: #DF0001;
}
.expert-list li span a {
	background: url("../images/son/arrow.gif") no-repeat scroll right top transparent;
	padding-right: 12px;
}
.mr-10 {
	margin-right: 10px;
}
.contact-select {
	background: url("../images/son/input-bg.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #DF0001;
	font: 12px Tahoma;
	padding: 5px;
}
.hr-31 {
	background: url("../images/son/dot.gif") repeat-x scroll left center transparent;
	height: 31px;
}
.gallery-list {
	float: left;
	width: 675px;
	margin-left: -40px;
}
.gallery-list ul {
	float: left;
	margin-bottom: 15px;
	width: 675px;
}
.gallery-list li {
	background: url("../images/son/gallery-list.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #D9D9D9;
	display: inline;
	float: left;
	height: 165px;
	margin: 0 18px 20px 0;
	text-align: center;
	width: 150px;
}
.gallery-list li:hover {
	background: url("../images/son/gallery-list.png") no-repeat scroll 0 -220px transparent;
}
.gallery-list li img {
	float: left;
	height: 109px;
	margin: 3px 3px 15px;
	width: 144px;
}
.gallery-list li a {
	color: #DF0001;
	font: 12px Tahoma;
}
.gallery-list li a:hover {
	color: #000000;
}
span.playimg {
	background: url("../images/son/play.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	position: absolute;
	text-indent: -9999px;
	width: 30px;
	z-index: 50;
}
a.vp {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
#uyelikFormu {
	float: left;
	width: 570px;
}
#uyelikFormu p {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0 10px;
	padding: 5px 0;
}
#uyelikFormu label {
	display: block;
	float: left;
	font: bold 12px Arial;
}
#uyelikFormu label span {
	display: block;
	font: 10px Arial;
}
#uyelikFormu label.error {
	color: #FF0000;
	display: block;
	float: right;
	font: 10px Arial;
	padding: 3px 0 0;
	text-align: right;
	width: 490px;
}
#uyelikFormu label.formerror {
	color: #FF0000;
	display: block;
	font: 12px Arial;
	padding: 5px 5px 5px 0;
	text-align: center;
}
#uyelikFormu input {
	display: block;
	float: right;
	font-size: 14px;
	width: 250px;
}
#uyelikFormu .submit {
	color: #114477;
	margin-left: 195px;
}
#uyelikFormu div {
	height: 60px;
}
div.uyeliksozlesmesi {
	border: 1px solid #CCCCCC;
	display: block;
	height: 130px !important;
	overflow: auto;
	padding: 10px;
	width: 550px;
}
div.uyeliksozlesmesi div {
	height: auto !important;
}
#iletisimFormu {
	float: left;
	width: 667px;
	margin-top:30px;
}
#iletisimFormu p {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0 10px;
	padding: 5px 0;
}
#iletisimFormu label {
	display: block;
	float: left;
	font: bold 12px Arial;
}
#iletisimFormu label span {
	display: block;
	font: 10px Arial;
}
#iletisimFormu label.error {
	color: #FF0000;
	display: block;
	float: right;
	font: 10px Arial;
	padding: 3px 0 0;
	text-align: right;
	width: 490px;
}
#iletisimFormu label.formerror {
	color: #FF0000;
	display: block;
	font: 12px Arial;
	padding: 5px 5px 5px 0;
	text-align: center;
}
#iletisimFormu input {
	display: block;
	float: right;
	font-size: 14px;
	width: 250px;
}
#iletisimFormu .submit {
	color: #114477;
	margin-left: 195px;
}
#iletisimFormu div {
	height: 60px;
}
#iletisimFormu h2{
	font-size:16px;
	font-weight:bold;

}
.contact-button {
	background: url("../images/son/button-bg.png") repeat-x scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	font: bold 12px Tahoma;
	padding: 8px 0;
	width: 120px;
    border-radius: 3px;
    cursor:pointer;

}
.contact-button:hover { background:url(../images/son/button-bg.png) repeat-x 0 -50px; }

.contact-input {
	margin: 2px 0 5px;
	background: url("../images/son/input_bg.jpg") no-repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	float: right;
	font: 12px Tahoma;
	padding: 6px;
	width: 306px;
}
.detayliarama {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-bottom: 10px;
	padding: 15px;
	width: 610px;
}
#detayliarama div {
	border-bottom: 1px dotted #DDDDDD;
	height: 28px;
	margin-bottom: 5px;
	padding-top: 0;
}
#detayliarama div label.left_lbl {
	display: block;
	float: left;
	font: 15px arial;
	width: 137px;
}
#detayliarama div label.right_lbl {
	font: 14px arial;
	margin-right: 5px;
	padding-top: 1px;
	vertical-align: middle;
}
#detayliarama div input.rdo {
	margin: 0 -2px 0 0;
	padding: 0;
	vertical-align: middle;
}
#detayliarama div input.txt {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #D6D6D6;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
div.bar-red-520 {
	background: url("../images/son/bar-red-520.gif") no-repeat scroll left top transparent;
	color: #FFFFFF;
	float: left;
	font: bold 11px tahoma;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	width: 520px;
}
.w-560 {
	width: 560px;
}
.fl {
	float: left;
}
.mb-10 {
	margin-bottom: 10px;
}

.mb-10 .error {
    font-weight: bold;
    color: #aa2222;
    float: left;
    clear: both;
}
.charcounter {
    float: left; clear: both;
}
.mesaj_tamam {
    font-weight: bold;
    color:#FF8A00;
}
.w-660 {
	width: 660px;
}
.h-three {
	background: url("../images/son/h-three.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 225px;
	padding: 0 0 0 15px;
	width: 195px;
}
.h-three div {
	float: left;
	width: 180px;
}
.h-three span {
	color: #000;
	float: left;
	font: bold 16px/20px Arial;
	height: 40px;
	padding: 8px 0 0;
	width: 180px;
}
.h-three ul {
	border-top: 1px dashed #E4E4E4;
	float: left;
	width: 180px;
}
.h-three li {
	border-bottom: 1px dashed #E4E4E4;
	display: inline;
	float: left;
	overflow: hidden;
	width: 180px;
}
.h-three li a {
	background: url("../images/son/social-sprite-1.png") no-repeat scroll -211px -208px transparent;
	color: #333333;
	display: block;
	float: left;
	padding: 2px 0 3px 12px;
	width: 380px;
}
.h-three li a:hover {
	background: url("../images/son/social-sprite-1.png") no-repeat scroll -211px -168px #FFFFFF;
	color: #000000;
}
.ml-12 {
	margin-left: 12px;
}
.comments {
	float: left;
}
.comments ul {
	border-top: 1px dashed #D9D9D9;
	float: left;
	width: 630px;
}
.comments li {
	background: url("../images/son/list-green.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #D9D9D9;
	display: inline;
	float: left;
	padding: 10px 0;
	width: 630px;
}
.comments li:hover {
	background: url("../images/son/list-blue.png") no-repeat scroll 0 0 transparent;
}
.comments li.answer {
	background: url("../images/son/list-blue.png") no-repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #D9D9D9;
	padding: 10px 0 10px 60px;
	width: 570px;
}
.comments li div {
	float: left;
	margin-top: 5px;
	width: 90px;
}
.comments li span {
	color: #EA0000;
	float: right;
	font-weight: bold;
	margin: 0px 10px 0 0;
	text-align: right;
	width: 100px;
    height: 30px;
}

.comments li span strong{
    color: #17A905;
    margin-right: 15px;
}


.comments li span img {
	float: right;
	margin-left: 10px;
}
.comments li a {
	color: #333333;
	font-weight: bold;
}
.comments li p {
	color: #999999;
}
.comments li p a {
	color: #DF0001;
	font: bold 12px Tahoma;
}
.comments li:hover .down, .comments li:hover .up{
    display:block !important;
}
.comments li:hover .comment-rate > div{
    display:none;
}
.comment-owner {
	background: url("../images/son/comment-owner.gif?v=1") no-repeat scroll 0 0 transparent;
	float: left;
	height: 60px;
	padding: 3px 12px 3px 3px;
	width: 60px;
	margin-left: 5px;
}
.comment-add {
	float: left;
	margin-bottom: 10px;
	width: 630px;
}
.ortasistem {
	float:left;
}
.albumDetay {
	float:left;
	border:1px solid #D1D1D1;
	border-radius: 4px 4px 4px 4px;
	width: 300px;
	padding:2px;
}
.cat-list-manset {
	float: left;
	font: 12px/18px Tahoma;
	margin-bottom: 15px;
	width: 660px;
}
.cat-list-manset ul {
	float:left;
	padding: 0;
	margin:0;
}
.cat-list-manset li {
	border-bottom: 1px dashed #D9D9D9;
	display: inline;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}
.cat-list-manset li img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A3D7E0;
	float: left;
}
.cat-list-manset li a {
	color: #CC0066;
	font: 17px/22px Arial;
}
.cat-list-manset li a:hover {
	color: #5B0088;
}
.cat-list-manset li span {
	color: #999999;
	font: 11px Tahoma;
	float:right;
}
.shakkindaBas {
	background: url("../images/son/sagBaslik5.png") no-repeat scroll 0 0 transparent;
	font-size: 18px;
	height: 41px;
	width: 310px;
}
.yhakkindaListe {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #D1D1D1;
	border-image: none;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-style: none solid;
	border-width: medium 1px;
	overflow: auto;
	width: 308px;
}
.shakkindaAlt {
	background: url("../images/son/sagAlt.png") no-repeat scroll 0 0 transparent;
	height: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 310px;
}
/*********************WEATHER*********************/
.weather {
	background:#eef5f8;
	border:1px solid #e2e6e3;
	padding:19px;
}
.weather .select {
	width:219px;
	height:40px;
	background:url(../images/son/select-box.png) no-repeat;
	position:relative;
}
.weather .select select {
	width:219px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
}
.weather .select span {
	display:block;
	line-height:40px;
	text-indent:20px;
}
.weather ul > li {
	width:138px;
	height:160px;
	border-right:1px solid #cfdade;
	margin:0 0 54px 0;
	padding:0 35px;
	float:left;
	position:relative;
}
.weather ul > li.border {
	border:none;
}
.weather li img {
	display:block;
	margin:0 auto;
}
.weather ul li span {
	display:block;
}
.weather ul li .date {
	color:#F09119;
	margin:18px 0 3px;
}
.weather ul li .status {
	color:#6E858B;
	font-weight:bold;
	margin-bottom:18px;
}
.weather ul li li {
	width:58px;
	color:#6E858B;
	padding-left:10px;
	float:left;
}
.weather ul li ol li:first-child {
	border-right:1px dashed #8fa2a7;
	padding:0 10px 0 0;
}
.weather ul li ol li .degree {
	font-size:24px;
}
/*******************END WEATHER*******************/
/*********************SUMMARY*********************/
.summary > ul {
	width:102%;
}
.summary > ul > li {
	width:289px;
	height:653px;
	background:#f8fafa;
	border:1px solid #ebebeb;
	margin-right:8px;
	padding:15px;
	padding-bottom:5px;
	float:left;
}
.summary > ul > li .ofday {
	display:block;
	border-bottom:1px solid #E94C30;
	color:#E94C30;
	font-size:18px;
}
.summary > ul > li .ofday > span {
	display:inline-block;
	border-bottom:2px solid #E94C30;
	padding-bottom:13px;
}
.summary > ul > li .ofday.orange, .summary > ul > li .ofday.orange * {
	color:#FF8A00;
	border-color:#FF8A00;
}
.summary > ul > li .ofday.blue, .summary > ul > li .ofday.blue * {
	color:#57607d;
	border-color:#57607d;
}
.summary > ul > li li {
	display:block;
	border-top:1px dashed #d5d8d6;
	margin-bottom:10px;
	padding:10px 0 0 0;
	position:relative;
}
.summary > ul > li li:first-child {
	border-top:none;
}
.summary > ul > li a {
	display:block;
	width:100%;
	height:100%;
	color:#464646;
	text-decoration:none;
}
.summary > ul .margin > li span {
    position: absolute;
}
.summary > ul > li a:hover {
	color:#195ea5;
}
.summary > ul > li img {
	display:block;
	margin-right:12px;
	float:left;
}
/*.summary > ul > li span {
	display:block;
}*/
.summary > ul > li span.cat {
	display:block;
	color:#676767;
	font-size:11px;
	margin-top:5px;
}
/*******************END SUMMARY*******************/
/*********************VIDEO*********************/
.video li {
	display:block;
	border-top:1px dashed #ddd;
	margin-top:14px;
	padding-top:14px;
}
.video li:first-child {
	border-top:none;
	margin:0;
	padding:0;
}
.video li .big, .video li .small {
	display:block;
	width:392px;
	height:256px;
	overflow:hidden;
	float:left;
	position:relative;
}
.video li .big > span {
	width:362px;
	height:51px;
	background:url(../images/son/video-bg.png) repeat;
	color:#fff;
	font-size:19px;
	padding:13px 15px 10px;
	position:absolute;
	bottom:0;
	left:0;
}
.video li .big > span span, .video li .small > span span {
	display:block;
	font-size:12px;
	margin-top:5px
}
.video li .small {
	width:182px;
	height:121px;
	margin:0 0 13px 10px;
}
.video li .small > span {
	width:164px;
	height:41px;
	background:url(../images/son/video2-bg.png) repeat;
	color:#fff;
	font-size:13px;
	padding:11px 9px 5px;
	position:absolute;
	bottom:0;
	left:0;
}
.video li .small > span span {
	font-size:11px;
}
#haber_video {
float:left;
display: block;
margin-left: 10px;
margin-bottom: 5px;
}
.ilgililer {
	margin-top: 50px;
}
.ilgiliVideo {
    margin-bottom: 5px;
}
.ilgiliGaleri {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.ilgiliGaleriT {
	font: bold 13px/20px arial;
	position: relative;
}
.ilgililer .tit {
	width: 100%;
}
.ilgililer a.tumb img {
	border: 1px solid #A0A0A0;
	margin: 0 7px;
    ^margin:0 5px;
	padding: 2px;
	width: 73px;
    border-radius: 5px;
}
.ilgililer a.tumb:hover img {
	border-color: #363636;
}
.ilgiliVideo img {
	border: 1px solid #DDDDDD;
	float: left;
	height: 228px;
	margin: 0 5px;
	padding: 2px;
	width: 444px;
    border-radius: 5px;
}
.baslik1 {
    background: none repeat scroll 0 0 #b42d43;
}
.baslik2 {
    background: none repeat scroll 0 0 #ffcc00;
}
.baslik2 a {
    color:#000000 !important;
}
.ilgililer .tit, #sidebar .tit {
	color: #FFFFFF;
	display: inline-block;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 8px;
	position: relative;
    width: 455px;
    border-radius: 5px;
}
.ilgililer .tit span, #sidebar .tit span {
	background: url("red.png") no-repeat scroll 0 -192px transparent;
	height: 25px;
	position: absolute;
	right: -17px;
	top: 0;
	width: 17px;
}
.ilgililer .tit em, #sidebar .tit em {
	background: url("red.png") no-repeat scroll -18px -192px transparent;
	font-size: 0;
	height: 4px;
	left: 11px;
	position: absolute;
	top: 25px;
	width: 11px;
}
.ilgililer .tit a, #sidebar .tit a {
	color: #FFFFFF;
}
.ilgililer .tit a:hover, #sidebar .tit a:hover {
	text-decoration: none;
}
.ilgililer a {
	text-decoration: none;
}
/*********************PHOTOS*********************/
.main .hgroup {
	height:37px;
	background:url(../images/son/group-bg.png) no-repeat;
	padding-left:12px;
}
.main .hgroup .bgr {
	display:block;
	height:100%;
	background:url(../images/son/group-bg.png) no-repeat right -74px;
	padding-right:12px;
}
.main .hgroup .bgc {
	display:block;
	height:100%;
	background:url(../images/son/group-bg.png) repeat-x left -37px;
	color:#484B4A;
	font-size:14px;
	line-height:39px;
}
.main .hgroup .htitle {
	display:inline-block;
	font-weight:bold;
	float:left;
}
.main .hgroup .hlink {
	display:inline-block;
	height:100%;
	background:url(../images/son/group-bg.png) no-repeat left -444px;
	color:#000;
	font-size:11px;
	padding:0 0 0 15px;
	float:right;
}
.main .hgroup.green {
	background-position:0 -111px;
}
.main .hgroup.green .bgr {
	background-position:right -185px;
}
.main .hgroup.green .bgc {
	background-position:right -148px;
}
.main .hgroup.green .hlink {
	background-position:0 -481px;
	color:#4BA973;
}
.main .hgroup.orange {
	background-position:0 -222px;
}
.main .hgroup.orange .bgr {
	background-position:right -296px;
}
.main .hgroup.orange .bgc {
	background-position:right -259px;
}
.main .hgroup.orange .hlink {
	background-position:0 -518px;
	color:#FC9B3A;
}
.main .hgroup.light {
	background-position:0 -333px;
}
.main .hgroup.light .bgr {
	background-position:right -407px;
}
.main .hgroup.light .bgc {
	background-position:right -370px;
}
.main .hgroup.light .hlink {
	background-position:0 -555px;
	color:#61CA5E;
}
hr.dotted {
	clear:both;
	display:block;
	border:1px dotted #ddd;
	border-width:0 0 1px 0;
	margin:15px 0 20px;
	padding:0;
}
.main .photos {
}
.main .photos .photo ul {
	width:102%;
}
.main .photos .photo li {
	width:315px;
	height:200px;
	position:relative;
	margin-right:13px;
	float:left;
}
.main .photos .photo li span {
	width:296px;
	height:23px;
	background:url(../images/son/photo-bg.png);
	color:#fff;
	font-size:14px;
	line-height:20px;
	padding:5px 10px 20px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.main .photos .photo li:hover span {
	color:#FEF200;
}
.main .photos .groups {
}
.main .photos .groups .group {
	width:100%;
	height:100%;
	margin:30px 0 0;
}
.main .photos .groups .group:first-child {
	margin:0;
}
.main .photos .groups .imgs {
	border:1px solid #ebebeb;
	border-radius:0 0 7px 7px;
	padding:24px 23px 17px;
}
.main .photos .groups .imgs li {
	width:168px;
	height:100%;
	border-left:1px dotted #bbb;
	margin:0 0 0 11px;
	padding:0 0 0 11px;
	float:left;
}
.main .photos .groups .imgs li.both {
	clear:both;
	display: block;
	width:100%;
	height: 20px;
	border:none;
	margin:0;
	padding:0;
}
.main .photos .groups .imgs li:first-child, .main .photos .groups .imgs li.clear {
	border:none;
	margin:0;
	padding:0;
}
.main .photos .groups .imgs li a {
	color:#393F4E;
	font-size:11px;
}
.main .photos .groups .imgs li a span {
	display:block;
	text-align:center;
	margin-top:7px;
}
.main .photos .title {
	color:#444;
	font-size:18px;
	line-height:1.3;
	margin-bottom:13px;
}

.pager1 {
    height:39px;
    border:1px dotted #ddd;
    border-width:1px 0;
    text-align:center;
}
.pager1 .inline {
    display:inline-block;
}
.ie7 .pager1 .inline {
    display:inline;
}
.pager1 a {
    display:block;
    width:20px;
    height:30px;
    border:1px solid #fff;
    border-width:2px 0;
    color:#444;
    font-size:10px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    margin-right:8px;
    margin-right: 2px;;
    float:left;
}
.pager1 a:hover,.pager1 a.active {
    border-color:#5489d0;
}
.pager1 .next, .pager1 .prev {
    width:30px;
    height:37px;
    background:url(../images/son/photo-control.jpg) no-repeat left 4px;
    border:0;
}
.pager1 .next {
    background-position:-30px 4px;
}


.main .photos .pager {
	height:39px;
	border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
	border-width:1px 0;
	text-align:center;
}
.main .photos .pager .inline {
	display:inline-block;
}
.ie7 .main .photos .pager .inline {
	display:inline;
}
.short {
    font-size: 12px;
    line-height: 20px;
}
.full {
    font-size: 12px;
    line-height: 20px;
}
.main .photos .pager a {
	display:block;
	width:22px;
	height:35px;
	border:1px solid #fff;
	border-width:2px 0;
	color:#444;
	font-size:14px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	margin-right:8px;
	float:left;
}
.main .photos .pager a:hover, .main .photos .pager a.active {
	border-color:#5489d0;
}
.main .photos .pager .next, .main .photos .pager .prev {
	width:30px;
	height:37px;
	background:url(../images/son/photo-control.jpg) no-repeat left 4px;
	border:0;
}
.main .photos .pager .next {
	background-position:-30px 4px;
}
.main .photos .show {
	width:552px;
	height:auto;
	background:#F7F7F7;
	border:1px solid #D2D2D2;
	margin:15px 0 0 0;
	padding:4px;
	float:left;
	text-align: center;
}
.main .photos .show img {
	max-width:544px;
}
.main .photos .info {
	width:396px;
	line-height:15px;
	margin:15px 0 0 0;
	float:right;
}
.main .photos .info .infoname {
	display:block;
	color:#000;
	line-height:24px;
	font-size:18px;
	font-weight:bold;
}
.infoview {
	display:block;
	color:#1D314D;
	font-size:11px;
}
/*******************END PHOTOS*******************/


/******************İkinci Manşet*******************/
.main .interactiveNews {
	height:354px;
	background:url(../images/son/interactive-new-bg.jpg) no-repeat;
	font-weight:bold;
	position:relative;
	margin-bottom:15px;
}
.main .interactiveNews .caption {
	font-size:25px;
	border-bottom:1px solid #c5c5c5;
	overflow:hidden;
	padding:14px 18px 11px;
	position:relative;
}
.main .interactiveNews .list {
	width:268px;
	height:287px;
	overflow:hidden;
	margin:18px 0 0 4px;
	float:left;
}
.main .interactiveNews .list li {
	display:block;
	height:31px;
	border-top:1px solid #ccc;
}
.main .interactiveNews .list li:first-child, .main .interactiveNews .list li.border {
	border:none;
}
.main .interactiveNews .list a {
	display:block;
	height:100%;
	background:url(../images/son/interactive-arrow.png) no-repeat 10px center;
	color:#1F3857;
	font-size:13px;
	font-weight:normal;
	line-height:31px;
	text-decoration:none;
	padding:0 5px 0 26px;
}
.main .interactiveNews .list li.active > a, .main .interactiveNews .list li:hover {
	background:#fff;
	border-radius:5px 0 0 5px;
}
.main .interactiveNews .linksource {
	width:274px;
	height:334px;
	background:url(../images/son/interactive-bg.png) no-repeat center bottom;
	padding-top:9px;
	float:left;
}
.main .interactiveNews .link {
	clear:both;
	display:block;
	width:262px;
	height:300px;
	background:#fff;
	padding:7px 6px;
	float:right;
}
.main .interactiveNews .homeTownNews {
	width:121px;
	margin-top:9px;
	float:right;
}
.main .interactiveNews .homeTownNews .home {
	height:27px;
	border-bottom:1px dashed #ccc;
	color:#1F3857;
	font-size:11px;
	line-height:27px;
	text-align:center;
}
.main .interactiveNews .homeTownNews li {
	display:block;
	height:22px;
}
.main .interactiveNews .homeTownNews li.wh {
	background:#fff;
}
.main .interactiveNews .homeTownNews li a {
	display:block;
	height:100%;
	background:url(../images/son/hometown-arrow.png) no-repeat 10px center;
	color:#666666;
	font-size:11px;
	line-height:22px;
	padding-left:25px;
}
.main .interactiveNews .controls {
	width:128px;
	height:30px;
	padding:0 30px;
	position:absolute;
	left:30px;
	bottom:0;
}
.main .interactiveNews .controls a {
	width:25px;
	height:30px;
	color:#1F3857;
	text-align:center;
	text-decoration:none;
	float:left;
}
.main .interactiveNews .controls a.active {
	background:url(../images/son/controls-bg.jpg) no-repeat bottom center;
	color:#F51D00;
}
.main .interactiveNews .controls .next, .main .interactiveNews .controls .prev {
	width:26px;
	height:30px;
	background:url(../images/son/controls-next-prev.png) no-repeat left top;
	cursor:pointer;
	font-size:0;
	position:absolute;
	left:0;
	top:0;
}
.main .interactiveNews .controls .next {
	background-position:right 0;
	right:0;
	left:auto;
}
/******* İkinci Manşet Bitiş **********************/
.haberbar1{
	width:500px;
    height:20px;
    overflow:hidden;
    position:relative;
}
.haberbar1 li{
	width:500px;
    height:20px;
    color:#454545;
    font:12px Tahoma,Arial;
    line-height:1.5;
    overflow:hidden;
    position:relative;
}
.haberbar1 .jcarousel-clip{
    height:20px;
    overflow:hidden;
    position:relative;
}
.haberbar1 .sari{
    color:#921C1D;
    font-weight:bold;
}
.haberbar1 a, .haberbar2 a{
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}
.haberbar1 a:hover, .haberbar2 a:hover{
    color:#333;
    text-decoration:underline;
}
.haberbar2 ul{
    margin:5px;
}
.haberbar2 li{
    display:block;
    line-height:1.5;
    padding:3px;
}
.haberbar2 li.sep{
    background:#f5f5f5;
}
.haberbar2 a:hover{
    color:#CE0000;
}
.haberbar2 hr{
    height:1px;
    background:#ddd;
    border:none;
    margin-bottom:10px;
}
.haberbar4 li{
	display:block;
	width:100%;
	border-top:1px dashed #ccc;
}
.haberbar4 li:first-child{
	border:none;
}
.haberbar4 span{
	display:inline-block;
	color:#666;
	font-size:11px;
	line-height:28px;
	margin:0 6px 0 2px;
	float:left;
}
.haberbar4 a{
	display:inline-block;
	width:245px;
	height:28px;
 	color:#000000;
    font:bold 11px/28px Arial;
    text-decoration:none;
	overflow:hidden;
	float:left;
}
.haberbar5 li{
	display:block;
 	border-top:1px solid #cbcbcb;
    font-weight:bold;
    margin-bottom:7px;
    padding-top:7px;
}
.haberbar5 a{
	display:block;
	width:100%;
}
.haberbar5 img{
	display:block;
	margin:0 10px 0 0;
	float:left;
}
.haberbar5 .captionLink, .haberbar5 .clock {
    display:block;
    width:100%;
    font-size:12px;
    line-height:1.2;
    margin-bottom:4px;
}
.haberbar5 .clock {
	clear:right;
    color:#999999;
    font-size:11px;
    font-weight:normal;
}
.writer1 {
    float:left;
    margin-left:-50px;
    margin-top:15px;
}
.writer1 li {
    display:block;
    border-top:1px solid #cbcbcb;
    font-weight:bold;
    padding:7px 15px 0;
    margin-bottom:7px;
}
.writer1 li:first-child {
    border:none;
    padding-top:0;
}
.writer1 li:hover .captionLink {
    color:#df0001;
}
.writer1 li a {
    display:block;
    width:100%;
    height:100%;
}
.writer1 li img {
    display:block;
    float:left;
}
.writer1 li .captionLink, .writer1 li .writerName {
    display:block;
    width:550px;
    font-size:14px;
    line-height:1.2;
    margin-left: 5px;
    margin-bottom:4px;
    float:left;
    color: #000;
}
.writer1 li .writerName {
    color:#676767;
    font-size:14px;
}
.site_sag_reklam {
    float: right; margin-right: 316px;
}

.pageskin_2 {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index:8;
    top:8px;
    left:5px;
    background-color: #fff;
}
.pageskin_2 .right, .pageskin_2 .left {
    width: 50%;
    text-align: right;
    left:0;
    top:8px;
}
.pageskin_2 .right{left:auto;right:0;}
.pageskin_2 .left .banner_code {
    display: block;
    padding-right: 500px;
    text-align: right;
}
.ie7 .pageskin_2 .left .banner_code{
	margin-left:-160px;
}
.pageskin_2 .right .banner_code {
    display: block;
    padding:0 0 0 500px;
    text-align: left;
}
.nextPrevNews{
	width:100%;
	border-bottom:1px solid #E2E2E2;
	margin:0 0 9px;
	padding:0 0 9px;
}
.nextPrevNews .column{
	width:46%;
	border:1px solid #e2e2e2;
	border-width:0 1px 0 0;
	text-align:left;
	padding:0 3% 0 0;
	float:left;
}
.nextPrevNews .column.right{
	border-width:0;
	text-align:right;
	float:right;
}
.surAds{
	display:block;
	width:667px;
	height:109px;
	margin:10px 0 0;
    overflow: hidden;
}

.surAdsyeni {
    float: left;
    height: 109px;
    margin: 5px 0 10px;
    width: 979px;
}

.piyasalar{
	height:100%;
   /* width:100%;
    margin:0 !important;
    margin-top: -20px;*/
}
.ie7 .piyasalar{
	clear:both;
	float:right;
}
.piyasalar .piyasalar_cap{
	height:3px;
	background:url(../images/son/piyasalar-bg.jpg) no-repeat;
}
.piyasalar .piyasalar_cap .all{
	display:inline-block;
	color:#fff;
	font:12px/20px Arial;
	margin:0 12px 0 0;
	float:right;
}
.piyasalar table{
	border:none;
	border-collapse:collapse;
}
.piyasalar th, .piyasalar td{
	border:1px solid #bbc6d8;
	border-width:0 0 1px 1px;
	color:#000;
	font:12px Arial;
}
.piyasalar th:first-child, .piyasalar td:first-child{
	border-width:0 0 1px 0;
}
.piyasalar td{
	text-align:center;
	padding:2,5px 0;
}
.piyasalar th{
	font-weight:bold;
	height:23px;
	background:url(../images/currency-bg.png) no-repeat 5px 7px;
	font-weight:bold;
	line-height:23px;
	text-shadow:1px 1px 2px #ccc;
}
.piyasalar th.up{
	background-position:5px -14px;
}
.piyasalar th.stop{
	background-position:5px -33px;
}
.lazy {
    display: none;
}
#ios_fix {
    overflow: auto;height: 410px;  -webkit-overflow-scrolling: touch;
}
.cizik {
    color:#a8a8a8;
    font-size:11px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:5px;
    padding:0 5px 5px;
}
.yazar_yazi_baslik {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}
.yazar_yazi_baslik a {
    color: #DF0001;
    text-decoration: none;
}
.yazar_yazi_baslik a:hover {
    text-decoration: underline;
}
.ozel_reklam_alani {
    float:left;width: 100%;height: 170px;margin-top: 3px;margin-bottom: 3px;
}


.text_div1 {
    float:left;width: 300px;background-color: #e3e3e3;border: 1px solid #DBDBDB;border-radius: 5px;max-height: 250px;
}
.text_reklamlar2 {
    float: left;margin:5px;width: 290px;max-height: 250px;
}
.text_reklamlar2 li {
    border-top: 1px solid #CCCCCC;height: auto;display: block;margin-bottom: 2px;
}
.text_reklamlar2 li:first-child,.text_reklamlar2 li.border {
    border: medium none;
}
.text_reklamlar2 a {
    background: url("../images/son/yeni_arrow.png") no-repeat scroll 10px center transparent;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 25px;
    padding: 0 5px 0 26px;
    text-decoration: none;
}
.text_reklamlar2 li.active > a,.text_reklamlar2 li:hover{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 0 0 5px;
}

.text_div {
    float:left;width: 480px;background-color: #e3e3e3;border: 1px solid #DBDBDB;border-radius: 5px;
}
.text_reklamlar,.text_reklamlar1 {
    float: left;width: 335px;height: 150px;margin:5px;
}
.text_reklamlar li,.text_reklamlar1 li {
    border-top: 1px solid #CCCCCC;
    display: block;
    height: 29px;
}
.text_reklamlar li:first-child,.text_reklamlar1 li:first-child, .text_reklamlar li.border,.text_reklamlar1 li.border {
    border: medium none;
}
.text_reklamlar a,.text_reklamlar1 a {
    background: url("../images/son/interactive-arrow.png") no-repeat scroll 10px center transparent;
    color: #1F3857;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    line-height: 31px;
    padding: 0 5px 0 26px;
    text-decoration: none;
}
.text_reklamlar li.active > a,.text_reklamlar1 li.active > a, .text_reklamlar li:hover ,.text_reklamlar1 li:hover{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 0 0 5px;
}
.text_resim,.text_resim1 {
    float: left;width: 120px;height: 150px;margin:5px;
}
.text_ara{
    float:left;width: 15px;height: 170px;background-color: #ffffff;
}

.yorum_ekle_bar a {
    background-color: #fbfbfb;padding: 0 1px;
    border:1px solid #CCCCCC;border-radius:3px;height:18px;
    text-decoration:none;float:left;line-height: 18px;font-weight: bold;color: #000000;
}

.yorum_ekle_bar a:hover {
    border:1px solid #ababab;
    float:left;background-color: #eaeaea;
}

.yorum_ekle_bar a img {
    float:left;
}

.bgc .date {
    margin-left: -12px;
}


.haber_ust_reklam {
    float:left;width:465px;margin-bottom:15px;margin-top:12px;
}

.haber_detay_sag {
    float:left;margin-left:5px;background-color: #DEDEDE;width: 190px;height: auto;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;margin-top: -5px;
}
.haber-detay-sag-liste {
    margin:15px 0 0 15px; padding: 0 0 0 0; width:161px;
}
.listeleme-sag img {border:1px solid #B0B0B0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;padding: 4px;}
.listeleme-sag a {color: #000000;}
.listeleme-sag:hover a {color: #cc0000 !important; text-decoration: none !important;}
.listeleme-sag {
    list-style-type: none; width: 161px; height:auto;border-bottom: 1px solid #BCBCBC;margin-top: 5px;
}
.baslik-detay {
    font-size:13px;font-family: arial; font-weight:bold;text-align: center;
}
.anket_icon {
    background: url("../images/son/anket.png") no-repeat center left; cursor: pointer; padding-left: 20px;
}

.flash_sur_manset {float:left;width: 980px;margin-bottom: 10px;}
.reklam_en_ust {width: 100%; height: 130px; margin-bottom: 5px; text-align: center;}
.ilgili_mansetler {border-radius: 5px 5px 5px 5px;color: #FFFFFF;display: inline-block;font-weight: 700;line-height: 25px;margin-bottom: 5px;padding-left: 8px;position: relative;width: 455px;background-color: #19a2ff;font-weight: normal;line-height: 25px;}


.kitap_kategori {
    background-color: #E9E9E9;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-bottom: 10px;
    width: 660px;
}
.margin_kitap_kat {
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 10px;
    margin-left: 5px;
}

ol.margin_kitap_kat, ul.margin_kitap_kat {
    list-style: none outside none;
}
.margin_kitap_kat li {
    float: left;
    margin-right: 10px;
    margin-left:10px;
    padding-bottom: 5px;
    text-align: center;
    width: 140px;
}
.margin_kitap_kat > li img {
    border:1px solid #C5C5C5;
    border-radius: 3px;
    padding: 2px;
}
.margin_kitap_kat a {
    text-decoration: none;
    font-weight: bold;
}
.margin_kitap_kat a:hover {
    color:#df0001;
}




.margin_kitap {
    margin: 0;
    padding: 0;
    width: 300px;
    margin-left: 5px;
}

ol.margin_kitap, ul.margin_kitap {
    list-style: none outside none;
}
.margin_kitap li {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 140px;
}
.margin_kitap > li img {
    border:1px solid #C5C5C5;
    border-radius: 3px;
    padding: 2px;
}
.margin_kitap a {
    text-decoration: none;
    font-weight: bold;
}
.margin_kitap a:hover {
    color:#df0001;
}

.kitap_sag_baslik {
    float: right;
    font-size: 10px;
    font-weight: normal;
}


.txtadslinkclass1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
}
.txtadslinkclass1 {
    list-style: none outside none;
}
.txtadslinkclass1 li a {
    background: url("../images/son/bullet.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 14px;
    padding-left: 18px;
	color: #195EA5;
    text-decoration: none;
	float:left;
	margin-bottom:40px;
}
.txtadslinkclass1 li a:hover {
text-decoration: underline;
}



#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 77px;
    left: 0;
    position: relative;
    width: 64px;
    z-index: 1000;
    top: -143px;
    left: -14px;
}
#prevBtn, #nextBtn, #slider1prev, #slider1next {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -8000px;
}

#nextBtn, #slider1next {
    left: 240px;
    top: -220px;
}

#nextBtn a, #slider1next a {
    background: url("../../yeni/images/sag.png") no-repeat scroll 0 0 !important;
    display: block;
    height: 48px;
    position: relative;
}
#prevBtn a,  #slider1prev a {
    background: url("../../yeni/images/sol.png") no-repeat scroll 0 0 !important;
    display: block;
    height: 48px;
    position: relative;
}
#foto-galeri-sag li, #foto-galeri-sag2 li {
    height: 250px;
    overflow: hidden;
    width: 295px;
}
#foto-galeri-sag ul, #foto-galeri-sag li, #foto-galeri-sag2 ul, #foto-galeri-sag2 li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 1px;
}
.gal-arka {
    background-color: #000000;
    position: relative;
    top: -53px;
    width: 290px;
    height: 51px;
    float: left;
    opacity: 0.5;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    max-height: 51px;
}

.yazilarim {
    margin-left: -40px;
}

.sayfalarim-liste {
    color: #000000;
    padding: 0 34px;
    width: 933px;
    list-style-type: none;
}
.sayfalarim-liste li {
    background: url("../images/panel-list-icon.png") no-repeat scroll 10px 19px #FFFFFF;
    border: 1px solid #D4D4D4;
    color: #000000;
    float: left;
    height: auto;
    line-height: 26px;
    margin-bottom: 13px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 0;
    width: 650px;
}
.sayfalarim-liste li span {
    color: #444444;
    display: block;
    float: left;
    font-family: arial;
    font-size: 13px;
}

.sayfalarim-liste li span a {
    color: #444444;
    display: block;
    float: left;
    font-family: arial;
    font-size: 13px;
    padding-left: 27px;
}
.shs-delet {
    background: url("../images/d-panel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
    width: 28px;
}
.shs-delet:hover {
    transform: rotate(360deg);
}


.ozel_tasarim_kutu {
    border: 1px solid #B0B0B0;max-height: 250px;width:290px !important;border-radius: 5px 5px 5px 5px;padding: 4px; 
}
.sosyal_medya_bar {float:left;width:400px;}
.sosyal_medya {float:left;margin-right:10px;}
.yzt_haber_kaydet { background: url(../images/haber_kaydet.jpg?v=3) no-repeat top left;display: inline-block;width: 65px;height: 70px;}
.yzt_haber_sayisi {float: left;font-size: 17px;text-align: center;width: 100%;margin-top: 10px;color: #565656;}
/*sprite*/
.sprite {background: url(../images/yzt-sprite.png?v=2) no-repeat top left;display: inline-block;text-indent: -9999px;}
.tncy-bhdr-sprt-clock-bg{ background-position: 0 0; width: 60px; height: 25px; }
.tncy-bhdr-sprt-controls-next-prev{ background-position: 0 -75px; width: 42px; height: 11px; }
.tncy-bhdr-sprt-facebook-ico{ background-position: 0 -136px; width: 24px; height: 24px; }
.tncy-bhdr-sprt-facebook_yeni{ background-position: 0 -210px; width: 227px; height: 41px; }
.tncy-bhdr-sprt-flash-btn{ background-position: 0 -301px; width: 47px; height: 33px; }
.tncy-bhdr-sprt-flash-btn{ background-position: 0 -384px; width: 34px; height: 17px; }
.tncy-bhdr-sprt-flash-clock{ background-position: 0 -451px; width: 14px; height: 14px; }
.tncy-bhdr-sprt-fragman-controls{ background-position: 0 -598px; width: 74px; height: 64px; }
.tncy-bhdr-sprt-futbol-0{ background-position: 0 -712px; width: 32px; height: 31px; }
.tncy-bhdr-sprt-futbol-1{ background-position: 0 -793px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-10{ background-position: 0 -875px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-11{ background-position: 0 -957px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-12{ background-position: 0 -1039px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-13{ background-position: 0 -1121px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-14{ background-position: 0 -1203px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-15{ background-position: 0 -1285px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-16{ background-position: 0 -1367px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-17{ background-position: 0 -1449px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-18{ background-position: 0 -1531px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-2{ background-position: 0 -1613px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-3{ background-position: 0 -1695px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-4{ background-position: 0 -1777px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-5{ background-position: 0 -1859px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-6{ background-position: 0 -1941px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-7{ background-position: -277px 0; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-8{ background-position: -277px -82px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-futbol-9{ background-position: -277px -164px; width: 32px; height: 32px; }
.tncy-bhdr-sprt-hava-durumu{ background-position: -277px -246px; width: 85px; height: 63px; }
.tncy-bhdr-sprt-hometown-arrow{ background-position: -277px -359px; width: 6px; height: 7px; }
.tncy-bhdr-sprt-interactive-arrow{ background-position: -277px -416px; width: 6px; height: 11px; }
.tncy-bhdr-sprt-interactive-bg{ background-position: -277px -477px; width: 284px; height: 12px; }
.tncy-bhdr-sprt-mainFoto-control-bg{ background-position: -277px -539px; width: 462px; height: 15px; }
.tncy-bhdr-sprt-manset-gallery-bg{ background-position: -277px -604px; width: 29px; height: 19px; }
.tncy-bhdr-sprt-nav-home-ico{ background-position: -277px -673px; width: 21px; height: 35px; }
.tncy-bhdr-sprt-print-ico{ background-position: -277px -758px; width: 16px; height: 29px; }
.tncy-bhdr-sprt-rss{ background-position: -277px -837px; width: 24px; height: 24px; }
.tncy-bhdr-sprt-team-control-bg2{ background-position: -277px -911px; width: 98px; height: 28px; }
.tncy-bhdr-sprt-twitter-ico{ background-position: -277px -989px; width: 24px; height: 24px; }
.tncy-bhdr-sprt-twitter_yeni{ background-position: -277px -1063px; width: 227px; height: 41px; }
.tncy-bhdr-sprt-wheather-sunny{ background-position: -277px -1237px; width: 73px; height: 38px; }
.tncy-bhdr-sprt-yeni_arrow{ background-position: -277px -1325px; width: 12px; height: 12px; }
.tncy-bhdr-sprt-yorum_ekle{ background-position: -277px -1387px; width: 20px; height: 20px; }
.tncy-bhdr-sprt-gplus{ background-position: -277px -1449px; width: 24px; height: 24px; }
.tncy-bhdr-sprt-pinterest{ background-position: -277px -1531px; width: 24px; height: 24px; }
