
/* @end */
/* @group Code */
code, pre, tt {
  font-size: 11px; /* ems don't work well x-browser for some reason */
  font-family: "Espresso Mono", Monaco, Consolas, "Lucida Console", monospace;
  color: #666;
}
pre {
  margin: 1em 0;
  padding: 0.5em;
  border: solid 1px #ddd;
}
/* @end */
/* @group Tables */
body.section-lcds table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  border-top: 1px solid #ddd;
}

/*.table-wrapper {
  overflow: auto;
}
.node .table-wrapper,
.view .table-wrapper {
  overflow: visible;
}
.table-wrapper table {
  margin: 10px .2%;
  width: 99.5%;
}
table.package,
#tracker table {
  width: 99.5%;
}*/
/* @group caption */
body.section-lcds table caption {
  font-size: 1.4em;
  line-height: 1.6em;
}
/* @end */
/* @group thead, th */
				body.section-lcds th, thead th {
				 /* background: #fff url('../images/bg-shade-light.png') repeat-x 0 100%;
				  color: #555;
				  text-shadow: #fff 1px 1px 1px;
				  border: none;
				  border-bottom: 1px solid #ddd;
				  border-right: 1px solid #ddd;
				  padding: 4px;
				  font-size: 0.9em;
				  font-weight: bold;
				  text-align: left; */
				}
body.section-lcds tbody th {
  border-bottom: 1px solid #ddd;
}
body.section-lcds thead th {
  padding-right: 4px; /* LTR */
  border-bottom: 1px solid #ddd;
}
body.section-lcds th a, th a.active {
  color: #555;
}
/* @end */
/* @group tbody */
body.section-lcds tbody {
  border-top: none;
}
/* @end */
/* @group tr */
body.section-lcds tr.even, tr.odd {
  border-bottom: none;
  padding: 0;
}
/* @end */
/* @group td */
		/*	body.section-lcds td,
			body.section-lcds #blocks td.block {
			  border-bottom: 1px solid #ddd;
			  border-right: 1px solid #ddd;
			  padding: 0.25em 0.5em;
			  vertical-align: top;
			}
			body.section-lcds tr.even, tr.odd {
			  background-color: #fff;
			}
			body.section-lcds td.menu-disabled {
			  border-bottom: 1px solid #eee;
			}
			body.section-lcds td.menu-disabled, tr.even td {
			  background: #f8f8f8;
			}
			body.section-lcds tr.odd td {
			  background: #fff;
			}
*/
/*
td:hover, tr.even td:hover, tr.odd td:hover {
  background: red;
}
*/

body.section-lcds td.active {
  background: #eee;
}
body.section-lcds #blocks td.region {
  background: #fff;
}
/* @end */
/* @end */
/* @group Definition Lists */

/* @group Undo Styling of DL's in some admin areas */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 0;
}
.search-results dt.title {
  font-weight: bold;
  font-size: 1.2em;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 28px;
}
.search-results dt.title {
  font-weight: bold;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* @group Misc */

img {
  border: none;
}


/* @group Navigation */
/* @group Nav Bar */
/**
 * Controls the backround color of the bar and
 * the default background state of the links
 */

/* @group Breadcrumbs */
.breadcrumb {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0 0;
}
/* @end */


.section-admin #tabs-primary li a {
  font-size: 1em;
  padding: 0.6em;
}

/* @group Primary */
#tabs-primary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  font-size: 1em;
  float: left;
  position: relative;
  z-index: 1;
  bottom: -1px;
}
#tabs-primary ul {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  display: block;
  float: left;
  width: 100%;
}
#tabs-primary ul li {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  float: left;
  display: block;
}
#tabs-primary ul li:last-child {
  border-right: solid 1px #ddd;
}
#tabs-primary ul li.active::hover:last-child {
  border-right: solid 1px #858585;
}
#tabs-primary ul li.active:last-child {
  border: none;
  background: #fff;
}
#tabs-primary ul li a {
  background: #fff url('../images/bg-shade-light.png') repeat-x 0 100%;
  color: #555555;
  margin: 0;
  padding: 0;
  outline: 0;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.5em 1.1em;
  text-shadow: #fff 1px 1px 1px;
}
#tabs-primary ul li a:hover {
  background: #b3b3b3 url('../images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
#tabs-primary ul li.active {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
#tabs-primary ul li.active a,
#tabs-primary ul li.active a:hover {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
  line-height: 1.9;
  margin-top: -0.6em;
  text-shadow: #333 1px 1px 1px;
  border-color: #858585;
}

/* @end */
/* @group Secondary */
#tabs-secondary {
  background: #858585 url('../images/bg-shade-dark-flip.png') repeat-x 0 0%;
  color: #fff;
  float: left;
  position: relative;
  width: 100%;
  border: solid 1px #858585;
  border-top: none;
}
#tabs-secondary ul {
  display: inline;
  list-style: none;
  float: left;
  padding: 0.5em;
  margin: 0;
}
#tabs-secondary ul li {
  float: left;
  padding: 0;
  margin: 0;
}
#tabs-secondary ul li a {
  font-size: 1em;
  float: left;
  padding: 0.5em 0.75em;
  margin: 0 0.15em 0 0;
  color: #fff;
  text-shadow: #444 1px 1px 1px;
}
#tabs-secondary ul li:last-child a {
  border-right: none;
}
#tabs-secondary ul li a:hover,
#tabs-secondary ul li.active a {
  background: #b3b3b3 url('../images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
/* @end */
/* @end */
/* @group Pagers */
div.pager {
  margin: 1em auto;
  text-align: center;
}
.pager-inner {
  padding: 0 0.5em;
  background: #fff url('../images/bg-shade-light.png') repeat-x 0 100%;
  -webkit-border-raduis: 0.333em;
  -moz-border-raduis: 0.333em;
  border: solid 1px #ddd;
}
ul.pager {
  padding: 0;
  margin: 0;
  display: inline;
}
ul.pager li {
  margin: 0 0.25em 0.25em 0!important;
  padding: 0!important;
  border: none;
  display: inline;
}
ul.pager li a {
  border: 0;
  color: #555555;
  text-decoration: none;
  margin: 0;  
  padding: 0.2em 0.75em;
  font-weight: normal;
  display: inline-block;
}
ul.pager li a:hover,
ul.pager li a:visited:hover {
  background: #B3B3B3 url('../images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
}
ul.pager li span {
  padding: 0.2em 0.75em;
  display: inline-block;
  font-weight: normal;
}
ul.pager li.pager-current {
  font-weight: bold;
}
ul.pager li.pager-current span  {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background: none;
  border: none;
}
.block div.pager,
.panel-pane div.pager {
  font-size: 0.9em;
  text-align: left;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background-image: none;
}
.block div.pager ul.pager,
.panel-pane ul.pager {
  margin:0;
  padding: 0;
}

/* @end */
/* @group More Links */
.more-link {
  padding: 0.25em;
  margin: 1em -0.55em -0.55em -0.55em;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  height: 1.5em;
  clear: both;
}
.more-link a {
  color: #888;
  padding-right: 1.5em;
  float: right;
}
.more-link a:hover {
  color: #555;
}
.more-link span.icon {
  background: transparent url('../images/sprites-sky.png') no-repeat 0 -1023px;
  height: 16px;
  width: 16px;
  float: right;
  margin-left: -1.15em;
}
}
.block h3.title {
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
  display: block;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.1em;
  padding: 5px 10px;
  margin: 0;
  text-shadow: #fff 1px 1px 1px;
  color: #555;
  -moz-border-radius-topleft: 0.333em;
  -webkit-border-top-left-radius: 0.333em;
  -moz-border-radius-topright: 0.333em;
  -webkit-border-top-right-radius: 0.333em;
  border: solid 1px #ddd;
  border-bottom: 0;
}
/* 
.block .content {
  border: 1px solid #ddd;
  padding: 0.5em;
  position: relative;
}
 */
.style-menu .content {
  padding: 0;
  border: none;
}
/* @group Links */
/* 
.block .links ul {
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0 0 0 0.25em;
}
.block .links li {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}
 */
/* @end */

/* @group User Login Form */
#user-login-form {
  text-align: left;
  padding: 1em 0 1em 1em;
  margin: 0;
  text-align: left;
}
#user-login-form .form-item,
#user-login-form .form-text {
  margin: 0;
}
#user-login-form .form-text {
  width: 90%;
}
#user-login li,
#user-login-form li {
  list-style: none;
}
/* Open ID */
#user-login-form .form-item {
  margin: 0 0 1.5em 0;
}
#user-login-form .form-submit {
  margin-top: -1.5em;
  margin-bottom: 1em;
}
#user-login li,
#user-login-form li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#user-login ul,
#user-login-form ul {
  margin: 0;
}
/* Open ID */
li.openid-link  {
  padding: 0;
  margin: 0;
  background-position: center left;
}
li.openid-link a {
  padding-left: 1.75em;
  margin: 0;
 }
#user-login li.openid-link {
  margin-bottom: 1em;
}
/* User Login Block */
#block-user-0 .content {
  border: solid 1px #ddd;
}
#block-user-0 form {
  overflow: hidden;
}
.advanced-help-link {
  margin-top: 1px!important;
}
/* @end */
/* @end */
/* @group System Messages */
div.messages {
  background-color:#ddd;
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: 1em 1em 2em 1em;
}
div.warning {
  margin: 1em 0;
  padding: 1em 1em 2em 1em;  
}
.messages .inner {
  padding-left: 4em;
}
.messages .icon {
  background: url('../images/sprites-32.png') no-repeat 0 0;
  position: absolute;
  width: 32px;
  height: 32px;
}
.warning .icon {background-position: -182px -1270px;}
.error .icon {background-position: -364px -898px;}
.status .icon {background-position: 0 -960px;}

div.help {
  margin: 1em 0;
  padding: 1em 0;
}
div.help div.help {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
div.password-description {
  border: solid 1px #ddd;
  padding: 0.5em 1em 1.25em 4em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  font-size: 0.9em;
  margin: -2em 0 1em 0;
}
/* @end */

/* @group Quicktabs */
.quicktabs_main .block {
  border: none;
  margin: 0;
  padding: 0;
}
.quicktabs_main .block .content {
  border: none;
}
.quicktabs_main .block .title {
  background: none;
  border: none;
  padding: 1em 1em 0.25em 1em;
}
.panel-pane .quicktabs_wrapper .content {
  border: none;
}
/* @end */

/* @group Admin Menu */
#admin-menu {
  font-size: 11px;
  z-index: 9999;
}
/* @end */

/* @group Vertical Tabs */
/* Disclaimer: sorry about all the important!'s but the CSS file loads last */
div.vertical-tabs-div {
  border: 1px solid #ddd!important;
}
.vertical-tabs ul.vertical-tabs-list {
  border: 1px solid #ddd!important;
  border-bottom: 0!important;
  border-right: 0!important;
}
.vertical-tabs ul.vertical-tabs-list li {
  background: #fff url('../images/bg-shade-light.png') repeat-x 0 100%!important;
  border-bottom: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  text-shadow: #fff 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li span.description {
  color: #999;
  text-shadow: none;
}
.vertical-tabs ul.vertical-tabs-list li a {
  text-shadow: #fff 1px 1px 1px;
  color: #555;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x 0 100%!important;
  border-right: none!important;
  color: #fff;
}
.vertical-tabs ul.vertical-tabs-list li.selected a {
  color: #fff!important;
  text-shadow: #333 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li.selected span.description {
  color: #fff;
}
/* @end */

/* @group TinyMCE */
body.mceContentBody {
  background: #fff none;
}
/* @end */
/* @group Coder */
.coder pre {
  border: none;
  margin: 0;
}
.coder .item-list ul {
  margin: 0;
  padding: 0;
  border: solid 1px #bbb;
}
.coder .item-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #bbb;
}
.coder .item-list li:last-child {
  border-bottom: 0;
}
.coder .item-list li.first.last {
  border: none;
  padding: 2em;
  color: #777;
}
.coder .coder-warning {
  padding: 1em;
}
/* @end */
/* @group External Link */
ul.menu a.ext {
  padding-right: 0;
}

/* Added by Dan for Sharp theme */
h1.title {
	color: #CC0000;
}

.panel-display h1 {
	color: #CC0000;
}

h2.pane-title {
	color: #CC0000;
}

#upperright-region {
	width: 300px;
	vertical-align: top;
	text-align: right;
	float: right;
	margin-top: 30px;
	margin-right: 25px;
}

#block-jquerymenu-2 ul.jquerymenu {
        margin-left: 15px;
}

/* Test for header search  */
#block-fuzzysearch-0 .form-item {
	// border: 1px solid #369;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
}

/* 
#block-fuzzysearch-0 .form-submit {
        border: 1px solid #369;
        font-size: 1.1em;
        height: 1.5em;
        vertical-align: middle;
}
 */


/* 
#block-fuzzysearch-0 .form-text {
	width: 16em;
	padding: 0 0.5em;
}
 */

div.search-results {
	margin-top: 30px;
}

.search-results .even {
	border: 0;
	background-color: #f2f2f2;
	padding-top: 15px;
	margin-bottom: 15px;
}

.search-results .even .node {
	padding-left: 15px;
}

.search-results .odd .node {
        padding-left: 15px;
}

/* 
#search .form-text, #search .form-submit {
border: 1px solid #369;
font-size: 1.1em;
height: 1.5em;
vertical-align: middle;
}

#search .form-text {
width: 16em;
padding: 0 0.5em;
}
 */

#edit-search-theme-form-1-wrapper label {
display: none;
}

/* Americas Front Page  */
table.smaFrontPageTables tr td {
	border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
}

table.greenTables th {
	color: #006227;
}

#tickerLeftCell {
	padding: 7px 0px 0px 9px;
	width: 120px;
}

div.item-list {
	padding: 0px;
}

div.item-list ul li {
	list-style: none;
	/* list-style-type: none; */
	/* margin: 10px 0px 10px 15px; */
	padding: 0px;	
	font-weight: 600;
}

#tickerTitle {
	color: #717073;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}



/* Europe Front page  */
#europe-front-page .panel-col-first {
	width: 80%;
}

#europe-front-page .panel-col-last {
	width: 20%;
}

/* LCD Page  */
table.lcdTables tr td {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.lcdTables td {
	padding: 0em 0.5em 0.25em 0.5em;
}

/* Lighting Page  */
table.lightingTables tr td {
	border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
}

#mini-zenigata-sma-panels .panel-col-first {
        width: 70%;
}

#mini-zenigata-sma-panels .panel-col-last {
        width: 30%;
}


/* Opto Page */
table.optoTables tr td {
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.optoTables th{background-color:#ddd;padding:0.25em 0.5em}

table.optoTables, table.optoTables tr td {
	padding: 0.25em 0.5em;
}


/* Product Detail Page Styles  */
.node-sma-content table, .node-sma-content tbody tr td, .node-sme-content table, .node-sme-content tbody tr td, 
.node-sect-content table, .node-sect-content tbody tr td, .node-ses-content table, .node-ses-content tbody tr td,
.node-sesl-content table, .node-sesl-content tbody tr td, .node-srh-content table, .node-srh-content tbody tr td {
	border: 0px;
}

.field {
	clear: left;
}

.field div.odd, div.even {
	width: 100%;
	overflow:hidden;
}

.field div.field-label-inline-first {
   /* border-right: 1px solid #000000;*/
    float: left;
    font-weight: bold;
    line-height: 1.9em;
    margin-right: 11px;
    padding: 0 0 0 5px;
    width: 29%;
}
body.node-type-sma-job-postings .field div.field-label-inline-first {
	width:10%;
}

body.node-type-sma-job-postings h1.title {margin-bottom:10px;}
body.node-type-sma-job-postings #content #content-area .section{width:950px;}

.field-item-content {
	float: left;
	width: 60%;
	border-left: 1px solid #666;
	padding: 3px;
	/*border-bottom: dotted 1px #ccc*/
}

.fileDownloadButton {
	background-color: #cccccc;
	padding: 10px;
	border: 1px solid #000000;
}

.dataTables_wrapper {
	background-color: #fff;
	margin-top: 15px;
}

.ui-toolbar {
	background: #fff url('../images/bg-shade-ccc.png') repeat-x 0 100%;
	border: solid 1px #ddd;
	padding: 10px;
}

/* new design has sharp edges
.ui-corner-tl { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; }
.ui-corner-tr { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; }
.ui-corner-bl { -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; }
.ui-corner-br { -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; }
*/
.views-table {
	margin-top: 0px;
	margin-bottom: 0px;
}

.dataTables_length {
	display: inline;
}

.dataTables_filter {
	display: inline;
	float: right;
}

/* */
.DataTables_sort_wrapper {
	white-space: nowrap;
}

table.display thead th div.DataTables_sort_wrapper span {
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons.png");
}

.css_right {
    float: right;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon {
    background-image: url("images/ui-icons.png");
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.css_right {
    text-align: right;
}
/* */

.dataTables_info {
	display: inline;
}

.dataTables_paginate {
	display: inline;
	float: right;
}

.ui-button {
  background: #fff url('../images/bg-shade-light.png') repeat-x 0 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: solid 1px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 0.9em;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.1em .8em;
  text-shadow: #fff 1px 1px 1px;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  display: inline;
  margin: 0em 0.5em 0 0;
}

.ui-button:hover {
	background: #cccccc;
	cursor: pointer;
}

.ui-state-disabled {
  background: #b3b3b3 url('../images/bg-shade-medium.png') repeat-x 0 100%;
  border-color: #999;
  color: #000;
  text-shadow: #ccc 1px 1px 1px;
}


/* LCD Page Styles */
#europe-lcd .panel-col-first {
	width: 50%;
	clear: left;
}

#europe-lcd .panel-col-last {
        width: 50%;
}

/* Memory Page Styles  */
.view-products-memory {
	margin-top: 20px;
}

/* Support Page Styles  */
.supportTables tbody tr td {
	border: solid 1px #cccccc;
}

/* Where to Buy Page Styles */
div.pane-distributors-view {
	margin-bottom: 35px;
}

div.pane-distributors-view .views-field-title {
	font-weight: bold;
}

div.pane-distributors-view div.view-display-id-page-2 tr td {
	font-size: 10px;
}

div.pane-sma-offices {
	margin-top: 10px;
	margin-bottom: 25px;
}

div.pane-sma-offices .views-field-title {
	font-weight: bold;
}

#representatives-page .panel-col-first {
	width: 25%;
}

#representatives-page .panel-col-last {
        width: 75%;
        margin-left:-84px;
}

div.pane-representatives-view div.view-display-id-page-1 .views-row {
	margin-bottom: 15px;
}

div.pane-representatives-view div.view-display-id-page-1 .views-field-title {
	font-weight: bold;
}

div.pane-representatives-view div.view-display-id-page-7 tr td {
	font-size: 11px;
}

/* Europe Disty View  */
.view-display-id-page-2 table {
	margin-bottom: 15px;
}

/* Press Page Styles  */

#americas-press-page .panel-col-last {
        width: 27%;
	padding-left: 1%;
	padding-top: 19px;
}

#americas-press-downloads .panel-col-first {
	width: 70%;
}

#americas-press-downloads .panel-col-last {
	width: 30%;
}

#americas-podcast .panel-col-first {
        width: 70%;
}

#americas-podcast .panel-col-last {
        width: 30%;
}

#americas-press-page #block-block-3 {
	margin-top: 7px;
}

#americas-press-downloads #block-block-3 {
        margin-top: 20px;
}

#americas-podcast #block-block-3 {
        margin-top: 20px;
}



/* Lead Capture Popups Body */
#webform-client-form-5753, 
#webform-client-form-6001 {
	font-size: 10px;
}

#webform-client-form-5753 .webform-component-textfield, 
#webform-client-form-5753 .webform-component-select, 
#webform-client-form-6001 .webform-component-textfield,
#webform-client-form-6001 .webform-component-select, 
#webform-client-form-6008 .webform-component-textfield,
#webform-client-form-6008 .webform-component-select {
	width: 50%;
	float: left;
}

#webform-client-form-5753 #edit-submitted-lastname-wrapper, 
#webform-client-form-5753 #edit-submitted-company-wrapper, 
#webform-client-form-5753 #edit-submitted-email-wrapper, 
#webform-client-form-5753 #edit-submitted-state-wrapper,
#webform-client-form-5753 #edit-submitted-postalcode-wrapper, 
#webform-client-form-6001 #edit-submitted-lastname-wrapper,
#webform-client-form-6001 #edit-submitted-company-wrapper,
#webform-client-form-6001 #edit-submitted-email-wrapper,
#webform-client-form-6001 #edit-submitted-stateprovince-wrapper,
#webform-client-form-6001 #edit-submitted-postalcode-wrapper, 
#webform-client-form-6008 #edit-submitted-lastname-wrapper,
#webform-client-form-6008 #edit-submitted-company-wrapper,
#webform-client-form-6008 #edit-submitted-email-wrapper,
#webform-client-form-6008 #edit-submitted-stateprovince-wrapper,
#webform-client-form-6008 #edit-submitted-postalcode-wrapper {
	padding-left: 2%;
}

#webform-client-form-5753 #webform-component-firstname,
#webform-client-form-5753 #webform-component-title,
#webform-client-form-5753 #webform-component-phone,
#webform-client-form-5753 #webform-component-street,
#webform-client-form-5753 #webform-component-city,
#webform-client-form-5753 #webform-component-product_interest__c,
#webform-client-form-5753 #webform-component-lead_disti_preference__c,
#webform-client-form-5753 #webform-component-description, 
#webform-client-form-6001 #webform-component-firstname,
#webform-client-form-6001 #webform-component-title,
#webform-client-form-6001 #webform-component-phone,
#webform-client-form-6001 #webform-component-street,
#webform-client-form-6001 #webform-component-city,
#webform-client-form-6001 #webform-component-description, 
#webform-client-form-6008 #webform-component-firstname,
#webform-client-form-6008 #webform-component-title,
#webform-client-form-6008 #webform-component-phone,
#webform-client-form-6008 #webform-component-street,
#webform-client-form-6008 #webform-component-city,
#webform-client-form-6008 #webform-component-description {
	clear: left;
}

#webform-client-form-5753 #webform-component-city,
#webform-client-form-5753 #webform-component-state, 
#webform-client-form-5753 #webform-component-postalcode, 
#webform-client-form-6001 #webform-component-city,
#webform-client-form-6001 #webform-component-stateprovince,
#webform-client-form-6001 #webform-component-postalcode, 
#webform-client-form-6008 #webform-component-city,
#webform-client-form-6008 #webform-component-stateprovince,
#webform-client-form-6008 #webform-component-postalcode {
	width: 33%; 
}

#webform-client-form-5753 #edit-submitted-state-wrapper, 
#webform-client-form-6001 #edit-submitted-state-wrapper, 
#webform-client-form-6008 #edit-submitted-state-wrapper {
	padding-left: 10%;
}



/* Solr Search Box  */
#block-block-13 .form-item {
        // border: 1px solid #369;
        font-size: 1.1em;
        height: 1.5em;
        vertical-align: middle;
}

#block-block-13 .form-submit {
        border: 1px solid #369;
        font-size: 1.1em;
        height: 1.5em;
        vertical-align: middle;
}


#block-block-13 .form-text {
        width: 16em;
        padding: 0 0.5em;
}


/* Solr Search Facet Styles  */
#solr-search .panel-col-first {
        width: 72%;
	margin-right: 3%;
}

#solr-search .panel-col-last {
	width: 25%;
}

#solr-search .panel-col-last h2.pane-title {
	font-size: 12px;
}

#solr-search .panel-col-last a {
        font-size: 10px;
        font-weight: normal;
}

.parent.closed > a {
    display: none;
}
/* note: changed line 390 to just be class: .wrap- instead of .wrap-center as current is*/
/* @end */

