@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
}

a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	font-weight: 600;
}
a, a:link, a:visited {
	color: #e9ab65;
}
a:hover, a:active {
	color: #ed145b;
}

.duracell_gold {
	color: #e9ab65;
}

#video {
	float: right;
	width: 375px;
	margin-bottom: 15px;
	border: 1px solid #e9ab65;
	height: 240px;
	display: inline;
	padding: 5px;
}
#player{
	height: 240px;
	width: 375px;
}

.datacharts {
	border: 1px solid #e9ab65;
	width: 568px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.datacharts img {
	width: 548px;
	margin-bottom: 10px;
}
a.chart_switcher {
	margin-right: 5px;
	margin-left: 10px;
}

ul.ptb_featured li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9ab65;
}
ul.ptb_featured li:last-child {
	border-bottom-style: none;
	}
ul.ptb_featured h4 {
	margin-bottom: 5px;
}
img.ptb_featured {
	width: 90px;
	height: 90px;
	float: left;
	vertical-align: top;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #e9ab65;
	padding: 5px;
}
img.ptb_featured_logo {
	width: 300px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}