/*Wrapper*/

#popup{
	position:relative;
	width:615px;
	height:371px;
}

.popupimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: 635px;
}

.dugout {
	top: 80px;
	width: 300px;
}

.dugout .popupimg {
	max-width: 300px;
}

.content {
	position: absolute;
	top: 66px;
	left: 413px;
	height: 280px;
	width: 200px;
	z-index: 20;
}

.content.extra {
	top: 96px;
	height: 240px;
}

.content.dugoutcontent {
	height: auto;
	padding-bottom: 50px;
	width: 300px;
	left: 310px;
}

.content h3 {
	font-size: 15px;
	line-height: 18px;
	color: #2d2d2d;
	margin: 0 0 20px;
}

.content p, .content ul {
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 16px;
	color: #888;
}

/*.content ul li {
	list-style: disc;
	margin: 0 0 6px 12px;
}*/

.content ul li {
	list-style: none;
	margin: 0 0 6px 8px;
	position: relative;
}

.content ul li:before {
	content: "·";
	font-size: 20px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: -8px;
}

.content ul li a {
	color: #2d2d2d;
	text-decoration: underline;
}

.content ul li a:hover {
	color: #ff3366;
}

.moreBtn {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.content.dugoutcontent .moreBtn {
	bottom: 20px;
}

.moreBtn a {
	padding: 10px 25px 10px 35px;
}
	
.moreBtn a i.pdf {
	background: url(../images/pdf-icon.png);
	height: 19px;
	width: 16px;
	left: 13px;
	top: 8px;
}



@media screen and (max-width: 600px) {

	#popup{
		width:auto;
		height:360px;
		padding-top: 10px;
		overflow: scroll;
	}

	.dugout {
		top: 0;
		width: 155px;
		margin: 0 auto 10px;
	}


	.dugout .popupimg {
		max-width: 155px;
	}
	
	.popupimg {
		position: static;
		max-width: 155px;
		display: block;
		margin: 10px auto;
	}
	
	.content,
	.content.dugoutcontent {
		position: static;
		height: auto;
		width: auto;
		z-index: 20;
		padding: 0 20px 20px;
	}
	
	.moreBtn {
		position: static;
	}

}