@import url("/css/site.css"); /* CSS from previous site */
@import url("/css/styles.css"); /* CSS from previous site */
@import url("/style/nav.css"); /* CSS from previous site */
@import url("/style/font-awesome-4.3.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.woff'), url('/fonts/Lato-Regular.ttf'); 
} 
@font-face {
    font-family: 'LatoItalic';
    src: url('/fonts/Lato-Italic.woff'), url('/fonts/Lato-Italic.ttf'); 
} 
@font-face {
    font-family: 'LatoLite';
    src: url('/fonts/Lato-Light.woff'), url('/fonts/Lato-Light.ttf'); 
} 
@font-face {
    font-family: 'LatoLiteItalic';
    src: url('/fonts/Lato-LightItalic.woff'), url('/fonts/Lato-LightItalic.ttf'); 
} 
@font-face {
    font-family: 'LatoBold';
    src: url('/fonts/Lato-Bold.woff'), url('/fonts/Lato-Bold.ttf'); 
} 
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('/fonts/Lato-BoldItalic.woff'), url('/fonts/Lato-BoldItalic.ttf'); 
}

body {
    background:#fff;
	margin: 0;
	padding: 0;
}

body#homepage {
    background:#F5F5F5;
}

body#homepage .acopianClosed a {
    height: 454px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

body#homepage .acopianClosed.holiday a {
    background-image: url('/images/home-slides/happy-holidays-2016.jpg');
}

body.powersys 
{
	background: url(/images/header_bg.jpg) 0 0 repeat-x;
}

body, td, p, li {
	font-family: 'Lato', Arial, Sans-Serif;
	font-size: 14px;
	color:#303030;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.35em;
}

a {
	/*color: #5E0B5E;*/
	background:none;
}

.btn-default
{
    background:#810381;
    border-radius:6px;
    position:relative;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    margin:1em 0 0;
    display: inline-block;
    padding: 0.4em 1em 0.5em;
    line-height: 1.2em;
    cursor: pointer;
}

a.addItem {
    color: #5E0B5E;
    text-decoration: underline;
    cursor: pointer;
}

a:hover, a.addItem:hover {
	/*color: #8C75B9;*/
	text-decoration: none;
}

a img { border:none; text-decoration:none; }

ul {
	margin-left: 15px;
	padding-left: 15px;
}

strong {
    font-family: 'LatoBold';
}

em {
    font-family: 'LatoItalic';
    font-style: normal;
}

sup {
    line-height: 1.2em;
    font-size: 0.7em;
}

strong em,
em strong {
    font-family: LatoBoldItalic;
    font-style: normal;
}

.floatLt {float:left;}
.floatRt {float:right;}

.caption {
	font-size: 11px;
}

.formDisplay {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.formDisplay li {
    padding-bottom: 0.25em;
}

#pageWrap 
{
    background:#fff;
}
#formFieldExtra {
    display: none !important;
}




#modelnav ul {
	margin-top: 5px;
	margin-bottom: 6px;
}

.detailList a 
{zoom: 1;
	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	/**/
	/* End Inline-Block */
	vertical-align:top;
}

.detailList a.order_btn {
	margin-left: 5px;
}

.tmpRelative { 
/* Style to temporarily make the 
	new icon work and not break the other list page 
	order online buttons with inline positioning until there is time to fix
	position: relative; 
	background: url(/images/new-icon.gif) -70px 0 no-repeat;
*/
    background:url("/images/new-icon.gif") no-repeat scroll 0 0 transparent !important;
    line-height:25px;
    padding-left:70px !important;
}
.tmpRelative .iconNew { display: none; }

ul.detailList {
	padding: 0;
	list-style: none;
	margin-left: 0;
}

ul.detailList li {
	margin-bottom: 4px;	
	padding-left: 15px;
	background: url(/images/bullet-black.gif) left 0.5em no-repeat;
	zoom: 1;
}

ul.detailList li li {
	margin-bottom: 4px;	
	padding-left: 0;
	background: none;
}

ul.detailList li .iconNew{
	left: -66px;
	position: absolute;
	top: -4px;
}

img.shipDaysTight {
	display:block;
	margin-bottom:10px;
	margin-top:-7px;
}

/*div#details a.order_btn {
	display: block;
	position:absolute;
	width:113px;
	height:23px;
	z-index:701;
	top: 65px;
	left: 287px;
}*/

div#details ul.detailList li a.order_btn img{
	margin-top: 0;
	margin-left: 5px;
}

form {
	margin: 0;
}

input, select, textarea {
/*
	border: solid #790379 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 30px;
	color: #5E0B5E;/*#810381;*/
	/* padding-bottom: 10px;
	border-bottom: solid #810381 1px; */
}

h1 strong { font-weight: normal; }

h1 span {
	font-size: 20px;
	color: #2D0929;
}

.productTitle {
	margin-bottom: 0;
}

h2 {
	font-size: 20px;
	color: #2D0929;
}
h3 {
	font-size: 16px;
	color: #666666;
}
h4 {
	font-size: 14px;
	color: #000;
}

.pagetype {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'LatoBold';
	font-size: 22px;
	text-transform: uppercase;
    margin-top: 0.5em;
}

.alt {
	display: none;
}

.clr {
	clear: both;
}

.nobullets {
list-style: none;
margin: 0;
padding: 0;
}

p.promote {
	font-family: 'LatoBold';
	font-size: 15px;
}

.imgLt {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRt, 
.imgrt {
	float: right;
	margin: 0 0 10px 10px;
}

.imgRt img, .imgrt img {
	margin: 0 0 10px 0;
	}

.imgRt p, .imgrt p, .imgLt p, .imglt p{
	color: #806280;
	font-size: 11px;
	text-align: center;
}

.tertiary-nav {
	text-align: center;
	padding: 5px 0;
	border: solid #800080 1px;
	border-width: 1px 0;
	color: #C0ABC0;
	margin: 20px 0 15px 0;
	clear: both;
}

.find .tertiary-nav {
	margin: 15px;
}

.wideProduct .tertiary-nav {
	width: 680px;
}

.tertiary-nav strong {
	color: #000;
}

.tertiary-nav a {
	padding: 0 5px;
}

.instruct {
	color: #009900;
	font-size: 18px;
}

/*------HEADER--------*/

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 185px;
	background: url('/images/bg-header.png') repeat-x 0 0 scroll #fff;
	border-bottom:2px solid #fff;
}

#header .content 
{
    background:none;
    width:960px;
    height:185px;
    margin:0px auto;
    padding:0px;
    border:none;
    position:relative;
}

#header .logo 
{
    position:absolute;
    top:9px;
    z-index: 1000;
}

#header .iso 
{
    position:relative;
    left:50px;
    top:2px;
    color:#000;
    font-family: 'LatoBold';
    text-decoration:none;
    display:block;
    width:150px;
}

#header .tagline 
{
    font-size:20px;
    font-family: 'LatoBold';
    text-transform:uppercase;
    color:#111;
    position:absolute;
    top:22px;
    left:220px;
}

#header .tagline span {
    text-transform: none;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-family: 'LatoBoldItalic';
    word-spacing: 1px;
}
#header .find 
{
    position:absolute;
    bottom:0px;
    left:100px;
    color:#fff;
    padding:3px 0px;
}

#header .find a
{
    color:#fff;
    text-decoration:none;
    font-size:24px;
}

#header .find a span 
{
    font-size:13px;
    font-weight:300;
    letter-spacing:.1em;
}

#header .find a span strong
{
    font-family: 'LatoBold';
}

#header .find > a
{
    padding: 10px;
    display: inline-block;
}

#header .find > a img
{
    border: solid 1px #fff;
    display: inline-block;
}

#header .formcontainer 
{
    position:absolute;
    right: 0;
    bottom:8px;
}

#header .navform 
{
    float:left;
    padding: 0 0 0 10px;
    position:relative;
}

#header .navform input#volt,
#header .navform input.model,
#header .navform input.txtSearch 
{
    border: 1px solid #790379;
    display: block;
    float: left;
    font-family: 'Lato',Arial,Sans-Serif;
    font-size: 13px;
    margin: 0 5px 0 0;
    padding: 8px 35px 9px 7px;
    width: 110px;
    color: #4c4c4c;
}

#header .navform input.goBtn
{
    position: absolute;
    right: 10px;
    top: 5px;
}

/*------- Main Navigation ----------*/

#mainnav 
{
    position:absolute;
    right:0px;
    bottom:53px;
    z-index:999;
}

#mainnav #nav > li {
    position: relative;
}

#mainnav ul ul
{
    background:#222;
    width:200px;
    border-left:1px solid #000;
    border-right:1px solid #000;
}

#mainnav li.flag a
{
    background:url('/images/flag-nav.png') no-repeat 0 center scroll;
    padding-left:35px;
    margin-left:10px;
}

#mainnav li {
    background: url('/images/nav-divider.png') no-repeat right center scroll;
}

#mainnav li.last,
#mainnav li li {
    background: none;
}

#mainnav li a
{
    padding: 10px 9px 10px 6px;
    color:#69696B;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-family: 'LatoBold';
}

#mainnav li:hover
{
    background:#390539;
}

#mainnav li:hover a
{
    color:#fff;
}

#mainnav li.last ul 
{
    right:0px;
}

#mainnav li li,
#mainnav li:hover li
{
    border-top:1px solid #515151;
    border-bottom:1px solid #000;
}

#mainnav li li a,
#mainnav li:hover li a
{
    color:#fff;
    text-transform:none;
    font-weight:normal;
    padding: 10px 6px;
}
    

/*---------Alt Nav----------*/

#alt-nav 
{
    position:absolute;
    right:0px;
    top:10px;
}

#alt-nav li 
{
    display:inline-block;
}

#alt-nav li a 
{
    text-decoration:none;
    font-family: 'LatoBold';
    font-size:11px;
    text-transform:uppercase;
    color:#9E9FA0;
    display:block;
    line-height:15px;
    padding:5px 15px;
}

/*
#alt-nav li.first
{
    background:url('/images/2013-icon-home.png')no-repeat center center scroll;
}

#alt-nav li.first a
{
    width:25px;
    height:15px;
    text-indent:-9999px;
}
*/

#alt-nav li.last
{
    background:url('/images/2013-icon-magGlass.png')no-repeat right center scroll;
}

#alt-nav li.last a
{
    width:28px;
    height:15px;
    text-indent:-9999px;
    padding:5px 0px;
}

/*--------HOMEPAGE--------*/

#homepage .introText
{
    width:100%;
    background:#EBEBEB;
}

#homepage #mainContent {
    position: relative;
}

#homepage #mainContent .introText .content 
{
    padding:20px 0px 10px 0px;
    width:780px;
    margin:0px auto;
    text-align:center;
}

#homepage #mainContent .introText .content h1
{
    font-size:24px;
    font-weight:300;
    line-height:38px;
    color:#2f2f2f;
}

#homepage #mainContent .introText .content h1 strong
{
    font-family: 'LatoBold';
}

#homepage #mainContent .content
{
    padding:20px 0px 0px;
}


#homepage .content .contentBlock 
{
    padding:0px 0px 30px;
}

#homepage .content .contentBlock .image
{
    width:220px;
    float:left;
}

#homepage .content .contentBlock .image img
{
    max-width:201px;
}


#homepage .content .textBox
{
    width:740px;
    float:left;
}

#homepage .content .textBox h2 a
{
    color: #2D0929;
    font-size: 20px;
    text-decoration:none;
}

#homepage .content .textBox .quote
{
    font-family: 'LatoItalic';
}


#homepage .content .textBox .quote span
{
    font-style:normal;
    font-weight:300;    
}

/*--------END HOMEPAGE--------*/

#secured_only {
	text-align: center;
	vertical-align: middle;
}

.content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding:20px 0px 0px 0px;
	/* trying to fix footer pop-up
	z-index: 200;*/
}

.wideProduct {
	padding-right: 60px;
	width:840px;
	padding-left: 58px;
}

.window {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 20px 30px;
	position: inherit;
	border: none;
	background: none;
}

#power-supply-info {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	background: #fff;
}

#power-supply-info h2{
	font-size: 16px;
	margin: 0 0 5px 0;
}

#power-supply-info p{
	color: #333333;
	font-size: 11px;
}

#sidelinks {
	margin: 2px 0 0 0;
	background: #fff;
}

#sidelinks ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: none;
}

#sidelinks li{
	margin: 0 1px 1px 0;
	width: 191px;
	float: left;
	background: #810381;
	height: 140px;
}

#sidelinks li.last 
{
	margin-right: 0;
	width: 192px;
	}

#sidelinks li em img{
	margin: 5px 0;
	}

#sidelinks li strong em {
	color: #ffcc00;
	}

#sidelinks li a {
	width: 186px;
	height: 140px;
	display: block;
}

#sidelinks li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

a#btn-quotes {
	background: url(/images/feature-order-online.jpg) no-repeat;
	width: 186px;
}	

a#btn-custom {
	background: url(/images/feature-power-solutions.jpg) no-repeat;
	width: 195px;
}

a#btn-purchase {
	background: url(/images/feature-purchase-direct.jpg) no-repeat;
	width: 195px;
}

a#btn-empowering {
	background: url(/images/feature-empowering.jpg) no-repeat;
	width: 195px;
}

a#btn-3-day {
	background: url(/images/feature-3-day.jpg) no-repeat;
	width: 185px;
}

h2#promise {
	background: url(/images/head-3-day-promise.gif) no-repeat;
	width: 260px;
	height: 68px;
	margin: 15px 0 5px 0;
}

/*--------- Footer ---------*/
.footer 
{
    padding:50px 0px;
    font-size:11px;
    font-weight:normal;
    color:#333333;
    line-height:1.25em;
}



.footer p,
.footer li 
{
    font-size:11px;
    color:#333333;
    line-height:1.25em;
}

.footer .footer-bar 
{
    background:#380C38;
    height:65px;
    width:100%;
    margin-bottom:20px;
    border-top:2px solid #A885A8;
    border-bottom:2px solid #A885A8;
}

.footer .footer-bar .content
{
    width:960px;
    margin:0px auto;
    padding:0px;
}

.footer .footer-bar .text
{
    color:#fff;
    font-size:14px;
    font-weight:400;
    float:left;
    line-height:16px;
    padding:16px;
}

.footer .footer-bar .footer-nav
{
    float:left;
    margin:14px 0px 0px;
}

.footer .footer-bar .footer-nav li
{
    display:inline-block;
}

.footer .footer-bar .footer-nav li a
{
    font-size:16px;
    padding:10px 9px;
    color:#fff;
    display:block;
}

.footer .footer-bar .text span
{
    font-weight:300;
}

.footer .footer-bar .anniv
{
    padding:3px;
    float:right;
}

.footer .footer-bar .anniv img
{
    width:60px;
}

.footer .footer-bar .bar-USA
{
    padding:9px;
    float:right;
}


.footer .info 
{
    float:left;
}

.footer .info img 
{
    margin:0px 10px 5px 0px;
    float:left;
}

.footer .info ul
{
    margin:0px;
    padding:0px;
    list-style:none;
    font-size:12px;
    color:#333333;
}

.footer .info li 
{
    font-size:12px;
    font-family: 'LatoBold';
}

.footer .social 
{
    float:left;
    padding:0px 0px 50px 0px;
}

.footer .social ul 
{
    margin:0px;
    padding:0px;
    list-style:none;
}

.footer .social li
{
    display:inline-block;
    padding-right:5px;
}

.footer .cc 
{
    float:left;
    padding:10px 20px 10px 72px;
}
/* End Footer */

/* find page */
.findPg
{
    background:url('/images/bg-find.png') repeat-x 0 125px scroll;
}


/* find-list page */
.findPage
{
    background:url('/images/bg-find.png') repeat-x 0 0 scroll;
}

.findPage h1,
.findPg h1
{
    color:#fff;
    font-size:30px;
    letter-spacing: .5px;
    word-spacing: 5px;
    text-align:center;
    font-family: 'LatoBold';
}

.findPage #content
{
    width:752px;
    background:#fff;
    /*float:left;*/
    margin:0px auto;
}
.findPage .ui-widget 
{
    font-family: 'Lato', Arial, Sans-Serif;
}

.findPage .ui-tabs-vertical 
{
    width:100%;
}

.findPage .ui-tabs 
{
    padding:0px;
}
.findPage .ui-tabs-vertical .ui-tabs-nav,
.findPage .ui-tabs .ui-tabs-nav
{
    width:225px;
    padding:0px;
}
.findPage .ui-tabs-vertical .ui-tabs-nav li,
.findPage .ui-tabs .ui-tabs-nav li 
{
    white-space:normal;
    border:none;
    border-bottom:1px solid #c2c2c2;
    margin:0px;
    padding-left:30px;
}

.findPage .ui-tabs .ui-tabs-nav li a
{
    text-transform:uppercase;
    color:#595959;
    text-decoration:none;
    font-size:12px;
    font-family: 'LatoBold';
    padding:18px 10px 10px 25px;
    display:block;    
    width: 160px;
    border:none;
    outline:none;
}
.findPage .ui-corner-all, 
.findPage .ui-corner-bottom, 
.findPage .ui-corner-top, 
.findPage .ui-corner-right, 
.findPage .ui-corner-left, 
.findPage .ui-corner-tr, 
.findPage .ui-corner-tl, 
.findPage .ui-corner-br,
.findPage .ui-corner-bl 
{
    border-radius:0px;
}
.findPage .ui-widget-header 
{
    background:none;
    border:none;
}
.findPage .ui-tabs .ui-tabs-nav li.ui-tabs-active 
{
    margin:0px;
}
.findPage .ui-state-default, 
.findPage .ui-widget-content .ui-state-default, 
.findPage .ui-widget-header .ui-state-default 
{
    background:url('/images/bg-find-sideNav.png') repeat-y right 0 scroll;
}
.findPage .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active 
{
    border:none;
    border-bottom:1px solid #c2c2c2;
    background:url('/images/bg-find-sideNav-active.png')repeat-y 0 0 scroll /*#380C38*/;
    padding-right:0px;
}

.findPage .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a
{
    background:url('/images/arrow-findPage-sideNav.png') no-repeat 0 center scroll;
    /*color:#fff;*/ 
}
.findPage .ui-tabs-vertical .ui-tabs-panel 
{
    width:475px;
    padding:25px
}

.findPage.ui-tabs-vertical .ui-tabs-nav li 
{
    width:auto;
}

.findPage #tabs ul ul {
    position:static !important;
    margin-left:0px;
    padding:5px 10px;
}

.findPage #tabs ul ul li 
{
    padding:2px 0px 2px 11px;
}

.findPage #tabs ul ul li,
.findPage #tabs ul ul li a
{
    text-decoration:none;
    border:none;
    font-size:11px;
    background: url("/images/dd-arrow.png") no-repeat scroll left center;
    color: #595959;
}

/*
.findPage #tabs ul li.ui-tabs-active ul li
{
    color:#fff;
}
*/

.findPage #tabs 
{
    position:relative;
}

.findPage #content,
.findPage #tabs 
{    
    border-radius:4px;
}

.findPage #tabs .contentBlock
{
    padding:25px 0px;
    background:url('/images/divider-findPage-ContentBlock.png')no-repeat 0 bottom scroll;
    position:relative;
}
.findPage #tabs .contentBlock .prodImg 
{
    float:left;
    width:230px;
    padding-right:20px;
    position:relative;
}
.findPage #tabs .contentBlock .prodImg img
{
    max-width:100%;
    vertical-align:middle;
    display:block;
}
.findPage #tabs .contentBlock .prodInfo
{
    width:225px;
    float:left;
}
.findPage #tabs .contentBlock .prodInfo h2
{
    color: #5E0B5E;
    font-size:20px;
    margin-bottom:0px;
}
.findPage #tabs .contentBlock .prodInfo h2 span
{
    font-size:18px;
    text-transform:capitalize;
}

.findPage #tabs .contentBlock .prodImg span.new1
{
    background:#D10223;
    color:#fff;
    padding:0px 3px 1px 3px;
    font-size:17px;
    font-family: 'LatoBold';
    border-radius:10px 2px 10px 2px;
    line-height:23px;
    display:inline-block;
    text-align:center;
    margin:30px 91px 0px;
}

.findPage #tabs .contentBlock .ship
{
    text-transform:uppercase;
    text-align:center;
    margin-top:10px;
    clear:both;
    display:block;
    font-family: 'LatoBold';
}

.findPage #tabs .downloads .contentBlock
{
    float:left;
    width:225px;
    background:none;
}
.findPage #tabs .downloads .contentBlock .prodInfo h2
{
    display:block;
    text-align:center;
    margin-top:5px;
}
.findPage #tabs .downloads .contentBlock .prodInfo h2 a
{
    text-align:center;
}
.findPage #tabs .downloads .contentBlock .prodImg
{
    float:none;
    display:block;
    width:auto;
    padding:0px;
}

.findPage #tabs .downloads .contentBlock .prodImg img
{
    width:auto;
    margin:0px auto;
}
.findPage #tabs .downloads .contentBlock.alpha
{
    margin-right:25px;
}

.findPage #header 
{
    position:relative;
    z-index:999;
}

.findPage #sidebar
{
    width:185px;
    margin:0px 0px 0px 25px;
    float:left;
}

.findPage #sidebar h3 
{
    text-align:center;
    background:#380C38;
    padding:10px 0px;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;    
    border-radius: 4px 4px 0 0;
}

.findPage #sidebar img 
{
    margin:0px auto;
    display:block;
}

.findPage #sidebar ul 
{
    list-style:none;
    padding:0px;
}

.findPage #sidebar li
{
    padding-bottom:13px;
}

.findPage #sidebar li a
{
    color:#595959;
}

.findPage #sidebar .sbBlock
{
    border:1px solid #aaa;
    margin-bottom:25px;
    padding:30px 15px 15px;
    background:url('/images/bg-find-sbBlock.png') repeat-x 0 0 scroll #fff;
    border-radius:4px;
}

.findPage #sidebar .sbBlock a
{
    font-family: 'LatoBold';
    font-size:16px;
    color: #5E0B5E;    
    border-radius: 5px 5px 4px 4px;
}

.findPage #sidebar .sb-products
{
    border:1px solid #aaa;
    margin-bottom:25px;
    background:#fff;
    border-radius:4px;
    padding-bottom:15px;
}

.findPage .buttons 
{
    padding-left:30px;
    width:195px;
    float:left;
    background: url("/images/bg-find-sideNav.png") repeat-y scroll right 0 rgba(0, 0, 0, 0); 
    border-bottom:1px solid #C2C2C2;
}

.findPage .buttons a
{
    padding:18px 10px 10px 25px;
    display:block;
    color: #595959;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'LatoBold';
}

.findPage h2.category 
{    
    font-size: 24px;
    color: #5E0B5E;
    font-family: 'LatoBold';
    margin-top:40px;
}

.findPage .linkOverlay 
{
    position:absolute;
    width:475px;
    height:158px;
    left:0px;
    z-index:1;
}

.findByPhotoInfo h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'LatoBold';
	margin-bottom: 0;
}

.findByPhotoInfo h2 strong {
	white-space: nowrap;
}

.findByPhotoInfo ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

.findByPhotoInfo h2 a {
	text-decoration: none;
}

.findByPhotoInfo h2 a img{
	display: block;
}

.findByPhotoInfo h2 a em{
	text-decoration: underline;
	font-style: normal;
    font-family: Lato;
}

.findByPhotoInfo h2 a em strong {
    font-family: LatoBold;
}

.findByPhotoInfo h2 a:hover em{
	text-decoration: none;
}

div.findlinks .product-bar {
    margin: 0 auto;
}

div.findlinks hr 
{
    margin:20px 0px;
}

div.findlinks h2.ps
{
	background: none;
	text-align: left;
	/* padding: 10px 0 0 12px; */
	font-size: 30px;
	width: 730px;
	font-weight: normal;
}

div.findlinks table {
	margin-left:auto;
	margin-right:auto;
    margin-top: 20px;
	width:100%;
}

div.findlinks table.links {
	font-size: 14px;
	width:100%;
}

div.findlinks table.links td {
    padding: 0px 3px;
}

div.findlinks table.links td:first-child {
    padding-left: 0px;
}
    
div.findlinks table.links td:last-child {
    padding-right: 0px;
}

div.findlinks table p 
{
    margin-bottom:0px;
}

div.findlinks table.links ul {
    margin: 0px 0px 30px 0px;
}

div.findlinks table.links ul li {
	margin-bottom: 7px;
	font-size: 15px;
}

div.findlinks table.links .col1 li {
    line-height: 17px;
}

div.findlinks table.links .col2 li {
    line-height: 16px;
}

div.findlinks table.links .mainlinks ul.nobullets li {
	margin-bottom: 12px;
}
#doAnything {
	background: #fff url(/images/box-sm-beige-mid.gif) repeat-y;
	width:362px;
	margin: 0 20px 20px 0;
}
.sysbuilderAd {
	background: url(/images/bg-findpg-customPowerSystems.png) no-repeat 0 0 scroll;
	width:359px;
	height:444px;
	float:left;
	text-align:center;
	padding-top:15px;
	position:relative;
}
.sysbuilderAd a
{
    position:absolute;
    width:359px;
	height:459px;
	top:0px;
	left:0px;
}
.sysbuilderAd h3 {
	color: #ffce00;
	font-size:24px;
}
.sysbuilderAd h4 {
	color: #fff;
	font-size:24px;
	background: url('/images/bg-black-transparent.png') repeat 0 0 scroll;
	width:240px;
	line-height:36px;
	margin:0px auto;
}
.sysbuilderAd p 
{
    color:#fff;  
    font-size:16px;    
    line-height: 20px;
    margin-bottom: 11px; 
}

.ad {
	width:332px;
	padding: 0 15px;
	text-align: center;
}
.ad h2{
	margin: 0;
}

.findlinks  
{
    text-align: left; 
    margin: 0 0 40px 0; 
    /*background: url(/images/find-page-supplies-systems.gif) 460px 40px no-repeat; */
}

.findlinks li, 
.findlinks a,
#otherproducts
{
    color:#fff;
}

#otherproducts strong {
	display: block;
	text-align: center;
	margin: 0;
}

#find-supplies {
    border: solid #810381 1px; 
    padding: 5px 8px 8px; 
    background: #c2c1c1;
    font-family: 'LatoBold';
    width: 230px;
    margin: 0 auto;
    height: 325px;
}

#find-supplies p {
    margin-bottom: 1.5em;
}

#find-supplies span {
    padding-bottom: 3px;
    display: block;
    clear: both;
    font-size: 15px;
}

#find-supplies a {
    color: #303030;
    font-family: 'LatoBold';
}

.links .findPage-animation {
    margin: 0 auto;
    display: block;
}

#find-supplies a.subLink {
    font-size: 12px;
}

#find-supplies form .inputs {
    position: relative;
    display: block;
}

#find-supplies #voltForm {
    margin-bottom: 20px;
}

#find-supplies form input#voltFindPage,
#find-supplies form input#modelFindPage{
	border: 3px solid #790379;
    color: #4C4C4C;
    display: block;
    float: left;
    font-family: 'Lato',Arial,Sans-Serif;
    font-size: 13px;
    margin: 0 5px 0 0;
    padding: 9px 35px 9px 7px;
    width: 180px;
}
#find-supplies form input#go2 {
    position: absolute;
    right: 9px;
    top: 7px;
}

.findPg .content {
    padding: 20px 10px;
}

.findPg .downloads
{ 
    margin:0px auto 20px;
    width:799px;
}

.findPg .downloads h2,
.findPg .downloads h2 a
{    
	color:#2d093f;    
	font-size: 24px;
	text-align:center;
    margin-bottom:10px;
}

.findPg .downloads h2.downloadsH2 {
    margin-right: 65px;
    display: inline-block;
    width: 372px;
}

.findPg .downloads h2.customH2 {
    width: 359px;
    display: inline-block;
}

.findPg .downloads .blocks 
{   
    width:440px;
    float:left;    
}

.findPg .downloads .blocks .block
{
    float:left;
    margin-right:68px;
    margin-bottom:20px;
    width:152px;
    text-align:center;
}

.findPg .downloads .blocks .block a
{
    font-size:14px;
    font-family: 'LatoBold';
}

.findPg .downloads .blocks .block img
{
    margin:0px auto 10px;
}

.findPg #imgRotatorFindPage {
    position: relative;
    height: 105px;
    padding: 10px;
}

.findPg #imgRotatorFindPage img {
    position: absolute;
}

.findPg #imgRotatorFindPage a.overlay {
    position: absolute;
    width: 210px;
    height: 105px;
}

/* end find page */

/* Dropdowns */

.dd 
{
    background: #222;
	color: #fff;
	padding: 8px;    
	position: relative;
}

.dd .col {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.dd .col2 {
	width: 180px;
}

.buildps p, .dd .col, .dd h5, .dd .twocolspan { /* Line items up with header images */
	padding-left: 5px;
}

.findps {
	width: 600px;
	font-size: 11px;
	position: absolute;
	bottom: 0;
}

.voltnav {
	width: 360px;
	font-size: 11px;
}

.voltnav ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.findps ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.findps li{
	font-size: 1.1em;
	padding-bottom: 3px;
	background: url(/images/dd-arrow.png) no-repeat 0 3px;
	padding-left: 10px;
}

.voltnav li{
	font-size: 0.93em;
	padding-bottom: 3px;
	background: url(/images/dd-arrow.png) no-repeat top left;
	padding-left: 10px;
}

.findps p {
	padding-left: 10px;
	font-size: 10px;
}
.findps li{
	color: #fff;
}

.findps a{
	color: #fff;
	font-family: 'LatoBold';
	display: block;
}

.voltnav a{
	color: #fff;
	font-family: 'LatoBold';
	display: block;
}

.findps a:hover{
	color: #ffcc00;
	text-decoration: none;
}

.findps h3{
	margin: 0;
	padding:5px 5px 5px 0px;
	font-family: 'Lato', Arial, Sans-Serif;
	font-size:16px;
	font-family: 'LatoBold';
	color:#FFCC00;
}

.voltnav h3{
	margin: 0;
	background: url(/images/dd-voltages.png) no-repeat;
	height: 21px;
}

#findcontainer {
	position: absolute;
	top: 133px;
	width: 600px;
	overflow: hidden;
	z-index:999;
}

#buildcontainer {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 330px;
	/*height: 213px; */
	overflow: hidden;
}

#psContainer {
	position: absolute;
	top: 28px;
	left: 377px;
	/*height: 272px; */
	width: 300px;
	overflow: hidden;
}

#techtalk {
	position: absolute;
	top: 31px;
	left: 170px;
	width: 190px;
	/*height: 213px; */
	overflow: hidden;
}

#newsMenu {
	position: absolute;
	top: 31px;
	left: 0px;
	width: 190px;
	/*height: 213px; */
	overflow: hidden;
}

#contactMenu {
	position: absolute;
	top: 31px;
	width: 110px;
	/*height: 213px; */
	overflow: hidden;
}

.voltnav {
	width: 825px;
	font-size: 11px;
}

#voltagecontainer, #popDownContainer {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 720px;
	overflow: hidden;
}

#voltagecontainer .dd .col, #popDownContainer .dd .col {
	float: left;
	width: 170px;
	margin-right: 0px;
}

.buildps {
	width: 305px;
	z-index:999;
	position: absolute;
	bottom: 0;
}

.buildps p 
{
    color:#fff;
}

.buildps img{
	float: right;
	padding-left:8px;
}

.buildps h3{
	margin: 0;
	padding:10px 10px 10px 0px;
	font-family: 'Lato', Arial, Sans-Serif;
	font-size:24px;
	font-family: 'LatoBold';
	color:#ffcc00;
}

.buildps h5 {
	margin: 0 3px 15px 0;
	font-size: 14px;
	font-family: 'LatoBold';
	font-family: 'Lato', Arial, Sans-Serif;
	color: #fff;
	width: 175px;
}

.buildps form {
	width: 160px;
	margin-left: 5px;
}

.buildps form strong{
	color: #fff;
	font-family: 'LatoBold';
	margin-right: 3px;
}

.buildps input {
	font-size: 10px;
	width: 95px;
	padding:5px 5px 6px;
}

.buildps input#go3 {
	width: auto;
	margin-left: 5px;
}
#psMenu {
	position: absolute;
	bottom: 0;
}

/* End Dropdowns */


/* Power System Builder page */

#ddOutputsNeeded {
}

#lblError{
	color: #FF0000;
	font-size: 12px;
}

#sysBuild #pnlSysForm {
    background: url('/images/sysBuilder-bg.png') repeat-x 0 0 scroll;
    /*margin-top: 35px;*/
}

#sysBuild td strong a {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sysBuild td strong a.btn-default {
	font-size: 14px;
}
#sysBuild .topBottomLines input {
	width: 50px;
}

#sysBuild .formStart 
{
    height:55px;
    padding:6px 10px 0px;
    font-size:16px;
    font-family: 'LatoBold';
    float:left;
}

#sysBuild .formStart p
{
    color:#fff;
    font-size:18px;
    font-weight:normal;
    padding-left: 25px;
    background: url('/images/formStart-p-bg.png') no-repeat 0 0 scroll;
}

#sysBuild .outputDropdwn 
{
    width:232px;
    margin:13px 0px 0px 25px;
}

#sysBuild .outputDropdwn select {
    padding: 5px;
    font-size: 14px;
    font-family: 'LatoBold';
    width:232px;
}

#sysBuild .outputDropdwn select option{
    font-weight: normal;
}

#sysBuild .buildOutputs 
{
    width:144px;
    height:91px;
    background:url('/images/bg-buildOutputs.jpg') no-repeat 0 0 scroll;
    float:left;
    margin:-2px 0px 0px 8px;
    position:relative;
}

#sysBuild .buildOutputs .num input#txtOutputs 
{
    display:none;
}

#sysBuild .buildOutputs .num
{
    width:92px;
    margin-left:6px;
    text-align:center;
    padding-top:11px;
    float:left;
}

#sysBuild .buildOutputs .num p
{
    font-size:60px;
    font-family: 'LatoBold';
}

#sysBuild .buildOutputs .incUp
{
    width:30px;
    height:26px;
    background:url('/images/incUp.jpg') no-repeat 0 0 scroll;
    position:absolute;
    left:98px;
    top:15px;
    cursor:pointer;
}

#sysBuild .buildOutputs .incDn
{
    width:30px;
    height:26px;
    background:url('/images/incDn.jpg') no-repeat 0 0 scroll;
    position:absolute;
    left:98px;
    top:50px;
    cursor:pointer;
}

#sysBuild .btnGo
{
    background:url('/images/btnGo.jpg') no-repeat 0 0 scroll;
    width:109px;
    height:91px;
    float:left;
    margin:-2px 0px 0px 8px;
    cursor:pointer;
}
    

/* End Power System Builder page */

/* Voltage Pages */

#voltagelist ul{
	margin-left: 15px;
	padding-left: 15px;
	float: left;
	width: 195px;
}

#voltagelist li{
	font-size: 12px;
	margin-bottom: 2px;
}

.psmLink a { font-family: 'LatoBold'; float: left; }

.psmLink .mainScr  
{
    font-weight: normal; 
	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* End Inline-Block */
	float: right;
    clear: right;
    padding-left: 10px;
}

.psmLink .mainScr img {
	margin-top: 2px;
}

.psmLink .productInfo
{
    font-weight: normal; 
	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* End Inline-Block */
	float: right; 
    padding-left: 10px;
}

.psmLink { background: #e0d2df; padding: 2px; /*white-space: nowrap;*/ width: 23%;}

.dcInput .psmLink { background: #d1becf;}

/* End Voltage Pages */

/* Cart pages */

input#shippingComments, input#confirmComments {
	width: 600px;
}

/* End Cart pages */

.testimonial {
	border-bottom: solid #999 1px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

td > .testimonial:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.testimonial h2 {
	color:#800080;
	font-size: 18px;
}

.testimonial h2 em{
	display: block;
	margin: 0;
	font-size: 16px;
	font-style: normal;
}


.pdfdownload {
	text-align: center;
	margin: 20px 0 15px 0;
	padding-top: 15px;
	border-top: solid #999 1px;
}

ul#generalinfo {
	margin-bottom: 5px;
}

img.orderonline {
	margin-bottom: 5px;
}

#orderonlinelinks {
	background: url(/images/box-sm-bkgd.gif) repeat-y top left;
	width: 300px;
	padding: 0;
	margin: 0 15px 10px 0;
}

#orderonlinelinks.wide {
	background: url(/images/box-med-bkgd.gif) repeat-y top left;
	width: 390px;
	padding: 0 0 15px 0;
	margin: 0 15px 10px 0;
}

#orderonlinelinks h4 {
	margin: 0 0 3px 0px;
	font-size: 13px;
	float:left;
}

#orderonlinelinks .oolinks{
	margin: 0 15px;
	width: 270px;
}
#orderonlinelinks.wide .oolinks{
	margin: 0 15px;
	width: 360px;
}

#orderonlinelinks .orderonline{
	margin: 10px 0 5px -7px;
}

#orderonlinelinks .oolinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#orderonlinelinks ul.oolinks{
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

#quickorder {
		margin: 0 auto;
	}
#quickorder td{
	width: 50%;
	padding: 20px;
	font-size: 18px;
	color: #800080;
	text-align: center;
}
.separator {
	border-right: solid #800080 1px;
}

em.new {
	color: #ff0000;
	font-style: normal;
	font-family: 'LatoBold';
}

.futureitems {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid #ccc 1px;
}

.shippingnote {
	color: #009900;
}




#results {
	width: 85%;
	margin: 10px 0;
}
#results td {
	padding: 5px;
}
#results thead th {
	color: #009900;
	font-weight: normal;
	text-align: left;
	padding: 5px 5px 5px 0;
}
#results tbody th {
	font-family: 'LatoBold';
	text-align: left;
	padding: 5px;
}
.altrow {
	background: #CCCCCC;
}



#btmLinks {

}
#btmLinks .item { float: left; position: relative; z-index: 0; background-color: #5E0B5E; height: 90px; border-left: solid 1px #AF41AF; 
}
#btmLinks .first { border-left: none;
}

#customPower .btnLink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}

#customPower .btnLink img {
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6 PNGfix */
}

#customPower .btnLink
{
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-custom.png') !important; /* IE6 PNGfix */
	width: 158px;
	height: 90px;
}
#btmLinks #customSupplies {
	position: absolute;
	top: 0;
	left: 0;
	width: 239px;
	height: 90px;
	overflow: hidden;
}

#btmLinks .slide{
	position: absolute;
	top: 0;
	left: 0;
}
#btmLinks #customSupplies .slide {
	width: 239px;
	height: 90px;
	overflow: hidden;
}

#empoweringLogos {
	right: 10px;
	top: 16px;
	left: auto;
	width: 93px;
	position: absolute;
	height: 40px;
}

#creditCards {
	right: 5px;
	top: 9px;
	left: auto;
	width: 75px;
	position: absolute;
	text-align: center;
}

#creditCards img {
	display: block;	
	margin: 0 auto 2px auto;
}

#instantQuotes .noteTxt {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	left:100px;
    position:absolute;
    top:65px;
}

#creditCards .slide {
	left: 18px;
}

.customReliable {
	position: absolute;
	top: 12px;
	right: 0;
}

#customSlides {
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 90px;
}

#customSlides .slide{
	position: absolute;
	top: 5px;
	right: 16px;
	width: 105px;
	height: 90px;
}

#instantQuotes { 
	width: 230px;
	padding-left: 10px; 
	overflow: hidden;
}

#purchaseDirect {
	width: 239px;
	overflow: hidden;
}

#customPower {
	width: 239px;
	overflow: hidden;
}

#empowering {
	width: 239px;
	overflow: hidden;
}

/*Email Cart Page
--------------------------------------------*/

body#email_cart_page {
	background: #fff url("/images/header_bg.jpg") 0 0 repeat-x;
}

#email_cart_page #mainContainer
{
	width:465px;
	margin:10px auto;
}

#email_cart_page h1 {margin-left:17px;}

#email_cart_page textarea
{
	margin-left:2px;
}

.email_cart_required {color:#DA3838;}

#email_cart_page #businfo p
{
	margin-top:7px;
	padding-top: 2px;
}

/* Box Default CSS
================================================*/

.box {
    margin:0.5em 0;
	width: 100%;
}
	/* Top corners and border */
.boxTop {
	height:16px;
	margin:0 0 0 16px;
	background:url(/images/box.gif) no-repeat 100% 0;
}
.boxTop div {
	position:relative;
	left:-16px;
	width:16px;
	height:16px;
	background:url(/images/box.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.boxBtm {
	height:16px;
	margin:0 0 0 16px;
	background:url(/images/box.gif) no-repeat 100% 100%;
}
.boxBtm div {
	position:relative;
	left:-16px;
	width:16px;
	height:16px;
	background:url(/images/box.gif) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.boxWrap {
	padding:0 0 0 11px;
	background:url(/images/borders.gif) repeat-y 0 0;
}
	/* Right border */
.boxContent {
	padding:0 11px 0 0;
	background:url(/images/borders.gif) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.boxBody {
	display:block;
	margin:0;
	background:#fff;
	padding: 3px 5px;
	position:relative;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.boxBody:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.boxBody {display:inline-block;}
.boxBody {display:block;}
/*================================================
Box Default CSS ends here */

#needQuote
{
	width: 420px;
	margin-top: 0;
	margin-right: 10px;
	text-align: left;
}

#needQuote .boxBody
{
	font-size: 11px;
}


#needQuote strong {
	white-space: nowrap;
}

#needQuote h3
{
	font-size: 16px;
	font-family: 'LatoBold';
	color: #000;
	margin: 0;
	letter-spacing: -1px;
}

#needQuote a {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

#needQuote .boxTop {
	background-image: url(/images/box-purple.gif);
}
#needQuote .boxTop div {
	background-image: url(/images/box-purple.gif);
}

	/* Bottom corners and border */
#needQuote .boxBtm {
	background-image: url(/images/box-purple.gif);
}
#needQuote .boxBtm div {
	background-image: url(/images/box-purple.gif);
}

	/* Left border */
#needQuote .boxWrap {
	background-image: url(/images/borders-purple.gif);
}
	/* Right border */
#needQuote .boxContent {
	background-image: url(/images/borders-purple.gif);
}


#needQuote .boxBody {
	background-color: #ead4e5;
}

#totalCheckout
{
	width: 220px;
	margin: 0;
	text-align: left;
}

#totalCheckout td
{
	font-size: 18px;
	font-family: 'LatoBold';
}

#totalCheckout h3
{
	font-size: 18px;
	font-family: 'LatoBold';
	color: #333333;
	margin: 0;
}

#totalCheckout .btnCheckOut
{
	margin: 10px 0 8px 0;
}

a.icon { 
    display: block;
    float: right;
    padding: 0 33px 4px 0;
    background: url(/images/icon-email.gif) right 3px no-repeat;
    line-height: 2em;
    margin: -2px 0 0 10px;
	white-space: nowrap;
}

a.icon.email {
    background-image: url(/images/icon-email.gif);
	background-position: right 0;
}


a.icon.print {
    background-image: url(/images/icon-print.gif);
	background-position: right 0;
}

.techTalkPage h1
{
	color: #800080;
	font-size: 24px;
	font-weight: normal;
    clear: both;
}

.techTalkPage h2 {
	color: #000;
	font-size: 24px;
	font-family: 'LatoBold';
    display: inline-block;
}

.techTalkPage h2 em 
{
	color: #800080;
}

#negativeVoltages .threeCol .col{
	width:33.2%;
	float:left;
}

#negativeVoltages .threeCol .col ul{
	margin: 0;
}

#negativeVoltages .threeCol .col li a{
	font-size:10px;
	text-decoration:none;
}

#negativeVoltages .threeCol .col li a strong{
	color: #000;
	font-weight: normal;
}

.scrollableList {
	height: 250px;
	overflow:auto;
	width: 700px;
	position: relative;
}

.applications {
	position: relative;
}

.applications a {
	display: block;
	width: 100%;
	text-align: center;
}

.applications .pointer {
	position: absolute;
	background: url(/images/arrow-popup.gif) right 0 no-repeat;
	width: 13px;
	height: 21px;
	top: 1px;
	right: 120px;
}

.appList {
	position: absolute;
	right: 133px;
	background: #fff;
	border: solid 3px #810381;
	padding: 10px;
	top: -1px;
	width: 300px;
}

.applications div {
	display: none;
}

.applications.hover div {
	display: block !important;
}

.appList h3 {
	white-space: nowrap;
	margin: 0 0 5px 0;
}

.appList ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

.applications .appList a {
	display: inline;
	width: auto;
	text-align: inherit;
}

.optionPricingList td
{
	padding: 2px;
	font-size: 12px;
}

.important 
{
	color: #cc0000;
	font-family: 'LatoBold';
}

.important strong 
{
	color: #cc0000;
	font-family: 'LatoBold';
	font-size: 13px;
}

.optionPricingList td.leadDecimal 
{
	border-bottom: dotted 1px #000;
	width: 50px;
	padding-bottom: 0;
}
.optionNote 
{
	border: solid 1px #cc0000;
}

tr.infinityPrice {
	display: none;
	display: table-row;
}

#errorInfo {
    padding: 1em;
}

#errorInfo, #errorInfo p {
    color: #cc0000;
}
.invalidField 
{
	border: solid 1px #cc0000;
}

#powerSupplySlider { float:right; position:relative; /*  z-index: 800; */ }

#footerIcons { float: left; width: 470px; }
#footerIcons td { vertical-align: middle; }

#blogBtn { 
}

#facebookLogo { 
}

/*
---------- Career Pages --------------
*/

table.careerInfo {
	margin: 0 0 20px 0;
}

table.careerInfo th, table.careerInfo td {
	padding: 2px 10px;
}

/*
---------- Glossary Pages --------------
*/

/*.glossaryPage .linkList ul {
	display: inline-block;
	*display: inline;
	zoom: 1; 
	width: 300px;
 }*/
 
.glossaryPage .linkList {	/* Start Inline-Block
	display: inline-block;
	*display: inline;
	zoom: 1; 
	width: 370px;
	 End Inline-Block */
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid 1px #ccc;
 }
 
.glossaryPage .linkList li {  }

.glossaryHome #glossaryList .col { width: 162px; float: left; margin: 0 8px 0 0;}
.glossaryHome #glossaryList .col ul { margin: 0 0 0 10px; padding-left: 10px;}

.glossaryHome #glossaryList { margin: 15px 0 20px 0; }

.glossaryList h3{
	margin: 0;
	background: url(/images/head-glossary.gif) no-repeat;
	height: 21px;
}

/* Power Supply Voltage pop-up */

.powerSupplySliderNav {
	width: 852px;
	font-size: 11px;
}
#powerSupplySystemSliderContent {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 0px;
}
#powerSupplySystemSliderContent .dd {
	background: #380C38;
	color: #949494;
	padding: 8px;    
	position: relative;
    right: -288px;
}
#powerSupplySystemSliderContent .dd .col {
	float: left;
	width: 208px;
	margin-right: 0px;
}
.voltagefeaturedLinks {
	color: #ffd363 !important;
}

.legacyProduct
{
    width: 315px;
    float: right;
}

.legacyProduct h2
{
    background: url(/images/arrow-purple-lg.gif) 0 5px no-repeat;
}

.legacyProduct h2,
.legacyProduct h3,
.legacyProduct a
{
    padding-left: 15px;  
    margin: 0 0 0.25em 0;  
}

.legacyProduct h2 { font-family: 'LatoBold'; }
.legacyProduct h3 { font-family: 'LatoBold'; font-size: 12px; color: #000; margin-bottom: 10px; }

.legacyProduct a:hover
{
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/*********************************************\

Product Store Pages

\*********************************************/

input#continueBtn,
input#addToCart
{
    padding-left:10px;
}

.productSpecs 
{
    width:100%;
}

.productSpecs td, .productSpecs th
{
	padding: 2px 12px;
}

.linkOrder 
{
	/* Start Inline-Block */
	display: inline-block;
	*display: inline;
	/* End Inline-Block */
}

/* Voltage Search results box on main screens */

.voltMsgBox 
{
    position: absolute;
    top: 0;
    right: 40px;
    width: 241px;
    height: 60px;
    padding: 12px 15px 15px 15px;
    background: url('/images/bg-slidedown.png') 0 0 no-repeat;
}

.voltMsgBox h3 { margin: 0 0 5px 0; color: #f9bb42; font-family: 'LatoBold'; font-size: 18px;}
.voltMsgBox h4 { margin: 0; color: #fff; font-family: 'LatoBold'; font-size: 16px; padding-top: 4px;}
.voltMsgBox a { display: block; float: right; }

/* Empowering the World */
.empower .listing { background: url(/images/empower/rule.gif) 0 bottom no-repeat; padding-bottom: 15px; margin-bottom: 20px; }
.empower .listing .logo { width: 235px; text-align: center; margin-bottom: 10px; }
.empower .listing .logoLg { margin-bottom: 10px; }
.empower .listing .detail { float: left; width: 350px; }
.empower .listing .detail h2 { font-size: 18px; }

.productTable{width:560px;}
.redundantProducts{width:880px;}
.redundantProducts .product{float:left; margin:0 32px;}
.redundantProducts {
    visibility: hidden;
    width: 960px;
    margin: 0 0 30px;
}
.redundantProducts .product {
    float: left;
    margin: 20px 5px 0;
    width: 150px;
}

.redundantProducts .product h3 {
    text-align: center;
    margin-bottom: 0;
}

.redundantProducts .product h3 a {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}

.redundantProducts .product ul {
    margin: 0 0 20px;
}

.redundantProducts .product li {
    font-size: 12px;
    padding: 3px 0 0;
}

.redundantProducts img {
    display: block;
    margin: 0 auto;
}

.redundantProducts .redunImg img {
    width: 100%;
}


.redun-nplus1 > .content .col {
    margin-bottom: 25px;
    margin-top: 25px;
}
.redun-nplus1 > .content .col1 {
    width: 345px;
    float: left;
}
.redun-nplus1 > .content .col2 {
    width: 345px;
    float: left;
}
.redun-nplus1 > .content .col3 {
    width: 270px;
    float: left;
}
.redun-nplus1 .btn-customBuilder a {
    padding-right: 8px;
    background: url('/images/btn-purple-end.png') no-repeat top right scroll;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: "LatoBold";
    font-size: 16px;
    height: 29px;
    margin: 5px 0 0;
    position: relative;

}
.redun-nplus1 .btn-customBuilder a span {
    color: #fff;
    font-family: "LatoBold";
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    padding-left: 8px;
    background: url('/images/btn-purple.png') no-repeat 0 0 scroll;
    display: block;
    white-space: nowrap;
}

.orderOnline {background:#EDECD8; position:relative; margin-bottom:5px; float:left;}
.orderOnline .topCorners{ position:absolute; top:0; left:0; height:11px; width:390px; background:url('/images/box-med-top.gif') no-repeat; padding-bottom:5px;}
.orderOnline .bottomCorners{ position:absolute; bottom:0; left:0; height:17px; width:390px; background:url('/images/box-med-btm.gif') no-repeat;}
.orderOnline .col {padding-bottom:5px;}

.col { float: left; }
.twoCol .col, .col .twoCol .col { width: 50%; _width: 49.9%; }
.fiveCol .col { width: 20%; _width: 19.9%; box-sizing: border-box; }
.sevenCol .col { width: 14.285%; _width: 14.185%; box-sizing: border-box; }

.col img {
    max-width: 100%;
}

.litContent div{float:left; margin-right:35px;}

.auxOutput td{ text-align: center;}

.optionsContent
{
    width:700px;
}
.content.popup{ width: auto;}

.dualisoGoldbox .roundedCorners{ width: auto;}
.roundedCorners{ border: 12px solid #ecebd7;border-radius: 15px;padding: 15px 0 15px 20px;width: 270px;float: left;margin: 0 0 15px 0;}
.roundedCorners span, .customPowerBlock span{ font-size: 20px;font-family: 'LatoBold';display: block;margin-bottom: 10px; }
.roundedCorners img{ margin-right: 35px;border: 0;}

.mainSrceenImg{ float: left;margin-left: 100px;}
.roundedCorners .threeCol .col{ margin-right: 10px;}
.roundedCorners ul { list-style: none;margin: 0; padding: 0;}
.tmpRelative .description { float: left; line-height: 18px; padding-bottom: 5px; }
.tmpRelative .btn { float: left; }

.customPowerBlock{ border: 12px solid #ecebd7;border-radius: 15px;padding: 10px 0 0 20px;width: 60%;float: right;margin: 0 0 15px 0;}
.customPowerBlock span{margin: 0;}

.dvNoResults,
.dvSpecials {
    margin-top: 1em;
    width: 705px;
    background: #D6C0D6;
    padding: 15px;
}
.tblResults h2,
.dvSpecials h2 {
    border: solid 3px #810381;
    padding: 2px 2px 2px 10px;
    color: #810381;
    font-size: 1.2em;
    font-weight: bold;
}
.tblResults {
    margin-top: 1em;
    text-align: left;
}

/*
---------Custom Power Supplies Image Page-----------------
*/

#psys-images img
{
    max-width:215px;
    max-height:200px;
}

#psys-images div
{
    margin-bottom:15px;
    position:relative;
}

#customPowerSystems .qtip-default
{
    box-shadow: 8px 8px 12px rgba(0, 0, 0, .75); /*#333333;*/
    background:#fff;
    border-radius:2px;
    border:2px solid #000;
    position:absolute;
}

#customPowerSystems .qtip-default ul li
{
    line-height:20px;
    color:#000;
    font-size:12px;
}

#customPowerSystems #qtip-0
{
    
    margin-left: -20px;
    margin-top: 20px;
}

#customPowerSystems #qtip-1
{
    
    margin-left: -20px;
    margin-top: 20px;
}

#customPowerSystems #qtip-2
{
    
    margin-left: -30px;
    margin-top: 20px;
}

#customPowerSystems #qtip-3
{
    
    margin-left: 20px;
    margin-top: 40px;
}

#customPowerSystems #qtip-4
{
    
    margin-left: -20px;
    margin-top: 35px;
}

#customPowerSystems #qtip-5
{
    
    margin-left: -20px;
    margin-top: 30px;
}

#customPowerSystems #qtip-6
{
    
    margin-left: -20px;
    margin-top: 40px;
}

#customPowerSystems #qtip-7
{
    
    margin-left: 130px;
    margin-top: 40px;
}

#customPowerSystems #qtip-8
{
    
    margin-left: -40px;
    margin-top: 40px;
}

#customPowerSystems #qtip-9
{
    
    margin-left: -35px;
    margin-top: 40px;
}

#customPowerSystems #qtip-10
{
    
    margin-left: 25px;
    margin-top: 20px;
}

#customPowerSystems #qtip-11
{
    
    margin-left: -20px;
    margin-top: 20px;
}

#customPowerSystems #qtip-12
{
    
    margin-left: -60px;
    margin-top: 30px;
}

#customPowerSystems #qtip-13
{
    
    margin-left: -20px;
    margin-top: 30px;
}

#customPowerSystems #qtip-14
{
    
    margin-left: 20px;
    margin-top: 20px;
}

#customPowerSystems #qtip-15
{
    
    margin-left: -50px;
    margin-top: 40px;
}

#customPowerSystems #qtip-16
{
    
    margin-left: -55px;
    margin-top: 15px;
}


/*
------------Custom Power Supplies Landing Page-------------
*/

#custompowersupplies #mainContent h2, #stories h2, #storyDetails h2
{
    color: #5E0B5E;
    font-size: 22px;
}

#custompowersupplies #mainContent h3, #stories h3, #storyDetails h3
{
    color: #000000;
}

#custompowersupplies #mainContent h4, #stories h4,  #storyDetails h4
{
    color: #000000;
    font-weight:normal;
    font-size:16px;
}

#custompowersupplies #mainContent .content
{
    width:922px;
    padding: 20px 0px 20px 38px;
}


#custompowersupplies .specBox
{
	padding:13px;
	color:#ffffff;
	width:117px;
	height:139px;
}


#custompowersupplies .specBox li
{  
	color:#ffffff;
}

#custompowersupplies .specBox a
{
    color:#ffffff;
    text-decoration:none;
}

#custompowersupplies .specBox a:hover
{
    text-decoration:underline;
}
    

#custompowersupplies .specBox ul
{
    margin:0px;
}

#custompowersupplies .specBox li 
{
    padding-bottom:2px;
    font-size:13px;
}

#custompowersupplies .carousel-rt-sidebar .specBox 
{
    float:left;
}

#custompowersupplies .carousel-btm-bar .specBox 
{   
    float: left;
    margin-right: 9px;
}


#custompowersupplies .carousel-btm-bar .last 
{
    margin-right:0px;
}

#custompowersupplies #pnlSysForm {
    background: #380C38;
    width: 751px;
    border-radius: 20px;
    margin-bottom: 1em;
    float: left;
}

#custompowersupplies #pnlSysForm table {
    float: left;
}

#custompowersupplies .sectionLinks {
    float: right;
    padding: 0;
    width: 162px;
}

#custompowersupplies .sectionLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 17px;
}
#custompowersupplies .sectionLinks li {
    background: #380C38;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

#custompowersupplies .sectionLinks a {
    padding: 2px 7px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
/*#custompowersupplies .sectionLinks a:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 0.5em;
}*/

#custompowersupplies .sectionLinks a:hover {
    color: #ffcc33;
}

#custompowersupplies .outputDropdwn {
    margin-left: 1em;
    width: auto;
}

#custompowersupplies .outputDropdwn select {
    width: auto;
}
 
    
.carousel-rt-sidebar
{
    margin-right: 17px;
    margin-top: -352px;
    position: absolute;
    right: 0;
    width: 143px;
}

.carousel-rt-sidebar img
{
    float:left;
    margin-bottom:21px;
}

.carousel-btm-bar
{
    height:143px;
    margin-top:15px;
    width:751px;
}

.carousel-btm-bar img
{
    float:left;
    margin-right:9px;
}

/*
------------Custom Power Supplies Stories Page-------------
*/

.story-block
{
    border-bottom:3px solid #810381;
    min-height:220px;
    margin-bottom:20px;
    position:relative;
}

.content #stories 
{
    padding-right:20px;
    width:900px;
}

#stories .last
{
    border-bottom:none;
    margin-bottom:0px;
}

#stories .story-block p
{
    color:#737272;
    font-size:15px;
    letter-spacing:.2px;    
}

#stories .stories-sidebar 
{
    float:right;
    width:240px;
    margin-left:20px;
    position:relative;
}

#stories .stories-sidebar a 
{
    text-decoration:none;
}

#stories .stories-sidebar h3
{
    position:absolute;
    text-align:center;
    width:240px;
    top:15px;
    left:0px;
    color:#ffffff;
}
    
#stories .stories-sidebar h3 img
{
    margin-top:11px;
}

 #storyDetails .story-block p
 {
    color:#000000;
    font-size:15px;
 }

.storyImg
{
    float:left;
    position:absolute;
    top:0;
    left:0;
}

.story-content
{
	float:left;
	padding-left:220px;
	width:400px;
}

.story-content .btn-customBuilder 
{
    background:url('/custom-power-supplies/images/customCTAbutton.jpg') no-repeat 0 0 scroll;
    position:relative;
    width:300px;
    height:32px;
    color: #5E0B5E;
    font-size: 16px;
    font-family: 'LatoBold';
    margin:25px 0px 0px
}

.story-content .btn-customBuilder a
{
    padding:6px 18px;
    text-decoration:none;
    display:block;
    color:#ffffff;
}


.story-content .btn-customBuilder a:visited,
.story-content .btn-customBuilder a:hover,
.story-content .btn-customBuilder a:active
{
    padding:6px 18px;
    text-decoration:none;
    display:block;
    color:#ffffff;
}

#stories .stories-sidebar .tech-specs
{
    width:192px;
    margin-left:20px;
    padding-top:250px;
    background:#999999;
    padding:8px 8px 8px 0px;
}

#stories .stories-sidebar .tech-specs div ul 
{
    margin-left:8px;
}

#stories .stories-sidebar .tech-specs div li
{
    color:#ffffff;
    letter-spacing:.2px;
    padding-bottom:3px;
}

#stories .addMargin 
{
    margin-left:20px;
}
/*
------------Custom Power Supplies Story Details-------------
*/
#storyDetails .story-block
{
    border-bottom:none;
    min-height:0px;
    margin-bottom:0px;
}

#storyDetails .tech-specs
{
    width:auto;
    float:none;
}

#storyDetails .story-content
{
    float:left;
    padding-left:0px;
    width:auto;
}

#storyDetails .storyImg
{
    float:left;
    position:relative;
    padding:0px 20px 20px 0px;
}

.pressReleases li 
{
    padding-bottom:15px;
}

/*
------------Hiding mobile content (not the best idea, but better than loading all popup content for mobile)-------------
*/
.mobile1u{ display: none;}


.autocad h2 {
    color: #800080;
    font-size: 22px;
    margin: 0;
}
.autocad .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.autocad .content li {
    padding: 0 0 10px;
}
#voltcontent {
	width: 550px;
	height: 140px;
}

/*
------------ Search Results Page -------------
*/
.downloads span{
    font-size: 1.1em;
    font-family: 'LatoBold';
}
.downloads ul {
    margin: 0;
    padding: 0 0 0 15px;
}


.acopiancan h2 
{
    font-size:24px;
    color:#800080;
    margin-bottom:3px;
}

.voltInput,
#voltForm #volt
{
    vertical-align:top;
    padding:4px;
    width:110px;
    font-family: 'Lato', Arial, Sans-Serif;
    color: #69696B;
}

/*
------------ Thank You Page -------------
*/

.thankYou .content .section {
    margin: 0 0 2em 0;
    padding: 0 0 1em;
    border-bottom: solid 1px #380C38;
    width: 877px;
}
.thankYou .content .section p {
    padding: 0 2em;
}

.introSection {
}
.introSection .social {
    padding: 24px 0 7px;
    float: right;
    background: url('/images/empower/follow-us-online.png') no-repeat;
    background-size: 107px auto;
    width: 108px;
     margin-top: 13px;
}
.introSection .social ul {
    background: #fff;
    padding: 3px;
    list-style: none;
    width: 80px;
    margin: 0 auto;
}
.introSection .social ul:after {
  content: "";
  display: table;
  clear: both;
}
.introSection .social li {
    float: left;
    margin: 0;
}
.introSection .social li a {
    float: left;
    padding: 2px;
}
.introSection a {
    color: #5e0b5e;
    font-weight: bold;
    text-decoration: none;
}
.introSection p {
    color: #5e0b5e;
    font-size: 15px;
    line-height: 1.6em;
    width: 640px;
}
.introSection .social img {
    width: 36px;
}
.thankYou > .content .outroSection {
    font-style: italic;
}
.thankYou > .content .section a {
    color: #5e0b5e;
}
.thankYou .content .empowerSection {
    padding: 0 0 2em;
}
.thankYou .content .empowerSection a {
    text-decoration: none; 
}
.thankYou .content .empowerSection a span {
    display: block;
    color: #a62b39;
    font-size: 12px;
}
.thankYou .content .empowerSection li, 
.thankYou .content .empowerSection .hawkMtn img {
    width: 145px;
}

.thankYou .content .empowerSection li {
    text-align: center;
}

.thankYou .content .empowerSection li.last {
    width: 240px;
}
.empowerSection h2 {
    font-size: 30px;
    color: #a62b39; 
}
.empowerSection p {
    color: #5e0b5e;
    width: 75%;
    margin: 1em 0 2em 0;
}
.empowerSection p a {
    color: #5e0b5e;
}
.empowerSection ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.empowerSection li {
    float: left;
    margin-right: 1em;
}
.empowerSection li.last {
    margin-right: 0;
}
.thankYou .content .outroSection {
    border-bottom: none;
}
.outroSection h2 {
    color: #5e0b5e;
}
.outroSection li {
    font-size: 14px;
    font-weight: bold;
    color: #5e0b5e;
}
.outroSection ul, 
.outroSection p {
    color: #5e0b5e;
    margin-left: 20px;
    margin-bottom: 0;
}

/*----- BEGIN - Repair form -----*/

.supplyRepairForm th {
    width: 22%;
    text-align: right;
}
.supplyRepairForm th p {
    font-weight: normal;
}
.supplyRepairForm td {
    width: 50%;
}
.supplyRepairForm .warrantyInfo {
    width: 600px;
}

.supplyRepairForm textarea {
    width: 350px;
}

.labelInfo strong {
    color: #ff0000;
}

/*----- END - Repair form -----*/

/*-----Data Sheets and Instruction Sheets Search box-------*/
.searchBlock 
{
    position:static;
    margin:0px 0px 20px 0px;
    float:left;
}

.instructionSheets .searchBlock img,
.datasheets .searchBlock img
{
    margin:0px auto 20px;
    display:block;
    border:1px solid #555;
    padding:5px;
    width:290px;
    height:401px;
    box-shadow: 0px 0px 2px #555; 
}

.datasheets .searchBlock img
{
    width:300px;
    height:411px;
    padding:0px;
}

.datasheets .navform,
.instructionSheets .navform 
{
    position:relative;
    float:left;
    right:0px;
    left:0px;
}

.datasheets .navform input.model,
.instructionSheets .navform input.model 
{
    border: 1px solid #790379;
    font-family: 'Lato',Arial,Sans-Serif;
    font-size: 13px;
    margin: 0px auto;
    padding: 9px 35px 9px 7px;
    width: 258px;
    color: #4c4c4c;
}


.datasheets .navform input#goModel2,
.instructionSheets .navform input#goModel2
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.voltageSearchResults .content td {
    color: #000;
}

.legacyBox {
    background: url('/images/bg-legacyBox.png') repeat-x 0 0 scroll;
    border-radius: 5px;
    width: 305px;
    height: 117px;
    padding: 10px;
    position:relative;
}

.legacyBox p {
    color: white;
    font-size: 15px;
}

.legacyBox strong {
    color: #eabc70;
    font-family: 'LatoBold';
}

.legacyBox span {
    color: #eabc70;
}

.legacyBox a {
    color: white;
}

.legacyBox img {
    position: absolute;
    width: 120px;
    left: 228px;
    top: -10px;
}

.legacyBox ul {
    padding-left: 0;
}

.legacyBox li {
    color: #fff;
    font-size: 11px;
    float: left;
}

.legacyBox li.alpha {
    width: 55%;
}

.legacyBox li.omega {
    width: 45%;
}

.legacyBox .linkOverlay {
    position: absolute;
    width: 325px;
    height: 137px;
    top: 0;
    left: 0;
}

ul.cert-logos {
    list-style:none;
    padding:0;
    margin:0 0 0 -15px;
}
    
.cert-logos li {
    background: url('/images/divider-grey.jpg') no-repeat left center scroll;
    padding: 0 8px 0 16px;
    display: inline-block;
}

.cert-logos li img{
    padding: 7px 0 8px 0;
}
    
.cert-logos li.last img {
    padding: 0;
}

.cert-logos li.first {
    background: none;
    padding-left: 0;
}

.redun-WhtPprBtn {
    position:absolute;
    top: 20px;
    right: 0;
}

.redun-nplus1 .redun-WhtPprBtn {
    top: 530px;
}

/*Store Orders List Page*/
.orderList li {
    box-sizing: border-box;
    padding: 1px 10% 2px 0;
    position: relative;
}

.orderList .orderGrandTotal {
    position:absolute;
    right: 0.5%;
}

.news .yearHeading {
    color: #cc0000;
    font-size: 1.7em;
}

#msgBox {
    position: fixed;
    display: none;
    background: #fff;
    padding: 2em;
    font-size: 14px;
    color: #333;
}

.msg
{
    position: fixed;
	background-color: #fff;
	border-width: 4px;
	border-style: solid;
	border-color: #990066;
	padding: 1em;
	font-family: 'LatoBold';
	display: none;
}

#theMessage {
    z-index: 1000;
    padding: 20px 0;
    width: 500px;
    height: 160px;
}

#theMessage h3 {    
    font-size: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#theMessage img,
#theMessage .simply-scroll {
    max-height: 92px;
}

#theMessage .simply-scroll .simply-scroll-list li {
    height: auto;
    max-width: 250px;
    max-height: 92px;
    margin-right: 1em;
}

.modelVersionList {
    width: 100%;
    margin: 2em auto 1em;
    clear: both;
}

.modelVersionList p {
    font-size: 0.75em;
    color: #888;
}

.helpBox {
    margin-bottom: 1em;
}

.helpBox .note {
    white-space: nowrap;
}


.scroller {
    position: absolute;
    height: 150px;
}
.scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    bottom: 0;
}
.scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.scroller li {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
    position: absolute;
}