﻿@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

a:hover			{ text-decoration: none;}
a				{ text-decoration: none;}
td				{ font-size: 12px; font-family: Arial; }
tr				{ font-size: 12px; font-family: Arial; }
table			{ font-size: 12px; font-family: Arial; }
p				{ font-size: 12px; font-family: Arial; }
li				{ font-size: 12px; font-family: Arial; }
ol				{ font-size: 12px; font-family: Arial; }
ul				{ font-size: 12px; font-family: Arial; }
ul				{ font-size: 10px; font-family: Arial; }
select			{ font-size: 14px; font-family: Arial; }
option			{ font-size: 14px; font-family: Arial; }
input			{ font-size: 14px; font-family: Arial; }
textarea		{ font-size: 14px; font-family: Arial; }

.random_baslik	{ font-size: 13pt; font-family: Georgia, Times New Roman; color: #FFFFCC }
.random_aciklama{ font-size: 12px; font-family: Arial; color: #FFFFFF }
.random_link	{ font-size: 12px; font-family: Arial; color: #FFFFFF }

.baslik			{ font-size: 18px; font-family: Georgia; }
.baslik_middle	{ font-size: 16px; font-family: Georgia; }
.baslik_small	{ font-size: 12px; font-family: Georgia; }

.yorum			{ font-size: 10px; font-family: Arial; color: #666666; }
.yorum_baslik	{ font-size: 12px; font-family: Arial; }
.yorum_tarih	{ font-size: 10px; font-family: Arial; color: #666666; }

.ust_butonlar {border-left: 1px solid #FFFFFF; border-top: 0px solid #FFFFFF; border-bottom: 0px solid #FFFFFF; cursor: pointer; }

.urun_text			{ font-size: 14px; font-family: Arial; height: 25;}
.urun_text_aciklama	{ font-size: 14px; font-family: Arial; height: 250; width: 99%;}
.urun_select		{ font-size: 14px; font-family: Arial; height: 25; width: 250;}
.urun_kisa_select	{ font-size: 14px; font-family: Arial; height: 25; width: 60;}

.secileni_sil_turuncu	{ border:0px solid; width: 116; height: 26; background-image: url('../images/butonlar3_07.gif'); background-repeat: no-repeat; background-color:#FEF6E1; font-size: 10pt; font-weight: bold; color: #FFFFFF; font-family: arial; }
.buton_orta_turuncu		{ border:0px solid; width: 88; height: 27; background-image: url('../images/butonlar_01.gif'); background-repeat: no-repeat; background-color:#FEF6E1; font-size: 10pt; font-weight: bold; color: #FFFFFF; font-family: arial; }
.buton_orta_yesil		{ border:0px solid; width: 88; height: 27; background-image: url('../images/butonlar_10.gif'); background-repeat: no-repeat; background-color:#FEF6E1; font-size: 10pt; font-weight: bold; color: #FFFFFF; font-family: arial; }

.notice {
  background-color:#ffdaca;
  background-image:url(../images/notice.gif);
  border-color:#ff7349
}
.error {
  background-color:#ffdaca;
  background-image:url(../images/notice.gif);
  border-color:#ff7349
}
.success {
  background-color:#ffdaca;
  background-image:url(../images/notice.gif);
  border-color:#ff7349
}