﻿html, body{ height: 100%;}
body
{
	background-color:#fff;
/*	background-image: url(../images/back.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
 	behavior:url(css/csshover3.htc); /* ie6 & below, for :hover on everything. */
 	
 	/* for fixed background in internal pages. */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
}
body#mainPageBody
{
    background-image:none;
}
#topCon {
    background-image: url('../images/topBack.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
    #tblTop
    {
        width:980px;
        height:143px;
        margin:0 auto;
    }
    #topLogoCon
    {
        background-color:white; /* Hide menu background show up (over logo as logs left part is transparent) when it moves left(so page shrinks or for smaller pages). */
    }
    #tblTop img
    {
        border:none;
    }
/* Top Menu */
#topMenuCon
{
    display:block;
    position:relative;
    z-index:10000;
    /*margin-left:-1px;*/
    width:796px;
    border-left:solid 2px white; /* Fix to hide 1px show up of background-image(topBack.jpg) at left. */
}
#topMenuCon a
{
    color: white;
    font-family: 'Source Sans Pro', verdana, arial, sans-serif;
    font-size: 14px;
    text-decoration:none;
    display:block;
    text-align:left;
}
    /* Hide all */
    #topMenuCon > .linkCon
    {
        display:block;
        float:left;
        height:46px;
        line-height:46px;
        border:solid 2px transparent;
        /* width and overflow must be given for proper hovering.
           Specifying only max-width does not work well on firefox. */        
        width:110px;
        overflow:hidden;
    }
    #topMenuCon > .linkCon:hover {
        border:solid 2px white;
        overflow:hidden;
    }
    #topMenuCon > .linkCon > a
    {
        text-align:center;
        padding:0 1px;
        overflow:hidden;
        height:46px;    
    }
    #topMenuCon > .linkCon:hover .menuCon
    {
        z-index:10000;
        overflow:hidden;
        position:absolute;
        width:796px;
        
        padding:15px 0 20px;

        visibility:visible;
        opacity:1;
    }
    #topMenuCon .menuCon {
        -webkit-border-radius: 0 0 3px 3px ;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        /*border:solid 1px white;*/
        left:0px;

        background-color:#267593;
        visibility:hidden;
        opacity:0;
        /*-webkit-opacity: 1;*/
        transition: all .3s ease .15s, visibility 0s linear, width 0s linear;
        -webkit-transition: all .3s ease .15s, visibility 0s linear, width 0s linear;
    }
    #topMenuCon .menuCon .linkCon
    {
        line-height:18px;
        padding-left:15px;
        width: 170px;
    }
    #topMenuCon .menuCon > .linkCon
    {
        float:left;
        padding:0 10px;
    }
    #topMenuCon .menuCon > .linkCon > a
    {
        border-bottom:dashed 1px white;
    }
    #topMenuCon .menuCon > .linkCon > a:hover
    {
        border-bottom:solid 1px white;        
    }
    #topMenuCon .menuCon > .linkCon a:before
    {
        content:'\00BB';
        padding-right:4px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:12px;
        line-height:18px;
    }
    #topMenuCon .menuCon > .linkCon a
    {
        font-size:12px;
        margin:5px 0;
        margin-left: 4px;
    }
    #topMenuCon .menuCon > .linkCon a:hover
    {
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
    #topMenuCon .menuCon > .linkCon > .linkCon a:before
    {
        content:'\203A';
        padding-right:4px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:12px;
        line-height:18px;
    }
#topMenuCon.lang_ru a {
    font-family: Arial, sans-serif !important;
    font-size: 12px;
}
.bottomCon
{
    text-align:left;
}
.bottomCon:first-child
{
    background-color: #E0E0E0;
}
.bottomCon:last-child
{
    background-color: #DADADA;
    height:136px;
}
#BottomLinksCon
{
    margin:0 auto;
    padding:20px 0;
    width:980px;
    font-family: 'Source Sans Pro';
}
     #BottomLinksCon .linkCon a
     {
        text-decoration:none;
        font-style: normal;
        line-height:20px;
     }
     #BottomLinksCon > .linkCon 
     {
        float:left;
        min-width:190px;
        padding-left: 4px;
     }
     #BottomLinksCon > .linkCon > .linkCon
     {
         padding-left:2px;
     }
     #BottomLinksCon > .linkCon > .linkCon > .linkCon
     {
         padding-left:10px;
     }
     #BottomLinksCon > .linkCon a
     {
        color:#606060;
        font-size:16px;
     }
     #BottomLinksCon > .linkCon > .linkCon a
     {
         color:#8a8a8a;
         font-size:12px;     
     }
 #tblBottom
 {
     margin:0 auto;
     width:981px;
     height:136px;
 }
 #tblBottom img
 {
     border:none;
 }
 
.bottomCopyright {
  font-family: 'Source Sans Pro';
  color:#7c7c7c;
  font-style: normal;
  text-decoration:none;
	font-size:10px;
}


.bottomMenuTitle, .bottomMenuTitle a  {
  color:#606060;
  font-family: 'Source Sans Pro';
  font-style: normal;
  text-decoration:none;
  font-size:16px;
}

.bottomMenuLinks, .bottomMenuLinks a  {
  color:#8a8a8a;
  font-family: 'Source Sans Pro';
  font-style: normal;
  text-decoration:none;
  font-size:10px;
}

.bottomMenuLinks a:hover  {
  color:#0099CC;
  font-family: 'Source Sans Pro';
  font-style: normal;
  text-decoration:none;
  font-size:10px;
}

.bulten {
  color:#7c7c7c;
  font-family: 'Source Sans Pro';
  font-style: normal;
  text-decoration:none;
	font-size:18px;
    overflow:hidden;
    height:25px;
}



.menuNew a{
	
	color: #ffffff;
    font-family: 'Source Sans Pro',verdana,arial,sans-serif;
	font-size:14px;
	font-style:normal;
	text-decoration:none;

	}

#siteSearchText {
    color: #a0a0a0;
    font-family: 'Source Sans Pro',verdana,arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    border: none;
    background-color: #F2F2F2;
    outline: none;
    text-indent: 5px;
    width: 138px;
}
#siteSearchBtn
{
    width:21px;
    height:19px;
    cursor:pointer;
}

.anasayfaMetin
{
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    color:#666;
}
#MainMidCon_MainPg
{
    /*margin-top:145px;*/
    min-height:300px;
}
#MainMidCon_SubPg
{
    width:980px;
    margin:0 auto;
    background-color:White;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
    width:1006px;

    min-height : 580px; 
    height:auto !important; 
    height: 580px;

    padding-bottom:20px;
}

#uruntabloCon {float:left; width:710px; margin-bottom:20px;}


#uruntabloCon table {font-family: "Open Sans", sans-serif; font-size:12px !important; border-spacing: 0px  !important; line-height:14px; width:710px !important; text-align:center; }
#uruntabloCon td {color:#333; font-weight:normal; background-color:#e3e3e3; padding:9px 4px 9px 4px; width:auto; border-right:1px solid #FFF; border-bottom:1px solid #FFF; border-spacing: 0px !important;}
#uruntabloCon tr { border-spacing: 0px !important;}
#uruntabloCon .model { background-color:#6b6f72; color:#FFF; border-spacing: 0px !important;}
#uruntabloCon .basliklar1 { background-color:#e7e5cc; color:#000;  font-weight:bold; border-spacing: 0px !important;}
#uruntabloCon .sol_baslik { font-weight:bold; background-color:#d0d0d0; color:#595959;border-spacing: 0px !important;}
#uruntabloCon .basliklar2 { background-color:#8c8e90; color:#fff; border-spacing: 0px !important;}
#uruntabloCon .basliklar3 { background-color:#888; color:#FFF; border-spacing: 0px !important;}




.anasayfaCustomer
{
    text-align: left;
    font-family: Arial,sans;
    font-size: 11px;
    color:#666;

}

.anasayfaDoviz
{
    text-decoration: none;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #334B57;
}


.anasayfaKirmizi
{
    text-decoration: none;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #9d292e;
}


.anasayfaBeyaz
{
    text-decoration: none;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #FFF;
}

.anasayfaYesil
{
    text-decoration: none;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #37680c;
}


.anasayfaGriBaslik
{
    text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 14px;
	font-weight:bold;
    color:#333;
}

.anasayfaGri
{
    text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #666;
}

.anasayfaMavi
{
    text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
    color: #4075a2;
}


.anasayfaMavi a
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    color: #4075a2;
	font-weight:lighter;
}


.anasayfaMavi a:hover
{
    text-decoration: none;
    font-family:Verdana;
    font-size: 10px;
    color: #990000;
	font-weight:lighter;
}

.anasayfaBeyaz
{
    text-decoration: none;
    text-align: left;
    font-family:sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}



.anasayfaSiteOzel
{
    text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #065055;
	font-weight:bold;
}
.anasayfaSiteOzel a
{
    text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #065055;
	font-weight:bold;
}

.anasayfaSiteOzel a:hover {
 text-decoration: none;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #990000;
	font-weight:bold;
	}


.anasayfailetisim
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
	font-weight:lighter;
}

.anasayfailetisim a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
	font-weight:lighter;
}


.anasayfailetisim a:hover
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #990000;
	font-weight:lighter;
}



form
{
    
}
.baslik
{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

	
	.haberDetay {
		text-decoration:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}

	.haberBas
	{
		text-decoration:none;
	    text-align:left;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #cc0000;	    
	}
		.haberTarih {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
	
	
.anaBaslik, .SingleMenuTitle, a
{
    color: rgb(172, 20, 20);
}


.anaBaslik
{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.anaSAYFAbEYAZ
{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}




#sectionTitle {
    margin-left:5px;
    padding-left:9px; padding-top:4px;
    background-image:url('../images/SectionTit.png');
    background-repeat:no-repeat;    
    width:980px; height:28px;
    color:#4a4a4a; 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight:500;
  text-decoration:none;
  text-align:left;
	font-size:16px;
}





#parentTitlesCon
{
    float:left;
}
.parentTitles
{
    height:20px;
    margin-top:14px;
    font:bold 14px Calibri; 
    color:#006cb8;
    text-align:left;
}
.parentTitles a
{
    color:#999;
}
.parTitLine
{
    width:727px; height:6px; background-color:#000000;
	}	
.content
{
    min-height: 12px;
    height: auto !important;
    height: 12px;

    text-decoration: none;
    text-align: left;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    text-align: justify;
}
.content_Title
{
    padding: 10px 10px;
    line-height: 20px;
}
.content_Menu_Title
{
    float: left; width: 727px;
    line-height: 20px;
	padding-left:7px;
}

.SingleMenuTitle
{
    color:White;
    font:bold 14px Calibri; 
    background-image:url('../icons/katListTop.jpg'); height:40px; background-repeat:no-repeat;
}
.SingleMenuTitle div
{
    padding-top:16px; padding-left:30px;
}

#newsLetterText
{
    text-indent:4px;
    width:140px;
    border:none;
    background-color:#DADADA;
    outline:none;
    padding:0;
    height:14px;
    font:12px 'Open Sans', sans-serif;
}

.tablobaslik {color: #1d1d1d; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold; 
background-color:#e6e7e8;
border:1px solid #7a7a7a;

	 }
	 
	 .tablosolbaslik {color: #097AA6; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold; 
background-color:#EAEAEA;
border:1px solid #7a7a7a;

	 }


.tablo {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0f0f0f;
font-size: 10px;
line-height: 20px;
border:1px solid #7a7a7a;
background-color: #f3f3f4;
	
}

#azaktbl {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0f0f0f;
	font-size: 10px;
	line-height: 20px;
	border-collapse:collapse;

	background-color: #f3f3f4;
	
}


	

	
		.anaDetay {
		text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D55B5;
	line-height:20px;
	}
	

	

.projeAdi {
	text-decoration:none;
	text-align:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}
	
.menu {
	text-decoration:none;
	text-align:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
.menu:hover {
	text-decoration:underline;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	}
	
	
	
	
	
.projeAdiBuyuk {
	text-align:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	}
	
.projeDetay {
	text-align:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:justify;
	line-height:20px;
	}
	


	.haberDetay {
		text-decoration:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	}
	.haberBas
	{
		text-decoration:none;
	    text-align:left;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 14px;
		font-weight:bold;
	    color: #cc0000;	    
	}
		.haberTarih {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
		.hakkiSaklidir {
		text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E0E0E0;
	}
	
			.anahtarKelime {
		text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #515151;    
	}
	
	
	
	.btmLinks a, .btmLinks span
	{
		text-decoration:none;
	    text-align:left;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #999;
	}
	.btmLinks a:hover {
	    text-decoration:underline;
	    color: #FF0000;
	}
	
.currency
{
    font-size:9px;
}
.leftMenu
{
    padding-left:4px;
    padding-bottom:30px;
    margin-bottom:60px;
    width:252px;
    border-right: solid 1px #cecece;
    float: left;    
    height: 100%;
}
/* Left menu */
.leftMenu .ml1 { margin:0;  }
.leftMenu .ml2 { margin-left:12px; }
.leftMenu .ml3 { margin-left:24px; }
.leftMenu .ml4 { margin-left:36px; }
.leftMenu .ml5 { margin-left:48px; }
.leftMenu .ml1, .leftMenu .ml2, .leftMenu .ml3, .leftMenu .ml4, .leftMenu .ml5
{
    background-image:url(../images/LMenuItem.png);
    height:30px;
	color:#666;
    overflow: hidden;
}
.leftMenu a.txt
{
    display: block; float: left; width:100%;
	text-decoration: none;
	text-align: left;	
    font:12px/16px 'Open Sans', sans-serif;
	font-weight:400;
	color: #707070;
	line-height:30px;
}
* html .leftMenu a.txt img /* ie6 & below, for centering image.(img align=absmiddle does not work in ie6.) */
{
    float:left;
    position:relative;
    top:50%;
    margin-top:expression(-this.offsetHeight/2);
}
.leftMenu .ml1:hover, .leftMenu .ml2:hover, .leftMenu .ml3:hover, .leftMenu .ml4:hover, .leftMenu .ml5:hover
{
    background-image:url(../images/LMenuItemOver.png);
}
.leftMenu .ml2:hover
{
    background-position:-12px;
}
.leftMenu .ml3:hover
{
    background-position:-24px;
}
.leftMenu .ml4:hover
{
    background-position:-36px;
}
.leftMenu .ml5:hover
{
    background-position:-48px;
}
.leftMenu .currM a.txt
{
    font-weight: bold;
	    text-shadow: 1px 1px white;
    color:#267593;
}
/* Centered Image Container. */
.centCon
{
    border-spacing:0;
    background-repeat:no-repeat;
    display:table;
    *position:relative;
    *cursor:pointer;
    *clear: expression(this.onclick=function () { this.getElementsByTagName("a")[0].click(); }, style.clear = "none", 0);
}
.centCon a
{
    display:table-cell; vertical-align:middle; border:0;

    *position:absolute; *top:50%;
    *left:0; *right:0;
}
.centCon img
{
    display:block; border:0;
    *position:relative; *top:-50%;
    margin:0 auto;
}
a
{
    outline: none;		
    *noFocusLine: expression(this.onFocus=this.blur());
}

.pagerCon {
    font: 14px 'Source Sans Pro';
    margin: 25px;
    color: #CC0000;
}
.pagerTitle {
    color:#384c6d;
}
/* Pager */
.pagerTitle, .pg, .pgC
{
    float:left;
    margin: 4px;
    padding: 3px;
}
.pg, .pg:visited, .pg:hover, .pg:active
{
    border: 1px solid #FDB3B3;
    color: #cc0000;
}
.pg:hover
{
    color: white;
    background-color:#cc0000;
    text-decoration: none;
}
.pgC
{
    border: 1px solid #384c6d;
    color: white;
    background-color: #384c6d;
}
.pg, .pg:visited, .pg:hover, .pg:active, .pgC
{
	font-size: 14px;
}
/**/
#SearchCon
{
    position: relative;
}
#SearchCon #txtSearch
{
    position: absolute; top:6px; left:0; outline: none; height:20px; width:130px; line-height: 20px;
    border:none;
}
#btnSearch, #imgSearch
{
    cursor:pointer;
}
/**/
#topCell
{
    position:relative;
}
#topLinksCon
{
    position:absolute;
    right:-130px;
    width:170px; 
    height:80px;
}
#topLinksCon #facebook, #topLinksCon #twitter
{
    float:left;
    display:block;
    height:50px;
    width:32px;
    background-color:white;
    filter: alpha(opacity=0);
	opacity: 0;
	
}
#topLinksCon #twitter
{
    margin-left:6px;
    width:33px;
}
#topLinksCon #langCon
{
    position:absolute;
    top:10px; right:0px;
    width:94px; height:64px;
}
#topLinksCon #trLink, #topLinksCon #enLink
{
    display:block; float:left;
    width:32px; height:32px;
}
#topLinksCon #trLink
{
    margin-left:22px;
}
#topLinksCon #enLink
{
    margin-left:3px;
    width:30px;
}
#topLinksCon #frLink, #topLinksCon #ruLink
{
    display:block; float:left;
    width:32px; height:32px;
}
#topLinksCon #ruLink
{
    margin-left:4px;
}
#topLinksCon #langCon a:hover
{
    background-color:#ccc;
    zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#fullPage {
    background-image: url(../backImages/1.jpg);
}
#fullPage, #fullPageBack {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:-10000;
    width: 100%;
    height: 100%;
}​


.urunTablo {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #c6c6c6;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.urunTablo table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.urunTablo tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.urunTablo table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.urunTablo table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

}.urunTablo tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.urunTablo tr:hover td{
	
}
.urunTablo tr:nth-child(odd){ background-color:#d6d6d6; }
.urunTablo tr:nth-child(even)    { background-color:#eaeaea; }.urunTablo td{
	vertical-align:middle;
	
	
	border:1px solid #c6c6c6;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#606060;
}.urunTablo tr:last-child td{
	border-width:0px 1px 0px 0px;

}.urunTablo tr td:last-child{
	border-width:0px 0px 1px 0px;
			text-align:center;
}.urunTablo tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.urunTablo tr:first-child td{
		background:-o-linear-gradient(bottom, #e37313 5%, #e37313 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e37313), color-stop(1, #e37313) );
	background:-moz-linear-gradient( center top, #e37313 5%, #e37313 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37313", endColorstr="#e37313");	background: -o-linear-gradient(top,#e37313,e37313);

	background-color:#e37313;
	border:0px solid #c6c6c6;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.urunTablo tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #e37313 5%, #e37313 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e37313), color-stop(1, #e37313) );
	background:-moz-linear-gradient( center top, #e37313 5%, #e37313 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37313", endColorstr="#e37313");	background: -o-linear-gradient(top,#e37313,e37313);

	background-color:#e37313;
}
.urunTablo tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
	
}
.urunTablo tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/************/