/* Pagers */
#main-content .item-list ul {
    margin-top: 10px;
}
#main-content .item-list ul li {
    margin-left: 2px;
    margin-bottom: 0;
}

/*
*
* Blog
*
*/

#main-content .view-blog .views-row {
    clear: both;
    margin-bottom: 40px;
}
#main-content .view-blog .views-field-view-node {
    float: right;
    margin-top: -30px;
    margin-right: 15px;
}

/*
*
* Organic Product Search: Business Profile
*
*/
body.node-type-product #main-content h3 {
    margin: 20px 0;
}
body.node-type-product #main-content h4 {
    margin-bottom: 10px;
}
body.node-type-product #main-content h4.toggle {
    padding-left: 28px;
    background: url('/_ui/skin/img/icon/toggle.gif') top left no-repeat;
    cursor: pointer;
}
body.node-type-product #main-content h4.toggle.open {
    background: url('/_ui/skin/img/icon/toggle.gif') bottom left no-repeat;
}
#main-content .business-info {
	margin-bottom: 20px;
}
#main-content .business-info p {
	margin-bottom: 0px;
}
table.tablefield {
	width: 620px;
	margin-bottom: 30px;
}
table.tablefield thead tr th {
    background: #619436;
	color: #fff;
	border-bottom: none;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
}
table.tablefield tbody {
	border-top: none;
}
table.tablefield tr.even td, 
table.tablefield tr.odd td {
	border-bottom: 1px solid #d0daae;
}
table.tablefield tr.even td {
	background: #f6f8ef;
}
table.tablefield tr.odd,
table.tablefield tr.odd td {
	background: #f6f4d9;
}
table.tablefield th,
table.tablefield td {
	width: 40px;
	padding: 12px;	
}
table.tablefield th.col-0 {
}
table.tablefield td.col-0 {
	padding-left: 10px;	
	text-align: left;
}
.content table tr.even td.yes {
   background: #f6f8ef url(/_ui/skin/img/icon/yes.png) center center no-repeat;
   text-indent: -9999px;
}
.content table tr.even td.no {
	background: #f6f8ef url(/_ui/skin/img/icon/no.png) center center no-repeat;
	text-indent: -9999px;
}
.content table tr.odd td.yes {
   background: #f6f4d9 url(/_ui/skin/img/icon/yes.png) center center no-repeat;
   text-indent: -9999px;
}
.content table tr.odd td.no {
	background: #f6f4d9 url(/_ui/skin/img/icon/no.png) center center no-repeat;
	text-indent: -9999px;
}


/*
*
* Organic Product Search: Results
*
*/

.view table {
	width: 620px;
}
.view table tbody {
	border-top: none;
}
.view table tr.even td, 
.view table tr.odd td {
	border-bottom: 1px solid #d0daae;
}
.view table tr.even td {
	background: #f6f8ef;
}
.view table tr.odd td {
	background: #f6f4d9;
}
.view table td {
	padding: 5px 10px;
}
.view td.views-field-view-node,
.view td.views-field-field-document-id-value {
	text-align: center;
}
.view td.views-field-field-document-id-value {
	width: 150px;
}
#main-content .block-views {
    margin-bottom: 20px;
}
.views-field-field-document-upload-fid {
	width: 30px;
	text-align: center;
}
label.disabled {
    color: #9ba09a;
}


/*
*
* Organic Product Search: Search Fields
*
*/
.views-exposed-form .views-exposed-widget {
	padding-right: 0;
}
.views-exposed-form label {
	float: left;
	width: 175px;
	padding: 4px 10px 4px 5px; 
}
.views-exposed-form  #edit-operation-64-wrapper label {
	width: 200px;
}
.views-exposed-form  #edit-compliance-63-wrapper label {
	width: 240px;
}
.views-exposed-form  #edit-compliance-62-wrapper label {
	width: 200px;
}
.views-exposed-form .views-widget {
	float: left;
	width: 300px;
	padding: 4px 10px 4px 5px; 
}
.views-exposed-form input.form-text {
	width: 200px;
}
.views-exposed-form .form-checkboxes .bef-toggle {
	display: none;
}
.views-exposed-form .form-checkboxes,
.views-exposed-form .form-radios {
	float: left;
	margin-top: 0;
}
.views-exposed-form .form-checkboxes .form-item {
	float: left;
	width: 150px;
}
#views-exposed-form-inspector-search-page-1 .views-exposed-form .views-widget {
    width: 320px;
}
#views-exposed-form-inspector-search-page-1 .views-exposed-form .form-checkboxes .form-item {
    width: 160px;
}
.views-exposed-form .form-checkboxes label {
	padding: 0; 
}
.views-exposed-form .views-exposed-widget input.form-submit {
    margin-top: 0;
    cursor: pointer;
    border: none;
    color: #fff;
	text-align: center;
	height: 29px;
	line-height: 24px;
	width: 100px;
	/* Rounded Corners */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #5f932f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f932f 0%, #4c7525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f932f), color-stop(100%,#4c7525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* IE10+ */
	background: linear-gradient(top, #5f932f 0%,#4c7525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f932f', endColorstr='#4c7525',GradientType=0 ); /* IE6-9 */
}
.views-exposed-form .views-exposed-widget input.form-submit:hover {
    background: #4c7525; /* Old browsers */
	background: -moz-linear-gradient(top, #4c7525 0%, #5f932f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c7525), color-stop(100%,#5f932f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* IE10+ */
	background: linear-gradient(top, #4c7525 0%,#5f932f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7525', endColorstr='#5f932f',GradientType=0 ); /* IE6-9 */
}
#views-exposed-form-organic-product-search-page-1 .views-exposed-form .views-submit-button,
#views-exposed-form-inspector-search-page-1 .views-exposed-form .views-submit-button {
    clear: both;
}


/*
*
* Organic Product Search: Business Name A-Z Pagination
*
*/

.view-display-id-page_3 .view-header {
	float: left;
	margin-bottom: 20px;
}
.view-display-id-page_3 .view-header {
	width: 620px;
}
#main-content .view-display-id-page_3 .alpha-pager ul {
	margin-bottom: 0;
	float: left;
}
#main-content .view-display-id-page_3 .alpha-pager li {
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0;
	background: #60922f;
	padding: 2px 5px;
}
#main-content .view-display-id-page_3 .alpha-pager li.starts-with {
	background: none;
}
#main-content .view-display-id-page_3 .alpha-pager li.first {
	padding: 2px 16px;
}
#main-content .view-display-id-page_3 .alpha-pager li.last {
	padding-right: 10px;
}
#main-content .view-display-id-page_3 .alpha-pager li a {
    color: #fff;
}

.view-display-id-page_3 .alpha-pager a {
	color: #fff;
	text-decoration: none;
}
.view-display-id-page_3 .view-content a {
	color: #5A902E;
}
.view-display-id-page_3 .view-content a:hover {
	color: #3f601f;
}


/*
*
* Resources and Forms: Search Block and Page
*
*/

#block-menu_block-1 {
    margin-bottom: 20px;
}
#block-views--exp-resource-page_1 .content {
    padding: 0 20px 10px 20px;
}
#block-views--exp-resource-page_1 .views-exposed-form label {
    float: none;
    width: 100%;
    padding: 0;
    font-weight: normal;
}
#block-views--exp-resource-page_1 .views-exposed-form .views-widget {
    float: none;
    width: 236px;
    padding: 0;
}
#block-views--exp-resource-page_1 .views-exposed-form input.form-text,
#block-views--exp-resource-page_1 .views-exposed-form select.form-select {
    width: 230px;
}
#block-views--exp-resource-page_1 .views-submit-button {
    float: left;
    margin-top: 10px;
}
#block-views--exp-resource-page_1 input.form-submit {
    cursor: pointer;
    border: none;
    color: #fff;
	text-align: center;
	height:29px;
	line-height: 24px;
	width: 100px;
	/* Rounded Corners */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #5f932f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f932f 0%, #4c7525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f932f), color-stop(100%,#4c7525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* IE10+ */
	background: linear-gradient(top, #5f932f 0%,#4c7525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f932f', endColorstr='#4c7525',GradientType=0 ); /* IE6-9 */
}
#block-views--exp-resource-page_1 input.form-submit:hover {
    background: #4c7525; /* Old browsers */
	background: -moz-linear-gradient(top, #4c7525 0%, #5f932f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c7525), color-stop(100%,#5f932f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* IE10+ */
	background: linear-gradient(top, #4c7525 0%,#5f932f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7525', endColorstr='#5f932f',GradientType=0 ); /* IE6-9 */
}
.view-resource .view-empty {
    text-align: center;
}


/*
*
* Resources and Forms
*
*/

/* Login/Out Block */
#block-block-1 .content {
    padding: 0 20px 10px 20px;
}

#block-block-1 p {
	margin: 10px 0;
}
#block-block-1 p.role {
    text-align: center;
    color: #fff;
    padding: 10px 0;
	/* Rounded Corners */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #3B5A1D;
}
#block-block-1 p.button a {
	font-size: 11px;
	text-decoration: none;
    display: block;
    color: #fff;
	text-align: center;
	line-height: 29px;
	width: 100px;
	/* Rounded Corners */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #5f932f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f932f 0%, #4c7525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f932f), color-stop(100%,#4c7525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* IE10+ */
	background: linear-gradient(top, #5f932f 0%,#4c7525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f932f', endColorstr='#4c7525',GradientType=0 ); /* IE6-9 */
}
#block-block-1 p.button a:hover {
    background: #4c7525; /* Old browsers */
	background: -moz-linear-gradient(top, #4c7525 0%, #5f932f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c7525), color-stop(100%,#5f932f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* IE10+ */
	background: linear-gradient(top, #4c7525 0%,#5f932f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7525', endColorstr='#5f932f',GradientType=0 ); /* IE6-9 */
}
#block-user-0 {
	margin-bottom: 20px;
}
#block-user-0 .content {
	padding: 0 20px 10px;
}
#block-user-0 #user-login-form {
    text-align: left;
}
#block-user-0  .form-item label {
    font-weight: normal;
}
#block-user-0 #edit-name-wrapper {
	margin-top: 0;
}
#block-user-0 input.form-text {
    width: 230px;
}
#block-user-0 .item-list {
	display: none;
}
#block-user-0 input.form-submit {
	line-height: 32px
    /* Rounded Corners */
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #5f932f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f932f 0%, #4c7525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f932f), color-stop(100%,#4c7525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f932f 0%,#4c7525 100%); /* IE10+ */
	background: linear-gradient(top, #5f932f 0%,#4c7525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f932f', endColorstr='#4c7525',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 15px 15px 15px 15px;
	padding-bottom: 4px;
    color: #FFFFFF;
    cursor: pointer;
    height: 29px;
    line-height: 24px;
    text-align: center;
    width: 100px;
}
#block-user-0 input.form-submit:hover {
    background: #4c7525; /* Old browsers */
	background: -moz-linear-gradient(top, #4c7525 0%, #5f932f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c7525), color-stop(100%,#5f932f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c7525 0%,#5f932f 100%); /* IE10+ */
	background: linear-gradient(top, #4c7525 0%,#5f932f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7525', endColorstr='#5f932f',GradientType=0 ); /* IE6-9 */
}



/*
*
* Find an Inspector
*
*/

#views-exposed-form-inspector-search-page-1 .views-widget-filter-field_inspector_country_value_many_to_one select,
#views-exposed-form-inspector-search-page-1 .views-widget-filter-field_inspector_languages_value_many_to_one select {
    width: 206px;
}
.view-inspector-search .views-field-view-node {
    width: 50px;
}

#main-content .inspector-info {
	margin: 40px 0 20px 0;
}
#main-content .inspector-info p {
	margin-bottom: 0;
}


/*
*
* Contact Us
*
*/

#main-content .location {
    float: left;
    width: 310px;
}



/*
*
* News & Inspector Resource
*
*/

.view-display-id-page_1 .views-row,
.view-display-id-block_1 .views-row {
    margin-bottom: 40px;
}
.view-display-id-page_1 .views-field-title,
.view-display-id-block_1 .views-field-title {
    font-size: 18px;
}
.view-display-id-page_1 th.views-field-title,
.view-display-id-page_1 td.views-field-title,
.view-display-id-block_1 th.views-field-title,
.view-display-id-block_1 td.views-field-title {
    font-size: 14px;
}
.view-display-id-page_1 .views-field-view-node,
.view-display-id-block_1 .views-field-view-node {
    text-align: right;
    margin-top: -16px;
}