/* --------- COLLAPSIBLE PANELS ----------*/

#container h2, p, ol, ul, li {
	margin:0px;
	padding:0px;
}
 #containerol, ul {
	padding:3px 0 10px 22px;	
}
#container li {
	padding:0 0 4px 0;	
}
#container hr {
	height:1px;
}
#container {
	width:824px;	
	margin:auto;
	margin-top:0;
}

.expandable-panel {
	width:100%;
	position:relative;
	min-height:274px;
	overflow:auto;
	margin-bottom: 20px;
}   
.expandable-panel-heading {
	width:100%;
	cursor:pointer;
	min-height:10px;
	clear:both;
	background-image: url(../images/mr-drawing-layouts-1418.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}
.expandable-panel-heading:hover {
    color:#666;
}
.expandable-panel-heading h2 {
    padding:14px 10px 9px 15px; 
    font-size:18px;
    line-height:20px;
}
.expandable-panel-content { 
    padding:0 15px 0 15px;
    margin-top:-999px;
}
.expandable-panel-content p {
    padding:4px 0 6px 0;
}
.expandable-panel-content p:first-child  {
	padding-top:10px;
}
.expandable-panel-content p:last-child {
	padding-bottom:15px;	
}
.icon-close-open {
	width:20px;
	height:20px;
	position:absolute;
	background-image:url(../images/icon-close-open.png);
	right:60px;
}
