@charset "utf-8";

/* **************************************************** 0 to 479px ******************* */

div.page-title-gr{
	letter-spacing:0;
}

div.l-head{
	font-size:110%;
	background: #F2B10F;
	background:-moz-linear-gradient(rgba(236,165,23,0.7), rgba(236,165,23,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(236,165,23,0.7)), to(rgba(236,165,23,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(242,100,30,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid #F2B10F;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding:3px 0.5em;
	color:#FFFFFF;
	clear:both;
	margin:5px 0;
}

div.info-box label{
	display:block;
	padding-left:30px;
	padding-right:0.3em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	text-indent:-25px;
	cursor: pointer;
	margin-bottom:3px;
}

div.info-box label:before{
	content:"click";
	background: rgba(224,40,35,1);
	background:-moz-linear-gradient(rgba(224,40,35,0.7), rgba(224,40,35,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(224,40,35,0.7)), to(rgba(224,40,35,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(224,40,35,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid rgba(224,40,35,1);
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	color:#FFFFFF;
	padding:0 0.5em;
	margin-right:0.5em;
}


div.info-box label:nth-child(2n+1){
	background:#F9E8CF;
}

div.info-box input[type="checkbox"].on-off{
    display: none;
}

div.info-box input[type="checkbox"].on-off + div.info-cont{
    height: 0;
	max-height: 0;
    overflow: hidden;
}

div.info-box input[type="checkbox"].on-off:checked + div.info-cont{
    height: auto;
	max-height: 50em;
}

div.info-cont div.info-table table{
	width:100%;
	border-collapse:collapse;
	font-size:90%;
}

div.info-cont div.info-table table tr:first-child{
	background:#FFFF00;
}

div.info-cont div.info-table table td{
	width:33.33%;
	text-align:center;
	border:1px solid #999999;
}

div.info-cont div.info-att{
	font-size:90%;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}


@media only screen and (min-width: 600px) { /* *************************************** */

div.info-box input[type="checkbox"].on-off:checked + div.info-cont{
	width:100%;
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:5px 0;
	padding:5px 0;
}

div.info-box input[type="checkbox"].on-off:checked + div.info-cont div.info-table,
div.info-box input[type="checkbox"].on-off:checked + div.info-cont div.info-att{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

div.info-cont div.info-att{
	border-top:1px solid #999999;
}


/* ** */}

@media only screen and (min-width: 960px) { /* *************************************** */


/* ** */}

