#acca-container {
	width: 940px;
	font-family: robotoregular, Roboto, Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	margin: 0 auto;
	border-bottom: 120px solid #fff;
	color: #303030;
	position: relative;
	background: #fff;
}

#acca-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 715px;
	border-right: 1px solid #d4d9dd;
}

#acca-container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#acca-container img {
	display: block;
	border: none;
}

#acca-container a,
#acca-container a:visited {
	color: #0085d5;
	text-decoration: none;
	outline: none;
}

#acca-container a:hover,
#acca-container a:active,
#acca-container a:focus {
	color: #0B6092;
	text-decoration: underline;
}

#acca-header {
	display: block;
	margin: 0 auto 30px auto;
}

#acca-container p,
#acca-container li {
	font-family: robotoregular, Roboto, Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0 0 15px 0;
}

#acca-container li {
	padding-bottom: 5px;
}

#acca-container ul,
#acca-container ol {
	margin: 0;
	padding: 0 0 10px 15px;
}

#acca-container #acca-aside ul {
	list-style: none !important;
	padding-left: 0;
	padding-bottom: 0;
}

#acca-container #acca-aside p,
#acca-container #acca-aside li {
	padding-bottom: 0;
}

#acca-container h1 {
	font-family: roboto_condensedlight, "Roboto Condensed", Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	margin: 0;
	padding: 0 0 15px 0;
	color: #303030;
}

#acca-container h2 {
	font-family: robotomedium, Roboto, Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0;
	padding: 0 0 15px 0;
	color: #303030;
}

#acca-container * + h2 {
	padding-top: 15px;
}

#acca-container #acca-aside h2 {
	padding-bottom: 5px;
}

#acca-main,
#acca-aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#acca-main {
	width: 690px;
	padding-left: 30px;
	float: left;
}

#acca-aside {
	width: 200px;
	float: right;
}

#acca-container a.acca-cta,
#acca-container a.acca-cta:visited {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 13px !important;
	line-height: 17px !important;
	color: #fff !important;
	background: #0085d5;
	padding: 8px 15px;
	outline: none !important;
	text-decoration: none !important;
	text-align: center;
}

#acca-container a.acca-cta:hover,
#acca-container a.acca-cta:active {
	color: #fff !important;
	text-decoration: none !important;
	background: #ff9900;
}

a.acca-cta + a.acca-cta {
	margin-left: 15px;
}

.no-wrap {
	white-space: nowrap;
}

.acca-enlarge {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d4d9dd;
	padding: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 183px;
}

.acca-enlarge:hover,
.acca-enlarge:active,
.acca-enlarge:focus {
	border-color: #0085d5;
}

.acca-enlarge:after {
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	background: #d4d9dd url("/cs/accessagilent/images/acca-magnifier.png") no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.acca-enlarge img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	position: relative;
	z-index: -1;
}

#acca-large-figures {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#acca-large-figures > div {
	padding-top: 15px;
}

#overlay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #303030;
	text-align: center;
	white-space: nowrap;
	overflow: auto;
}

#overlay a {
	outline: none;
}

#overlay:before {
	content: "";
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

#figure-close {
	display: block;
	padding: 15px 15px 14px 15px;
	background: #303030;
	position: fixed;
	top: 0;
	right: 0;
}

#figure-close:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("/cs/accessagilent/images/acca-close.gif") no-repeat center center;
}

#figure-box {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 45px;
	position: relative;
	white-space: normal;
	text-align: left;
}

#figure-title {
	font-family: robotomedium, Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 45px;
}

#figure {
	background: #fff;
	padding: 15px;
	position: relative;
}