/* header */ 
    .shadetabs2 {
      float:left;
	  /*border-bottom:1px solid #2763A5;*/
      line-height: normal;
	  font-weight: bold;
	  margin-left: 10px;
	  margin-top: 6px;
      }
  	
	.shadetabs2 a:hover { text-decoration:none }

    .shadetabs2 a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:5 19 4 15; /* 1dikey   2 ve 4 txt yan boşluklar*/
      color:#666666;
	  font-size:11px;
	  font-family:Tahoma;
	  float:none;
	  background-position:100% -7px;color:#666666;
	  text-decoration:none
      }

    .shadetabs2 ul {
	  margin:0;
	  padding:10 10 0 20;
	  list-style:none;
      }
    
	.shadetabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
	 
	 .shadetabs2 li a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 1 0 3; 
      text-decoration: none;
	  background-position:0% -27px;
      }

   	 .shadetabs2 li.selected a {
	  background:url("/images/tableft10.gif") no-repeat left top;
	  background-position:0 0px;
	  
      }
	  
	  .shadetabs2 li.selected a span {
	  background:url("/images/tabright10.gif") no-repeat left top;
	  background-position:100% 0px;
	  color:#FFFFFF
      }
	  





.contentstyle2{ 
width: 900px;
height: 40px;
margin-bottom: 4px; padding: 5px;
}



/* urunler*/

.shadetabs{
padding: 5px 0;
margin-left: 35px;
margin-top: 13px;
margin-bottom: 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
position: relative;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 17px;
margin-right: 0px;
border: 1px solid #9fb5d0;
color: #2d2b2b;
background: white url(/images/ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/images/ajaxtabs/shadeactive.gif);
border-bottom-color: #e8eff9;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #9fb5d0;
background-color: #e8eff9;
width: 100%;
margin-bottom: 1em; padding: 10px;
}

