* {
    margin: 0;
	overflow: visible !important;
	position: relative;
}


html, body {
    height: 100%;
}

a {
    color: #455891;
}

body {
	background-color: #ffffff;
	font-family: helvetica, sans-serif;
	font-size: .9em;
}

.center {
	text-align: center;
}

.aic-footer {
	display: none;
}

.footer-push {
    /*height: 358px;*/
}

.aic-footprint-notfound {
	font-weight: bold;
	color: #FF0000;
	padding: 30px 0 20px 0;
}

.aic-footprint-searchagain {
	padding: 15px 0 15px 0;
}

h1 {
    font-weight: bold;
    color: #415992;
    font-size: 16px;
    margin-bottom: 15px;
}

h1 a {
    color: #415992;
}

article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, nav, section, summary, video {
    display: block;
}

header {
	width: 940px;
    height: 80px;
	margin-left: auto;
	margin-right: auto;

}

header h1 {
	float: left;
}

header h1 a {
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
	width: 222px;
	height: 61px;
	display: block;
}

header h1 a span {
	display: block;
	height: 0;
	overflow: hidden;
}


.mainContent {
	width: 940px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#topNav {
    display: none;
}

.hero {
    text-align: center;
    margin-bottom: 10px;
}

.homeWidget {
    height: 260px;
    width: 432px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.homeWidgetRight {
    margin-left: 30px;
}

.homeWidget .head {
    background: url("../images/home-widget-head.png") no-repeat 0 0 transparent;
    height: 17px;
    color: #6f6f6f;
    padding: 10px 0 10px 10px;
}

.homeWidget .content {
    background: url("../images/home-widget-content.png") transparent;
    background-repeat: repeat-x;
    height: 187px;
    color: #ffffff;
    padding: 10px;

}

.homeWidget .foot {
    background: url("../images/home-widget-foot.png") no-repeat 0 0 transparent;
    height: 6px;
}

.aic_widget {
    border: solid 1px #c0c0c0;
    border-radius:  8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

.aic_widget .head {
    background: url(../images/subnav-background.png);
    background-repeat: repeat-x;
    color: #828282;
    padding: 10px;
    border-radius:  8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-bottom: solid 1px #c0c0c0;
}

.aic_widget .head p {
    padding: 0;
    margin: 0;
}

.aic_widget .content {
    background: url("../images/widget-body-background.gif");
    background-repeat: repeat-x;
    background-color: #5e749a;
    padding: 10px 10px 0 10px;
    color: #FFFFFF;
    border-top: solid 1px #5e749a;
}

.aic_widget .foot {
    background-color: #5e749a;
    height: 10px;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}

.aic_widget .content a {
    color: white;
}

.aic_widget .a-slot.aRichText.a-normal .a-slot-content ul {
	list-style-type: none;
}

.aic_widget .a-slot.aRichText.a-normal .a-slot-content ul,
.aic_widget .a-slot.aRichText.a-normal .a-slot-content ol,
.aic_widget ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.aic_widget .a-slot.aRichText.a-normal .a-slot-content li {
	background-image: url("../images/widget_list_bullet.png");

	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.aTextSlot.single-line {
    width: 350px;
}

.quicklinks {
    color: #656464;
}

.quicklinks a {
    text-decoration: none;
    color: #999999;
}

.quicklinks a:hover {
    color: #656464;
}

.quicklinks table {
    width: 100%;
}

.quicklinks table td {
    padding: 5px;
    vertical-align: top;
}

.aic-tabpanel {
    /*
    border-radius:  8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border: solid 1px #dddddd;
    */
    clear: both;
}

.aic-tabpanel ul {
    /* list-style-position: inside; */
}

.aic-tabpanel-img {
    display: inline-block;
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .4);
}

.aic-tabpanel table tr th {
    padding: 5px;
    background-color: black;
    color: white;
    font-weight: bold;
}

.aic-tabpanel table tr td {
    padding: 5px;
}

.bordered {

}

table {
    border-collapse: collapse;
}

table tr td {
    vertical-align: top;
}

.bordered tr td {
    border: solid 1px black;
}

.bordered tr th {
    padding: 5px;
    background-color: black;
    color: white;
    font-weight: bold;
}

.bordered tr td {
    padding: 5px;
}



/* Template 3 */
.template3 .a-ui.a-subnav-wrapper {
    width: 100%;
    /*background: url(../images/subnav-background.png);
    background-repeat: repeat-x;*/
    color: #666666;
    padding: 0;
    margin: 0;
    border-radius:  8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border: none;
}

.template3 .a-ui.a-subnav-wrapper .a-subnav-inner {
    padding: 0;
    width: 100%;
}

.template3 .a-nav-subnav {
    padding: 0;
}

.template3 .a-nav-subnav .a-nav-item {
    width: auto;
    clear: none;
    margin: 0;
    /*border-right: solid 1px #d4d4d4;*/
}

.template3 .a-nav-subnav .a-nav-item a {
    width: auto;
    color: #666666;
    height: 20px;
    /*padding: 10px 10px 10px 10px;*/
}

.template3 .a-nav-subnav .a-nav-item.first a {
    border-radius:  8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
}

.template3 .a-nav-subnav .a-nav-item.last a {
    border-radius:  0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
}

.template3 .a-nav-subnav .a-nav-item {
    display: none;    
}

.template3 .a-nav-subnav .a-nav-item.a-current-page {
    display: block;
}

.template3 .a-nav-subnav .a-nav-item.a-current-page a {
	/*background: url(../images/tab_active_background.jpg);
	background-repeat: repeat-x;*/
	font-weight: bold;
}

.template3 .a-nav-subnav ul {
    height: 20px;
    width: 100%;
}

.template3 .a-nav-subnav ul li {
    margin: 0;
}

.a-area-template3body {
    /*background-color: #dcddde;*/
    clear: both;
    /*padding: 10px;*/
    font-size: 0.8em;
}


.a-ui.a-subnav-wrapper .dashboard {
    clear: both;
    float: none;
}



/* Sticky Footer */
.aic-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -358px;*/ /* the bottom margin is the negative value of the footer's height */
}

.a-global-toolbar {
	display: none;
}

.a-area-sidebar {
	margin-left: 20px;
	width: 250px;
    float: left;
}

.a-area-sidebar .a-media-file-icon .pdf {
    background: url(../images/pdficon.jpg);
    width: 44px;
    height: 46px;
}

.a-area-sidebar .a-media-file-icon .pdf b {
    display: none;
}

.a-area-sidebar .a-slot {
	margin-bottom: 15px;
}

/* Build a Part */
.aic-part-number .aic-part-dash {
	float: left;
	margin: 6px;
	width: 15px;
	text-align: center;
	font-size: 50px;
}

.aic-part-number .aic-part {
    float: left;
    margin: 6px;
	width: 100px;
	text-align: center;
}

.aic-part-number .aic-part-code {
    border: solid 2px black;
    width: 80px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 20px 0;
    font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.aic-part-number .aic-part-name {
    text-align: center;
}

.aic-part-select {
	width: 300px;
}

.the-apostrophe-container {
    display: none;
}

.a-language-form {
    display: none;
}

.aic-message {
    margin: 15px 0 15px 0;
    padding: 10px;
}

.aic-message p {
    margin: 0;
}

.aic-form {

}

.aic-form td {
    padding: 5px;
}

.aic-form .label {
    background-color: #cccccc;
    padding: 5px 15px 5px 10px;
    font-weight: bold;
    border-bottom: solid 1px #EEEEEE;
}

.aic-form .value {
    padding: 5px;
}

.aic-form-footprint .a-ui .a-form-row label,
.aic-form-footprint .a-form-row label {
    background-color: #cccccc;
    padding: 5px 15px 5px 10px;
    font-weight: bold;
    border-bottom: solid 1px #EEEEEE;
	width: 200px;
}

.aic-form-bap {
	margin-bottom: 50px;
}

.aic-form-bap .label {
    background-color: #cccccc;
    padding: 5px 15px 5px 10px;
    font-weight: bold;
    border-bottom: solid 1px #EEEEEE;
	width: 200px;
}

.a-ui .a-form-row label, .a-form-row-action label {
	float: left;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}

.aic-form-footprint .a-ui .a-form-row-action label {
    padding: 5px 15px 5px 10px;
    font-weight: bold;
	width: 200px;
}

.aic-form-footprint .a-ui .a-form-row,
.aic-form-footprint .a-form-row {
	margin: 0;
}

.aic-form-footprint .a-ui .a-form-row .a-form-field,
.aic-form-footprint .a-ui .a-form-row-action .a-form-field {
	padding: 5px;
	float: left;
}

#footprintInstructions {
	display: none;
}

.aic-form .value {
    padding: 5px;
}

.aic-sales h3 {
    border-bottom: solid 1px black;
    clear: both;
}

.aic-sales .aic-sales-rep {
    width: 260px;
    float: left;
    padding: 10px;
	height: 225px;
}

.aic-sales .aic-sales-rep .company {
    font-weight: bold;
    display: block;
}

.aic-sales .aic-sales-rep .address {
    padding-bottom: 10px;
    display: block;
}

.aic-sales-form {
	width: 350px;
	float: left;
}

.aic-sales-text {
	width: 500px;
	float: right;
	font-weight: bold;
}

.a-admin .a-ui .a-form-row {
	margin: 1px 0 1px 0;
}

.a-admin .a-ui .a-form-row label {
	background-color: #dddddd;
	padding: 5px 15px 5px 10px;
	border-bottom: solid 1px #EEEEEE;
	width: 180px;
}

.a-admin .a-form-row .a-form-field {
	padding: 0 0 0 10px;
}

.a-admin-list thead th {
	text-align: center;
	vertical-align: bottom;
}

.a-admin-list thead th *,
.a-admin-list-th-productGroup {
	float: none;
}

.a-ui .a-form-row-action {
	margin: 10px 0 0 0;
	clear: both;
}

.a-default .a-area-body .a-slot, .a-default .a-area-sidebar .aic_widget .a-slot {
	margin-bottom: 0;
}

.aic-popup-window header {
	display: none;
}

.aic-popup-window .aic-wrapper {
	width: 100%;
}

.aic-popup-window .aic-wrapper .a-wrapper {
	width: 100%;
	padding: 10px;
}

.aic-popup-window .aic-wrapper .a-wrapper .a-area-body {
	width: 100%;
}

.a-ui .aic-bap-choose-option {
	border: solid 1px red;

}

.aic-bap-choose-option {
	width: 230px;
	float: left;
	text-align: center;
	height: 350px;
	border: solid 1px black;
}

.aic-bap-choose-option .description {
	font-weight: bold;
}

.aic-bap-choose-option button {
	margin-left: auto;
	margin-right: auto;
}

.aic-pagination {
	clear: both;
}

.aic-default .a-area-body {
	width: 430px;
}

.aic-form-bap .infoLink {
	float: right;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}


.a-ui.a-litrequest-form .a-form-row .a-form-field .checkbox_list li {
	clear: both;
	padding-left: 20px;
}

.a-ui.a-litrequest-form .a-form-row .a-form-field .checkbox_list li input {
	margin-right: 10px;
}

.a-ui.a-litrequest-form .a-form-row .a-form-field .checkbox_list li label {
	clear: none;
	display: inline;
}

.a-ui.a-history-browser {
	display: none;
}

.a-history-preview-notice {
	display: none;
}


.clearfix { zoom:1; }
.clearfix:after, .clearfix:before {
  content:"\0020";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix:after { clear:both; }

#print-footer {
    clear: both;
    margin-top: 2em;
    display: block;
}

.a-slideshow-controls {
    display: none;
}

.aSlideshow .a-slot-content ul {
    list-style: none;
    padding: 0;
}

.aButton .a-slot-content ul {
    list-style: none;
    padding: 0;
}

.aic-tabpanel-img {
    background: none !important;
    box-shadow: none;
}
.aic-tabpanel-img img {
    opacity: initial !important;
}

.a-default .a-area-body {
    width: 670px;
    float: left;
}

.a-slot.aRichText .a-slot-content p {
    margin-bottom: 10px;
}

