/* standard list style table */
table.productlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

/* standard list style table */
table.categorylist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.categorylist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.categorylist th.title0 {
	text-align: center;
	color : #000000;
	background-color: #e5e5e5;
}

table.categorylist th.title1 {
	text-align: center;
	border: 1px solid #e5e5e5;
	color : #0363A4;
	background-color: #D1EDEF;
}

table.categorylist th a:link, table.categorylist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.categorylist th a:hover {
	text-decoration: underline;
}

table.categorylist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.categorylist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.categorylist td {
	border: 1px solid #e5e5e5;
	padding: 4px;
}
table.categorylist td.urun {
}
table.categorylist td.nedir {
	font-family: Tahoma;
	font-size: 11px;
}
table.categorylist td.cozum {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
table.categorylist tr.row0:hover {
	background-color: #f1f1f1;
}
table.categorylist tr.row1:hover {
	background-color: #f1f1f1;
}
