
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #6f6f6f;
	color: #000;
	font-size:.875em;
}

a {
/* adobe color #006699 / #224466 - hover */	
/*	color: #124F88; */
/* current: #1B73CC */
	color: #1B73CC;
	text-decoration: none;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.logo {
	width:142px;
	display: block;
	margin: 0 0 4px 0;
}
body.profile .logo {
}
body > * {
	background: rgb(111,111,111);
}
h1, h2 {
	font: bold 18px Helvetica;
	text-shadow: rgba(255,255,255,.2) 0 1px 1px;
	color: rgb(76, 86, 108);
	margin: 10px 20px 6px;
}

#idShowAllText,
#idShowLessText { 
color:#369;
font-size:14px; 
}
/* @group Toolbar */
.toolbar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	padding: 10px;
	height: 45px;
	position: relative;
	background-color: #14396c;
	background-image: -moz-linear-gradient(top, #275497, #14396c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#275497), to(#14396c));
	background-image: -webkit-linear-gradient(top, #275497, #14396c);
	background-image: -o-linear-gradient(top, #275497, #14396c);
	background-image: linear-gradient(to bottom, #275497, #14396c);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#275497', endColorstr='#14396c', GradientType=0);
	border: 1px solid #11325f;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
 	*zoom: 1;
}
.black-translucent .toolbar { margin-top: 20px; }
.toolbar > h1 {
	position: absolute;
	left: 50%;
	top: 10px;
	line-height: 1em;
	margin: 1px 0 0 -75px;
	height: 40px;
	font-size: 20px;
	width: 150px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,1) 0 -1px 1px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
body.landscape .toolbar > h1 {
	margin-left: -125px;
	width: 250px;
}

.toolbar .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -71px;
}
.button, .back, .cancel, .add {
	position: absolute;
	overflow: hidden;
	top: 8px;
	right: 10px;
	margin: -3px 0 0 0;
	border-width: 0 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;

	background-color: #1e4783;
	background-image: -moz-linear-gradient(top, #113d7b, #214c8a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#113d7b), to(#214c8a));
	background-image: -webkit-linear-gradient(top, #113d7b, #214c8a);
	background-image: -o-linear-gradient(top, #113d7b, #214c8a);
	background-image: linear-gradient(to bottom, #113d7b, #214c8a);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113d7b', endColorstr='#214c8a', GradientType=0);
	border: 1px solid #0d2e5c;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blueButton {
	-webkit-border-image: url(img/blueButton.png) 0 5 0 5;
	border-width: 0 5px;
}
.back {
	left: 6px;
	right: auto;
	padding: 0 10px;
	max-width: 80px;
}
.back:before {
	content: "\f112";
	text-decoration: inherit;
	display: inline-block;
	padding-right: 5px;
	speak: none;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}
.back.active {}
.leftButton, .cancel {
	left: 6px;
	right: auto;
}
.add {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.whiteButton, .grayButton {
	display: block;
	border-width: 0 12px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: inherit;
	color: inherit;
}
.whiteButton {
	-webkit-border-image: url(img/whiteButton.png) 0 12 0 12;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
.grayButton {
	-webkit-border-image: url(img/grayButton.png) 0 12 0 12;
	color: #FFFFFF;
}
/* @end */
/* @group Lists */
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
	margin-top: 0;
}
ul {
	color: #000;
	border: 1px solid #B4B4B4;
	font: bold 18px Helvetica;
	padding: 0;
	margin: 15px 10px 17px 10px;
}
ul.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
	border-top: 0;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
ul.rounded li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
ul.rounded li.product-detail {
	background: #fff;
}
ul.rounded li:last-child, ul.rounded li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}


ul.rounded + .bodytext {
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#idPartList li:first-child, #downloads li:first-child {
	background: #d6d7d9;
	border-bottom: 1px solid #999;
}
#idPartList li, #downloads li {
	background: #f9f9f9;
}
#diagram { background: #fff; }

.productdiagram { 
	display:block;
	margin: 0 auto; 
}

#idProductDiagram { margin: 0 auto; }
ul li {
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: #fff;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 	*zoom: 1;
}
ul li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul li.forward {
	background-image: url(img/chevron_circle.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* universal links on list */
ul li a, li.img a + a {
	color: #444;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding: 12px 25px 12px 10px;
	margin: -10px;
	text-shadow: rgba(255,255,255,.9) 0 1px 1px;
}
#downloads ul li a { padding-right:10px;}
ul li a:active {
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
	text-shadow: none;
}
ul li a.active, ul li a.button {
	background: #194fdb url(img/selection.png) 0 0 repeat-x;
	color: #fff;
}
ul li a.active.loading {
	background-image: url(img/loading.gif);
	background-position: 95% center;
	background-repeat: no-repeat;
}
ul li.arrow a.active {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul li.forward a.active {
	background-image: url(img/chevron_circle.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul li.img a + a {
	margin: -10px 10px -20px -5px;
	font-size: 17px;
	font-weight: bold;
}
ul li.img a + a + a {
	font-size: 14px;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 0;
}
ul li.img a + small + a {
	margin-left: -5px;
}
ul li.img a + small + a + a {
	margin-left: -10px;
	margin-top: -20px;
	margin-bottom: -10px;
	font-size: 14px;
	font-weight: normal;
}
ul li.img a + small + a + a + a {
	margin-left: 0px !important;
	margin-bottom: 0;
}
ul li a + a {
	color: #000;
	font: 14px Helvetica;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
	color: #666;
	font: 13px Helvetica;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0;
}
/*
@end */
/* @group Forms */
ul.form li {
	padding: 7px 10px;
}
ul.form li.error {
	border: 2px solid red;
}
ul.form li.error + li.error {
	border-top: 0;
}
ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
	color: #777;
	background: transparent url(/img/spacer.gif);
	border: 0;
	font: normal 17px Helvetica;
	padding: 0;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	-webkit-appearance: textarea;
}
ul li textarea {
	height: 120px;
	padding: 0;
	text-indent: -2px;
}
ul li select {
	text-indent: 0px;
	background: transparent url(img/chevron.png) no-repeat right center;
	-webkit-appearance: textfield;
	margin-left: -6px;
	width: 104%;
}
ul li input[type="checkbox"], ul li input[type="radio"] {
	margin: 0;
	padding: 10px 10px;
}
ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
	content: attr(title);
	font: 17px Helvetica;
	display: block;
	width: 246px;
	color: #777;
	margin: -12px 0 0 17px;
}
/* @end */
/* @group Mini Label */
ul li small {
	color: #369;
	font: 17px Helvetica;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 23%;
	float: right;
	padding: 3px 0px;
}
ul li.arrow small {
	padding: 0 15px;
}
ul li small.counter {
	font-size: 17px !important;
	line-height: 13px !important;
	font-weight: bold;
	background: #476884;
	background: rgba(71,104,132,.15);
	color: #fff;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 4px 10px 5px 10px;
	display: inline !important;
	width: auto;
	margin-top: -25px;
}
ul li.arrow small.counter {
	margin-right: 15px;
}
/* @end */
/* @group Individual */
ul.individual {
	border: 0;
	background: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 3px;
	-webkit-box-shadow: none;
}
ul.individual li {
	background: #4c4d4e;
	border: 1px solid #333;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 8px;
	-webkit-box-sizing: border-box;
	width: 48%;
	float: left;
	display: block;
	padding: 11px 10px 14px 10px;
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
}
ul.individual li + li {
	float: right;
}
ul.individual li a {
	color: #fff;
	line-height: 16px;
	margin: -11px -10px -14px -10px;
	padding: 11px 10px 14px 10px;
	-webkit-border-radius: 8px;
}
/* @end */
/* @group Toggle */
.toggle {
	width: 94px;
	position: relative;
	height: 27px;
	display: block;
	overflow: hidden;
	float: right;
}
.toggle input[type="checkbox"]:checked {
	left: 0px;
}
.toggle input[type="checkbox"] {
	-webkit-appearance: textarea;
	-webkit-border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: left .15s;
	background-color: transparent;
	background: #fff url(img/on_off.png) 0 0 no-repeat;
	border: 0;
	height: 27px;
	left: -55px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 149px;
}
/* @end */
/* @group Info */
.info {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: #444;
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,.2);
	font-weight: bold;
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #e2e2e2, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#ccc));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #ccc);
	background-image: -o-linear-gradient(top, #e2e2e2, #ccc);
	background-image: linear-gradient(to bottom, #e2e2e2, #ccc);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ccc', GradientType=0);
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 	*zoom: 1;
}
/* @end */
/* @group Info */
.wideheader {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6, #CCCCCC));
	font: bold 18px Helvetica;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: rgb(76, 86, 108);
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,.2);
}
/* @end */
/* @group Edge to edge */
ul.edgetoedge {
	border-width: 1px 0;
	margin: 0;
	padding: 0;
}
ul.edgetoedge li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	font-size: 16px;
	margin-bottom: 0px;
}
ul.edgetoedge li:last-child {
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}
ul.edgetoedge li.sep {
	font: bold 18px Helvetica;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: rgb(76, 86, 108);
	padding: 10px 10px 10px 10px;
	
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #e2e2e2, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#ccc));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #ccc);
	background-image: -o-linear-gradient(top, #e2e2e2, #ccc);
	background-image: linear-gradient(to bottom, #e2e2e2, #ccc);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ccc', GradientType=0);
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 	*zoom: 1;
}
ul.edgetoedge li em {
	font-weight: normal;
	font-style: normal;
}
/* @end */
/* @group Plastic */
#plastic {
	background: #17181a;
}
ul.plastic {
	background: #17181a;
	color: #aaa;
	font: bold 18px Helvetica;
	margin: 0;
	padding: 0;
	border-width: 0 0 1px 0;
}
ul.plastic li {
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #222;
	border-bottom-color: #000;
	color: #666;
	list-style-type: none;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
ul.plastic li a.active.loading {
	background-image: url(img/loading.gif);
	background-position: 95% center;
	background-repeat: no-repeat;
}
ul.plastic li small {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
ul.plastic li:nth-child(odd) {
	background-color: #1c1c1f;
}
ul.plastic li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.plastic li.arrow a.active {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.plastic li.forward {
	background-image: url(img/chevron_circle.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.plastic li.forward a.active {
	background-image: url(img/chevron_circle.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* @group Metal */
ul.metal {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 0;
}
ul.metal li {
	background-image: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	font-size: 26px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
}
ul.metal li a {
	line-height: 26px;
	margin: 0;
	text-shadow: #fff 0 1px 0;
	padding: 13px 0;
}
ul.metal li a em {
	display: block;
	font-size: 14px;
	font-style: normal;
	color: #444;
	width: 50%;
	line-height: 14px;
}
ul.metal li a.active {
	color: rgb(0,0,0);
}
ul.metal li small {
	float: right;
	position: relative;
	margin-top: 10px;
	font-weight: bold;
}
ul.metal li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
	background-repeat: no-repeat;
	background-position: right center;
}
ul.metal li.arrow a small {
	padding-right: 15px;
	line-height: 17px;
}
/* @end */
