/* Adapted from tinyAccordion by scriptiny.com */
* {margin:0; padding:0}

#accordion {width:100%; margin:0px auto; border:none}
.accordion {width:100%; font:12px Verdana,Arial; color:#333}
.accordion dt {width:100%; height:30px; line-height:30px; padding:4px 0px 4px 5px; font-weight:bold; 
				background-color: #bbbbbb; color: #fff; cursor:pointer; border-bottom:1px solid #fff;}
.accordion dt:hover {background-color: #007fc5}
.accordion .open {background-color:#888888;}
.accordion dd {width:100%; background:#fff;}
.accordion span {display:block; width:90%; border-top:none; padding:5px 0px}

/* ----------------------------------------------------------------------------- Accordion Navigation */
.idxlist, 
.idxlist-last{
	/* list-style: none; 
	padding: 0 0 0 0; */
}

li.idxlist{
	border-top: solid #f7f7f7 1px;
	border-bottom: solid #a5a5a5 1px;
	display: block;
	line-height: 40px;
	height: 40px;
	background: #fff url(/web/mobile/images/mb/nav_arrows.png) right -39px no-repeat;	
}

li.idxlist-last{
	border-top: solid #f7f7f7 1px;
	/* border-bottom: solid #a5a5a5 1px; */
	display: block;
	line-height: 40px;
	height: 40px;
	background: #fff url(/web/mobile/images/mb/nav_arrows.png) right -39px no-repeat;	
}

li.idxdoc{
	border-top: solid #f7f7f7 1px;
	border-bottom: solid #a5a5a5 1px;
	display: block;
	line-height: 40px;
	height: 40px;	
}

li.idxdoc-last{
	border-top: solid #f7f7f7 1px;
	/* border-bottom: solid #a5a5a5 1px; */
	display: block;
	line-height: 40px;
	height: 40px;	
}

li.idxdoc-epub{
	border-top: solid #f7f7f7 1px;
	border-bottom: solid #a5a5a5 1px;
	display: block;
	line-height: 40px;
	height: 40px;
	background-image: url(http://www.cisco.com/en/US/i/templates/epub_logo_small.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

li.idxdoc-last-epub{
	border-top: solid #f7f7f7 1px;
	/* border-bottom: solid #a5a5a5 1px; */
	display: block;
	line-height: 40px;
	height: 40px;
	background-image: url(http://www.cisco.com/en/US/i/templates/epub_logo_small.jpg);
	background-repeat: no-repeat;
	background-position: center right;	
}

li.idxdoc-mobi{
	border-top: solid #f7f7f7 1px;
	border-bottom: solid #a5a5a5 1px;
	display: block;
	line-height: 40px;
	height: 40px;
	background-image: url(http://www.cisco.com/en/US/i/templates/mobi.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

li.idxdoc-last-mobi{
	border-top: solid #f7f7f7 1px;
	/* border-bottom: solid #a5a5a5 1px; */
	display: block;
	line-height: 40px;
	height: 40px;
	background-image: url(http://www.cisco.com/en/US/i/templates/mobi.gif);
	background-repeat: no-repeat;
	background-position: center right;	
}

li.idxlist:hover,
li.idxlist-last:hover,
li.idxdoc:hover,
li.idxdoc-last:hover,
li.idxdoc-epub:hover,
li.idxdoc-last-epub:hover,
li.idxdoc-mobi:hover,
li.idxdoc-last-mobi:hover {background-color: #eef5f5}


