/*----- General Styles - change defaults -----
a:link, a:visited {
	color: #020294;
}

a:hover, a:active {
	color: #6d6dc7;
	text-decoration: none;
}

*/

fieldset, form, legend {
	margin: 0; padding: 0;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

p, ul, ol, dl {
	font-size: .7em;
	color: #494848;
	margin: 5px 0 15px;
}

ol li {
	list-style-type: decimal;
}

p, dd {
	line-height: 1.5em;
}

#right p {
	margin-bottom: 10px;
}

.product-detail p {
	text-align: justify;
}

h2 {
	font-size: 1.3em;
	color: #0355a0;
	margin: 0 0 20px; padding: 0;
}

#right h2 {
	margin-bottom: 10px;
}

.product-detail h2 {
	margin: 0 0 5px; padding: 0;
}

h3 {
	font-size: .75em;
	color: #012c62;
	margin: 0 0 10px;
}

h4, h5 {
	margin: 0 0 10px;
	font-size: .7em;
	color: #494848;
}

ul, ol {
	margin: 5px 0 10px 25px; padding-left: 25px;
}

ul ul, ul ol, ol ul, ol ol, dd ul, dd ol {
	font-size: 1em;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 10px 0 15px 10px;  padding-left: 10px;
}

li {
	list-style-type: square;
	margin: 0 0 5px;
}

li li {
	list-style-type: disc;
}

dt {
	margin: 0 0 5px;
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

sup, sub {
	font-size: .95em;
}

img {
	border: 0;
}

select, input, textarea {
	font-size: .7em;
	color: #8b8989;
	padding: 2px;
}

textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

p select, p input, p textarea {
	font-size: 1em;
}

input.submit {
	color: #000;
}

/*----- Display Styles -----*/
h2 img, .mid-align {
	vertical-align: middle;
}

#skip {
	position: absolute;
	top: 0; left: -999em;
}

.alt {
	display: none;
}

.small {
	font-size: .65em;
}

p .small, h3 .small {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.center, p.center, .center-align {
	text-align: center;
}

.left-align, .listings td.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.error, .caution {
	color: #d32b2b;
	font-weight: bold;
}

.warning-box, .error-box {
	padding: 5px;
	margin: 25px 0;
}

.warning-box {
	border: 1px solid #d37f2b;
	background: #F9E2B9;
}

.warning-box p, .error-box p {
	color: #000;
	margin: 0;
}

.error-box {
	border: 1px solid #d32b2b;
	background: #FBE8E8;
}

.note {
	color: #d37f2b;
	font-weight: bold;
}

.inactive {
	color: #898988;
}

.page-sep {
	margin: 25px 0;
	border-bottom: 1px solid #5194D1;
}

#main-search {
	position: absolute;
	top: -28px; left: 77%;
}

html>body #main-search {
	top: -25px;
}

#main-search input {
	font-size: .7em;
	padding: 1px;
	vertical-align: middle;
}

.invisible {
	visibility: hidden;
}

.section-logo {
	float: right;
	width: 170px;
}

.section-logo p {
	/*position: absolute;
	top: 11px; right: 75px;*/
	text-align: center;
	margin: 0; padding: 0;
}

.breadcrumbs {
	font-size: .75em;
	margin: 14px 0 25px;
}

.float-left {
	float: left;
	margin: 0 5px 8px 0;
}

.float-right {
	float: right;
	margin: 0 0 7px 25px;
}

.clear-both {
	clear: both;
}

html .clear-both {
	height: 1%;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.relative {
	position: relative;
}

.info-links {
	list-style: url('/images/plx//bul_arr.gif') outside;
}

.info-links .dk {
	list-style: url('/images/plx/bul_arr_dk.gif') outside;
}

ul.pr {
	margin: 0 0 25px; padding-left: 20px;
}

ul.pr li {
	margin: 0 0 10px;
}

.orange-text {
	color: #F7921C;
}

.green-text {
	color: #577252;
}

.red {
	color: #990000;
}

.gray, .info-box .gray {
	color: #4e5357;
}

/* General table style */
.tbl-general {
	font-size: .7em;
}

.tbl-general td, .tbl-general th {
	vertical-align: top;
	padding: 5px;
}

.tbl-general th {
	color: #0355a0;
}

.tbl-general ul, .tbl-general select, .tbl-general input, .tbl-general textarea {
	font-size: 1em;
}

/* EOF General table styles */

/* Tables showing documents or products listings/comparisons */
.listings { /** Base class */
	margin: 0 0 15px;
	width: 526px;
	font-size: .65em;
	/*color: #636362; */
	color: #222;
}

.split-col-lt .listings, .split-col-rt .listings {
	width: 100%;
}

.listings th, .listings td {
	padding: 5px;
	text-align: center;
}

.listings th {
	font-weight: normal;
}

.listings th, .listings th a:link, .listings th a:visited, .listings th a:hover, .listings th a:active {
	color: #fff;
}

.listings th a:hover, .listings th a:active {
	text-decoration: none;
}

.listings ul, .listings p, dl .listings {
	font-size: 1em;
}

dl .listings {
	margin: 15px 0;
}

.listings ul {
	margin-left: 0;
}

.tbl-blue { /** Blue modifier */
	border-top: 1px solid #263e54;
	border-left: 1px solid #263e54;
}

.tbl-blue th, .tbl-blue td {
	background: #ebf2fc;
	border-right: 1px solid #263e54;
	border-bottom: 1px solid #263e54;
}

.tbl-blue th {
	background: #5c96cb;
}

.tbl-blue tr.sep td, .tbl-blue td.sep {
	border-bottom: 4px solid #5c96cb;
}

.tbl-blue tr.sep2 td, .tbl-blue td.sep2 {
	border-bottom: 2px solid #263e54;
}

.tbl-blue tr.dk td {
	background: #d7dee7;
}

.tbl-green { /** Green modifier */
	border-top: 1px solid #203221;
	border-left: 1px solid #203221;
}

.tbl-green th, .tbl-green td {
	background: #e3f0e1;
	border-right: 1px solid #203221;
	border-bottom: 1px solid #203221;
}

.tbl-green th {
	background: #517e52;
}

.tbl-green tr.sep td, .tbl-green td.sep {
	border-bottom: 4px solid #203221;
}

.tbl-green tr.dk td {
	background: #b9c4b8;
}

.tech-docs, .full-width { /** Tech docs/ Full width modifier */
	width: 707px;
	margin: 0 0 25px;
}

.tech-docs td {
	text-align: center;
}

/*
.new {
	margin-left: -24px;
	vertical-align: middle;
}
*/

.listings .new {
	border-right: 0; 
	width: 30px;
	padding-right: 0;
}

.caption {
	margin: -10px 0 15px;
}
/* EOF documents/product listings */

/* Divs, info boxes */
.col-wrapper { /* For equal height columns */
	overflow: hidden;
}

.documentation, .info-box, .cutout {
	background: #eff0f0;
	padding: 5px;
}	

.documentation {
	width: 340px;
	margin-bottom: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 460px;
}

html>body .documentation {
	width: 350px;
}

.documentation p {
	margin: 0 5px 0 0; padding: 0;
}

.info-box, .accreditation {
	margin: 0 0 10px;
	font-size: .9em;
}

.accreditation {
	border: 1px solid #95a792;
	padding: 5px;
}

.accreditation p {
	color: #8b8b8b;
}

.info-box h3 {
	font-weight: bold;
	color: #0355a0;
}

#right .info-box h3, #right .info-box h2 {
	font-size: .75em;
	color: #b35629;
}

#right .info-box h2 {
	background: transparent;
	margin: 0; padding: 0;
}

.product-detail .info-box h3 {
	font-size: .75em;
}

.info-box ul {
	margin: 0; padding-left: 20px;
}

.info-box li {
	margin-bottom: 8px;
}

.info-box ul.nobul {
	padding-left: 0;
}

#right .info-box ul.nobul {
	padding-left: 5px;
}

ul.nobul li, #right ul.nobul li {
	list-style-type: none;
}

#right .info-box li {
	list-style-type: disc;
	color: #b35629;
}

.info-box .info-links {
	list-style: url('/images/plx/bul_arr_orange.gif') outside;
}

.info-box .info links li {
	vertical-align: middle;
}

html>body .info-box .info-links {
	margin-left: 10px;
}

.info-box .info-links .dk {
	list-style: url('/images/plx/bul_arr_orange_dk.gif') outside;
}

.no-bg {
	background: transparent;
}

.product-line li {
	list-style: url('/images/plx/bul_arr_orange2.gif') outside;
}

.product-line li ul {
	margin: 10px 0;
}

.product-line li li {
	list-style: url('/images/plx/bul_arr_orange_lt.gif') outside;
}

.normal-sizing { /** Normal Font Sizing modifier (like on Sign-in registration page) **/
	font-size: 1em;
}

.green { /** Green modifier */
	background: #e3f0e1;
}

.green h3, #right .green h3 {
	color: #577252;
}

h3.green {
	color: #477649;
	background: transparent;
}

.orange { /** Orange modifier */
	background: #fdf5ea;
}

.info-box .cutout { /** Cutout boxes inside the info-box */
	background: #fff;
	border: 1px solid #A7A6AA;
	margin: 10px 0;
}

.orange .cutout {
	border-color: #eab780;
}

.orange .cutout h4 {
	color: #bf6c13;
}

/* When splitting the left column into two */
.equal-height {
	padding-bottom: 500px; /* Equal height columns */
	margin-bottom: -490px; /* Equal height columns */
}

.split-col-lt, .split-col-rt {
	width: 245px;
}

html>body .split-col-lt, html>body .split-col-rt {
	width: 248px;
}

.split-col-lt {
	float: left;
}

.split-col-rt {
	margin-left: 268px;
}

.split-col-lt ul, .split-col-rt ul {
	margin: 0 0 25px 0; 
}

.split-col-lt ul ul, .split-col-rt ul ul {
	margin-left: 10px;
}

/* EOF left column split */

.chip-detail {
	font-size: .75em;
	font-weight: bold;
	color: #364961;
}

.noborder, .noborder td {
	border: 0;
}


