@charset "UTF-8";
/* CSS Document */
body {
	background-color:#CACACA;
	background-image:url(bg.png);
	background-repeat:repeat;
	margin-top:0;
	margin-bottom:0;
	font-family: Arial;
	font-size:15px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
table,tr,td,div,p {
	font-family: Arial;
	font-size:12px;
	color:#393939;
	text-decoration:none;
	font-weight:normal;
}

A {
	font-family: Arial;
	font-size:12px;
	color:#494949;
	text-decoration:underline;
}
A:hover {
	font-family: Arial;
	font-size:12px;
	color:#111111;
	text-decoration:none;
}
a.baslik {
	font-family: Georgia;
	font-size:22px;
	color:#000000;
	text-decoration:none;
}
a.baslik:hover {
	font-family: Georgia;
	font-size:22px;
	color:#000000;
	text-decoration:none;
}
a.kategori {
	font-family: Arial;
	font-size:20px;
	color:#393939;
	text-decoration:none;
	font-weight:Bold;
}
a.aracdetay {
	font-family: Arial;
	font-size:14px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}
a.aracdetay2 {
	font-family: Arial;
	font-size:11px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}
a.telefon {
	font-family: Arial;
	font-size:16px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}
a.kategori:hover {
	font-family: Arial;
	font-size:20px;
	color:#393939;
	text-decoration:none;
	font-weight:Bold;
}
a.aracdetay:hover {
	font-family: Arial;
	font-size:14px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}
a.aracdetay2:hover {
	font-family: Arial;
	font-size:11px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}
a.telefon:hover {
	font-family: Arial;
	font-size:16px;
	color:#393939;
	text-decoration:none;
	font-weight:Normal;
}

a.vitrin {
	font-size:14px;
	text-decoration:none;
	border:0;
}
a.vitrin:hover{
	color:#000
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

