@charset "UTF-8";
/* CSS Document */

.pageHeader{
	vertical-align:bottom;
	background-color:#003a70;
	height:50px;
}

.Social{
	height:64px;
	text-align:center;
}

.Social img{
	padding-top: 4px;
	padding-left:20px;
	height:35px;
	width:auto;
}


#tableFindProducts{
	
}

#edpsearch{
	text-align:center;
	padding:10px;
	font-size:1.1em;
		
		
}
#edpsearch button{
	
	background-color:#003a70;
	color:#FFF;
	font-size:1em;
}

#filter{
	font-size:1.1em;
	/*height:100px;*/
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
#uom{
	float:left;
	width: 20%;
	
}

#uom input{
	margin-left:1em;
}


#size{
	/*float:left;
	height:100px;
	width: 20%;
	text-align:center;*/
}
#selectSize{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#pitch{
	/*font-size:1.1em;
	float:left;
	width: 20%;
	text-align:center;*/
}
#threadform{
	/*font-size:1.1em;
	float:left;	
	width: 20%;
	text-align:center;*/
}
#tooltype{
	font-size:.9em;
	float:left;
	width: 20%;
	
}

#results{
	width:100%;
	margin: 1em auto 1em auto;
}

#itemlist{
	height:50%;
	width:100%;
	background-color:#eee;
	overflow:scroll;	
}

#itemlist td{
	vertical-align:middle;
}

#itemlist .description{
	width:225px;
	font-size:.9em;
	color:#f00;
}

#itemlist .descriptionDIE{
	width:225px;
	font-size:.9em;
	color:#aaa;
}

#itemlist .descriptionGAGE{
	width:225px;
	font-size:.9em;
	color:#003a70;
}

#itemlist .gh{
	width:35px;
	font-size:.9em;
	text-align:center;
	color:#000;
}

#itemlist .classoffit{
	width:60px;
	font-size:.9em;
	text-align:center;
	color:#000;
}

#itemlist .flutes{
	width:90px;
	font-size:.9em;
	text-align:center;
	color:#000;
}

#itemlist .edpplug{
	width:70px;
	font-size:.9em;
	text-align:center;
	color:#000;
}

#itemlist .edpbottom{
	width:80px;
	font-size:.9em;
	text-align:center;
	color:#000;
}

#itemlist .morearrow{
	width:35px;
	
}

.NotHere {
	text-align:center;
}

#butNotHere{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#003a70;
	color:#FFF;
	font-size:1.1em;
}

.ui-select-menu{
	float:left;	
}


.millSection{
	color: black;
	font-size: 1.25em;
	padding-left: .25em;
}

.millDescription{
	color: red;
	padding: .75em .5em .75em 2em;
	display: block;
	text-decoration: none;
}

.edpheader{
	display:none;
}
.flutesheader{
	display:none;
}

.millFlutes{
	display:none;
}
.millEDP{
	display:none;
}




@media only screen and (max-width : 632px) {
	.gh{
		display:none;
	}
}
@media only screen and (max-width : 568px) {
	.classoffit{
		display:none;
	}
}
@media only screen and (max-width : 504px) {
	.flutes{
		display:none;
	}
}
@media only screen and (max-width : 405px) {
	.edpplug{
		display:none;
	}
	.edpbottom{
		display:none;
	}
	.catlistItemList .morearrow{
		padding-left: 100px;
	}
}


/*select{
	width:150px;
}*/