 
#integration-list {
    margin:0 auto;   padding:10px; 
}

#integration-list ul {
   list-style-type:none
}

#integration-list ul > li {
    list-style: none;  display: block; width:100%; float:left;  background: #fff;
    overflow: hidden;
}
 
	#integration-list ul li:last-child {
		border-bottom:none;
	}
	
	#integration-list ul li:first-child {
		border-top:none;
	}

#integration-list ul > li a:hover {
   color: #f2f2f2; 
}

.expand {
    display: block; color: #555;  cursor: pointer;
}

	.expand h4{
		padding:0px 4px 3px 0px; text-align:left; font-size:13px; border-bottom:1px solid #f8f8f8
	}


	.expand h4:hover{
		color:#000
	}




#left,#right{
    display: table;
}

#sup{
    display: table-cell;  vertical-align: middle;  width: 80%;
}
 
.detail {
    margin: 10px 0 10px 0px; display: none;  line-height: 22px;	padding:10px;   

}

	.detail p{
		text-align:left; font-size:12px;
	}
	.detail img{
		float:left; max-width:200px; margin-right:10px; margin-bottom:10px; margin-top:8px;
	}
	.detail a{
		margin-right:15px; margin-bottom:15px;
	}
	

.detail span{
    margin: 0;
}

.right-arrow {
    margin-top: -10px;  margin-left: 20px;  width: 30px;  height: 100%;  float: right;  
    font-size: 32px;
}

.icon {
    height: 75px; width: 75px; float: left;
    margin: 0 15px 0 0;
}
 