
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#basic-accordian{	
	width:400px;	
	left:50%;
/*	top:50%;*/
margin:0;
padding:0px;
	z-index:2;
	
}

.accordion_headings 
{
         text-align:left;
        background:#FFFFFF none repeat scroll 0 0;
        border-bottom:2px solid #E8E8E8;         
        color:#FF0000;        
        cursor:pointer;
        font-weight:bold;
        padding:5px;
	    background-image:url(/files/images/plus.png); visibility:visible; 
	    background-repeat:no-repeat;
        background-position:3%;
		    text-indent:25px;

        
}

.accordion_headings:hover{
    background-image:url(/files/images/arrow.png); visibility:visible; 
    background-repeat:no-repeat;
    background-position:3%;
	background-color:#ececec;
    text-indent:25px;
}

.accordion_child{
	padding:15px;
	height:auto;
	width:auto;	
}

.accordion_child img{
margin-left:10px;
margin-bottom:10px;
}

.header_highlight{

    background-image:url(/files/images/arrow.png); visibility:visible; 
    background-repeat:no-repeat;
    background-position:3%;
}

