@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCC;	
}
nav, header, footer, p, img, section {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3{font-family:verdana;color:#d36603}
h1{font-size:20px;font-weight:700; padding-bottom: 15px;}
h2{font-size:20px; padding-bottom: 8px;}
h3{font-size:20px;margin-bottom:0}
p{margin-bottom: 8px;}

header#template {
	z-index: 10;
	background-color: #B3763D;
	position: relative;
}
header#template > section {
	text-align: center;
}
header#template > nav a:link,
header#template > nav a:visited {
	color: #fafafa;
	text-decoration: none;
}
header#template > nav a:hover {
	color: #054270;
}
#full-menu {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}
#full-menu .menu-item {
	line-height: 35px;
	background-image: url(../include/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}
#full-menu .menu-item:hover {
	background-image: url(../include/menu-arrow-hover.png);
}
@media (min-width: 800px) {
  header#template > section.desktop {
	  height: 153px;
	  overflow: hidden;
  }
  header#template > section.mobile {
    display: none;
  }
  header#template > nav {
	  width: 100%;
	position: absolute;
	bottom: 5px;
	z-index: 20;
  }
  .std-width {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
  }
  #full-menu {
	  text-align: center;
  }
  header#template > nav .mobile {
	  display: none;
  }
  #full-menu .menu-item {
	display: inline-block;
  }
  
  .halfcolumn
  {
	display:block;
	float:left;
	width:49%;
  }
}
@media (min-width: 960px) {
  #full-menu .menu-item {
	  padding-left: 22px;
	  padding-right: 14px;
  }
  
  .halfcolumn
  {
	display:block;
	float:left;
	width:49%;
  }
}
@media (min-width: 880px) and (max-width: 959px ) {
  #full-menu .menu-item {
	  padding-left: 19px;
	  padding-right: 9px;
	  font-size: 13px;
  }
  
  .vendor-widget
  {
	width:100%!important;
	margin-bottom:10px;
	box-sizing:border-box;
  }
  
  .halfcolumn
  {
	display:block;
	float:left;
	width:100%;
  }
}
@media (min-width: 800px) and (max-width: 879px ) {
  #full-menu .menu-item {
	  padding-left: 19px;
	  padding-right: 5px;
	  font-size: 12px;
  }
  
  .vendor-widget
  {
	width:100%!important;
	margin-bottom:10px;
	box-sizing:border-box;
  }
  
  .halfcolumn
  {
	display:block;
	float:left;
	width:100%;
  }
}
@media (max-width: 799px) {
  header#template > section.desktop {
    display: none;
  }
  header#template > section.mobile {
	  overflow: hidden;
  }
  header#template > nav {
	  background-color: #B3763D;
	  position: relative;
	  top: -10px;
  }
  header#template > nav > .menu-item {
	line-height: 35px;
    padding-left: 37px;
	background-image: url(../include/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	color: #fff;
  }
  #full-menu > .menu-item {
	padding-left: 52px;
	background-position: 31px center;
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0A277;
  }
  #full-menu.open > .menu-item {
	  display: block;
  }
  
  .vendor-widget
  {
	width:100%!important;
	margin-bottom:10px;
	box-sizing:border-box;
  }
  
  .halfcolumn
  {
	display:block;
	float:left;
	width:100%;
  }
  
  section#content
  {
	padding:5px;
	box-sizing:border-box;
  }
}

header#template > section.desktop {
	background-image: url(../include/logo-bg-desktop.jpg);
	background-repeat: repeat-x;	
}
header#template > section.mobile {
	background-image: url(../include/logo-bg-mobile.jpg);
	background-repeat: repeat-x;	
}

section#content {
	display: block;
	/*min-height: 700px;*/
	height:auto;
	background-color: #fff;
	z-index: 1;
	padding-bottom: 10px;
	padding-top: 10px;
}



.adblock {
/*	background-color: #FFC; */
	width: 125px;
	position: fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.adInstance {
	padding-bottom: 10px;
}
.adInstance:last-child {
	padding-bottom: 0px;
}

.clear {
	clear: both;
}


#category-attributes-std {
	padding-top: 20px;
}
#category-attributes-std .search-attribute,
#category-attributes .search-attribute {
	clear: both;
	padding-bottom: 5px;
}
#category-attributes-std .search-attribute .attribute-name,
#category-attributes .search-attribute .attribute-name {
	width: 100px;
	display: inline-block;
}
#category-attributes-std .search-attribute .attribute-value,
#category-attributes .search-attribute .attribute-value {
	display: inline-block;
}
#category-attributes-std .search-attribute .attribute-value select,
#category-attributes .search-attribute .attribute-value select {
	min-width: 150px;
}




.list-item.title:hover,
.list-item.title {
	background-color: #AE6339;
	color: #fefefe;
	font-weight: bold;
	cursor: default;
}
#item-list .list-item:nth-child(odd):hover,
#item-list .list-item:nth-child(even):hover {
	background-color: #D6DFE9;
}
.list-item {
	border-bottom: 1px solid #AE6339;
	border-left: 1px solid #AE6339;
	border-right: 1px solid #AE6339;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
#item-list .list-item:nth-child(odd) {
	background: #eee;
}
.list-item-price {
	width: 16%;
	float: right;
	text-align: right;
	margin-left: 10px;
}
.list-item-manufacturer {
	width: 50%;
	display: inline-block;
}
.list-item-partNumber {
	width: 16%;
	display: inline-block;
}
.list-item-itemCondition {
	width: 16%;
	display: inline-block;
}
.list-item-companyName {
	padding-left: 20px;
}
.list-item-name {
	padding-left: 40px;
}

.item-detail-attr {
}
.item-detail-attr-title {
	width: 120px;
	display: inline-block;
	padding-right: 10px;
}
.item-detail-attr-value {
	display: inline-block;
}

#attributes {
	width: 30%;
	float: left;
}
#item-detail-images {
	width: 65%;
	float: right;
}
#login-form {
	padding-top: 10px;
}
#login-form ol {
	padding-left: 20px;
	
}
#login-form ol .click {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
#login-frame {
	margin-top: 10px;
	border: 2px solid #AE6339;
	padding: 5px;
}
.item-field .title {
	font-size: 12px;
}
.item-field {
	padding-bottom: 5px;
}
#login-frame input[type=text],
#login-frame input[type=password],
#login-frame input[type=button] {
	width: 100%;
}

#contact-frame {
	margin-top: 10px;
	border: 2px solid #AE6339;
	padding: 5px;
}
#contact-frame input[type=text],
#contact-frame input[type=password],
#contact-frame input[type=submit],
#contact-frame input[type=button] {
	width: 100%;
}
#contact-frame input#state[type=text] {
	width: 30px;
}
#contact-frame input#postalCode[type=text] {
	width: 120px;
}
#contact-frame input#validation[type=text] {
	width: 60px;
}
.item-line .choice {
	float: left; padding-right: 10px;
}
.item-line {
	padding-bottom: 5px;
}
.row1,.saleItem.row1{background-color:#eee}
.vendor .companyName, #listedInElectricalAdvertiser .listing .companyName {
font-weight: 700;
float: left;
margin-right: 3em;
}
.vendor .address, #listedInElectricalAdvertiser .listing .address {
font-size: 80%;
float: right;
}
.vendor .description {
clear: both;
font-size: 80%;
}
.vendor .condition {
font-size: 80%;
clear: both;
}
.vendor {
font-size: 120%;
width: 100%;
padding: 4px;
}
.std-space {
	margin-top: 5px;
	margin-bottom: 5px;
}
#listedInElectricalAdvertiser h3 {
	padding-top: 15px;
	clear: both;
}
h3 a:visited,
h3 a:link {
	color: #d36603;
	font-weight: bold;
	padding-top: 10px;
}
#listedInElectricalAdvertiser .listing {
	margin-left: 30px;
	border: 1px solid #dddddd;
}
#listedInElectricalAdvertiser .listing .companyName a:link,
#listedInElectricalAdvertiser .listing .companyName a:visited {
	color: #000;
	font-weight: bold;
}
.vendor .phone{clear:both;float:left;margin-left:40px;width:100px;font-size:80%}
.vendor .description{clear:both;font-size:80%}
.vendor .description div{width: 100%;max-width:530px;}
.vendor .condition{font-size:80%;clear:both;}
.vendor .category{font-size:80%;clear:both;}
#listedInElectricalAdvertiser .listing .description {
margin-left: 20px;
clear: both;
float: left;
font-size: 80%;
}
#listedInElectricalAdvertiser .listing .condition {
font-size: 80%;
clear: both;
margin-left: 90px;
}
#powerSearchInquirery .choice {
	padding-right: 15px;
	display: inline-block;
}
#powerSearchInquirery textarea.sized,
#powerSearchInquirery input.sized {
	width: 100%;
	max-width: 450px;
}


@media (min-width: 800px) {
.letterLine{margin-bottom:15px;border-bottom:1px solid #d36603;padding-left:6px}
.letter{float:left;margin-right:4px;margin-top: 4px;border-top:1px solid #d36603;border-left:1px solid #d36603;border-right:1px solid #d36603;padding:3px}
.letter.letterSelected{color:#FFF;background-color:#d36603}
.letter a{color:#d36603;text-decoration:none}
.letter.letterSelected a{color:#FFF;text-decoration:none}
.letter-mobile { display: none; }
}
@media (max-width: 799px) {
.letterLine {
	padding-right: 10px;
	background-color: #ffffff;
	color: #B3763D;
}
.letterLine .letter-mobile {
	line-height: 30px;
    padding-left: 37px;
	background-image: url(../include/menu-arrow.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.letterLine .quick-link-list {
	display: none;
}
.letterLine .quick-link-list.open {
	display: block;
}
.letterLine .quick-link-list .letter {
	padding-left: 37px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DEBEA0;
	line-height: 25px;
}
.letterLine .quick-link-list .letter a:link,
.letterLine .quick-link-list .letter a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
}
}
.boxedLogin{border:2px solid #AE6339;width:300px;margin-left:auto;margin-right:auto;padding:0}
.boxedLogin .head{color:#FFF;background-color:#AE6339;text-align:center;font-weight:700;padding:4px;margin-bottom: 10px}
.boxedLogin .text{margin:4px}


.login-line {
	padding-bottom: 5px;
	min-height: 25px;
	position: relative;
}
.login-line .login-label {
	display: box;
	width: 30%;
	clear: both;
	float: left;
}
.login-line .login-content {
	display: box;
	clear: none;
	float: right;
	width: 67%;
}
.login-line.extra-space {
	margin-top: 15px;
}
.login-line .login-content input[type=text],
.login-line .login-content input[type=password],
.login-line input[type=submit] {
	width: 100%;
}
@media (min-width: 350px) {
.login-line .login-label {
	padding-top: 7px;
	font-size: 12px;
}
}
.section{clear:both;color:#FFF;background-color:#AE6339;border:2px solid #AE6339;text-align:center;font-weight:700;padding:4px; margin-bottom:10px; margin-top: 10px;}


@media (min-width: 800px)  {
.list6 {
-moz-column-count: 6;
-moz-column-gap: 20px;
-webkit-column-count: 6;
-webkit-column-gap: 20px;
column-count: 6;
column-gap: 20px;
}
.list4 {
-moz-column-count: 4;
-moz-column-gap: 20px;
-webkit-column-count: 4;
-webkit-column-gap: 20px;
column-count: 4;
column-gap: 20px;
}
#powerQuoteSelect.list {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
}
@media (min-width: 550px) and (max-width: 799px ) {
.list6 {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
.list4 {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
#powerQuoteSelect.list {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
}
.t1, .q1 {
	display: inline-block;
	padding-left: 30px;
	text-indent: -30px;
}
.action-line {
	padding-top: 15px;
	padding-bottom: 30px;
}
@media  (max-width: 549px ) {
	.t1, .q1 {
		display: block;
	}
	.list1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.action-line {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.listItem input[type=checkbox] {
	width: 27px;
}
.q1 input[type=checkbox],
.t1 input[type=checkbox] {
	width: 27px;
}
.listItem {
	padding-left: 30px;
	text-indent: -30px;
}
.PQtext {
	max-width: 500px;
	width: 100%;
}
.action-line input {
	width: 100%;
}
.in {
	display: inline-block;
}
#powerQuoteResults .list {
}
#powerQuoteResults .list .vendor {
	padding-left: 20px;
	text-indent: -20px;
}
#powerQuoteResults .companyCheckbox {
	display: inline-block;
	width: 17px;
	float: left;
}
#powerQuoteResults .vendor .address {
}