.accordion .tab {
	display: block;
	height: 35px;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding-left: 20px;
	font: bold 12px/35px Arial, sans-serif;
	text-decoration: none;
	color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #CCC;
	color: #000000;
	background-position: top;
	cursor:pointer;
	
}

.accordion .tab:hover,.accordion div:target .tab {
	color: #2b3b06;
	text-shadow: 0px 1px 0px rgba(255,255,255, .15);
	background: #a5cd4e; /* Old browsers */
	background: -webkit-linear-gradient(top, #F90 0%, #EC7600 100%);

	background: -moz-linear-gradient(top, #F90 0%, #EC7600 100%);
	background: -o-linear-gradient(top, #F90 0%, #EC7600 100%);
	background: -ms-linear-gradient(top, #F90 0%, #EC7600 100%);
	background: linear-gradient(top, #F90 0%, #EC7600 100%); /* W3C */

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
}
.cevap
{
	width:660px;
	height:0px;
	overflow:hidden;;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

.cevap a, .cevap a:visited
{
	text-decoration:none;
	color:#000;
}
.cevap a:hover
{
	color: #F18525;
}
