/*
	List Expander 
*/

.listexpander{width:550px;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li{

	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#eee url(/wps/Airtel-Images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#eee url(/wps/Airtel-Images/expanded.gif) no-repeat 5px .4em;}

/* second level */

.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}
.listexpander li li.collapsed{background:#f8f8f8 url(/wps/Airtel-Images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#f8f8f8 url(/wps/Airtel-Images/expanded.gif) no-repeat 5px .4em;}



p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

/*
	List Expander 
*/

.llistexpander{width:100%;}
.llistexpander, .llistexpander ul, .llistexpander li{
	margin:0;
	padding:0;
list-style:none;

}
.llistexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.llistexpander li{
	line-height:200%;
	margin-top:0px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}

.llistexpander li.collapsed, .llistexpander li.expanded{cursor:pointer;} 

/* first level */

.llistexpander li, .llistexpander li.collapsed{background:#ffffff url(/wps/Airtel-Images/collapsed.gif) no-repeat 5px .4em;} 
.llistexpander li.expanded{background:#ffffff url(/wps/Airtel-Images/expanded.gif) no-repeat 5px .4em;}

/* second level */

.llistexpander li ul, .llistexpander li li{background:#ffffff;font-weight:normal;}


/* etc. */

/* buttons */

p.llistexpander{
	height:1em;
	margin:1em 0;
}
p.llistexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.llistexpander a:hover{
	background:#ffffff;
}

/* float fix */
.llistexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.llistexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .llistexpander li{
	height: 1%;
}
.llistexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */