/* Flexible Slide-to-top Accordion Style*/


/*icone*/



/*.st-accordion ul li > a .icona_a {
	position:absolute;
	left: 11px;
	top:11px;
	width: 62px;
	height: 51px;
	}*/







.wrapper{
	width:616px;
	/*max-width:800px;
	min-width:800px;*/
	margin:10px auto;
	
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}

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

.st-accordion ul li{
    height: 70px;
    overflow: hidden;
	text-align:left;
	margin: 2px 0 2px 0;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    display: block;
	position: relative;
    line-height: 70px;
	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;
	
	/*background: url(../img/bg_accordion.png);*/
	background-color: #a51000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	text-decoration:none;
	padding: 0 0 0 30px;
	color: #fff;
	font-weight: normal;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 33px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -7px;
	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;
	behavior: url(css/PIE.htc);
}
.st-accordion ul li > a:hover{
    color: #dadada;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 40px;
}
.st-accordion ul li.st-open > a{
   color: #dadada;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:40px;
	opacity:1;
	behavior: url(css/PIE.htc);
}
.st-content{
    padding: 10px;
	
}
.st-content p.quest{
    padding: 6px 0px 4px 30px;
	font-size:  13px;
    font-weight:normal; 
	text-shadow: 1px 1px 1px #fff;
	color: #151515;
	line-height: 15px;
	background: url(../img/point_ask.png) 0 4px no-repeat;
}

.st-content p.ask{
    padding: 4px 0px 4px 6px;
	font-size:  12px;
    font-weight:normal; 
	text-shadow: 1px 1px 1px #fff;
	color: #7f7f7f;
	line-height: 15px;
	border-bottom: 1px dotted #CCC;
	
}

.st-content p.txt{
    padding: 4px 0px 4px 6px;
	font-size:  12px;
    font-weight:normal; 
	text-shadow: 1px 1px 1px #fff;
	color: #151515;
	line-height: 18px;
	
}

.st-content p.txt img{
    float: left;
	margin: 0 20px 10px 0;
	
}


.st-content p.txt_rec{
    padding: 4px 0px 4px 6px;
	font-size:  13px;
    font-weight:normal; 
	text-shadow: 1px 1px 1px #fff;
	color: #151515;
	line-height: 18px;
	color: #7f7f7f;
	border-top: 1px dotted #CCC;
}

/*.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}*/
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
