

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 15px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 75px; /*position where enlarged image should offset horizontally */

}







 body {margin:0px; padding:0px}
 
  .BORDO{font-family:Tahoma; font-size:10px;  color:#660033; }
  .KIRMIZI{font-family:Tahoma; font-size:10px;  color:#990000; }
  .BEJ{font-family:Tahoma; font-size:10px;  color:#EFE7B7; }
  .policy{font-family:Tahoma; font-size:10px;  color:#A4AFB1; }
  .text{font-family:Tahoma; font-size:10px;  color:#8D9591; }
  .white{font-family:Tahoma; font-size:10px;  color:#FFFFFF; text-decoration:none; line-height:10px }
  .main{font-family:Tahoma; font-size:11px;  color:#7D8682; line-height:13px }
  .green{font-family:Tahoma; font-size:10px;  color:#7EB101; line-height:13px }
  .green_11{font-family:Tahoma; font-size:11px;  color:#7EB101; line-height:13px }
  .orange{font-family:Tahoma; font-size:11px;  color:#FF9C00; line-height:13px }
  .blue{font-family:Tahoma; font-size:11px;  color:#00AAD5; line-height:13px }
  .beyaz{font-family:Arial, Helvetica, sans-serif; font-size:1px;  color:#ffffff; line-height:13px }




 input	{
						width:120px;
						height:20px;
					    background:none;
						border:1px solid #80482F;
						font-family:Tahoma;
						font-size:11px;
						color:#000000;
						line-height:10px;
						margin:0px 0px 1px 0px;
						padding:5px 0px 0px 9px;
						}
textarea	{
						width:250px;
						height:50px;
					    background:none;
						border:1px solid #80482F;
						font-family:Tahoma;
						font-size:11px;
						line-height:12px;
						color:#000000;
						margin:0;
						padding:5px 0px 0px 9px;
						
						}

 .select_2 {
						color:#80482F;
						width:50px;
						font-size:10px;
						text-align:center;
						margin:10px 1px 4px 11px;
						}	








 




