/* Styles */

/* tabpanel */

.tabpanel
{	
	width:780px;
	height:50px;
	color:#FFFFFF;
}
.tabpanel .leftside
{	
	width:220px;
	text-align:left;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.tabpanel .mainside
{
  width:560px;
  text-align:right;
  padding-left:15px;
  vertical-align:bottom;
}

/* searchpanel  */

.searchpanel
{
	width:780px;
	height:50px;
}
.searchpanel .leftside
{
	width:220px;
	vertical-align:bottom
}
.searchpanel .mainside
{
	vertical-align:bottom
}

/* side menu  */

.sidemenu
{
	width:100%; 
	
}
.sidemenu th
{
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:8px;
	background-color:#333333;
	font-size:12px; 
	letter-spacing:1px;
}
.sidemenu td
{
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.sidemenu a
{
	color:#003366;
	font-weight:bold;
	display:block;
	background:transparent url(../images/layout/bullet.jpg) no-repeat 8px 4px;
	padding-left:25px;
	border-top:1px solid #ebebeb;
	line-height:23px;	
}
.sidemenu a:hover
{
	color:#FF0000;	
}

/* side menu 2  */

.side2
{
	width:100%;
	margin-top:10px;
	
}
.side2 th
{
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:8px;
	background-color:#333333;
	font-size:12px; 
	letter-spacing:1px;
}
.side2 td
{
	padding:8px;
	border:1px solid #ebebeb
}
.side2 a
{
	color:#003366;
	font-weight:bold;
	display:block;
	background:#FFFFFF url(../images/layout/bullet.jpg) no-repeat left top;
	padding-left:17px;
}
.side2 a:hover
{
	color:#FF0000;	
}

/* Link Menu */

.linkmenu
{
	width:100%; margin-top:10px;
	
}
.linkmenu th
{
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:8px;
	background-color:#333333;
	font-size:12px; 
	letter-spacing:1px;
}
.linkmenu td
{
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.linkmenu a
{
	color:#003366;
	font-weight:bold;
	display:block;
	padding-left:8px;
	border-top:1px solid #ebebeb;
	line-height:20px;	
	border:1px solid transparent;
	margin:2px;
}
.linkmenu a:hover
{
	color:#333;	
	background-color:F9D84A;
	border:1px solid #333;
}

/* Content Panel */

.contentpanel
{
 	width:560px;
}
.contentpanel th
{
	height:36px;
	color:#fff;
	padding-left:15px;
	font-size:13px; 
	letter-spacing:1px;
	background:url(../images/contentBack.jpg) no-repeat 0px 0px;
}
.contentpanel th a{ color:#fff; text-decoration:none }
.contentpanel td
{
	padding:10px;
}
.contentpanel .foot
{

}
/* search form */
.search {
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent;  text-align:right
}
.search input.textbox { 
	margin: 0; 
	width: 100px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(../images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(../images/layout/footerbg.jpg) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

.DataList { font-family:"Trebuchet MS"; font-size:12px; color:#333333; margin-left:10px;height:100px; width:560px }
	/* Ürün resim blogu */
	.Datalist .Left { width:100px; text-align:left; padding-left:10px; vertical-align:top;  }
	.DataList .Main { width:100%; text-align:left; padding-left:10px; vertical-align:top; padding-right:10px }
	/* ürün ismi (Link)*/
	.DataList .Main a{font-size:13px;color:#fff; text-decoration:none; vertical-align:top; display:block; margin-top:5px; 
	background:url(../images/titleBack.jpg) no-repeat left top; height:36px; padding-top:7px; padding-left:10px; }
	.DataList .Main a:hover{ color:#8F9FA3 }
	/* ürün kısa açıklaması (Link) */
	.DataList .Main .Product_Summary{ font-size:12px; text-decoration:none; color:#666 }
	.DataList .Main .Product_Summary:hover{ font-size:12px; text-decoration:underline }
	.DataList .Bottom { vertical-align:top; background-image:url(../images/nokta2.jpg); background-position:left; background-repeat:repeat-x }
	
	/* Sayfalama */
#pagin a
{
   font-family:Tahoma;
   font-size:11px;   
   display:block;
   float:left;
   cursor:pointer;
   /*color:#00c;*/
  /* color:#666; background-color:#f0f7e8;*/
  color:#fff; background-color:#666;
   text-decoration:none;
   display:inline-block;
   border:1px solid #333;
   padding:.4em .8em;
   margin:0 .38em 0 0;
   text-align:center
}
#pagin a:hover
{
   background:#333;
   border:1px solid #000
}
#pagin a.sel
{
   color:#333;
   font-weight:normal;
   background:#333 ;
  /* background:#f0f7e8;*/
   cursor: default;
   border:1px solid #333;
   /*border:1px solid #83bc46*/
   color:#fff; 
}
#pagin a.sel:hover { color:#fff; background:#333; cursor:pointer }
.ProductName a
{
	color:#333;
	font-size:22px;
	text-decoration:none;
}
.ProductName a:hover
{
	color:#666;
	text-decoration:underline;
}

 .ProductDetail { width:560px }
	 .ProductDetail .Left { width:10px; text-align:center; vertical-align:middle; }
	 .ProductDetail .Main { width:550px; padding-left:10px }
	 .ProductDetail .Title { color:#ff9900; font-size:medium; }
	 .ProductDetail .Summary { padding-left:10px; line-height:2em }
	 
	 /* ürün detay tabları */
#header1 { width:560px  }
#header1 li {
   display:inline;
   margin:0; padding:0; 
}
#header1 a {
   float:left;
   background: url(../images/tabs/tableft.gif) no-repeat left top;
   margin:0;
   color:#fff;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header1 a span {margin-right:5px;
   float:left;
   display:block;
   background: url(../images/tabs/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header1 a span {float:none;}
/* End IE5-Mac hack */
#header1 a:hover span {
	color:#ffffff;
}

#header1 a:hover {
   background-position:0% -42px; color:#333
}
#header1 a:hover span {
   background-position:100% -42px;
}
#header1 .selected a 
{
	 background-position:0 -42px;;
}
#header1 .selected a span 
{
    background-position:0 -42px;
}
.tab { border:1px solid #ccc; border-top-width:2px; width:560px; height:300px; background-color:#f4f4f4;}
.fseperator{ height:1px; background-color:White; }

.alink { text-decoration:underline; }