#html,body {
	padding:0px; margin-top: 0px;  
	/* background:#f2f2f2 url(images/testbg.gif); /*color background - only works in IE */ 
	/*background:#ffffff url(images/muter_back.jpg) repeat-x fixed center top; /*color background - only works in IE */ /*d6d7db*/
	background:#f8f7e5 url(images/main-bg.jpg) no-repeat;
	font-size:66%; /*set default font size */
	font-family:trebuchet ms,tahoma,georgia,Verdana, Arial, Helvetica, sans-serif;
	color:#963;
	}
	
/* link renklendirmeleri */
a:link { text-decoration:none; color : #006699; }
a:active,a:visited { color : #006699; }
a:hover	{ text-decoration:underline; color : #fd1b04; }

#menu_bg {
background:#fff url(images/menu-bg.jpg);
margin-left:290px;
margin-top:162px;
height:78px;
}

#main_content {
background-color:#ffffff;  /*change color to suit*/
margin:auto; /*0*/
width:845px;
margin-left:290px;
margin-top:160px;
border:0px dashed #68391d;
/*border-right:2px groove #ccc;*/
/*border-bottom:2px groove #ccc;*/
}

#header{
/* daha tanımlamadık bişey */
}

#top {
	width:845px;
	height:280px;
	background-image:url(images/top_image2.gif);
	}

#top2{
	background-color:#fff;
	width:845px;
	height:31px;
	padding:1px 0 1px 0;
	border-top:1px dashed;
	border-bottom:1px dashed;
	}
	
#top3{
	background-color:#fff;
	width:798px;
	height:22px;
	padding:1px;
	}

#left {
	width:190px;
	float:left;
	border-right:0px solid #ccc;
	/*border-top:1px dashed #ccc;*/
	padding:5px;
	}
	
#middle {
	width:820px;
	float:left;
	border-left:0px dashed #ccc;
	border-right:0px dashed #ccc;
	padding:5px;
	}
	
#right {
	width:635px;
	float:left;
	padding:5px;
	/*border:1px dashed #ccc;*/
	border-left:0px dashed #68391d;
	/*border-top:1px dashed #ccc;*/
	}

#footer {
/*background:#99CCCC url(images/test2.gif);*/
/*background:#efefef;*/
background: #fff url('images/bottom-bg.jpg') no-repeat ;
width:845px;
height:170px;
text-align:center;
border-top:0px solid #ccc;
clear: both; /* onceki divlerin float left ozelligini kaldirir*/
}

#innercontent{
background-color:#ffffff;  /*change color to suit*/
}

#products{
background-color:#ffffff;  /*change color to suit*/
margin:auto; /*0*/
width:845px;
height:1150px;
}

#products_left {
	float:left;
	width:190px;
	padding:5px;
}

#products_right {
	float:left;
	width:630px;
	padding:5px;
}


#inner_ajax{
background:#fff;
}

h1 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
color:#68391d;
}

h2 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#68391d;
}

h3 {;
font-family:trebuchet ms,tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#68391d;
}

.SCA {
font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#68391d;
}

.Mu {
font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#68391d;
}
.sidebox {border: 1px solid #CCCCCC;}

.sideboxgray {border: 1px solid gray;}

.dashedbox {border-right-style:dashed;
		   border-bottom-style:dashed;}

.dottedbox {border-right-style:dotted;
		   border-bottom-style:dotted;}
		   
.imagebox{padding:2px border:1px solid #CCCCCC ;}

.main_text { color:#336699}

.common_back_images {background: url(images/ana_back.jpg) #ffffff no-repeat center;}

#grayed_background {background-color:#efefef border: 1px solid #CCCCCC;}		   


/*////////////////////////////////// reklam alani //////////////////*/
#reklamalani {
	display:block;
	position:fixed; /*fixed*/
	left:2px;
	top:235px;	
	height:370px;
	width:199px;
	border:0px dotted #646262;
	padding:0;
	/*background:url('images/egeyildiz_s_reklam.jpg') no-repeat #ffffff;*/
	/*background:no-repeat #F3F1E8;*/
}


* html #reklamalani {position:absolute;}

#reklamalani span {
	display:none;
}

/* IE de scroll sorunu kaldirir */
@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
  }

/*/////////////////////////////////////////////////////*/

/*/////////////////// ZEBRA TABLE //////////////////////*/
<!--
#zebradiv table.striped {
	border: 1px solid #8f9dac;
	border-spacing: 0px;
}
#zebradiv .even {
	background: #eee;
}
* html #zebradiv table.striped {
	border-collapse:collapse;
}
#zebradiv table.striped tr td{
	font-family: trebuchet ms,georgia,"lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
}
#zebradiv table.striped thead td{
	color: #fff;
	background-color: #4c5864;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
#zebradiv table.striped tbody td{
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
}
#zebradiv table.striped tbody tr.even td{
	background: #eee;
	border-bottom: 1px solid #D9D9D9; 
}
-->
/*/////////////////// ZEBRA TABLE //////////////////////*/