body {
	color: #000066;
	background-image: url(../eng/images/back.jpg);
	background-position: top;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.normalyazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
}
.baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B95DD;
	font-weight: bold;
}
.cerceve {
	border: 1px solid #006699;
}
.urun {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.mavi  
{
font-family:    Tahoma, Helvetica, sans-serif;
font-size: 11px;
color: #005a81;
font-weight: bold;

}
.alt {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
a:active {
	color: #FFFF66;
	text-decoration: none;
}

.urun2:link {
	color: #FFFF66;
	text-decoration: none;
}
.urun2:visited {
	color: #FFFF66;
	text-decoration: none;
}
.urun2:hover {
	color: #FFFFff;
	text-decoration: underline;
}
.urun2:active {
	color: #FFFF66;
	text-decoration: none;
}


.style1 {font-size: 11px}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0969A3;
	border: 1px solid #0969A3;
	background-color: #FFFFCC;
}
.cerceve {
	border: 1px solid #0969A3;
}
.style2 {color: #006699}

.style3{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff666;
}
.ym2  
{
 
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #000099;
}
.ym2:visited  
{
 color: #005a81;
 text-decoration: none;

}
.ym2:hover  
{
 color: #cc0000;
 text-decoration: none;
}
.ym2:active  
{
 color: #000000;
 text-decoration: none;
}





.ym  
{
 color: #005a81;
 text-decoration: none;
}
.ym:visited  
{
 color: #005a81;
 text-decoration: none;

}
.ym:hover  
{
 color: #cc0000;
 text-decoration: none;
}
.ym:active  
{
 color: #000000;
 text-decoration: none;
}
.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: 5px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
