/* NEW POD BOXES */

.clear-all {
	clear: both;
}

.download-pod {
	border-top: 2px solid #ffffff;
	background-color: #e0edf6;
	background-image: url(../images/sales-literature/pdf-box-bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	height: 112px;
	width: 316px;
}

.download-pod-padding {
	padding: 6px;
}

.download-pod img {
	float: left;
	border: 0;
}

.download-pod p {
	font-size: 70%;
	font-weight: bold;
	color: #034e99;
	padding-left: 124px;
	padding-top: 16px;
	text-align: left;
}

.download-pod em {
	font-style: italic;
	font-weight: normal;
	color: #626262;
}

.download-pod a {
	text-decoration: none;
}

.download-pod a:hover {
	text-decoration: underline;
	color: #000000;
}