﻿@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #898989;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

form{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:20px;
	padding-right:0px;
	
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.menu_l {padding:19px 0px 0px 5px;}
.menu_l a { display:block;background:url(images/l2.gif) no-repeat bottom center; padding-top:2px; padding-right: 0px; padding-bottom:4px; padding-left:30px;}
.menu_l a.no_lin { background: none;}
.menu_l a {color:#000000;text-decoration:none; font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
.menu_l a:hover {color:#000000;text-decoration:underline;}

a.product_l:link {color:#000000;text-decoration:none;}
a.product_l:visited {color:#000000;text-decoration:none;}
a.product_l:hover {color:red;text-decoration:underline;}
a.product_l:active {color:#000000;text-decoration:none;}

a.product_name:link {color:red;text-decoration:none;font-weight:bold;}
a.product_name:visited {color:red;text-decoration:none;font-weight:bold;}
a.product_name:hover {color:black;text-decoration:underline;font-weight:bold;}
a.product_name:active {color:red;text-decoration:none;font-weight:bold;}

a img { border-style: none;}

#sep1{
	background:url(images/sep1.png);
}

#product_list{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}


#inp_search{
	background-color:#636363;
	color:#ffffff;
	border-color:#000;
	border-style:solid;
	border-width: 1px;
	width:100px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:3px;

}

#btn_search{
	background-color:#4f4f4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:solid;
	border-width: 1px;
	height:20px;
	width:40px;
	margin-top:5px;
	margin-bottom:3px;
}

#footer{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	height:80px;
	background:url(images/footer_bg.png);
}

#main{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#product_view{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	vertical-align:top;
}

#deneme{
	border-bottom: dotted;
	border-bottom-width: thin; 
	color: #767676;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
