﻿body 
{
	scrollbar-face-color: #57555a;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #3578af;
	scrollbar-3Dlight-color: #666666;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #272b35;
	scrollbar-darkshadow-color: #666666;
}
.productlink {
	PADDING-LEFT: 12px;
	FONT-WEIGHT: bold;
	CURSOR: hand;
	COLOR: white;
	FONT-FAMILY: tahoma, verdana, arial;
	HEIGHT: 22px;
	background-image: url('img/n.jpg');
}

.a 
{
	COLOR: #cccccc;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
}

A:link 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
}

A:visited 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana;
	font-weight: bold;
}

A:hover 
{
	COLOR: #003366;
	font-size: 8pt;
	font-family: verdana;
	font-weight: bold;
}

A:active 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana;
}

.yazar_baslik
{ COLOR: #000000; text-decoration: none; font-size: 8pt; font-family: tahoma; font-weight: bold;  }

.sayac
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: Verdana;letter-spacing:2; }

.kayanhaberler
{
	COLOR: #0C8B3E;
	text-decoration: none;
	font-size: 7pt;
	font-family: tahoma;
	font-weight: bold;
}

.temsilci_ad
{ COLOR: #000000; text-decoration: none; font-size: 8pt; font-family: Arial; font-weight: bold;  }

.temsilci_il
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: Arial; font-weight: bold;  }

.temsilci_adres
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: Arial; font-weight: bold;  }

.yazar_adi
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
}

.tablo_ust
{
	BACKGROUND: url('img/ust.jpg');
	COLOR: #F3F3F3;
	text-decoration: none;
	font-size: 7pt;
	font-family: Verdana;
	font-weight: bold;
}

.tablo_alt
{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Verdana;
}

.haber_baslik
{ COLOR: #000000; text-decoration: none; font-size: 9px; font-family: Verdana; font-weight: normal;  }

.haber_icerik
{ COLOR: #000000; text-decoration: none; font-size: 9px; font-family: Verdana; }

.yazi_baslik
{ COLOR: #000000; text-decoration: none; font-size: 9pt; font-family: verdana; font-weight: bold;  }

.yazi_icerik
{ COLOR: #000000; text-decoration: none; font-size: 8pt; font-family: verdana;  }

.YAN_icerik
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: verdana;  }

.gri_border
{
	border: 1;
	border-style: solid;
	border-width: 1;
	border-color: #ffffff;
	color: #ffffff;
}

.textbox
{
	border: 1;
	border-style: solid;
	border-color: #000000;
	font-family: Tahoma;
	color: #ffffff;
	font-size: 10;
	font-weight: bold;
	background: #333333;
}

.beyaztextbox
{
	border: 1;
	border-style: solid;
	border-color: #000000;
	font-family: Tahoma;
	color: #000000;
	font-size: 10;
	font-weight: bold;
	background: #FFCCCC;
}

.takvim_gun
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: verdana; font-weight: normal;  }

.takvim_ay
{ COLOR: #000000; text-decoration: none; font-size: 7pt; font-family: verdana; font-weight: bold;  }

.takvim_olay_adi
{ COLOR: #000000; text-decoration: none; font-size: 8pt; font-family: Arial;  }

.duyuru
{ COLOR: #3578af; text-decoration: none; font-size: 7pt; font-family: Verdana;  }

.yazi_oku_icerik
{ COLOR: #000000; text-decoration: none; font-size: 8pt; font-family: Verdana;  }

.menu 
{
	COLOR: #cccccc;
	text-decoration: none;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: normal;
}

.menu:link 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
}

.menu:visited 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
}

.menu:hover 
{
	COLOR: #0000FF;
	text-decoration: none;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
}

.menu:active 
{
	COLOR: #000000;
	text-decoration: none;
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
}

#soultip{
	/*Text Alignment left | center | right*/
	text-align:center;
	
	/*Width - Height*/
	width:120px;
	height:50px;
	/*FX*/
	filter:alpha(opacity:80);

	/*Do Not Edit*/
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:999999999;
}

/*Font and Padding*/
#soultipinner{
	padding:5px;
	font-size:10px;
	font-family:"Microsoft Sans Serif",Tahoma, Verdana, Helvetica;
}