﻿.ac-container{
	width: 820px;
	margin: 10px 0 30px 35px;
	text-align: left;
}


            

.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 15px 0  0 40px;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
    
    font-size: 30px;
    font-family: Aparajita;
	text-shadow: 1px 1px 7px rgba(0,194,255,0.8);
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
    font-weight: bold;
	line-height: 33px;
	
	
    background-color: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(top, rgba(85, 85, 85, 0.8) 1%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(85, 85, 85, 0.8)), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, rgba(85, 85, 85, 0.8) 1%,#000000 100%);
	background: -o-linear-gradient(top, rgba(85, 85, 85, 0.8) 1%,#000000 100%);
	background: -ms-linear-gradient(top, rgba(85, 85, 85, 0.8) 1%,#000000 100%);
	background: linear-gradient(top, rgba(85, 85, 85, 0.8) 1%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(85, 85, 85, 0.8)', endColorstr='#000000',GradientType=0 );
	box-shadow: 
		0px -1px 3px 0px rgba(0,194,255,0.8), /*все*/
		1px 0px 0px 0px rgba(125,125,125,0.8) inset, /*бочина*/		
        0px 2px 2px rgba(0,194,255,1); /*низ*/
}
.ac-container label:hover{
	background: rgba(0, 0, 0, 0.8);
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: rgba(0, 0, 0, 0.9);
	color: #555;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 15px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(0, 0, 0, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: normal;
	/*color: rgba(0,194,255,1);*/
	/*line-height: 23px;*/
    /*font-family: Cambria,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;*/
    font-family: Verdana,Geneva,sans-serif;



color: #00C4FF;



	font-size: 14px;
	padding: 0 0 0 7px;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{	    
    height: 380px;
}

.AccName {    
    width: 475px;
    /*height: 55px;*/
    display: block;
    color: #ffffff;
    padding: 15px 13px 0 13px;
    line-height: 1.1;
    margin-right:5px;
    font-size: 28px;
    font-family: Georgia;
    font-style: italic;
	/*text-shadow: 1px 1px 7px rgba(0,194,255,0.8);*/
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
            
    background-color: rgba(0, 0, 0, 0.8);
    /* rounded corners */
	    /*-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
        -o-border-radius: 10px;
	    border-radius: 10px;*/
    /*box-shadow: 
		0px -1px 3px 0px rgba(0,194,255,0.8),*/ /*все*/
		/*1px 0px 0px 0px rgba(125,125,125,0.8) inset,*/ /*бочина*/		
        /*0px 2px 2px rgba(0,194,255,1);*/ /*низ*/

    text-align: center;
}

    .AccName h1 {         
         font-family: Georgia;
         /*font-style: italic;*/
         color:#ffffff;
         font-weight:normal;         
         font-size: 28px;
         margin:0;
         padding:0;
    }


.lineAcc {
	background: url(../img/accleft.png);    
    background-repeat: repeat-y;
    padding-top: 1px;
    
}


.linediv {
    background: url(../img/linediv.png);
    /*width: 460px;*/
    height: 16px;
    background-position: left center;   
    background-repeat: no-repeat;
}

