@charset "utf-8";
/* CSS Document */

section{
	width: 1500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	background-color: #fff;
}

#yardim {
            display: block;
            position: absolute;
            z-index: 999;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            filter: brightness(1.2);
            width: 1200px;
            height: auto;
            margin-top: 70px;
            margin-left: 150px;
            margin-right: auto;
            padding: 10px;
            border-radius: 10px;
            background-color: #ffffff;
        }

        #yardim ul,
        #yardim ol {
            
            padding: 0;
            margin-left: 40px;
            list-style-type: circle;
        }

        #yardim ul li {
            cursor: pointer;
            margin: 5px 0;
            font-size: 16px;
            font-weight: bold;
            

        }
        #yardim ul li span:hover {
            color:#f00;
            

        }
        #yardim ul li span {
            cursor: pointer;
            margin: 5px 0;
            font-size: 18px;
            font-weight: bold;
            text-decoration: underline;

        }


        .yardimMenu {
            display: none;
            /* Başlangıçta tüm divleri gizle */
            width: 1060px;
            margin-left: 20px;
            padding-left:20px;
            padding-top:20px;
            height: 200px;
            background-color: #cdcdcd;
            margin-top: 5px;
            text-decoration: none;
            font-weight: normal;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            filter: brightness(1.2);
            font-size: 18px;
        }
        


.raflar{
	width:720px;
	height: auto;
	background-color: #000;
	
	margin-left: 20px;
	padding-top: 10px;
	float:left;
}
.raflar ul {
	margin:0;
	padding:0;

}
.raflar ul li {
	list-style:none;
	
}
.raflar ul li a{
	display: block;
	width: 71px;
	height: 60px;
	margin-left: 8px;
	margin-bottom: 5px;
	padding-top: 5px;
	background-color: #F0F8FF ;
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	
}
.raflar ul li a:hover{
	
}
.clear{
	clear: left;
}
.adisyonGetir{
	position: static;
	width: 1390px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #F0F8FF;
	padding-top: 10px;
}
.adisyonGetir td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.exit{
	display:block;
	background-color: #F0F8FF;
	position: absolute; 
	color:#f00;
	width:50px; 
	height:40px;
	margin-left: 1330px;
	font-weight: bold; 
	font-size:40px; 
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
}

.exit:hover{
	color:#000;
}

.formSubmit{
    background-color: #c92a2a;
    color:#fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    height: 25px;
    display: block;
    border: none;
    margin-top:3px;
    margin-bottom:3px;
    border-radius: 22px;
}
.formSubmit:Hover{
    background-color: #fff;
    color:#c92a2a;
    
}