div.content-inner ul.container{
	/* The topmost UL */
	width:100%;
	margin:0 auto;
	padding:0px;
}
div.content-inner ul.container li ul{
	margin:0px;
}

div.content-inner ul.container li{
	/* The main list elements */
	padding:1px 0px 0px 0px;
	width:100%;
	float: left;
	background: none;
}

div.content-inner ul li.button a{
	/* The section titles */
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background 
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;*/
}

/* Setting up different styles for each section color */

div.content-inner ul li.button{
	background: #F2F2F2;
	color: #333;
	border: 1px solid #DDD;
	font-weight: bold;
	padding: 14px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
body.parameters div.content-inner ul li.button{
		font-size: 0.8em;
	}
div.content-inner ul li.button a{
	background:url('../img/bt-pasive.png') no-repeat top right;
	padding-right: 20px;
}
div.content-inner ul li.active{
	background: #F2F2F2;
	color: #333;
	font-weight: bold;
}
div.content-inner ul li.active a{
	background: url('../img/bt-active.png') no-repeat top right;
}
li.button a.pasive span{
	background: url('../img/bck-accordion.jpg') repeat-x top right;
}
/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

div.content-inner ul.container li.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
	background: #fff;
}

div.content-inner ul.container li.dropdown li{
	/* Each element in the expandable list */
	color: #717171;
	margin: 6px 10px;
	padding: 5px 0px 5px 14px;
	font-size: 1.1em;
	font-weight:bold;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: url('../img/punto-ul.jpg') 0px 13px no-repeat;
}
div.content-inner ul.container li.dropdown ul{
	padding: 10px 20px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	float: left;
}
div.content-inner ul.container li.dropdown li a{
	color:#717171;
}
div.content-inner div.accordion-box{
	float: left;
	width: 100%;
}