.expand_list {
	list-style: none;
	border-top:1px dashed #ccc;
}	

.expand_list li {
	border-bottom:1px dashed #bbb;
	cursor:pointer;
}

.expand_list h4 {		
	padding:0;
	font-size:1.15em;
	letter-spacing:-0.05em;
}

.expand_list h4 a {		
	display: block;
	cursor:pointer;
	text-decoration:none;
	background: url("/images/main/more.png") no-repeat right center;
	padding:7px 0;
	
}
			
.expand_list li.contracted h4 a:hover {
	background: url("/images/main/more.png") no-repeat right center;
}	

.expand_list li.expanded h4 a {
	background: url("/images/main/less.png") no-repeat right center;
	color:#222;
}

.expand_list li.expanded h4 a:hover {
	background: url("/images/main/less.png") no-repeat right center;
}

.expand_list div.collapse {
	overflow: hidden;
	height: 0px;
	padding-left:25px;
}

#copy .expand_list li ul {
	list-style: disc;
	border: none;
	margin:0 0 20px 17px;
}

.expand_list li ul li {
	border: none;
	padding: 0;
}

#copy .expand_list li ul li{
	border-bottom:none;
}

#copy .expand_list li ul li ul {
	list-style:circle outside none;
}

#copy .expand_list h5 {
	font-size:14px;
	letter-spacing:-0.04em;
	font-style:normal;
	font-weight: bold;
	margin:5px 0 15px;
}

#copy .expand_list table {
	width: 100%;
	margin:0 0 1em;
	border:1px solid #ccc;
}
		
#copy .expand_list table th,
#copy .expand_list table td {			
	text-align: center;		
	font-size: 12px;
	padding: 19px 0;	
	line-height: 1em;
	width:140px;
}		
		
#copy .expand_list table th {
	padding-bottom: 0;
	font-family: "arial",sans-serif;
	color:#555;
	font-weight:bold;
	font-size:15px;
}

#copy .expand_list table td {
	padding:10px 5px 15px;
	color:#333;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
}

.day1,
.day3,
.day5 {
	background-color: #ccc;
}

.day2,
.day4,
.day6 {
	background-color: #ddd;
}

blockquote {
	padding: 1px 2em;
	margin:0.5em 0 20px 0;
	font-style: italic;
	background-color:#ddd;
	border:1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

blockquote h5 {
	margin: 1.7em 0 0 !important;
	padding:0 !important;
}

blockquote p {
	margin:0.8em 0 1.7em !important;
}
