body {
	margin: 0px;
	background : #FFFFFF;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
}
form{
	margin: 0px;
}
#container {
	background: #FFFFFF;
	width: 775px;
	border: 1px solid #E1E1E1;
}

#top {
	background: url(../images/top_bck.png);
	height: 27px;
	width: 775px;
}
#top .part_1{
	float: left;
	width: 570px;
}
#top .part_2{
	float: right;
	width: 185px;
}
#top .part_1 .sep{
	width: 2px;
	height: 27px;
	background: url(../images/top_sep.png);
	float: left;
	margin: 0px 8px 0px 8px;
}
#top .part_2 .item {
	float: right;
	margin: 0px 5px 0px 0px;
}
#top .part_1 .item {
	float: left;
	margin: 0px 0px 0px 5px;
}
#top .part_1 .item {
	float: left;
	margin: 0px 0px 0px 5px;
}
#top .item, #top .item a{
	font: 700 8pt/27px Tahoma;
	color: #545454;
}

#base {
	background: #FFFFFF;
}
#base .left {
	width: 121px;
	border-right: 1px solid #E1E1E1;
}
#base .middle {
	width: 486px;
}
#base .right {
	margin: 0px 0px 0px 7px;
	border-left: 1px solid #E1E1E1;
	padding-left: 8px;
}

#author_top {
	background: url(../images/author_bck.gif);
	width: 150px;
	height: 60px;
	font: normal 8pt/15px Tahoma;
}
#author_top .image{
	width: 45px;
	height: 60px;
	text-align: left;
}
#author_top .image img{
	width: 43px;
	height: 58px;
	text-align: left;
	margin: 0px 1px 0px 1px;
}
#author_top .author_title{
	height: 20px;
	font: bold 8pt/20px Tahoma; 
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
#author_top .author_name{
	height: 16px;
	width: 100px;
	padding-left: 5px;
}
#author_top .author_name a {
	color: #032473;
	font-weight: bold;
}
#author_top .title{
	height: 30px;
	overflow: hidden;
	margin: 2px 5px 2px 5px;
}
#author_top .title a {
	color: #000000;
}

/* FOOTER */
#footer {
	width: 775px;
	height: 70px;
}
#footer .content {
	text-align: center;
	color: #000000;
}
#footer .content div {
	text-align: left;
	padding-left: 10px;
}
#footer .content .part_1 {
	font: normal 8pt/25px Tahoma;
	background: #C70607;
}
#footer .content .part_1, #footer .content .part_1 a{
	font-weight: bold;
	color: #FFFFFF;
}

#footer .content .part_1 li{
	display:inline;
	padding-left:8px;
	padding-right:8px;	
	background:url(../images/button_1.jpg) no-repeat;	
	background-position:1px 4px;
}
#footer .content .part_1 a{
	color:#ffffff;
	text-decoration:none;
}
#footer .content .part_1 li a:hover{
	color:#f2f2f2;
	text-decoration:none;
}
#footer .content a{
	color: #000000;
}
#footer .content .part_2 {
	font: normal 8pt/17px Verdana;
	margin-top: 5px;
}
#footer .content .part_2_1 {
	float: left;
	width: 150px;
}
#footer .content .part_2_2 {
	float: left;
}

/* LEFT MENÜ TİTLE */
.left_menu_title{
	height: 21px;
	background: #DB0023;
	color: #FFFFFF;
	font: bold 8pt/21px Tahoma;
	text-align: left;
}
.left_menu_title span{
	padding-left: 10px;
}

/* RİGHT MENÜ TİTLE */
.right_menu_title{
	height: 19px;
	background: url(../images/right_caption_bck.png);
	color: #FFFFFF;
	font: bold 8pt/19px Tahoma;
	text-align: left;
}
.right_menu_title span{
	padding-left: 25px;
}

/* RİGHT SPACE */
.right_space{
	font-size: 1px;
	height: 9px;
}

/* MİDDLE PAGE TİTLE */
.middle_page_title {
	width : 100%;
	height: 40px;
	font : 700 12pt/40px Arial;
	color : #19374E;
	background: url(../images/middle_page_bck.png);
	margin-bottom : 5px;
}
.middle_page_title span{
	margin-left: 15px;
}

/* BUTTON */
.button{
	color: #FFFFFF;
	background: #C70607;
	border: 1px solid #A3A3A3;
	font: 100 8pt/16px Tahoma;
}

/* LEFT MENÜ */
#left_menu {
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px; 
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
#left_menu a {
	font: 700 8pt/23px tahoma;
	display: block;
	border-width: 1px;
	margin-left: 0px;
	padding: 0px 0px 1px 8px;
	text-decoration: none;
	
}
#left_menu .type_1 a {
	background: #3d6d9e;
	color: #FFFFFF;
}
#left_menu .type_1 a:hover
{
	background: #013161;
	color: #FFFFFF;
}
#left_menu .type_1_child a {
	color: #FFFFFF;
	background: #B2C5D0;
}
#left_menu .type_1_child a:hover
{
	background: #013161;
	color: #FFFFFF;
}

#left_menu .type_2 a {
	background: #013161;
	color: #FFFFFF;
}
#left_menu .type_2 a:hover
{
	background: #ffcc5b;
	color: #000000;
}
#left_menu .type_2_child a {
	background: url(../images/left_menu_type_2_child_bck.png);
	color: #FFFFFF;
}
#left_menu .type_2_child a:hover
{
	color: #FFFFFF;
	background: #B2C5D0;
}

#left_menu .type_3 a {
	color: #FFFFFF;
	background: #B90511;
	
}
#left_menu .type_3 a:hover
{
	background: #FFCC5B;
	color: #000000;
}
#left_menu .type_3_child a {
	background: #FFCC5B;
	color: #000000;
}
#left_menu .type_3_child a:hover
{
	color: #FFFFFF;
	background: #B90511;
}


#left_menu .type_4 a {
	background: #009900;
	color: #FFFFFF;
}
#left_menu .type_4 a:hover
{
	background: #66CC00;
	color: #FFFFFF;
	
}
#left_menu .type_4_child a {
	background: #66CC00;
	color: #FFFFFF;
}
#left_menu .type_4_child a:hover
{
	background: #009900;
	color: #FFFFFF;
}

/* LAST MİN */
#last_min {
	position: relative;
	background: url(../images/last_min_bck.png);
	width: 775px;
	height: 28px;
	clear: both;
}
#last_min, #last_min a {
	color: #FFFFFF;
	font: bold 15px/28px Trebuchet MS;
}

/* MAİN AUTHOR BOX */
#author_box {
	background: url(../images/author_bck.gif);
	width: 150px;
	height: 60px;
	font: normal 8pt/15px Tahoma;
	margin-bottom: 8px;
}
#author_box .image{
	width: 45px;
	height: 60px;
	text-align: left;
}
#author_box .image img{
	width: 43px;
	height: 58px;
	text-align: left;
	margin: 0px 1px 0px 1px;
}
#author_box .author_title{
	height: 20px;
	font: bold 8pt/20px Tahoma; 
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
#author_box .author_name{
	height: 16px;
	width: 100px;
	padding-left: 5px;
}
#author_box .author_name a {
	color: #032473;
	font-weight: bold;
}
#author_box .title{
	height: 30px;
	overflow: hidden;
	margin: 2px 5px 2px 5px;
}
#author_box .title a {
	color: #000000;
}

/*SON YORUMLANANLAR*/
#mostly_readed {
	font: normal 8pt Tahoma;
	text-align: left;
	width: 100%;
	border: 1px solid #E1E1E1;
	text-align: left;
	background: #EEF2FE;
}
#mostly_readed .outer{
	;
}
#mostly_readed .container{
	margin: 8px;
}
#mostly_readed .item{
	background: url(../images/icon_04.gif) no-repeat 0px 4px;
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	clear: both;
}
#mostly_readed .item a{
	color: #202020;
	font: normal 8pt Tahoma;
}
#mostly_readed .seperator{
	background: url(../images/line.gif) repeat-x;
	height: 1px;
	clear: both;
	font-size: 1px;
	margin-bottom: 5px;
}

/* MAİN GAZETTE TİTLE */
#gazette_title {
	font: normal 8pt Tahoma;
	border: 1px solid #E1E1E1;
	text-align: left;
	background: #EEF2FE;
}
#gazette_title .container{
	margin: 5px 5px 5px 10px;
	text-align: center;
}
#gazette_title select{
	width: 110px;
	font: normal 8pt Tahoma;
}

/* MAİN WEATHER_REPORT */
#weather_report{
	font: normal 8pt Tahoma;
}
#weather_report td{
	text-align: left;
	font: bold 8pt/15px Tahoma;
}
#weather_report td img{
	width: 56px;
	height: 28px;
}

/* MAİN POLL */
#mail_list {
	font: normal 8pt Tahoma;
	text-align: left;
}
#mail_list .item{
	width: 100%;
	font: normal 8pt/15px Tahoma;
}
#mail_list input{
	width: 70px;
	height: 20px;
	font: normal 8pt/15px Tahoma;
}
/* MAİN RİGHT NEWS */
#right_news{
	background: #EEF2FE;
}
#right_news {
	font: 100 8pt/15px Tahoma;
	text-align: left;
	border: 1px solid #D7D7D7;
}

#right_news .container{
	text-align: center;
	margin: 5px;
}
#right_news .container img{
	width: 120px;
	height: 60px;
	border: 1px #000000 solid;
	margin: 5px;
}
#right_news .title{
	color: #DB0304;
	font: bold 9pt/14px Tahoma;
	margin: 5px 0px 5px 0px;
}

/* MAİN POLL */
#poll {
	font: normal 8pt Tahoma;
	text-align: left;
	border: 1px solid #D7D7D7;
	background: #EEF2FE;
}
#poll .radio_button input{
	height: 17px;
}
#poll .item{
	width: 100%;
	font: normal 8pt/15px Tahoma;
}

/* MAİN MOSTLY COMMENT */
#mostly_comment {
	font: normal 9pt Tahoma;
	text-align: left;
	border: 1px solid #D7D7D7;
	background: #EEF2FE;
}
#mostly_comment .item{
	background: url(../images/mostly_readed_arrow.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 15px;
	clear: both;
}
#mostly_comment .item, #mostly_comment .item a{
	color: #202020;
	font: normal 8pt Tahoma;
}
#mostly_comment .seperator{
	background-image: url(../images/mostly_readed_seperator.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 1px;
	clear: both;
}

/* MAİN CURRENCY */
#currency{
	width: 100%;
	border: 0px;
	background: #FFFFFF;
    font: 100 8pt/18px Tahoma;
	margin-bottom: 8px;
}
#currency .label, #currency .value{
	color: #000000;
}
#currency .item{
	height: 18px;
    margin: 0px;
    padding: 0px;
}
#currency .label{
	padding-left: 5px;
	width: 50px; 
}
#currency .value{
	width: 45px;
}
#currency img{
	width: 7px; height: 6px;
}

/* MAİN LİNK BANK */
#main_link_bank {
    line-height: 150%;
    margin: 5px;
    font: 100 8pt/17px Tahoma;
}
#main_link_bank #item{
    height: 24px;
    text-align: center;
}
#main_link_bank #item select{
    font-size: 8pt;
    width: 110px;
}
#main_link_bank #other_link{
    height: 18px;
    line-height: 18px;
    text-align: right;
    padding-right: 0px;
	background: #EEF2FE;
}
#main_link_bank #other_link a{
    font: 700 7pt/18px Tahoma;
	color: #000000;
}
#main_link_bank #hr_div{
    font-size: 1px;
}
#main_link_bank img{
    height: 1px; width: 100%; background: #FFFFFF;
}

/* MAİN İMAGE GALLERY */
#main_image_gallery {
    width: 100%;
	background: #FFFFFF;
    font: 100 8pt/17px Tahoma;
}
#main_image_gallery #content {
    padding-top: 5px;
}
#main_image_gallery #content img {
    width: 100px;
    height: 70px;
    border-width: 0px;
    border: 1px #3A3A3A solid;
}
#main_image_gallery #content a{
    color: #000000; font-size: 8pt;
}
#main_image_gallery #all {
    text-align: center;
    padding: 5px 8px 5px 5px;
}
#main_image_gallery #all a{
    color: #DE0029;
    font-weight: bold;
}
#main_pharmacy {
	font: normal 9pt Arial;
	text-align: left;
	width: 100%;
}
#main_pharmacy .outer{
	;
}
#main_pharmacy .container{
	margin: 8px;
}
#main_pharmacy .item{
	margin-bottom: 5px;
}
#main_pharmacy .exp{
	margin: 5px 0px 0px 0px;
}
#main_pharmacy .exp a{
	color: #0F3772;
}
