#chehFlyout-wrapper {
	position: fixed;
	left: 0;
	/* top configured in JS */
	width: 322px;
	cursor: pointer;
	z-index: 10000;
	color: #fff;
	text-align: left;
	padding: 30px 0;
}

#chehFlyout-wrapper strong {
	font-weight: normal;
}

#chehFlyout-wrapper #chehFlyout-tab {
	position: absolute;
	right: 0;
	width: 89px;
	height: 164px;
	top: 0px;
	background: url(images/tab.png) top center no-repeat;
	z-index: 3;
}

#chehFlyout-wrapper .es #chehFlyout-tab {
	background-image: url(images/tab.es.png)
}

#chehFlyout-content {
	width: 233px;
	height: 168px;
	background: url(images/CHEH-open.jpg) center center no-repeat;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.es #chehFlyout-content {
	background-image: url(images/CHEH-open.es.jpg);
	height: 194px;
}

#chehFlyout-content h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: none;
}

#chehFlyout-content h2 span {
	display: block;
	padding: 3px 7px;
	background: #fff;
	color: #ed6a32;
}

#chehFlyout-content p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0;
	display: none;
}

#chehFlyout-content a {
	display: block;
	width: 119px;
	height: 20px;
	background: url(images/btn-sprite.jpg) left top no-repeat;
	text-indent: 100%;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	right: 0;
	bottom: 13px;
}

.es #chehFlyout-content a {
	bottom: 38px;
	width: 161px;
	background: 0 none;
}

#chehFlyout-content a:hover {
	background-position: left bottom;
}

#chehFlyout-content a span {
	font-size: 8px;
}