/*-----------------------------------------
Copyright Mectronic.com 2012
global.css
-----------------------------------------*/

body {
  font-family: arial, helvetica, sans-serif;
  margin: 15px !important;
  font-size: 14px;
  background-color: #F8F8F8;
  text-align: center;
  background: #F8F8F8 url(/stage/images/vert_bkg.png) repeat-x;
}

#mm_login {
  font-size: 15px;
}

:focus {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #035B8F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  color: #333;
  padding: 0 0 10px 0;
  margin: 0;
}

h3 span {
  font-weight: bold;
}

/*use clear class in parent when containing floats*/
.clear:after
{
  content: ".";
  display: block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  clear: both;
}

.site-container {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #beccd4;
  text-align: left;
  padding: 7px 10px;
  background: #FFF url(/stage/images/branding_bkg.png) repeat-x;
  min-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mec-brand {
  float: left;
  width: 202px;
  margin-top: 14px;
}

.mec-brand h1 {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 1px 0 0 0;
  line-height: 17px;
}
.mec-brand h1 span {
  color: #666;
}
.adv-space{
  float: right;
  width:740px;
  text-align: right;
  font-size: 11px;
  color: #999;
}

.adv-space p {
  font-weight: normal;
  line-height: 11px;
  padding: 0 0 5px 0;
  margin: 0;
}

.nav-bar {
  width: 980px;
  margin-left: -10px;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  background-color:#F8F8F8;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#FFF));
  background: -webkit-linear-gradient(top, #FFF, #F8F8F8);
  background: -moz-linear-gradient(top, #FFF, #F8F8F8);
  background: -ms-linear-gradient(top, #FFF, #F8F8F8);
  background: -o-linear-gradient(top, #FFF, #F8F8F8);
  border-top: 1px solid #EFEFEF;
  border-bottom: 2px solid #F8F8F8;
  -webkit-box-shadow: 0 2px 5px -1px #999;
  -moz-box-shadow: 0 2px 5px -1px #999;
  box-shadow: 0 2px 5px -1px #999;
}
.nav-bar a {
  float: left;
  display: block;
  padding: 0 8px;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #FFF;
  color: #0994DC;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px;
}
.nav-bar a:hover {
  color: #1177A0;
  text-decoration: none;
  border-bottom: 2px solid #1177A0;
}
.nav-bar ul li {
  position: relative;
  display: block;
  float: left;
}

.top-links {
  float: right;
  display: inline-block;
  text-align: right;
  font-size: 13px;
}
.top-links ul {
  margin: 0;
  padding: 0;
}
.top-links ul li {
  margin: 0;
  padding: 0;
  position: relative;
}

.top-links ul li.open-menu ul {
  display: block !important;
}

.top-links ul li ul {
  position: absolute;
  top: 42px;
  background-color: #FFF;
  min-width: 100%;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 2px 5px -1px #999;
  -moz-box-shadow: 0 2px 5px -1px #999;
  box-shadow: 0 2px 5px -1px #999;
}

.top-links ul li ul li {
  display: block;
  float: none;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
  white-space: nowrap;
  min-width: 100%;
}
.top-links ul li ul li a, 
.top-links ul li ul li a:hover {
  font-weight: normal;
  border: 0;
  margin: 0;
  padding: 4px 8px;
  line-height: 20px;
  white-space: nowrap;
}

/* homepage search box */
#home-search {
  position: relative;
  display: inline-block;
  margin: 118px 0 0 60px;
  padding: 50px;
}
#home-search h3 {
  text-indent: -5000px;
  position: absolute;
  top: -118px;
  left: -70px;
  width: 370px;
  height: 230px;
  background: url(/stage/images/quick_search.png) no-repeat;
}
.search-selector {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.search-selector li {
  display: inline-block;
  font-size: 14px;
}

.search-selector li a, .search-selector li a:hover {
  text-decoration: none;
  padding: 6px;
  margin-left: 8px;
}

.search-selector li .selected{
  display: block;
  background: #035c90;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#home-search form {
  position: relative;
  z-index: 1;
}
#search-field, #bulkform textarea {
  box-shadow: inset 2px 1px 15px -4px #333;
}
#search-field, .home-search-btn, #bulkform textarea, #bulkform button {
  width: 500px;
  font-size: 20px;
  padding: 10px;
  border: 2px solid #035c90;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  outline: 0;
}
@-moz-document url-prefix() {
  .home-search-btn {
    border: 1px solid #035c90;
  }
}
.home-search-btn, #bulkform button {
  width: auto;
  background-color: #035c90;
  color: #FFF;
  font-weight: bold;
  margin-left: -25px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

#bulkform textarea {
  width: 572px;
}
#bulkform button {
  float: right;
  display: block;
  margin: 10px 37px 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* inside pages search box */
.search-box {
  width: 500px;
  float: left;
  margin-top: 12px;
}

.search-box input, .search-box select {
  border: 1px solid #CCC;
}

.search-box input {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px #CCC;
  -webkit-box-shadow: inset 0 0 3px #CCC;
  box-shadow: inset 0 0 3px #CCC;
}

.search-box select {
  height: 33px;
  line-height: 33px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px #CCC;
  -webkit-box-shadow: inset 0 0 3px #CCC;
  box-shadow: inset 0 0 3px #CCC;
}

.search-box button {
  line-height: 30px;
  text-decoration: none;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: #FFF;
  background-color: #FF6900;
	background: -moz-linear-gradient(
		top,
		#FFC54B 0%,
		#FF6900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFC54B),
		to(#FF6900));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #C14D00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.column-container .left-col {
  width: 770px;
  float: left;
}

.blue-gradient {
  background: #e8f2f6;
  background: -moz-linear-gradient(top, #e8f2f6 0%, #ffffff 20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f2f6), color-stop(20%,#ffffff));
  background: -webkit-linear-gradient(top, #e8f2f6 0%,#ffffff 20%);
  background: -o-linear-gradient(top, #e8f2f6 0%,#ffffff 20%);
  background: -ms-linear-gradient(top, #e8f2f6 0%,#ffffff 20%);
  background: linear-gradient(to bottom, #e8f2f6 0%,#ffffff 20%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2f6', endColorstr='#ffffff',GradientType=0 );
}

.featured-dists h4 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 6px 0;
}

.featured-dists p {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 15px;
}

.all-dists {
  margin-top: 20px;
  border-top: 1px solid #beccd4;
  padding: 20px 0;
}

.all-dists a {
  display: inline-block;
  margin-right: 2px;
}

.dist-tools {
  width: 231px;
  float: left;
  border: 1px solid #00568C;
}

h4.tools {
width: 231px;
height: 39px;
padding: 0;
margin: 0 0 14px 0;
text-indent: -5000px;
background: url(../images/disty-tools.png) no-repeat;
}

.dist-tools h5 {
  font-size: 14px;
  text-indent: 10px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}


.dist-tools ul {
  list-style-type: none;
  margin: 0 0 15px 10px;
  padding: 0;
}

.dist-tools ul li {
  display: block;
  padding-left: 18px;
  background: url(../images/orange_bullet.png) no-repeat left center;
}

.dist-tools a {
  text-decoration: none;
  display: block;
  width: 162px;
  height: 35px;
  margin: 0 auto 10px auto;
  text-indent: -5000px;
  background: url(../images/distributor-access.png) no-repeat;
}

.uploading-dists {
  width: 456px;
  float: left;
  margin-left: 30px;
}

.uploading-dists ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.uploading-dists ul li {
  display: block;
  width: 45%;
  float: left;
  font-size: 11px;
  padding: 0 15px 6px 0;
  text-transform: uppercase;
}

.column-container .right-col {
  width: 175px;
  float: right;
  overflow: hidden;
}

.my-mec-login {
  position: relative;
  border: 1px solid #beccd4;
  background-color: #f0f1f0;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.my-mec-login h3 {
  font-size: 16px;
}

.my-mec-login label {
  display: block;
  margin: 4px 0;
  font-size: 12px;
}

.my-mec-login input {
  width: 96%;
  padding-left: 5px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #CCC;
}

.my-mec-login button {
  background: url(../images/login-btn.png) no-repeat;
  width: 60px;
  height: 27px;
  line-height: 27px;
  text-indent: -5000px;
  border: 0;
  margin-top: 6px;
  cursor: pointer;
}

.my-mec-login input:focus {
  border: 1px solid #00568C;
}

.my-mec-login .login-links {
  width: 130px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 10px;
  text-align: right;
}

.adv-title {
  color: #999;
  text-align: right;
  padding: 12px 0 12px 0;
  font-size: 10px;
  float: right;
}

.adv-block {
  width: 160px;
  float: right;
  margin-top: 8px;
}

div.spon-bottom {
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
  font-size: 11px;
  color: #999;
  width: 100%;
  background: url(/static/images/divider-gradient.png) repeat-x top left;
}

div.spon-bottom-cont {
  display: inline-block;
  margin: 0 auto !important;
}
div.spon-bottom-cont p {
  text-align: center;
}

a.default_ad {
  display: block;
  width: 728px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.footer {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 11px;
  color: #999;
  width: 100%;
  background: url(../images/divider-gradient.png) repeat-x top left;
}

.footer #siteseal {
  width: 160px;
  float: left;
}

.footer .footer-links {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 750px;
  text-align: right;
  line-height: 16px;
}

/* PART SEARCH RESULTS */

ul#triple, ul#double {
width:96%;
margin:0 0 20px 0;
padding: 0;
overflow:hidden;
border-top:1px solid #ccc;
}
ul#triple li, ul#double li {
line-height:1.5em;
float:left;
display:inline;
}
#double li  { width:49%;} /* 2 col */
#triple li  { width:33%; } /* 3 col */

/*webkit scrollbars */
#widget{
  width: 710px;
  padding-right: 10px;
  max-height:140px;
  overflow: auto;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
  display: none;
}

::-webkit-scrollbar-track-piece  {
  background-color: #CCC;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 6px;
  background: #666 url(../images/scrollbar_thumb_bg.png) no-repeat center;
}

body h2 {
  padding: 0;
  margin: 10px 0;
}

body div.list-container {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

body span.top-corner-left, body span.top-corner-right,
body span.btm-corner-left, body span.btm-corner-right {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

body table.listed-results tbody tr td {
  padding: 4px 0;
  border-bottom: 1px solid #EFEFEF;
}

body table.listed-results tfoot tr td.pagination {
  border-top: 1px solid #CCC;
}


/* MyMec Admin Nav */
div#myMecNavigation
{
	position: relative;
}

div#myMecNavigation ul
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

div#myMecNavigation ul li
{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
  font-size: 12px;
}

div#myMecNavigation ul li h4
{
	margin: 0;
  padding: 0;
}

div#myMecNavigation ul li.user-info a,
div#myMecNavigation ul li.user-info a:hover {
	border:#FFF;
  background-color: #FFF;
  color: #035B8F;
}

div#myMecNavigation a
{
	color: #333;
  font-size: 12px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
}

div#myMecNavigation a:hover
{
	color: #FFF;
  background-color: #999;
  border: 1px solid #777;
}

#dropmenudiv
{
	position:absolute;
	padding: 0 5px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	color: #333;
	line-height:18px;
	z-index:100;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
}

#dropmenudiv a, #dropmenudiv a:visited
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #ccc;
	padding: 1px 0;
	text-decoration: none;
	font-size: 12px;
	color: #666;
}

#dropmenudiv a:hover
{
  background-color: #999;
  color: #FFF;
}

/* Help Popups */
.help-popup
{
    position: relative;
    cursor: help;
}

.help-popup-tip
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 15px;
    padding: 5px;
    border: 1px solid black;
    background-color: #eee;
    display: none;
    visibility: hidden;
    text-align: left;
    font-size: 10px;
    color: #000;
    line-height: normal;
    font-weight: normal;
}

div.featured-news p {
  padding-top: 10px !important;
}

.form_section {
  font-weight:normal;
  font-size: 20px;
  color:#035B8F;
  border-bottom: 1px solid #EFEFEF;
}

table.rfq_table th {
  font-size: 12px;
  white-space: nowrap;
}

.action_button {
    line-height: 30px;
  text-decoration: none;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: #FFF;
  background-color: #FF6900;
	background: -moz-linear-gradient(
		top,
		#FFC54B 0%,
		#FF6900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFC54B),
		to(#FF6900));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #C14D00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.secondary_button {
  line-height: 30px;
  text-decoration: none;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: #333;
  background-color: #CCCCCC;
	background: -moz-linear-gradient(
		top,
		#EFEFEF 0%,
		#CCCCCC);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#EFEFEF),
		to(#CCCCCC));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBB;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}

ul.feature_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.feature_list li {
  display: block;
  margin: 3px 0;
  background-color: #EFEFEF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 8px;
}