/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0
}
.easy-accordion dt,.easy-accordion dd {
	margin: 0;
	padding: 0
}
.easy-accordion dt,.easy-accordion dd {
	position: absolute
}
.easy-accordion dt {
	margin-bottom: 0;
	margin-left: 0;
	z-index: 5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px; /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor: pointer;
}
.easy-accordion dd {
	z-index: 1;
	opacity: 0;
	overflow: hidden;
}
.easy-accordion dd.active {
	opacity: 1;
}
.easy-accordion dd.no-more-active {
	z-index: 2;
	opacity: 1
}
.easy-accordion dd.active {
	z-index: 3
}
.easy-accordion dd.plus {
	z-index: 4
}
.easy-accordion .slide-number {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-weight: normal;
	font-size: 1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg); /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p {
	line-height: 120%;
	margin-left: 10px;
	margin-right: 10px;
}

#accordion-2 {
	margin: 0 auto;
	width: 930px;
	height: 265px;
	background: #fff;
}
#accordion-2 dl {
	width: 930px;
	height: 265px;
}
#accordion-2 dt {
	height: 35px;
	line-height: 30px;
	background-color: #d8d8d8;
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	color: #666;
}
#accordion-2 dt.active {
	cursor: pointer;
	color: #000;
	display: none;
}
#accordion-2 dt.hover {
	color: #68889b;
	background-color: #ccc;
}
#accordion-2 dt.active.hover {
	color: #000
}
#accordion-2 dd {
}
#accordion-2 .slide-number {
	color: #68889b;
	font-weight: bold;
	display: none;
}
#accordion-2 .active .slide-number {
	color: #000
}
#accordion-2 a {
	color: #68889b
}
#accordion-2 dd img {
	-moz-border-radius: 15px;
	border-radius: 15px;
}




#accordion-3 {
	margin: 0 auto;
	width: 930px;
	height: 780px;
	background: #fff;
}
#accordion-3 img {
	padding: 5px;
}
#accordion-3 dl {
	width: 930px;
	height: 780px;
}
#accordion-3 dt {
	height: 35px;
	line-height: 30px;
	background-color: #d8d8d8;
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	color: #666;
}
#accordion-3 dt.active {
	cursor: pointer;
	color: #000;
	
}
#accordion-3 dt.hover {
	color: #68889b;
	background-color: #ccc;
}
#accordion-3 dt.active.hover {
	color: #000
}
#accordion-3 dd {
}
#accordion-3 .slide-number {
	color: #68889b;
	font-weight: bold;
	display: none;
}
#accordion-3 .active .slide-number {
	color: #000
}
#accordion-3 a {
	color: #68889b
}