body{font-family:verdana;}
#acordeon{

width:258px;
height:500px;
//height:510px;
overflow:hidden;
margin-left:2px;
padding-left:0px;
padding-right:0px;
background:#F4F4F4  url(../images/type1/backAcordeon.gif) no-repeat scroll 7px 0;
border:1px solid #E2E2E2;
}
#acordeon .header{
color:#FFFFFF;
background:transparent url(../images/type1/arrowAcordeon_disabled.gif) no-repeat scroll 2px 0;
cursor:pointer;
font-size:12px;
padding-left:5px;
font-weight:bold;
padding-left:26px;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
padding-top:2px;
height:20px;
}
/*
#item1 .header
{
	background:#EAEFF4 url(../images/type1/iconPoi.gif) no-repeat scroll 2px 0;
}
#item2 .header
{
	background:#EAEFF4 url(../images/type1/iconDir.gif) no-repeat scroll 2px 0;
}
#item3 .header
{
	background:#EAEFF4 url(../images/type1/iconCer.gif) no-repeat scroll 2px 0;
}
#item4 .header
{
	background:#EAEFF4 url(../images/type1/iconRut.gif) no-repeat scroll 2px 0;
}
*/
#acordeon .content{
overflow:hidden;
border-bottom: solid 1px #606060;
border-left: solid 1px #606060;
border-right: solid 1px #606060;
border-top:dotted 1px #606060;
background-color:#F4F4F4;
}
#acordeon .item{
margin-bottom:0;
background:url("../images/back1.jpg") repeat scroll 0px 0 transparent;
}
#acordeon #item4{
margin-bottom:0;
}

a.cusListBoxScroll
{
	display:block;
	width:100%;	
}
