li {
	margin: 3px;
}
ul {
	margin: 0px;
}
a:visited{
	color:#55f;
}
a:link{
	color:#55f;
}

body {
  font-family: helvetica, arial, sans-serif;
  background:#000000;
  color:#aaf;
}

.pagetable {
    margin-left:auto; 
    margin-right:auto;
}
.pagetable td {
	border: 0px solid white;
	margin-bottom:auto;
	margin-top:0px;
	width:auto;
}

/* ============= */
/* = two sides = */
/* ============= */

.left {
  border: 0px solid blue;
  margin-bottom:auto;
  margin-top:10px;
  float: left;
  width:auto;
  max-width:450px;
}	
.left p{
  margin-bottom:auto;
  margin-top:0px;
  padding:16px;
  font-size:larger;
  font-weight:normal;
  font-family:courier;
  text-align:left
  width:auto;
}

.right {
  width: auto;
  margin-top: auto; 
  margin-right: auto;
  float: left;
  }

.bottom_part {
/*	position: absolute; 
	bottom: 10px; 
	margin-left: 100px;
	margin-right: 180px;
	margin-top: 40px;*/
	float: left;
	width:350px;
}
table.card {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 400px;
}



/* ========= */
/* NEW STUFF */
/* ========= */

.ac-container{
	margin: 10px 100px 30px auto;
	text-align: left;
}
.ac-container label{
	border-left: 1px solid #555;
/*	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
	font-size:larger;
	font-weight:normal;
	padding: 5px 20px;
	margin-left: 50px;
	position: relative;
	z-index: 20;
	display: block;
/*	height: 30px;*/
	height: auto;
	cursor: pointer;
/*	color: #777;*/
/*	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
/*	font-size: 19px;*/
/*	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/

}
.ac-container label:hover{
	background: #333;
	border-left:7px solid #555;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #222;
/*	color: #3d7489;*/
	border-left:7px solid #555;
}
.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(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: #000;
	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 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);*/
	margin-top: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:70px;
	margin-right:-20px;
	margin-bottom:10px;
	border: 1px solid #555;

}
.ac-container input:checked ~ article.ac-auto{
	height:auto;
}
.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: 100px;
}
