body {
	font-family:Arial, Helvetica, sans-serif;

}



h1,h2 {
	font-size:100%;
	font-weight:normal;
}



.container{
	width: 900px;
	margin: 0px auto 30px auto;
	text-align: left;
}
.container > header h1{


	line-height: 35px;
	position: relative;
    padding: 34px 0px 0px 0px;
}
.container > header h1 span{
	color: #80B8CE;

}
.container > header h2{
	font-size: 14px;
	font-style: italic;
	color: #82858e;
	padding-top: 20px;

}



.container > header h1{
	font-size: 16px;
	font-style: italic;
	color: #82858e;


}

.ac-container{
	width: 900px;
	margin: 10px auto 0px auto;
	text-align: left;
}
.ac-container label{

	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #A3A9AB;

	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	box-shadow:
		0px 0px 0px 1px rgba(155,155,155,0.3),
		0px 2px 2px rgba(0,0,0,0);

}

.ac-container.en label
{
	background: transparent no-repeat 870px center;
	position: relative;
}

.ac-container.en label::after
{
	display: block;
	content: "International Version";
	position: absolute;
	line-height : 17px;
	background-image: url("../img/btn_account.png");
	background-repeat: repeat-x;
	background-size: 1px 200%;
	background-position: left top;
	border: 1px solid #a3a9ab;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	top: 11px;
	right: 13px;
	font-size: 12px;
}

.ac-container.fr label{ background: transparent url(../img/fr.png) no-repeat 870px center;}
.ac-container.ch label{ background: transparent url(../img/ch.png) no-repeat 870px center;}
.ac-container.de label{ background: transparent url(../img/de.png) no-repeat 870px center;}
.ac-container.es label{ background: transparent url(../img/es.png) no-repeat 870px center;}
.ac-container.it label{ background: transparent url(../img/it.png) no-repeat 870px center;}

.ac-container label:hover
{
	background-image: url(../img/arrow_down.png);
}

.ac-container.en label:hover::after
{
	display: none;
}

.ac-container input:checked + label
{
	background-color: #A3A9AB;
	color: #FFF;
}

.ac-container input:checked + label:hover
{
	background-image: url(../img/arrow_up.png);
}

/*
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label ,
.ac-container input:checked + label:hover{
	background-color: #9bb5ab;
	color: #FFF;
}


.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;
}


.ac-container.fr input:checked + label:after {background-image: url(../img/fr.png);}
.ac-container.en input:checked + label:after {background-image: url(../img/en.png);}
.ac-container.de input:checked + label:after {background-image: url(../img/de.png);}
.ac-container.es input:checked + label:after {background-image: url(../img/es.png);}
.ac-container.it input:checked + label:after {background-image: url(../img/it.png);}*/

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 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: italic;
	color: #333;
	font-size: 13px;
	line-height:15px;
	padding: 20px;
	text-align:justify;

}
.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: 410px;
}

.ac-container input:checked ~ article.ac-medium {
	height: 480px;
}

.ac-container input:checked ~ article.ac-large {
	height: 560px;
}

.separ
{
	display: inline-block;
	border-top: 1px solid rgba(155,155,155,0.3);
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.disc_link
{
	color: #a3a9ab;
	text-decoration: none;
}

:hover.disc_link
{
	text-decoration: underline;
}



#btn_disclaimer { text-align:center; }

 a.button {
	background-image:url(../img/btn_account.png);
	background-repeat:repeat-x;
	border:#a3a9ab 1px solid;
	color:#FFF;
	height:2px;
	text-decoration:none;
	line-height:23px;
	padding:20px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	font-style:normal;

}
a:hover.button  {
	color:#FFF;
	text-decoration:none;
	background-image:url(../img/btn_account.png);
	background-repeat:repeat-x;
	background-position: 0px -23px;

}
