﻿@charset "utf-8";
/*@charset "utf-8";
*/

/* kumsalýn ekledikleri....*/
/** {
	margin: 0;
}*/
/*GENEL LİNKLER*/
/* Site genelindeki linklere ait düzenleme. Özel bölümlere ait linkler durumlarına göre ilerleyen kodlarda özelleştirilmiştir*/

h1 {
 font-size : 15px;
  font-family: Tahoma,Arial,Verdana, Helvetica, sans-serif;
  font-weight:bold;
  color:#336600;
  padding-left:10px; 
  padding-top:0px;
}

h2
{
  font-size:small;
  font-weight :bold;
  color:#F25B25;
}

h3{margin-top:5px;margin-bottom:5px;  margin-left:0px; font:100% Tahoma,Arial,Verdana, Helvetica, sans-serif;font-weight:bold;font-size:15px; color:#F25B25;text-align: left;}

a{
	color:#00660B;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

td{
	font: 100% Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
}
html, body{
	height:100%;
}
body {
	background:url(../../Resources/images/bg.gif);
	background-position:center;
	font: 70% Tahoma,Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#f7f7f7;
*/
/*	background-color:#ffffff;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	min-height:100%;
}

/* Admin sayfalarındaki not listelerini formatlar. (div ile) <ul>çok indent verdiği için kullanılmıyor. Gökhan 03.12.08 */
#adminNotes li
{
	list-style-type:square;
	list-style-position:outside;
	padding-top:3px;
	margin-left:15px;
	padding-left:3px;
}
#adminNotes h4
{
	font: 100% Tahoma,Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	margin:0px;
	padding-left:3px;
	font-weight:bold;
}


ul
{
	list-style:square;
}
/* Sticky footer için kapatop container'ı değiştiriyorum */
/*
.thrColFixHdr #container {
	width: 980px;  
	margin: 0 auto; 
	text-align: left; 
	z-index:1;
	min-height:900px;
}*/
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*
#pseudofooter {
	background-image:url(../../images/background_bottom.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	width:100%;
	height:220px;
	position:relative;
	bottom:0;
	clear:both;
}
*/
#pseudofooter {
/*	background-image:url(../../images/background_bottom.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x; */
	z-index:0;
	width:100%;
	bottom:0px;
	position:relative;
	border:0px solid #000000;
	left:0;	
	height:220px;
	clear:both;
}


.thrColFixHdr #footer {
	padding: 0; 
	clear:both;
	height:220px;
}

/*
.thrColFixHdr #footer {
	padding: 0; 
	height:220px;clear:both;
}*/
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #leftColumnReversed {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}
/* IE 6 UYUM AYARLARI (CATEGORIES.ASPX , ALISVERIS2PANES.MASTER) - EMRE CAN */
.thrColFixHdr #broadColumn {
	float: right; /* since this element is floated, a width must be given */
/*	width: 770px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
	margin-top:10px;
width:763px;
	padding-bottom: 15px;
	
}
.thrColFixHdr #broadColumnReversed {
	float: left; /* since this element is floated, a width must be given */
	width: 770px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
/*	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;*/
	padding-bottom: 15px;
	margin-top:10px;
}
.thrColFixHdr #middleColumn {
	margin-left: 207px;
/*	margin: 0 207px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border:1px solid #000000;*/
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#topLinks{
	text-align:center;
	
}

#topLinks img{
	vertical-align:middle;
}
#topLinks a{
	color:#545959;
	text-decoration:none;
	line-height:25px;
	height:25px;
}

#topLinks a:hover{
	/*color:#A9150E;*/
	text-decoration:underline;
}

/* can ekledikleri başlar */

#searchContainer{
padding-top:23px;
}

#headerButton { 
margin-left:-20px;
	padding-top:0px;

} 
#headerButton ul { 
	list-style-type: none;
	text-align: center;
} 
#headerButton li { 
	display: inline;
	} 
#headerButton a { 
	float : left;
	width : 91px;
	margin-right:3px;
	text-decoration : none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color: #717171;
	background-image:url(../../Resources/images/headerTabOff.gif);
} 
#headerButton a:hover { 
	color: #FFFFFF;
	background-image:url(../../Resources/images/headerTabOn.gif);
} 


.headerTab {
	width:91px;
	background-image:url(../../Resources/images/headerTabOff.gif);
	text-align:center;
}
.boxLeftTop
{
   background: url("../../images/boxLeftTop1.gif");	
}

.boxRightTop
{
   background: url("../../images/boxRightTop1.gif");	
}

.boxLeftTop1
{
   background: url("../images/boxLeftTop1.gif");   	
   height:3px; 
   width:3px;
}

.boxRightTop1
{
   background: url("../images/boxRightTop1.gif");	
   height:3px; 
   width:5px;
}


.boxTop1
{
   background: url("../images/boxTop.gif");	
   width:3px;    
}

.boxLeft1
{
   background: url("../images/boxLeft.gif");	
   height:3px;    
}
.boxRight1
{
   background: url("../images/boxRight.gif");	
   width:5px;
}

.boxBottom1
{
   background: url("../images/boxBottom.gif");	   
}

.boxLeftBottom1
{
   background: url("../images/boxLeftBottom.gif");	
   height:5px; 
   width:3px;
}

.boxRightBottom1
{
   background: url("../images/boxRightBottom.gif");	
   height:5px; 
   width:5px;
}




.indexDataListTd1
{
   padding: 9px;
   background-color:#ffffff;
   height:110px;
   width:246px;
}


.boxLeftTop2
{
   background: url("../../../images/boxLeftTop1.gif");   	
   height:3px;   
}
.boxLeft2
{
   background: url("../../../images/boxLeft.gif");   	
   width:3px;   
}
.boxRight2
{
   background: url("../../../images/boxRight.gif");   	
   width:5px;   
}
.boxBottom2
{
   background: url("../../../images/boxBottom.gif");	   
}

.boxLeftBottom2
{
   background: url("../../../images/boxLeftBottom.gif");	
   height:5px; 
   width:3px;
}

.boxRightBottom2
{
   background: url("../../../images/boxRightBottom.gif");	
   height:5px; 
   width:5px;
}


.headerLink {
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#717171;
	text-decoration:none;
}

.headerLink a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#717171;
	text-decoration:none;
}

.headerLink a:hover{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#515151;
	text-decoration:underline;
}

.searchError {
	font-family:tahoma;
	font-size:9px;
	color:#FFFFFF;
}

.can {
font-size:16px;
border:double;
border-color:#FF0000;

}

/* can ekledikleri biter */

/* emre can ucHeader - categories (kategori menüsü) menu Div
#categoriesMenu {
	z-index:300;
	border:outset
}*/

/* emre can - ucHeader flash Div'leri BAŞLAR */
#flashMenu{
	position:relative;
	top:0px;
	left:0px;
	z-index:200;
}

#flashLogo{
	position:relative;
	float:none;
	top:-20px;
	left:30px;
	z-index:190;
	width:200px;
}

#headerKabuk{
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:-40px; 
	width:680px;
	border:outset
}

#userStatus{
	position:relative;
	width:500px;
	top:-66px;
	left:320px;
	margin-bottom:-55px; /* headerButton icin 55 yaptim Can */
	z-index:150;
}
/* emre can - ucHeader flash Div'leri BİTER */

/* emre can - homepageBanner.swf DIV'i BAŞLAR */
#homepageBanner{
	width:548px;
	top:10px;
	margin-bottom:14px;
	z-index:-100;
	position:relative;
}
/* emre can - homepageBanner.swf DIV'i BİTER */

.list {
	border: 1px solid #090;
	list-style-type: none;
	margin: 0px;
	margin-left:0px;
	font-size:medium;
	background-color: #FFF;
	text-align: left;
        

}

	ul.list li {
		padding: 1px 5px;
	}

	.listitem 
	{		
		color: #00660B;
		font-size:small;
		
	}

	.hoverlistitem 
	{	
		background-color: #F25B25;
		color : White;
		font-size:small;
		
	}

.list2 {
	border: 1px solid #009;
	list-style-type: none;
	margin: 0px;
	background-color: #FFF;
	text-align: right;
}

	ul.list2 li {
		padding: 2px 5px;
	}

	.listitem2 {
		color: #00A;
	}

	.hoverlistitem2 {
		background-color: #F0F8FF;
	}


/* emre can - SAĞ TARAF ANİMASYONLAR BAŞLAR */
#animasyonlar{
	position:relative;
	width:200px;
	top:10px;
	margin-bottom:0px;
}

#animasyonlar2{
	position:relative;
	width:200px;
	top:10px;
	margin-bottom:0px;
}
/* emre can - SAĞ TARAF ANİMASYONLAR BİTER */

#shoppingCartStyle{
	width:209px;
	margin:0;
	padding:0 3px 8px 0;
	margin-left:-20px;
	color:#545959;
	/*clear:both;*/
	/*position:absolute;*/
}
#shoppingCartStyle ul{


}
#shoppingCartStyle li{
	list-style-image:url(../../images/dotOrange.gif) ;
/*	width:165px;*/

	

}
#shoppingCartStyle a{
	color:#545959;
	text-decoration:none;	
}
#shoppingCartStyle a:hover{
	text-decoration:underline;	
}


.orange{
	color:#F25B25;
}
/*
ANASAYFA SOL MENÜSÜ
*/
.menuTop{
	background-image:url(../../images/sizeozel.gif);
	background-repeat:no-repeat;
	width:197px; 
	/*margin-bottom:1px;*/
	line-height:21px;
}
.menuTopBody{
	background-color:#FCFCFC;
	
	/*#FDE7D7*/
	/*#F1F8F2 */
	/*height:21px; */
	width:190px;
	padding-left:5px;
	line-height:21px; 
	
	font-family:Tahoma; 
	font-size:100%; 
	font-weight:bold;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	/*#F47d47*/
	border-bottom:1px solid #EAEAEA;
	/*visibility:hidden;
	display:none;*/
}
.menuTopBody ul {
	margin:0 0 0 14px;
	padding:0;
	width:190px;
	/*display:block;*/
}
.menuTopBody li {
	list-style-image:url(../../Resources/images/containerHeaderPlus.gif);
	vertical-align:top;
}
.menuTopBody li a {
	list-style-image:url(../../Resources/images/containerHeaderPlus.gif);
	margin:0px;
	padding:0;
	color:#717171;
	line-height:24px;
	text-decoration:none;
	vertical-align:middle;
}

.menuTopBody li a:hover {
	color:#f45f0e;
	line-height:24px;
	text-decoration:underline;
	vertical-align:middle;
}

.menuHeader{
	background-image:url(../../Resources/images/out.gif);
	background-repeat:no-repeat;
	width:197px; 
	margin-bottom:1px;
	line-height:22px;
}
.menuHeader:hover{
	background-image:url(../../Resources/images/over.gif); 
}
.menuTitle{
/*	height:24px;*/
	position:relative;
	margin-top:-2px;
	top:-1px;
	margin-left:18px; 
/*	color:#415614; */
	color:#717171; 
	font-family:Tahoma; 
	font-size:100%; 
	font-weight:bold;
	text-decoration:none;
}
.menuBody{
/*	background-color:#F5FBED; */
/*	height:24px; */
	background-color:#FFFFFF;
	width:177px;
	padding-left:18px;
	line-height:24px; 
	font-family:Tahoma; 
	font-size:100%; 
	font-weight:bold;
	/* #2E5B36*/
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	text-decoration:none;
	/*visibility:hidden;
	display:none;*/
}
.menuBody a {
	margin:0;
	color:#f45f0e;
	height:24px;
	line-height:24px;	
	text-decoration:none;
}
.menuBody a:hover{
	text-decoration:underline;
}

/*Anasayfa datalist tanımları*/

#ctl00_ContentPlaceHolderMiddle_indexDataList a
{
	/*float: right; */
	color: #57585E;
	/*margin-bottom: 40px; */
	text-decoration: none;
}
#ctl00_ContentPlaceHolderMiddle_indexDataList a:hover
{
	text-decoration:underline;
}
/*Anasayfa datalist tanımları*/

/*Yatay çizgi */
.horLine{
	width:189px;
	padding:0;
	margin:0;
	background-color:#E0DFE3;
	position:relative;
	height:1px; 
	line-height:1px;
	margin-top:3px; 
	margin-bottom:3px;
}


/*FORMLARA AİT TANIMLAMALAR */
input{
	font-family:Tahoma;
}
.inputText{
	font-family:Tahoma;
	font-size:90%;
	background-color:#FFFCEC;
/*	border:1px solid #F0F7E5;*/
	border:1px solid #e2efdc;
	width:135px;
}
.inputButton{
	background-color:#F0F7E5;
	border:1px solid #FFFCEC;
	font-weight:bold;
	font-size:90%;
	color:#669900;
}
.dropDownList{
	background-color:#FFFFFF;
/*	border:1px solid #F0F7E5; */
	font-size:100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*SKIN dosyasında tanımlamıştım ama vazgeçtim*/
/*.radioButton{
	margin:0; 
	padding:0; 
	vertical-align:middle; 
	height:22px;
}*/
.phoneArea{
	width:49px;
}
.codeArea{
	width:21px;
}
.postalCode{
	width:35px;
}
/*FORMLARA AİT TANIMLAMALAR BİTTİ */
#customerServicesSection{
	background-color:#FFFFFF; 
	border:1px solid #f9f9e0; 
	margin:10px; 
	padding:0px
}
#customerServicesSection ul{
	list-style-type:square;
	/*color:#006600;*/
	margin:0px 25px 10px 25px;
	padding:0;
}
#customerServicesTitle{
	background-color:#FFFFE6;
	color:#FF8C1A; 
	font-weight:bold; 
	height:25px; 
	line-height:25px; 
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}

#customerServices{
	background-color:#FFFFFF; 
	border:1px solid #f9f9e0; 
	margin:10px; 
	padding:0px
}
#customerServices p{
	/*margin-left:10px;
	margin-right:10px;*/
	text-align:justify;
}
#customerServices ul{
	list-style-type:square;
	/*color:#006600;*/
	margin:0px 25px 10px 25px;
	padding:0;
}
#customerServices ul li{
	margin:0;
	padding:0;
}
#customerServices ul ul{
	list-style-type:none;
	padding:0;
	display:block;
	/*
	margin:5px 0 10px 15px;	*/
	margin:0px;
	color:#333333;

}

#creditCardInformation{
	background-color:#FFFFFF; 
	border:1px solid #f9f9e0; 
	margin:-10px; 
	padding:0;
}
#creditCardInformationTitle{
	background-color:#FFFFE6;
	color:#FF8C1A; 
	font-weight:bold; 
	height:25px; 
	line-height:25px; 
	padding:0 0 0 10px;
	margin:0 0 0px 0px;
}
#creditCardInformationContent{
	padding:10px;
}



.unorderedList{
	list-style-type:square;
	color:#006600;
	/*margin:-10px 25px 10px 25p;     autox;*/
}

#fastsearch { width:900px;margin:0 auto;text-align: left;}
#footer { height: 300px;width:900px;margin:0 auto;}
#footer2 { height: 300px;width:900px;margin:0 auto;}

/*footertop*/
#footer2 .footertop{ float:left; height:244px; }
#footer2 .footertop .footertopleft{width:6px; background:url(../../Resources/images/FooterHolderAreaLeft.jpg) no-repeat 0 top;}
#footer2 .footertop .footertopcenter{width:888px; background:url(../../Resources/images/FooterHolderAreaTile.jpg) repeat-x 0 top;}

/*fotermenu01*/
#footer2 .footertop .footertopcenter .footermenulist{ float:left; margin: 13px 0 0 0;  width:170px; height:auto ; text-align:left}
#footer2 .footertop .footertopcenter .footermenulist ul { list-style-type: none; padding:0 0 0 14px;}
#footer2 .footertop .footertopcenter .footermenulist li { font:100% Tahoma,Arial,Verdana, Helvetica, sans-serif;font-weight:bold;font-size:12px; color:#F25B25;  margin-left:0px ; }
#footer2 .footertop .footertopcenter .footermenulist li a { font-size:11px; font-weight:bold; text-decoration: none; color:#00660B;}
#footer2 .footertop .footertopcenter .footermenulist li a:hover { font-size:11px; font-weight:bold; color:#ffa23e; text-decoration:none;}


#footer2 .footertop .footertopright{width:6px; background:url(../../Resources/images/FooterHolderAreaRight.jpg) no-repeat 0 top;}

/*footermiddle*/
#footer2 .footermiddle{float:left; width:900px; height:74px; background:url(../../Resources/images/footerMiddleTile.jpg) repeat-x 0 top;}

/**/
#footer2 .footermiddle .logodiv{ float:left; margin:0 0 0 180px; width:620px; height:72px;}
#footer2 .footermiddle .logodiv ul{ list-style-type:none; padding:15px 0 0 0; margin:0; }
#footer2 .footermiddle .logodiv li{ display:inline;  background-repeat:no-repeat;  padding:0 0 0 5px; margin:0; }

/*footerbottom*/
#footer2 .footerbottom { float:left; width:880px; height:67px;}

#footer2 .footerbottom .bottomlogosdiv{float:left; margin:0 0 0 0; width:880px; height:67px;}
#footer2 .footerbottom .bottomlogosdiv ul{list-style-type:none; padding:0 0 0 5px; margin:0;}
#footer2 .footerbottom .bottomlogosdiv li{display:inline;  background-repeat:no-repeat;  padding:0; margin:0 0 0 0;}



.CompletionListCssClass 
{ 
    font-size: 11px; 
    color: #000; 
    padding: 3px 5px; 
    border: 1px solid #999; 
    background: orange ; 
    width: 300px; 
    float: left;     
    position:relative; 
    margin-left:0px; 
    
} 