/* @override http://meckyvandenbrink/themes/default/css/accordion.css */

/*

Accordion styles
***************************************************************************************************/


#accordion {

	display: none;
	visibility: hidden;
	
	position: absolute;
	top: 62px;
	
	right: 12px;
	z-index: 310;
	width: 410px;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 0px solid red;
	text-shadow: #b7caed 1px 1px 1px;
	color: rgb(10,10,10);
	/*background: #f9f9f9;*/
	/*-webkit-box-shadow: 6px 9px 13px black*/
}

#accordion div.chapter {
	clear: both;
}


#accordion div.chapter-heading {
	position: relative;
	text-indent: 0px;
	line-height: 13px;
	white-space: nowrap;
	/*background: #f1f1f1;*/
	
	margin: 0px 0px 1px 0px;
	border: 0px solid gray;
	padding: 0px 1px 1px 2px;
	
	cursor: pointer;
	
	float: right;
	text-align: right;
}
*:first-child+html #accordion div.chapter-heading {
	padding: 1px 2px 1px 2px;	
}

#accordion .divider {
	clear: both;
}

#accordion div.chapter-content,
#accordion div.chapter-content div.chapter-content {
	display: none;
	width: 410px;
	border: 0px solid yellow;
	margin: 5px 0px;
	padding-right: 17px;
}
/*CONTENTIMO*/
.contentinline {
	font-size: 12px;
	margin-top: 10px;
	line-height: 17px;
	display: block;
	background: transparent;
	cursor: text;
	letter-spacing: 0;
	overflow: hidden;
	/*font-weight: bold;*/
}
.contentinline a{
color: rgb(10,10,10);
text-decoration: none;
border-bottom: 1px solid #8faee3;
cursor: pointer;
}
.contentinline a:hover{
	text-decoration: none;
	border-bottom: 1px solid #7d98c7;
}
.contentinline sup{
	line-height:0.000001px;
}
*:first-child+html .contentinline sup {
	vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
*:first-child+html .accbreak {
	display: block;
}
*HTML .accbreak {
	display: block;
}
*html .contentinline sup {
	vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.blackblock {
	margin-left: 2px;
	margin-right: 2px;
	background: black;
}
  
/*/CONENTIMO*/  

#accordion p {
	margin: 0;
}

#accordion div.chapter-content-children {
	display: none;
	position: relative;
}


/*#accordion div.hover {
	background: silver;
}*/

#accordion div.selected {
	color: rgb(220, 220, 220)!important;
	text-shadow: none;
	text-shadow: rgb(0,0,0) 1px 1px 1px;
	padding: 1px 3px 3px 3px;
	-webkit-border-radius: 3px;
	background: rgb(60, 60, 60);
}



/* Style for submenus */
#accordion div.chapter-content-children div.chapter-heading {
	position: relative;
	font-size: 11px;
	border: 0px solid orange;
	float: right;
	clear: both;
	line-height: 11px;
	padding: 1px 1px 1px 2px;
	padding-top: 0 0 2px;
}
#accordion div.chapter-heading{
		/*font-weight: bold;*/
		/*letter-spacing: -1px;*/

	}
	