@charset "utf-8";
/* CSS For Mobile site */


/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body { -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

#header div#nav {
	/*display:none;*/
}

#header div#nav {
	
	background-color:#024C8A;
	border:1px solid #FFF;
	z-index:99;
	position:relative;
	display:none;
}




label[for="navToggle"] {
	display:block;
	font-size:0.8em;
	-webkit-touch-callout: none; /* Disables OS callout when touching and holding a link */
    -webkit-user-select: none;
    user-select: none;
	text-align:center;

}

label[for="navToggle"], #header #top a[href="index.php"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none; /* Disables OS callout when touching and holding a link */
    -webkit-user-select: none;
    user-select: none;
}


#header div#nav div.sec1 {
	float:none;
	padding-left:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}

#header div#nav div.sec1 a {
	display:block;
	width:98%;
	padding-left:2%;
	font-size:26px;
	line-height:48px;
	padding-bottom:5px;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none; /* Disables OS callout when touching and holding a link */
    -webkit-user-select: none;
    user-select: none;
	
}

#header div#nav div.sec1 img {
	display:none;
}

#header div#top {
	text-align:center;
}

/* #left is the main section on the front page */
div#left {
	width:90%;
	margin-top:0px;
}

/* #right is the section on the right with all the other company logos/etc */
div#right {
	display:none;
}

div#left >p:first-of-type {
	margin-top:0;
}


div#left >p.tabMenu:after {
	content:"More...";
	display:block;
	float:right;
	padding-top:10px;
}



div.customElectronicsItem {
	padding-left:0;
	padding-right:0;
	padding-top:6px;
}

#screenBundle {
	display:none;
}

div#mobileBundle {
	display:block;
	background-image:url(../img/tobenBundle/bundleBG.jpg);
	background-size:auto 100%;
}

#mobileBundle #mobileTop {
	width:300px;
	height:353px;
	background-image:url(../img/tobenBundle/bundleMobileTop.png);
}

#mobileBundle #mobileBottom {
	width:300px;
	height:83px;
	background-image:url(../img/tobenBundle/bundleMobileBottom.png);
}

/* Tab Handling */
div.jumpBlue ul.ui-tabs-nav { 
/*	display: none; */
	background-color:#024C8A;
	border:1px solid #FFF;
	z-index:98;
	position:relative;
	padding:0;
	
	
}

div.jumpBlue ul.ui-tabs-nav li {
	margin:0;
}

div.jumpBlue ul.ui-tabs-nav a {
	float:none;
	font-size:20px;
	line-height:38px;
	border-bottom:1px solid #FFF;
	margin:0;
	background-color:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none; /* Disables OS callout when touching and holding a link */
    -webkit-user-select: none;
    user-select: none;
	
}

div.jumpBlue ul.ui-tabs-nav a span {
	background-color:transparent;
}

div.jumpBlue .ui-tabs-nav a:hover {
	border:none;
	border-bottom:1px solid #FFF;
}
div.jumpBlue .ui-tabs-nav a:hover span {
	border:none;
}


div.jumpBlue .ui-tabs-nav .ui-tabs-selected a {
	border:none;
	border-bottom:1px solid #FFF;
	cursor:default;
	
}

div.jumpBlue .ui-tabs-nav .ui-tabs-selected a span {
	background-color:transparent;
  	border-bottom:none;
	
}

div.jumpBlue#example {
	display:none;
}

div.halfColumn.rightBorder {
	border-right:none;
}

div.halfColumn.rightBorder div.topBorder
{
	border-bottom:1px solid #FFF;
}

/* Styles for main page product squares */
div.productOfferings {
	display:none;
}


/* done main page product squares */