/*--------------------------------------------------   Genel Düzenlemeler	 ---------------------*/
body	{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
td	{
	font-size:12px;
	font-family:Tahoma;
	color:#333333;
	padding:0;
	margin:0;
}	
img {
	border:0;
}											

ul	{
	list-style-type:none;
	margin:0px; 
	padding:0px; 
}							
a	{
	color:#990000;
	font-size:12px;
	text-decoration:underline;
}						
a:hover	{
	color:#CC0000;
	font-size:12px;
	text-decoration:none;
}
button {
	background-color:#333333;
}
button:hover	{
	color:#CC0000;
	font-size:12px;
	text-decoration:none;
}
										
input, textarea {
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	line-height:13px;
	padding-left:2px;
	padding-right:2px;
}
.baslik {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}
.kategori_menu {
	border:1px solid #CCCCCC;
	width:205px;
	margin:4px;
	padding:4px;
	font-size:12px;
	vertical-align:middle;
}
.kategori_menu:hover {
	background-color:#E5E5E5;
	border:1px solid #CCCCCC;
	width:205px;
	margin:4px;
	padding:4px;
	font-size:12px;
	vertical-align:middle;
}
.kategori_menu a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.kategori_menu a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* ------------------------------------------ Widgets ------------------------------------------*/

		/* ------------------------------------------ Sepet Info ---------------------------------------*/
		
.sepet_info {
	border:1px solid #CCCCCC;
	width:100%;
	height:60px;
	padding:2px;
	vertical-align:middle;
	text-align:center;
}				
/* ------------------------------------------ Ürün Listeleme ------------------------------------------*/

		/* ------------------------------------------ Urun Listesi ---------------------------------------*/

.urun-liste{
	width:100%;
}

		/* ------------------------------------------ Urun Box ---------------------------------------*/
.urun-box {
	border:#333333 2px solid;
	background:#000000;
	width:730px;
	padding:5px;
}
.urun-box td{
	padding:2px;
	text-align:left;
}
