/* Flexible Slide-to-top Accordion Style*/
@charset "utf-8";
/*
http://www.zayedprize.org.ae/
*/



.st-accordion{
    width:100%;
    min-width:10px;
    margin: 0 auto;
}

.st-accordion ul {
	padding: 0;
	margin: 0;
}

.st-accordion ul li{
    height: 40px;    
    overflow: hidden;
    margin-bottom: 5px;
	border: 1px solid #dddddd;
}
.st-accordion ul li:first-child{

}
.st-accordion ul li > a{
    display: block;
	position: relative;
    font-size: 16px;
	line-height: 40px;
	text-transform: capitalize;
    float: left;
    width: 100%;
		
	font-weight: 400;
	outline:none;
	color: #fff;
background: #2E3192;
	padding-left: 15px;
    -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 span{
	background: transparent url(../../images/down.png) no-repeat center center;
	text-indent:-9000px;
	/*width: 26px;
	height: 14px;*/
	width: 37px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -16px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li.st-open > a span{
	background: transparent url(../../images/down-yellow.png) no-repeat center center ;
	text-indent:-9000px;
	/*width: 26px;
	height: 14px;*/
	width: 37px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -16px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
	color: #ffcc44;
}
.st-accordion ul li > a:hover{text-decoration:none;}

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
background: #2E3192;
color: #FFF;
text-decoration:none
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 20px;
	float:left;
}
.st-content p{
    padding: 0px 4px 15px 4px; 
}
/*.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
*/

.common-text p{line-height:19px;}
.tabl1{margin-bottom:12px;}

a.fldbut {
  padding: 7px 12px;
 background: #2E3192;
  color: #FFF;
  border: solid 1px #2E3192;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
  a.fldbut:hover{padding: 7px 12px;
 background: #585AA8;
  color: #FFF;
  border: solid 1px #585AA8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
  
  li.st-open {
  /*min-height: 470px;*/}