/*
	Hotspots
*/

.hotspot {
	position: absolute;
	width: 200px;
	background: url(../assets/hotspots/bottom.png) center bottom no-repeat;
	text-align: left;
	padding: 0 0 7px 0;
}

.downArrow {
	background: url(../assets/hotspots/bottom_arrow.png) center bottom no-repeat;
	padding: 0 0 17px 0;
}

.hotspot .wrapper {
	background: url(../assets/hotspots/top.png) center top no-repeat;
}

.upArrow .wrapper {
	background: url(../assets/hotspots/top_arrow.png) center top no-repeat;
	padding-top: 10px;
}

.hotspot .title {
}

.hotspot .title h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 7px 10px 1px 10px;
}

.hotspot .title h3 img {
	margin-right: 5;
}

.hotspot .info {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	overflow: hidden;
	height: 0;
	margin: 0 2px;
	background: url(../assets/hotspots/popup_hsep.png) 0px 2px repeat-x;
}

.hotspot .info .contents {
	margin: 0;
	padding: 10px 10px 0px 10px;
}

.hotspot .info p {
	margin: 0;
	padding: 0;
}

/*
	Pullouts
*/

.pullout {
	position: absolute;
	width: 132px;
	background: url(../assets/hotspots/pullout_ul.png) left top no-repeat;
	text-align: left;
}

.pullout .wrapper {
	background: url(../assets/hotspots/pullout_lr.png) right bottom no-repeat;
	margin: 2px 0 0 2px;
	padding: 0 2px 2px 0;
}

.pullout .content {
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

.pullout .content .title {
	width: 130px;
	height: 100px;
	float: right;
	position: relative;
	padding: 0;
	margin: 0 0 0 15px;
}

.pullout .content .title h3 {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
	width: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 10px 0 0 0;
	padding: 5px 0px;
	background: url(../assets/hotspots/pullout_title_blank.png) 0px 0px repeat-x;
}

.pullout .content .info {
	overflow: hidden;
	width: 350px;
}

.pullout .content .info p {
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 5px 10px;
}
