/* Flexible Slide-to-top Accordion Style*/

.container_accordion{
    background-color:#F7F7F7;
	min-width:658px;
	min-height:330px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}



.st-accordion{
	
}

.st-accordion h1{
	font-size:16px;
	text-align:left;
	text-indent:0px;
	font-weight:bold;
		
}

.st-accordion h2{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	line-height:0px;
		
}

.st-accordion spam{
	
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:black;
}

.st-accordion p{
	text-indent:20px;
		background: transparent url(../images/kare.png) no-repeat 0px top;

}

.st-accordion ul li{
    height: 37px;
    overflow: hidden;
	margin-bottom:5px;
}
/*.st-accordion ul li:first-child{
    border-top:none;
}*/
.st-accordion ul li > a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
	position: relative;
    line-height: 37px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	color:#5c8888;
	text-indent:35px;
	font-weight:bold;
}
.st-accordion ul li > a span{
	background: transparent url(../images/ok.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	left:5px;
	margin-top: -7px;
	/*opacity:0;*/
	-webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color:black;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
	color:black;
}

.st-accordion ul li.st-open > a:hover{
	color:Black;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);
	right:10px;
}
.st-content{
    padding: 5px 0px 30px 0px;
	background-color:white;
	padding:3px 20px 20px 20px;
	line-height:18px;
	text-align:justify;
}

.st-content p{
    font-size:  12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height:16px;
}

.st-content > ul{
	list-style-type:upper-roman;	
}

.st-content > ul > li{
	list-style-type: square;
	text-indent:40px;
	height:20px;
}

.select_gostergeler > form {
	margin-top:20px;
}

.select_gostergeler > form > li > label{
	width:450px;
}

.select_gostergeler > form > li > select{
	float:right;
	width:450px;
	
}

