.ac-container{
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container .lbl{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 15px 20px;
	position: relative;
	z-index: 20;
	height: 50px;
	display: block;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	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 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1); 
	
	/*background: transparent url(../images/checked-ready-01.jpg) no-repeat center center;*/
}
.ac-container .lbl:hover{
	
	/*background: transparent url(../images/checked-hover-01.jpg) no-repeat center center;	*/
}
.ac-container input:checked + .lbl,
.ac-container input:checked + .lbl:hover{
	padding: 15px 20px;
	color:#2d2d2d;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	font-weight:700;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1); 
	/*background: transparent url(../images/checked-01.jpg) no-repeat center center;*/

}
.ac-container .lbl:hover:after,
.ac-container .lbl:checked + .lbl:hover:after{
	background-color:#000;
}
.ac-container input:checked + .lbl:hover:after{
	background-color:#000;
}
.ac-container .pymt-mtd{
	display: none;
}
.ac-container article{
	margin-top: -4px;
	overflow: hidden;
	height: 0px;
	position: relative;
	
}
.ac-container article p{
	
	margin:10px;
	padding: 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.1s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.1s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.1s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.1s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.1s 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{
	
	min-height: 200px;
}
.ac-container input:checked ~ article.ac-medium{
	min-height: 420px;
	height: auto;
	padding-bottom:10px;
}
.ac-container input:checked ~ article.ac-large{
	height: 290px;
}
.backcode{
	text-align: center;
}
.gridview {
	height: 80px;
    padding: 10px;
    border: 1px solid #f9f9f9;
    text-align: center;
    font-size: 10px;
	cursor: pointer;
    word-wrap: break-word;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.gridview:hover {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}