/*
* @author: William Khoe
*/

#industrial-finder
{
	margin:0 0 25px 0; padding:0 0 15px 0;
	border-bottom:3px solid #F0F0F0;
}
#industrial-finder > .content
{
	padding:24px 28px;
	height:173px;

	background:#222; /* Old browsers */
	background:-moz-linear-gradient(top,  #333 0%, #111 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #333 0%,#111 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #333 0%,#111 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #333 0%,#111 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

	border:2px solid #000;
	color:#FFF;
}
#industrial-finder > .content:after
{
	display:block; clear:both; visibility:hidden;
	height:0;
	content:".";
}
.ie #industrial-finder > .content
{
	zoom:1;
}
#industrial-finder .shadow
{
	padding:0 38px 0 0;
	height:18px;
	background:url(/img/ui/shadow-3d-sliding.png) no-repeat 100% -18px;
}
#industrial-finder .shadow span
{
	display:block;
	height:100%;
	background:url(/img/ui/shadow-3d-sliding.png) no-repeat 0 0;
}
#industrial-finder h2
{
	margin:0 0 15px 0;
	font-size:18px; font-weight:bold; text-transform:uppercase;
}
#industrial-finder .find-a-solution
{
	float:left;
	width:267px; height:100%;
	padding:0 20px 0 0;
	border-right:1px solid #444;
}
#industrial-finder .find-msds
{
	float:left;
	width:586px; height:100%;
	padding:0 0 0 20px;
	border-left:1px solid #000;
}
#industrial-finder label
{
	display:block;
	margin:0 0 5px 0;
	font-weight:bold; font-size:14px;
}

#industrial-finder .custom-select
{
	display:block;
	margin:0 0 10px 0;
}
div#find-by-upc
{
	margin:0px 0 10px 0;
}
#industrial-finder .textbox
{
	margin:0 0 10px 0;
	width:100%;
}
div#find-by-upc
{
	float:left;
	width:220px;
}
div#find-by-category
{
	float:left;
	width:267px;
    margin-top:-30px;
}
section.find-msds .form-separator
{
	float:left;
	padding: 30px 15px 35px 15px;
	font-weight:bold; font-size:14px; text-align:center;
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

#industrial-finder > .content
{
	height: auto;
}
#industrial-finder .find-a-solution
{
	width:180px;
}
#industrial-finder .find-msds
{
	width:426px;
}
div#find-by-upc
{
	margin-top:16px;
}
div#find-by-category, div#find-by-upc,
#industrial-finder .textbox
{
	width:100%;
}
#industrial-finder label
{
	font-size:12px;
}
section.find-msds .form-separator {
	float: none;
	padding: 0px 15px 35px 15px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}


}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {

#industrial-finder
{
	margin:0 0 20px 0; padding:0 0 10px 0;
}
#industrial-finder > .content
{
	height:auto;
}
#industrial-finder .find-a-solution,
#industrial-finder .find-msds
{
	float:none;
	width:auto; height:auto;
	padding:0;
}
#industrial-finder .find-a-solution
{
	padding:0 0 10px 0;
	border:0; border-bottom:1px solid #000;
}
#industrial-finder .find-msds
{
	padding:15px 0 0 0;
	border:0; border-top:1px solid #444;
}
div#find-by-category, div#find-by-upc
{
    margin-top:-20px;
	float:none;
	width:auto;
}
section.find-msds .form-separator
{
	float:none;
	padding: 5px 0 20px 0;
}
#industrial-finder h2
{
	margin:0 0 10px 0;
}
div#find-by-upc
{
	position:relative;
	margin:0;
}
div#find-by-upc .input-upc-wrap
{
	padding:0 0 0 0;
}
div#find-by-upc #input-upc
{
	width:100%;
}
div#find-by-upc .form-actions
{
	position:absolute;
	bottom:10px; right:0;
}

}

/* Mobile Landscape */

@media only screen and (min-width:321px) and (max-width:767px) {

}

/* Mobile Portrait */

@media only screen and (max-width:320px) {

}