*{
    margin:0;
    padding:0;
    list-style:none;
}

#expand li{
	float:left;
	width:430px;
	overflow:hidden;
	background-image: url(images/down_s1.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-left: 25px;
	padding-top: 35px;
	height: 1px;
}
#expand img{
	float:left;
	height: 1px;
	width: 442px;
}
 
#expand p{
	padding:3px 12px 0 5px;
	margin:5px 0 0 102px;
	font-style: normal;
	font-weight: normal;
}
 
#expand h2{
	margin:3px 0 0 108px;
}
 
#expand li:nth-child(even){
    
}
 
#expand li:nth-child(odd){
    
}
.expand_box {
	display: block;
}
