.trigger {
	width: 425px;
	height: 39px;
	cursor: pointer;
	border: 1px solid #eaeaea;
	line-height: 39px;
}
.trigger1 {
	width: 425px;
	height: 34px;
	cursor: pointer;
	background: url(../images/design-images/title_right1_bg.jpg) top left no-repeat;
	line-height: 34px;
}
.trigger2 {
	width: 300px;
	height: 34px;
	cursor: pointer;
	background: url(../images/design-images/title_right1_bg.jpg) top left no-repeat;
	line-height: 34px;
}
.trigger:hover {
	cursor: pointer;
}
.expanded {
	width: 425px;
	height: 39px;
	cursor: pointer;
	border: 1px solid #eaeaea;
	line-height: 39px;
}
.expanded:hover {
	width: 425px;
	height: 39px;
	cursor: pointer;
	border: 1px solid #eaeaea;
	line-height: 39px;
}
.show {
	position: static;
	display: table;
	padding:10px;
}
.hide {
	position: absolute;
	left: -999em;
	height: 1px;
	width: 100px;
	overflow: hidden;
}
