.node-unpublished {
	background-color: rgb(255, 244, 244);
}
.preview .node {
	background-color: rgb(255, 255, 234);
}
#node-admin-filter ul {
	margin: 0px; padding: 0px; width: 100%; list-style-type: none;
}
#node-admin-buttons {
	clear: right; margin-left: 0.5em; float: left;
}
td.revision-current {
	background: rgb(255, 255, 204);
}
.node-form .form-text {
	width: 95%; display: block;
}
.node-form .container-inline .form-text {
	width: auto; display: inline;
}
.node-form .standard {
	clear: both;
}
.node-form textarea {
	width: 95%; display: block;
}
.node-form .attachments fieldset {
	float: none; display: block;
}
.terms-inline {
	display: inline;
}
fieldset {
	padding: 0.5em; margin-bottom: 1em;
}
form {
	margin: 0px; padding: 0px;
}
hr {
	border: 1px solid gray; height: 1px;
}
img {
	border: 0px currentColor;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left; padding-right: 1em; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 3px; border-bottom-style: solid;
}
.clear-block::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.clear-block {
	display: inline-block;
}
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
body.drag {
	cursor: move;
}
th.active img {
	display: inline;
}
tr.even {
	padding: 0.1em 0.6em; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
tr.odd {
	padding: 0.1em 0.6em; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
tr.drag {
	background-color: rgb(255, 255, 240);
}
tr.drag-previous {
	background-color: rgb(255, 255, 221);
}
td.active {
	background-color: rgb(221, 221, 221);
}
td.checkbox {
	text-align: center;
}
th.checkbox {
	text-align: center;
}
tbody {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
tbody th {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
thead th {
	text-align: left; padding-right: 1em; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 3px; border-bottom-style: solid;
}
.breadcrumb {
	padding-bottom: 0.5em;
}
div.indentation {
	margin: -0.4em 0.2em -0.4em -0.4em; padding: 0.42em 0px 0.42em 0.6em; width: 20px; height: 1.7em; float: left;
}
div.tree-child {
	background: url("/misc/tree.png") no-repeat 11px;
}
div.tree-child-last {
	background: url("/misc/tree-bottom.png") no-repeat 11px;
}
div.tree-child-horizontal {
	background: url("/misc/tree.png") no-repeat -11px;
}
.error {
	color: rgb(238, 85, 85);
}
div.error {
	border: 1px solid rgb(221, 119, 119);
}
div.error {
	background: rgb(255, 204, 204); padding: 2px; color: rgb(34, 0, 0);
}
tr.error {
	background: rgb(255, 204, 204); padding: 2px; color: rgb(34, 0, 0);
}
.warning {
	color: rgb(224, 144, 16);
}
div.warning {
	border: 1px solid rgb(240, 192, 32);
}
div.warning {
	background: rgb(255, 255, 221); padding: 2px; color: rgb(34, 34, 0);
}
tr.warning {
	background: rgb(255, 255, 221); padding: 2px; color: rgb(34, 34, 0);
}
.ok {
	color: rgb(0, 128, 0);
}
div.ok {
	border: 1px solid rgb(0, 170, 0);
}
div.ok {
	background: rgb(221, 255, 221); padding: 2px; color: rgb(0, 34, 0);
}
tr.ok {
	background: rgb(221, 255, 221); padding: 2px; color: rgb(0, 34, 0);
}
.item-list .icon {
	color: rgb(85, 85, 85); padding-left: 0.25em; clear: right; float: right;
}
.item-list .title {
	font-weight: bold;
}
.item-list ul {
	margin: 0px 0px 0.75em; padding: 0px;
}
.item-list ul li {
	margin: 0px 0px 0.25em 1.5em; padding: 0px;
}
ol.task-list li.active {
	font-weight: bold;
}
.form-item {
	margin-top: 1em; margin-bottom: 1em;
}
tr.odd .form-item {
	margin-top: 0px; margin-bottom: 0px; white-space: nowrap;
}
tr.even .form-item {
	margin-top: 0px; margin-bottom: 0px; white-space: nowrap;
}
tr.merge-down {
	border-bottom-width: 0px !important;
}
tr.merge-down td {
	border-bottom-width: 0px !important;
}
tr.merge-down th {
	border-bottom-width: 0px !important;
}
tr.merge-up {
	border-top-width: 0px !important;
}
tr.merge-up td {
	border-top-width: 0px !important;
}
tr.merge-up th {
	border-top-width: 0px !important;
}
.form-item input.error {
	border: 2px solid red;
}
.form-item textarea.error {
	border: 2px solid red;
}
.form-item select.error {
	border: 2px solid red;
}
.form-item .description {
	font-size: 0.85em;
}
.form-item label {
	font-weight: bold; display: block;
}
.form-item label.option {
	font-weight: normal; display: inline;
}
.form-checkboxes {
	margin: 1em 0px;
}
.form-radios {
	margin: 1em 0px;
}
.form-checkboxes .form-item {
	margin-top: 0.4em; margin-bottom: 0.4em;
}
.form-radios .form-item {
	margin-top: 0.4em; margin-bottom: 0.4em;
}
.marker {
	color: rgb(255, 0, 0);
}
.form-required {
	color: rgb(255, 0, 0);
}
.more-link {
	text-align: right;
}
.more-help-link {
	text-align: right; font-size: 0.85em;
}
.nowrap {
	white-space: nowrap;
}
.item-list .pager {
	text-align: center; clear: both;
}
.item-list .pager li {
	padding: 0.5em; display: inline; list-style-type: none; background-image: none;
}
.pager-current {
	font-weight: bold;
}
.tips {
	padding-top: 0px; padding-bottom: 0px; font-size: 0.9em; margin-top: 0px; margin-bottom: 0px;
}
dl.multiselect dd.b {
	width: 14em; font-family: inherit; font-size: inherit;
}
dl.multiselect dd.b .form-item {
	width: 14em; font-family: inherit; font-size: inherit;
}
dl.multiselect dd.b select {
	width: 14em; font-family: inherit; font-size: inherit;
}
dl.multiselect dd.a {
	width: 8em;
}
dl.multiselect dd.a .form-item {
	width: 8em;
}
dl.multiselect dt {
	margin: 0px 1em 0px 0px; padding: 0px; line-height: 1.75em; float: left;
}
dl.multiselect dd {
	margin: 0px 1em 0px 0px; padding: 0px; line-height: 1.75em; float: left;
}
dl.multiselect .form-item {
	margin: 0px; height: 1.75em;
}
.container-inline div {
	display: inline;
}
.container-inline label {
	display: inline;
}
ul.primary {
	list-style: none; margin: 5px; padding: 0px 0px 0px 1em; height: auto; line-height: normal; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1px; border-bottom-style: solid; white-space: nowrap; border-collapse: collapse;
}
ul.primary li {
	display: inline;
}
ul.primary li a {
	border-width: 1px; border-style: solid solid none; border-color: rgb(187, 187, 187); padding: 0px 1em; height: auto; text-decoration: none; margin-right: 0.5em; background-color: rgb(221, 221, 221);
}
ul.primary li.active a {
	border-width: 1px; border-style: solid; border-color: rgb(187, 187, 187) rgb(187, 187, 187) rgb(255, 255, 255); background-color: rgb(255, 255, 255);
}
ul.primary li a:hover {
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(238, 238, 238); background-color: rgb(238, 238, 238);
}
ul.secondary {
	margin: 5px; padding: 0.5em 1em; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1px; border-bottom-style: solid;
}
ul.secondary li {
	padding: 0px 1em; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; display: inline;
}
ul.secondary a {
	padding: 0px; text-decoration: none;
}
ul.secondary a.active {
	border-bottom-color: rgb(153, 153, 153); border-bottom-width: 4px; border-bottom-style: solid;
}
#autocomplete {
	border: 1px solid currentColor; overflow: hidden; position: absolute; z-index: 100;
}
#autocomplete ul {
	list-style: none; margin: 0px; padding: 0px;
}
#autocomplete li {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); white-space: pre; cursor: default;
}
#autocomplete li.selected {
	background: rgb(0, 114, 185); color: rgb(255, 255, 255);
}
html.js input.form-autocomplete {
	background-position: 100% 2px; background-image: url("/misc/throbber.gif"); background-repeat: no-repeat;
}
html.js input.throbbing {
	background-position: 100% -18px;
}
html.js fieldset.collapsed {
	height: 1em; margin-bottom: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}
html.js fieldset.collapsed * {
	display: none;
}
html.js fieldset.collapsed legend {
	display: block;
}
html.js fieldset.collapsible legend a {
	background: url("/misc/menu-expanded.png") no-repeat 5px 75%; padding-left: 15px;
}
html.js fieldset.collapsed legend a {
	background-position: 5px 50%; background-image: url("/misc/menu-collapsed.png");
}
* html.js fieldset.collapsed legend {
	display: inline;
}
* html.js fieldset.collapsed legend * {
	display: inline;
}
* html.js fieldset.collapsed table * {
	display: inline;
}
html.js fieldset.collapsible {
	position: relative;
}
html.js fieldset.collapsible legend a {
	display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
	overflow: auto;
}
.resizable-textarea {
	width: 95%;
}
.resizable-textarea .grippie {
	background: url("/misc/grippie.png") no-repeat center 2px rgb(238, 238, 238); border-width: 0px 1px 1px; border-style: solid; border-color: rgb(221, 221, 221); height: 9px; overflow: hidden; cursor: s-resize;
}
html.js .resizable-textarea textarea {
	width: 100%; margin-bottom: 0px; display: block;
}
.draggable a.tabledrag-handle {
	margin: -0.4em 0px -0.4em -0.5em; padding: 0.42em 1.5em 0.42em 0.5em; height: 1.7em; text-decoration: none; float: left; cursor: move;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	background: url("/misc/draggable.png") no-repeat 0px 0px; width: 13px; height: 13px; margin-top: 4px;
}
a.tabledrag-handle-hover .handle {
	background-position: 0px -20px;
}
.joined + .grippie {
	background-position: center 1px; height: 5px; margin-bottom: -2px;
}
.teaser-checkbox {
	padding-top: 1px;
}
div.teaser-button-wrapper {
	margin: 0px; padding-right: 5%; float: right;
}
.teaser-checkbox div.form-item {
	margin: 0px 5% 0px 0px; padding: 0px; float: right;
}
textarea.teaser {
	display: none;
}
html.js .no-js {
	display: none;
}
.progress {
	font-weight: bold;
}
.progress .bar {
	background: url("/misc/progress.gif") rgb(255, 255, 255); margin: 0px 0.2em; border: 1px solid rgb(0, 55, 90); height: 1.5em;
}
.progress .filled {
	background: rgb(0, 114, 185); width: 0%; height: 1em; border-bottom-color: rgb(0, 74, 115); border-bottom-width: 0.5em; border-bottom-style: solid;
}
.progress .percentage {
	float: right;
}
.progress-disabled {
	float: left;
}
.ahah-progress {
	float: left;
}
.ahah-progress .throbber {
	background: url("/misc/throbber.gif") no-repeat 0px -18px; margin: 2px; width: 15px; height: 15px; float: left;
}
tr .ahah-progress .throbber {
	margin: 0px 2px;
}
.ahah-progress-bar {
	width: 16em;
}
#first-time strong {
	padding: 1.5em 0px 0.5em; display: block;
}
tr.selected td {
	background: rgb(255, 255, 204);
}
table.sticky-header {
	background: rgb(255, 255, 255); margin-top: 0px;
}
.install#clean-url {
	display: none;
}
html.js .js-hide {
	display: none;
}
#system-modules div.incompatible {
	font-weight: bold;
}
#system-themes-form div.incompatible {
	font-weight: bold;
}
span.password-strength {
	visibility: hidden;
}
input.password-field {
	margin-right: 10px;
}
div.password-description {
	margin: 4px 0px 0px; padding: 0px 2px; font-size: 0.85em; max-width: 500px;
}
div.password-description ul {
	margin-bottom: 0px;
}
.password-parent {
	margin: 0px;
}
input.password-confirm {
	margin-right: 10px;
}
.confirm-parent {
	margin: 5px 0px 0px;
}
span.password-confirm {
	visibility: hidden;
}
span.password-confirm span {
	font-weight: normal;
}
ul.menu {
	list-style: none; border: currentColor; text-align: left;
}
ul.menu li {
	margin: 0px 0px 0px 0.5em;
}
li.expanded {
	margin: 0px; padding: 0.2em 0.5em 0px 0px; list-style-type: circle; list-style-image: url("/misc/menu-expanded.png");
}
li.collapsed {
	margin: 0px; padding: 0.2em 0.5em 0px 0px; list-style-type: disc; list-style-image: url("/misc/menu-collapsed.png");
}
li.leaf {
	margin: 0px; padding: 0.2em 0.5em 0px 0px; list-style-type: square; list-style-image: url("/misc/menu-leaf.png");
}
li a.active {
	color: rgb(0, 0, 0);
}
td.menu-disabled {
	background: rgb(204, 204, 204);
}
ul.links {
	margin: 0px; padding: 0px;
}
ul.inline.links {
	display: inline;
}
ul.links li {
	padding: 0px 0.5em; display: inline; list-style-type: none;
}
.block ul {
	margin: 0px; padding: 0px 0px 0.25em 1em;
}
#permissions td.module {
	font-weight: bold;
}
#permissions td.permission {
	padding-left: 1.5em;
}
#access-rules .access-type {
	margin-right: 1em; float: left;
}
#access-rules .rule-type {
	margin-right: 1em; float: left;
}
#access-rules .access-type .form-item {
	margin-top: 0px;
}
#access-rules .rule-type .form-item {
	margin-top: 0px;
}
#access-rules .mask {
	clear: both;
}
#user-login-form {
	text-align: center;
}
#user-admin-filter ul {
	margin: 0px; padding: 0px; width: 100%; list-style-type: none;
}
#user-admin-buttons {
	clear: right; margin-left: 0.5em; float: left;
}
#user-admin-settings fieldset .description {
	padding-bottom: 0.5em; font-size: 0.85em;
}
.profile {
	margin: 1em 0px; clear: both;
}
.profile .picture {
	margin: 0px 1em 1em 0px; float: right;
}
.profile h3 {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.profile dl {
	margin: 0px 0px 1.5em;
}
.profile dt {
	margin: 0px 0px 0.2em; font-weight: bold;
}
.profile dd {
	margin: 0px 0px 1em;
}
.field .field-label {
	font-weight: bold;
}
.field .field-label-inline {
	font-weight: bold;
}
.field .field-label-inline-first {
	font-weight: bold;
}
.field .field-label-inline {
	display: inline;
}
.field .field-label-inline-first {
	display: inline;
}
.field .field-label-inline {
	visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
	width: 30px; padding-right: 0px;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right: 0.5em;
}
.node-form .content-add-more .form-submit {
	margin: 0px;
}
.node-form .number {
	width: auto; display: inline;
}
.node-form .text {
	width: auto;
}
.form-item #autocomplete .reference-autocomplete {
	white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
	font-weight: normal; display: inline;
}
#content-field-overview-form .advanced-help-link {
	margin: 4px 4px 0px 0px;
}
#content-display-overview-form .advanced-help-link {
	margin: 4px 4px 0px 0px;
}
#content-field-overview-form .label-group {
	font-weight: bold;
}
#content-display-overview-form .label-group {
	font-weight: bold;
}
#content-copy-export-form .label-group {
	font-weight: bold;
}
table#content-field-overview .label-add-new-field {
	float: left;
}
table#content-field-overview .label-add-existing-field {
	float: left;
}
table#content-field-overview .label-add-new-group {
	float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
	display: none;
}
table#content-field-overview tr.content-add-new .description {
	margin-bottom: 0px;
}
table#content-field-overview .content-new {
	padding-bottom: 0.5em; font-weight: bold;
}
.advanced-help-topic h3 {
	margin: 1em 0px 0.5em;
}
.advanced-help-topic h4 {
	margin: 1em 0px 0.5em;
}
.advanced-help-topic h5 {
	margin: 1em 0px 0.5em;
}
.advanced-help-topic h6 {
	margin: 1em 0px 0.5em;
}
.advanced-help-topic dd {
	margin-bottom: 0.5em;
}
.advanced-help-topic span.code {
	padding: 1px; font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace; font-size: 0.9em; background-color: rgb(237, 241, 243);
}
.advanced-help-topic .content-border {
	border: 1px solid rgb(170, 170, 170);
}
.ctools-locked {
	padding: 1em; border: 1px solid red; color: red;
}
.ctools-owns-lock {
	background: 0px 0px rgb(255, 255, 221); padding: 1em; border: 1px solid rgb(240, 192, 32);
}
a.ctools-ajaxing {
	background: url("/sites/all/modules/ctools/images/status-active.gif") no-repeat right; padding-right: 18px !important;
}
input.ctools-ajaxing {
	background: url("/sites/all/modules/ctools/images/status-active.gif") no-repeat right; padding-right: 18px !important;
}
select.ctools-ajaxing {
	background: url("/sites/all/modules/ctools/images/status-active.gif") no-repeat right; padding-right: 18px !important;
}
div.ctools-ajaxing {
	background: url("/sites/all/modules/ctools/images/status-active.gif") no-repeat center; width: 18px; float: left;
}
.filefield-icon {
	margin: 0px 2px 0px 0px;
}
.filefield-element {
	margin: 1em 0px; white-space: normal;
}
.filefield-element .widget-preview {
	border-width: 0px 1px 0px 0px; border-style: solid; border-color: rgb(204, 204, 204); margin: 0px 10px 0px 0px; padding: 0px 10px 0px 0px; float: left; max-width: 30%;
}
.filefield-element .widget-edit {
	float: left; max-width: 70%;
}
.filefield-element .filefield-preview {
	width: 16em; overflow: hidden;
}
.filefield-element .widget-edit .form-item {
	margin: 0px 0px 1em;
}
.filefield-element input.form-submit {
	margin: 0px;
}
.filefield-element input.form-file {
	margin: 0px;
}
.filefield-element input.progress-disabled {
	float: none; display: inline;
}
.filefield-element div.ahah-progress {
	padding: 1px 13px 2px 3px; float: none; display: inline;
}
.filefield-element div.throbber {
	padding: 1px 13px 2px 3px; float: none; display: inline;
}
.filefield-element div.ahah-progress-bar {
	padding: 0px; width: 28em; margin-top: 4px; display: none;
}
.filefield-element div.ahah-progress-bar div.bar {
	margin: 0px;
}
html {
	margin: 0px; padding: 0px;
}
body {
	margin: 0px; padding: 0px;
}
div {
	margin: 0px; padding: 0px;
}
span {
	margin: 0px; padding: 0px;
}
p {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
dt {
	margin: 0px; padding: 0px;
}
dd {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
h1 {
	margin: 0px; padding: 0px;
}
h2 {
	margin: 0px; padding: 0px;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px;
}
h5 {
	margin: 0px; padding: 0px;
}
h6 {
	margin: 0px; padding: 0px;
}
form {
	margin: 0px; padding: 0px;
}
fieldset {
	margin: 0px; padding: 0px;
}
input {
	margin: 0px; padding: 0px;
}
textarea {
	margin: 0px; padding: 0px;
}
img {
	border: 0px currentColor;
}
abbr {
	border: 0px currentColor;
}
acronym {
	border: 0px currentColor;
}
p {
	margin: 1em 0px;
}
h1 {
	margin: 0px 0px 0.5em;
}
h2 {
	margin: 0px 0px 0.5em;
}
h3 {
	margin: 0px 0px 0.5em;
}
h4 {
	margin: 0px 0px 0.5em;
}
h5 {
	margin: 0px 0px 0.5em;
}
h6 {
	margin: 0px 0px 0.5em;
}
ul {
	margin-bottom: 1.5em; margin-left: 2em;
}
ol {
	margin-bottom: 1.5em; margin-left: 2em;
}
dd {
	margin-bottom: 1.5em; margin-left: 2em;
}
li ul {
	margin-bottom: 0px;
}
li ol {
	margin-bottom: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
a {
	margin: 0px; padding: 0px; text-decoration: none;
}
a:link {
	
}
a:visited {
	
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
blockquote {
	
}
hr {
	border: 1px solid gray; height: 1px;
}
table {
	width: 100%; border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	margin: 0px; padding: 0px 10px 0px 0px;
}
th.active img {
	display: inline;
}
thead th {
	padding-right: 10px;
}
td {
	margin: 0px; padding: 3px;
}
td.block {
	margin: 0px; border: currentColor; float: none;
}
tr.drag td {
	background: rgb(255, 255, 221); color: rgb(0, 0, 0);
}
tr.drag-previous td {
	background: rgb(255, 255, 221); color: rgb(0, 0, 0);
}
#skip a {
	left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; position: absolute;
}
#skip a:hover {
	left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; position: absolute;
}
#skip a:visited {
	left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; position: absolute;
}
#skip a:active {
	padding: 5px 10px; top: 0px; width: auto; height: auto; color: rgb(0, 0, 0); position: absolute; z-index: 99; background-color: rgb(255, 255, 255);
}
#skip a:focus {
	padding: 5px 10px; top: 0px; width: auto; height: auto; color: rgb(0, 0, 0); position: absolute; z-index: 99; background-color: rgb(255, 255, 255);
}
#skip a:hover {
	text-decoration: none;
}
.hide {
	display: none; visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix::after {
	height: 0px; line-height: 0; overflow: auto; clear: both; font-size: 0px; display: block; visibility: hidden; content: ".";
}
.clearfix .inner::after {
	height: 0px; line-height: 0; overflow: auto; clear: both; font-size: 0px; display: block; visibility: hidden; content: ".";
}
.page {
	margin: 0px auto;
}
.row {
	margin: 0px auto;
}
.row {
	overflow: hidden;
}
.nested {
	overflow: hidden;
}
.block {
	overflow: hidden;
}
div.full-width {
	width: 100%;
}
.nested {
	margin: 0px; width: 100%; float: left;
}
.nested#sidebar-first {
	overflow: visible;
}
.nested#sidebar-last {
	overflow: visible;
}
div.superfish {
	overflow: visible;
}
.sidebars-both-first .content-group {
	float: right;
}
.sidebars-both-last .sidebar-first {
	float: right;
}
#grid-mask-overlay {
	left: 0px; top: 0px; width: 100%; display: none; position: absolute; z-index: 997; opacity: 0.75;
}
#grid-mask-overlay .row {
	margin: 0px auto;
}
#grid-mask-overlay .block .inner {
	background-color: rgb(227, 255, 252);
}
.grid-mask #grid-mask-overlay {
	display: block;
}
.grid-mask .block {
	overflow: visible;
}
.grid-mask .block .inner {
	outline: rgb(255, 0, 0) dashed 1px;
}
#grid-mask-toggle {
	padding: 0px 5px 2px; border: 2px outset rgb(255, 255, 255); left: 0px; top: 22px; text-align: center; color: rgb(255, 255, 255); font-variant: small-caps; font-weight: normal; position: absolute; z-index: 998; cursor: pointer; background-color: rgb(119, 119, 119); -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.grid-on#grid-mask-toggle {
	border-style: inset; font-weight: bold;
}
#header-site-info {
	width: auto;
}
#site-name-wrapper {
	float: left;
}
#site-name {
	display: block;
}
#slogan {
	display: block;
}
#site-name a:link {
	text-decoration: none;
}
#site-name a:visited {
	text-decoration: none;
}
#site-name a:hover {
	text-decoration: none;
}
#site-name a:active {
	text-decoration: none;
}
#site-name a {
	outline: 0px;
}
#header-group {
	overflow: visible;
}
.node-bottom {
	margin: 1.5em 0px 0px;
}
#header-top-wrapper {
	clear: both;
}
#header-group-wrapper {
	clear: both;
}
#preface-top-wrapper {
	clear: both;
}
#main-wrapper {
	clear: both;
}
#preface-bottom {
	clear: both;
}
#content-top {
	clear: both;
}
#content-region {
	clear: both;
}
#content-bottom {
	clear: both;
}
#postscript-top {
	clear: both;
}
#postscript-bottom-wrapper {
	clear: both;
}
#footer-wrapper {
	clear: both;
}
#footer-message-wrapper {
	clear: both;
}
.item-list ul li {
	margin: 0px;
}
.block ul {
	padding: 0px; margin-left: 2em;
}
.block ol {
	padding: 0px; margin-left: 2em;
}
.content-inner ul {
	margin-bottom: 1.5em;
}
.content-inner ol {
	margin-bottom: 1.5em;
}
.content-inner li ul {
	margin-bottom: 0px;
}
.content-inner li ol {
	margin-bottom: 0px;
}
.block ul.links {
	margin-left: 0px;
}
ul.menu li {
	margin: 0px; padding: 0px;
}
ul.links li {
	margin: 0px; padding: 0px;
}
#primary-menu {
	overflow: visible;
}
.block#primary-menu ul {
	margin-left: 0px;
}
.primary-menu ul li {
	list-style: none; float: left; position: relative;
}
.primary-menu ul li a {
	padding: 0.75em 1em; text-decoration: none; display: block;
}
.primary-menu ul li .nolink {
	padding: 0.75em 1em; text-decoration: none; display: block;
}
.primary-menu ul li .nolink {
	cursor: default;
}
.primary-menu ul li:hover {
	outline: 0px;
}
.primary-menu ul li.sfHover {
	outline: 0px;
}
.primary-menu ul a:focus {
	outline: 0px;
}
.primary-menu ul a:hover {
	outline: 0px;
}
.primary-menu ul a:active {
	outline: 0px;
}
.secondary-menu-inner ul.links {
	margin-left: 0px;
}
.fusion-clear {
	clear: both;
}
div.fusion-right {
	float: right;
}
div.fusion-center {
	margin-right: auto; margin-left: auto; float: none;
}
.fusion-center-content .inner {
	text-align: center;
}
.fusion-center-content .inner ul.menu {
	text-align: center; display: inline-block;
}
.fusion-center-content #user-login-form {
	text-align: center;
}
.fusion-right-content .inner {
	text-align: right;
}
.fusion-right-content #user-login-form {
	text-align: right;
}
.fusion-callout .inner {
	font-weight: bold;
}
.fusion-padding .inner {
	padding: 30px;
}
.fusion-border .inner {
	border-width: 1px; border-style: solid; padding: 10px;
}
.fusion-inline-menu .inner ul.menu {
	margin-left: 0px;
}
.fusion-inline-menu .inner ul.menu li {
	margin: 0px; padding: 0px; border-right-width: 1px; border-right-style: solid; display: inline; white-space: nowrap;
}
.fusion-inline-menu .inner ul.menu li a {
	padding: 0px 8px 0px 5px;
}
.fusion-inline-menu .inner ul li.last {
	border: currentColor;
}
.fusion-inline-menu .inner ul li.expanded ul {
	display: none;
}
.fusion-multicol-menu .inner ul {
	text-align: left; margin-left: 0px;
}
.fusion-multicol-menu .inner ul li {
	font-weight: bold; border-right-color: currentColor; border-right-width: medium; border-right-style: none; display: block;
}
.fusion-multicol-menu .inner ul li.last {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.fusion-multicol-menu .inner ul li.last a {
	padding-right: 0px;
}
.fusion-multicol-menu .inner ul li.expanded {
	margin-left: 50px; float: left; list-style-image: none;
}
.fusion-multicol-menu .inner ul li.leaf {
	margin-left: 50px; float: left; list-style-image: none;
}
.fusion-multicol-menu .inner ul.menu li.first {
	margin-left: 0px;
}
.fusion-multicol-menu .inner ul li.expanded li.leaf {
	margin-left: 0px; float: none;
}
.fusion-multicol-menu .inner ul li.expanded ul {
	margin-left: 0px; display: block;
}
.fusion-multicol-menu .inner ul li.expanded ul li {
	border: currentColor; text-align: left; margin-left: 0px;
}
.fusion-multicol-menu .inner ul.menu li ul.menu li {
	font-weight: normal;
}
.fusion-2-col-list .inner .item-list ul li {
	width: 50%; float: left;
}
.fusion-2-col-list .inner ul.menu li {
	width: 50%; float: left;
}
.fusion-3-col-list .inner .item-list ul li {
	width: 33%; float: left;
}
.fusion-3-col-list .inner ul.menu li {
	width: 33%; float: left;
}
.fusion-2-col-list .inner .item-list ul.pager li {
	width: auto; float: none;
}
.fusion-3-col-list .inner .item-list ul.pager li {
	width: auto; float: none;
}
.fusion-list-bottom-border .inner ul li {
	list-style: none;
}
.fusion-list-bottom-border .inner ul li {
	padding: 0px 0px 0px 10px; line-height: 216.7%; border-bottom-width: 1px; border-bottom-style: solid;
}
.fusion-list-bottom-border .view-content div.views-row {
	padding: 0px 0px 0px 10px; line-height: 216.7%; border-bottom-width: 1px; border-bottom-style: solid;
}
.fusion-list-bottom-border .inner ul {
	margin: 0px;
}
.fusion-list-bottom-border .inner ul li ul {
	border-bottom-width: 1px; border-bottom-style: solid;
}
.fusion-list-bottom-border .inner ul li ul li.last {
	margin-top: -1px; margin-bottom: -1px; border-bottom-width: 1px; border-bottom-style: solid;
}
.fusion-list-vertical-spacing .inner ul {
	margin-top: 10px; margin-left: 0px;
}
.fusion-list-vertical-spacing div.views-row-first {
	margin-top: 10px; margin-left: 0px;
}
.fusion-list-vertical-spacing .inner ul li {
	padding: 0px; line-height: 133.3%; margin-bottom: 10px;
}
.fusion-list-vertical-spacing div.views-row {
	padding: 0px; line-height: 133.3%; margin-bottom: 10px;
}
.fusion-list-vertical-spacing .inner ul li {
	list-style: none;
}
.fusion-list-vertical-spacing .inner ul li ul {
	margin-left: 10px;
}
.fusion-bold-links .inner a {
	font-weight: bold;
}
.fusion-float-imagefield-left .field-type-filefield {
	margin: 0px 15px 15px 0px; float: left;
}
.fusion-float-imagefield-left .image-insert {
	margin: 0px 15px 15px 0px; float: left;
}
.fusion-float-imagefield-left .imagecache {
	margin: 0px 15px 15px 0px; float: left;
}
.fusion-float-imagefield-left .views-row {
	clear: left;
}
.fusion-float-imagefield-right .field-type-filefield {
	margin: 0px 0px 15px 15px; float: right;
}
.fusion-float-imagefield-right .image-insert .fusion-float-imagefield-right .imagecache {
	margin: 0px 0px 15px 15px; float: right;
}
.fusion-float-imagefield-right .views-row {
	clear: right;
}
.sf-menu li {
	list-style: none;
}
.superfish-vertical {
	position: relative; z-index: 9;
}
ul.sf-vertical {
	background: rgb(250, 250, 250); margin: 0px; width: 100%;
}
ul.sf-vertical li {
	padding: 0px; width: 100%; line-height: 200%; font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
ul.sf-vertical li a:link {
	padding: 2px; margin-left: 10px;
}
ul.sf-vertical li a:visited {
	padding: 2px; margin-left: 10px;
}
ul.sf-vertical li .nolink {
	padding: 2px; margin-left: 10px;
}
ul.sf-vertical li a:hover {
	text-decoration: underline;
}
ul.sf-vertical li a.active {
	text-decoration: underline;
}
ul.sf-vertical li ul {
	background: rgb(250, 250, 250); width: 150px; margin-left: 0px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
ul.sf-vertical li ul li.last {
	margin-top: -1px; margin-bottom: -1px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
ul.sf-vertical li ul {
	padding: 4px 0px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
ul.sf-vertical li ul li {
	line-height: 150%; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
ul.sf-vertical li ul li.last {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
ul.sf-vertical li ul li ul {
	margin-top: -4px;
}
ul.pager {
	margin: 20px 0px;
}
ul.pager li {
	margin: 0px; white-space: nowrap;
}
ul.pager a {
	border-width: 1px; border-style: solid; padding: 3px 6px 2px; text-decoration: none;
}
ul.pager li.pager-current {
	border-width: 1px; border-style: solid; padding: 3px 6px 2px; text-decoration: none;
}
ul.pager a:link {
	color: inherit;
}
ul.pager a:visited {
	color: inherit;
}
ul.pager a:hover {
	border-width: 1px; border-style: solid;
}
ul.pager a:active {
	border-width: 1px; border-style: solid;
}
ul.pager a:focus {
	border-width: 1px; border-style: solid;
}
ul.pager span.pager-ellipsis {
	padding: 0px 4px;
}
.item-list .pager li {
	padding: 0px;
}
.form-text {
	padding: 2px;
}
form input.form-submit {
	margin: 2px; padding: 3px 5px; font-weight: bold; cursor: pointer;
}
form input.form-submit:hover {
	cursor: pointer;
}
fieldset {
	margin: 15px 0px; padding: 10px;
}
html.js fieldset.collapsed {
	margin-bottom: 15px;
}
textarea {
	max-width: 95%;
}
.form-item input {
	max-width: 95%;
}
.form-item select {
	max-width: 95%;
}
#content-region input.form-text {
	max-width: 95%;
}
html.js textarea {
	max-width: 100%;
}
fieldset.collapsible .resizable-textarea textarea {
	max-width: 101.5%;
}
fieldset.collapsible .resizable-textarea .grippie {
	width: 101%;
}
.page-admin #main-content-inner .nested {
	overflow: visible; margin-bottom: 1.5em;
}
.page-admin #content-group {
	overflow: visible; margin-bottom: 1.5em;
}
.page-admin #content-region {
	overflow: visible; margin-bottom: 1.5em;
}
.page-admin #content-inner {
	overflow: visible; margin-bottom: 1.5em;
}
.page-admin .content-inner-inner {
	z-index: 10;
}
form#system-theme-settings select {
	max-width: 95%;
}
form#system-theme-settings input.form-text {
	max-width: 95%;
}
#system-themes-form {
	position: relative; z-index: 1;
}
.form-item select#edit-theme {
	max-width: none;
}
div.admin .left {
	margin-right: 1%; margin-left: 1%;
}
div.admin .right {
	margin-right: 1%; margin-left: 1%;
}
.block-region {
	margin: 1px; padding: 3px; border: 3px dashed rgb(204, 204, 204); text-align: center; color: rgb(85, 85, 85); text-transform: uppercase; font-weight: bold; background-color: rgb(243, 243, 243); -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 1px 1px #FDFDFD;
}
#user-login-form {
	text-align: left;
}
#user-login-form .item-list {
	margin-top: 1em;
}
#user-login-form .item-list ul {
	margin-left: 0px;
}
#user-login-form div.item-list ul li {
	margin: 0px; list-style-type: none;
}
#user-login-form li.openid-link a {
	padding: 0px 0px 0px 20px;
}
#user-login li.openid-link a {
	padding: 0px 0px 0px 20px;
}
.fusion-horiz-login#block-user-0 {
	margin: 20px 0px 10px; float: right; position: relative;
}
html.js .fusion-horiz-login#block-user-0 {
	margin-top: 10px;
}
.fusion-horiz-login#block-user-0 h2.title {
	display: none;
}
.fusion-horiz-login#block-user-0 #user-login-form div.form-item {
	margin: 0px 10px 0px 0px; text-align: left; float: left;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-submit {
	margin: 0px 10px 0px 0px; text-align: left; float: left;
}
.fusion-horiz-login#block-user-0 .item-list {
	margin: 0px 10px 0px 0px; text-align: left; float: left;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-submit {
	padding: 2px 15px; text-align: center;
}
.fusion-horiz-login#block-user-0 #user-login-form div.form-item {
	width: 115px;
}
.fusion-horiz-login#block-user-0 #user-login-form label {
	margin: -20px 0px 0px 2px;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form label {
	margin: 0px 0px 0px 7px; top: 2px; font-weight: normal; display: block; position: absolute;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-text {
	border-width: 1px; padding: 1px; width: 125px;
}
.fusion-horiz-login#block-user-0 .item-list {
	margin-top: -1px;
}
.fusion-horiz-login#block-user-0 .item-list ul {
	margin: 0px; padding: 0px;
}
.fusion-horiz-login#block-user-0 .item-list li {
	list-style: none; margin: 0px;
}
.fusion-horiz-login#block-user-0 .item-list li a {
	text-decoration: none;
}
.fusion-horiz-login#block-user-0 .item-list li a:hover {
	text-decoration: underline;
}
.fusion-horiz-login#block-user-0 .item-list li a:focus {
	text-decoration: underline;
}
.fusion-horiz-login#block-user-0 #user-login-form li.openid-link {
	padding: 6px 0px 0px;
}
.fusion-horiz-login#block-user-0 #user-login-form li.user-link {
	padding: 6px 0px 0px;
}
.fusion-horiz-login#block-user-0 #user-login-form div#edit-openid-identifier-wrapper {
	margin: 0px 10px 0px 0px; width: 145px;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-text#edit-openid-identifier {
	width: 135px;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form div#edit-openid-identifier-wrapper label {
	padding-left: 18px;
}
.fusion-horiz-login#block-user-0 #edit-openid-identifier-wrapper .description {
	text-align: right; padding-right: 5px;
}
.block {
	width: 100%; margin-bottom: 1.5em; float: left;
}
#content-content .inner {
	margin-right: 0px; margin-left: 0px;
}
.block .inner {
	position: relative;
}
.block .fusion-edit {
	padding: 0px; top: 0px; text-align: left; right: 0px; display: none; position: absolute; z-index: 10;
}
.block:hover > .inner > .fusion-edit {
	display: block;
}
.block .fusion-edit a {
	padding: 2px 2px 2px 6px; outline: 0px; border: 1px solid rgb(51, 51, 51); width: 16px; text-indent: -9999px; float: left; display: block; background-color: rgb(255, 255, 255);
}
.block .fusion-edit a:hover {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.block .fusion-block-config {
	background: url("/sites/all/themes/fusion/fusion_core/images/emblem-system.png") no-repeat center;
}
.block .fusion-block-edit {
	background: url("/sites/all/themes/fusion/fusion_core/images/emblem-system.png") no-repeat center;
}
.block .fusion-edit-menu {
	background: url("/sites/all/themes/fusion/fusion_core/images/text-x-generic-menu.png") no-repeat center;
}
div.node {
	margin-bottom: 1.5em;
}
a.feed-icon img {
	margin: 0px 5px; border: 0px currentColor;
}
ul.links img {
	margin: 0px 5px; border: 0px currentColor;
}
th img {
	margin: 0px 5px; border: 0px currentColor;
}
#content-content .node ul.links li.comment_forbidden a {
	padding-right: 0px;
}
div.comment {
	margin: 15px 0px; padding: 10px;
}
div.comment h3.title {
	margin: 0px 0px 5px; font-weight: bold;
}
div.comment div.links a {
	text-align: right;
}
div.comment ul.links a {
	text-align: right;
}
.comment-folded {
	margin: 1em 0px 1em 1em;
}
.comment-folded .subject {
	text-transform: uppercase; padding-right: 5px; font-weight: bold;
}
.comment-folded .subject a {
	text-transform: none; font-style: normal; font-weight: normal;
}
.signature {
	margin: 10px 0px; padding: 0px; border-top-width: 1px; border-top-style: solid;
}
.profile {
	margin: 12px 0px; clear: none;
}
.profile h2.title {
	margin-top: 15px; border-bottom-color: currentColor; border-bottom-width: 1px; border-bottom-style: solid;
}
.profile dt {
	padding: 0px 5px; width: 185px; text-align: left; margin-right: 5px; margin-bottom: -10px; float: left;
}
#forum .description {
	margin: 5px;
}
#forum td.created {
	white-space: nowrap;
}
#forum td.posts {
	white-space: nowrap;
}
#forum td.topics {
	white-space: nowrap;
}
#forum td.last-reply {
	white-space: nowrap;
}
#forum td.replies {
	white-space: nowrap;
}
#forum td.pager {
	white-space: nowrap;
}
#forum td.posts {
	text-align: center;
}
#forum td.topics {
	text-align: center;
}
#forum td.replies {
	text-align: center;
}
#forum td.pager {
	text-align: center;
}
.forum-topic-navigation {
	padding: 5px; text-align: center; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.forum-topic-navigation .topic-previous {
	width: 46%; text-align: right; float: left;
}
.forum-topic-navigation .topic-next {
	width: 46%; text-align: left; float: right;
}
.book-navigation .menu {
	padding: 10px 0px 0px 30px; border-top-width: 1px; border-top-style: solid;
}
.book-navigation .page-links {
	padding: 5px; text-align: center; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
div.content-messages div.messages {
	border-width: 6px; border-style: solid; padding: 14px; overflow: hidden; font-weight: bold; margin-bottom: 1.5em;
}
div.content-help div.help {
	border-width: 6px; border-style: solid; padding: 14px; overflow: hidden; font-weight: bold; margin-bottom: 1.5em;
}
div.content-messages-inner div.status {
	border-color: rgb(141, 196, 120); color: rgb(62, 100, 47); background-color: rgb(234, 248, 228);
}
div.content-messages-inner div.warning {
	background: rgb(255, 255, 221); border-color: rgb(238, 211, 0); color: rgb(116, 85, 0);
}
div.content-messages-inner div.error {
	border-color: rgb(204, 0, 0); color: rgb(178, 0, 0); background-color: rgb(255, 242, 242);
}
.help {
	border-color: rgb(87, 113, 138); color: rgb(41, 41, 41); background-color: rgb(228, 238, 248);
}
div.content-help-inner div.help {
	border-color: rgb(87, 113, 138); color: rgb(41, 41, 41); background-color: rgb(228, 238, 248);
}
div.messages ul {
	list-style-position: inside;
}
div.content-help .help ul {
	list-style-position: inside;
}
div.messages a:link {
	color: rgb(51, 51, 51); text-decoration: underline;
}
div.messages a:visited {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.help a:link {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.help a:visited {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.help .more-help-link a:link {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.help .more-help-link a:visited {
	color: rgb(51, 51, 51); text-decoration: underline;
}
div.messages a:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
div.messages a:active {
	color: rgb(51, 51, 51); text-decoration: none;
}
.help a:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
.help a:active {
	color: rgb(51, 51, 51); text-decoration: none;
}
.help .more-help-link a:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
.help .more-help-link a:active {
	color: rgb(51, 51, 51); text-decoration: none;
}
div.messages em {
	color: rgb(51, 51, 51); text-decoration: none;
}
#content-region ul.tips li {
	list-style: inside;
}
#first-time p {
	clear: both;
}
.in-maintenance .page #logo {
	float: none;
}
.in-maintenance .page .header-site-info {
	margin-top: 10px; margin-bottom: 10px;
}
.db-offline .page .header-group-inner {
	padding-right: 10px; padding-left: 10px;
}
.db-offline .page .main-inner {
	padding-right: 10px; padding-left: 10px;
}
.block-poll .poll div.title {
	font-weight: bold; margin-bottom: 10px;
}
.view {
	margin: 0px;
}
.views-edit-view input {
	max-width: 95%;
}
.views-edit-view textarea {
	max-width: 95%;
}
.block-wrapper .block-views .views-row-last .node {
	margin-bottom: 0px;
}
div.view div.views-admin-links {
	width: auto;
}
div.view div.views-admin-links li {
	
}
div.view div.views-admin-links ul.links {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li a:link {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li a:visited {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li a:hover {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li a:focus {
	margin: 0px; padding: 0px; border: 0px currentColor; font-weight: bold; text-decoration: none; display: inline; background-image: none;
}
div.view div.views-admin-links ul.links li {
	list-style: none;
}
div.view div.views-admin-links ul.links li a:link {
	padding: 3px; color: rgb(0, 0, 0); filter: alpha(opacity=75); opacity: 0.75; background-color: rgb(255, 255, 255); -khtml-opacity: 0.75; -moz-opacity: 0.75;
}
div.view div.views-admin-links ul.links li a:visited {
	padding: 3px; color: rgb(0, 0, 0); filter: alpha(opacity=75); opacity: 0.75; background-color: rgb(255, 255, 255); -khtml-opacity: 0.75; -moz-opacity: 0.75;
}
div.view div.views-admin-links ul.links li a:hover {
	text-decoration: underline;
}
div.view div.views-admin-links ul.links li a:focus {
	text-decoration: underline;
}
#cart-form-products {
	border: 0px currentColor;
}
.cart-review {
	border: 0px currentColor;
}
#cart-form-buttons {
	border: 0px currentColor;
}
#checkout-form-bottom {
	border: 0px currentColor;
}
.review-button-row {
	border: 0px currentColor;
}
.product-image {
	padding-left: 0px; clear: left; margin-left: 0px; border-left-color: currentColor; border-left-width: 0px; border-left-style: none; float: none;
}
.add-to-cart [name=qty].form-text {
	width: 25px;
}
.category-grid-products table {
	margin: 5px 0px; border: currentColor; clear: both; table-layout: fixed;
}
.category-grid-products table tbody {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.category-grid-products td {
	padding: 5px; border: currentColor; vertical-align: top;
}
.category-grid-products .catalog-grid-image {
	margin: 0px 0px 0.5em; padding: 0px; width: 100%; text-align: center; display: block;
}
.category-grid-products #edit-qty-wrapper {
	display: block;
}
.category-grid-products .form-item label {
	display: inline;
}
.category-grid-products .form-item .form-text {
	margin: 0px;
}
.category-grid-products .catalog-grid-title {
	width: 100%; display: block;
}
.catalog-grid-title a {
	padding: 10px; display: block;
}
.category td {
	text-align: center;
}
.category-grid-products td {
	text-align: center;
}
.cart-block-summary-table tr.cart-block-summary-tr td {
	text-align: center;
}
.uc-price-list_price {
	text-decoration: line-through;
}
.uc-price-list {
	text-decoration: line-through;
}
.vertical-tabs {
	margin-left: 0px;
}
.vertical-tabs-list {
	border: currentColor; left: -1.5em;
}
.vertical-tabs ul li {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none; list-style-image: none;
}
.vertical-tabs ul li.last {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.vertical-tabs-list li a:link {
	border: currentColor; background-image: none; background-color: transparent;
}
.vertical-tabs-list li a:visited {
	border: currentColor; background-image: none; background-color: transparent;
}
.vertical-tabs-list li a:hover {
	border: currentColor; background-image: none; background-color: transparent;
}
.vertical-tabs-list li a:active {
	border: currentColor; background-image: none; background-color: transparent;
}
.quicktabs .block {
	float: none;
}
.block div.view div.views-admin-links {
	margin-top: 0px;
}
html.js span.preview-icon {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/skinr-image-preview.png") no-repeat right bottom; margin: 0px 0px -6px 3px; width: 20px; height: 20px; display: inline-block; cursor: help;
}
span.preview-icon {
	text-indent: -9000px; display: block;
}
#screenshot {
	background: rgb(51, 51, 51); padding: 5px 5px 0px; height: 190px; color: rgb(51, 51, 51); display: block; position: absolute; z-index: 100; box-shadow: 3px 3px 3px #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 3px 3px 3px #999; -webkit-box-shadow: 3px 3px 3px #999;
}
#screenshot .screenshot-caption {
	margin: 0px 0px -3px -5px; padding: 0px 10px; height: 30px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); line-height: 100%; overflow: hidden; font-weight: bold; position: absolute; z-index: 100; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#screenshot .screenshot-preview {
	background: rgb(51, 51, 51); margin-bottom: 30px; display: block; position: relative; z-index: 100;
}
#screenshot .fusion-general-styles-fusion-callout {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-callout.png") no-repeat;
}
#screenshot .fusion-general-styles-fusion-padding {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-padding.png") no-repeat;
}
#screenshot .fusion-general-styles-fusion-border {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-border.png") no-repeat;
}
#screenshot .fusion-general-styles-bold-links {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-bold-links.png") no-repeat;
}
#screenshot .fusion-general-styles-equal-heights {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-equal-heights.png") no-repeat;
}
#screenshot .list-styles-bottom-border {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/list-styles-bottom-border.png") no-repeat;
}
#screenshot .list-styles-extra-vertical-spacing {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/list-styles-extra-vertical-spacing.png") no-repeat;
}
#screenshot .fusion-menu-fusion-inline-menu {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-menu-fusion-inline-menu.png") no-repeat;
}
#screenshot .fusion-menu-fusion-multicol-menu {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-menu-fusion-multicol-menu.png") no-repeat;
}
#screenshot .fusion-superfish-superfish-vertical {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-superfish-superfish-vertical.png") no-repeat;
}
#screenshot .fusion-login-fusion-horiz-login {
	background: url("/sites/all/themes/fusion/fusion_core/images/skinrpreviews/fusion-login-fusion-horiz-login.png") no-repeat;
}
body {
	line-height: 150%; font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif; font-size: 81.25%;
}
.form-text {
	font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 142.85%;
}
h3 {
	font-size: 114.28%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
#footer {
	font-size: 95%;
}
.submitted {
	font-size: 95%;
}
.terms {
	font-size: 95%;
}
.terms {
	line-height: 130%;
}
.node .read-more {
	font-size: 95%;
}
.node .more-link {
	font-size: 95%;
}
.node .links {
	font-size: 95%;
}
div.comment div.links a {
	font-size: 90%;
}
div.comment ul.links a {
	font-size: 90%;
}
.signature {
	font-size: 91.6%;
}
.breadcrumbs {
	line-height: 100%; font-size: 90%;
}
ul.pager {
	line-height: 150%; font-size: 90%;
}
ul.pager li {
	line-height: 250%;
}
li {
	line-height: 150%;
}
li.leaf {
	line-height: 150%;
}
ul.menu li {
	line-height: 150%;
}
.item-list ul li {
	line-height: 150%;
}
.form-submit {
	font-size: 80%;
}
.form-item .description {
	line-height: 130%; font-size: 95%;
}
.block-region {
	font-size: 130%;
}
#content-tabs ul.primary li a:link {
	line-height: 120%; font-size: 110%;
}
#content-tabs ul.primary li a:visited {
	line-height: 120%; font-size: 110%;
}
#content-tabs ul.secondary li a:link {
	line-height: 110%; font-size: 100%;
}
#content-tabs ul.secondary li a:visited {
	line-height: 110%; font-size: 100%;
}
.block-poll .poll div.title {
	font-size: 120%;
}
#forum .description {
	font-size: 90%;
}
.fusion-callout .inner {
	font-size: 150%;
}
.fusion-multicol-menu .inner ul li {
	font-size: 115%;
}
.fusion-multicol-menu .inner ul li.expanded ul {
	font-size: 75%;
}
.fusion-multicol-menu .inner ul li.expanded ul li ul {
	font-size: 85%;
}
.fusion-horiz-login#block-user-0 #user-login-form label {
	font-size: 90%;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form label {
	font-size: 85%;
}
.fusion-horiz-login#block-user-0 .item-list li {
	line-height: 105%; font-size: 95%;
}
.fusion-horiz-login#block-user-0 #edit-openid-identifier-wrapper .description {
	font-size: 80%;
}
#grid-mask-toggle {
	font-size: 14px;
}
.font-size-10 {
	font-size: 62.5%;
}
.font-size-11 {
	font-size: 68.75%;
}
.font-size-12 {
	font-size: 75%;
}
.font-size-13 {
	font-size: 81.25%;
}
.font-size-14 {
	font-size: 87.5%;
}
.font-size-15 {
	font-size: 93.75%;
}
.font-size-16 {
	font-size: 100%;
}
.font-size-17 {
	font-size: 106.25%;
}
.font-size-18 {
	font-size: 112.5%;
}
#edit-theme-font-size-font-size-10-wrapper label {
	font-size: 10px;
}
#edit-theme-font-size-font-size-11-wrapper label {
	font-size: 11px;
}
#edit-theme-font-size-font-size-12-wrapper label {
	font-size: 12px;
}
#edit-theme-font-size-font-size-13-wrapper label {
	font-size: 13px;
}
#edit-theme-font-size-font-size-14-wrapper label {
	font-size: 14px;
}
#edit-theme-font-size-font-size-15-wrapper label {
	font-size: 15px;
}
#edit-theme-font-size-font-size-16-wrapper label {
	font-size: 16px;
}
#edit-theme-font-size-font-size-17-wrapper label {
	font-size: 17px;
}
#edit-theme-font-size-font-size-18-wrapper label {
	font-size: 18px;
}
.font-family-sans-serif-sm {
	font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
}
.font-family-sans-serif-sm .form-text {
	font-family: Arial,Helvetica,"Nimbus Sans L",FreeSans,sans-serif;
}
.font-family-sans-serif-lg {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.font-family-sans-serif-lg .form-text {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.font-family-serif-sm {
	font-family: Garamond,Perpetua,"Nimbus Roman No9 L","Times New Roman",serif;
}
.font-family-serif-sm .form-text {
	font-family: Garamond,Perpetua,"Nimbus Roman No9 L","Times New Roman",serif;
}
.font-family-serif-lg {
	font-family: Baskerville,Georgia,Palatino,"Palatino Linotype","Book Antiqua","URW Palladio L",serif;
}
.font-family-serif-lg .form-text {
	font-family: Baskerville,Georgia,Palatino,"Palatino Linotype","Book Antiqua","URW Palladio L",serif;
}
.font-family-myriad {
	font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.font-family-myriad .form-text {
	font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.font-family-lucida {
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,sans-serif;
}
.font-family-lucida .form-text {
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,sans-serif;
}
.sf-menu {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu * {
	list-style: none; margin: 0px; padding: 0px;
}
.sf-menu {
	line-height: 1;
}
.sf-menu ul {
	top: -999em; width: 10em; position: absolute;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left; position: relative;
}
.sf-menu a {
	display: block; position: relative;
}
.sf-menu li:hover ul {
	left: 0px; top: 2.5em; z-index: 99;
}
.sf-menu li.sfHover ul {
	left: 0px; top: 2.5em; z-index: 99;
}
ul.sf-menu li:hover li ul {
	top: -999em;
}
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul {
	left: 10em; top: 0px;
}
ul.sf-menu li li.sfHover ul {
	left: 10em; top: 0px;
}
ul.sf-menu li li:hover li ul {
	top: -999em;
}
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul {
	left: 10em; top: 0px;
}
ul.sf-menu li li li.sfHover ul {
	left: 10em; top: 0px;
}
.sf-menu {
	margin-bottom: 1em; float: left;
}
.sf-menu a {
	padding: 0.75em 1em; text-decoration: none;
}
.sf-menu a {
	
}
.sf-menu a:visited {
	
}
.sf-menu li {
	
}
.sf-menu li li {
	
}
.sf-menu li li li {
	
}
.sf-menu li:hover {
	outline: 0px;
}
.sf-menu li.sfHover {
	outline: 0px;
}
.sf-menu a:focus {
	outline: 0px;
}
.sf-menu a:hover {
	outline: 0px;
}
.sf-menu a:active {
	outline: 0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 2.25em; min-width: 1px;
}
.sf-sub-indicator {
	background: url("/sites/all/themes/fusion/fusion_core/images/arrows-ffffff.png") no-repeat -10px -100px; top: 1.05em; width: 10px; height: 10px; right: 0.75em; text-indent: -999em; overflow: hidden; display: block; position: absolute;
}
a > .sf-sub-indicator {
	background-position: 0px -100px; top: 0.8em;
}
a:focus > .sf-sub-indicator {
	background-position: -10px -100px;
}
a:hover > .sf-sub-indicator {
	background-position: -10px -100px;
}
a:active > .sf-sub-indicator {
	background-position: -10px -100px;
}
li:hover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-menu ul a > .sf-sub-indicator {
	
}
.sf-menu ul a:focus > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-menu ul a:hover > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-menu ul a:active > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-menu ul li:hover > a > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-shadow ul {
	background: url("/sites/all/themes/fusion/fusion_core/images/shadow.png") no-repeat right bottom; padding: 0px 8px 9px 0px; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	
}
.sf-navbar {
	background: rgb(189, 210, 255); height: 2.5em; padding-bottom: 2.5em; position: relative;
}
.sf-navbar li {
	background: rgb(170, 189, 230); position: static;
}
.sf-navbar a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.sf-navbar li ul {
	width: 44em;
}
.sf-navbar li li {
	background: rgb(189, 210, 255); position: relative;
}
.sf-navbar li li ul {
	width: 13em;
}
.sf-navbar li li li {
	width: 100%;
}
.sf-navbar ul li {
	width: auto; float: left;
}
.sf-navbar a {
	border: currentColor;
}
.sf-navbar a:visited {
	border: currentColor;
}
.sf-navbar li.current {
	background: rgb(189, 210, 255);
}
.sf-navbar li:hover {
	background: rgb(189, 210, 255);
}
.sf-navbar li.sfHover {
	background: rgb(189, 210, 255);
}
.sf-navbar li li.current {
	background: rgb(189, 210, 255);
}
.sf-navbar a:focus {
	background: rgb(189, 210, 255);
}
.sf-navbar a:hover {
	background: rgb(189, 210, 255);
}
.sf-navbar a:active {
	background: rgb(189, 210, 255);
}
.sf-navbar ul li:hover {
	background: rgb(209, 223, 255);
}
.sf-navbar ul li.sfHover {
	background: rgb(209, 223, 255);
}
ul.sf-navbar ul li:hover li {
	background: rgb(209, 223, 255);
}
ul.sf-navbar ul li.sfHover li {
	background: rgb(209, 223, 255);
}
.sf-navbar ul a:focus {
	background: rgb(209, 223, 255);
}
.sf-navbar ul a:hover {
	background: rgb(209, 223, 255);
}
.sf-navbar ul a:active {
	background: rgb(209, 223, 255);
}
ul.sf-navbar li li li:hover {
	background: rgb(230, 238, 255);
}
ul.sf-navbar li li li.sfHover {
	background: rgb(230, 238, 255);
}
.sf-navbar li li.current li.current {
	background: rgb(230, 238, 255);
}
.sf-navbar ul li li a:focus {
	background: rgb(230, 238, 255);
}
.sf-navbar ul li li a:hover {
	background: rgb(230, 238, 255);
}
.sf-navbar ul li li a:active {
	background: rgb(230, 238, 255);
}
ul.sf-navbar .current ul {
	left: 0px; top: 2.5em;
}
ul.sf-navbar ul li:hover ul {
	left: 0px; top: 2.5em;
}
ul.sf-navbar ul li.sfHover ul {
	left: 0px; top: 2.5em;
}
ul.sf-navbar .current ul ul {
	top: -999em;
}
.sf-navbar li li.current > a {
	font-weight: bold;
}
.sf-navbar ul .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul a > .sf-sub-indicator {
	background-position: 0px -100px;
}
.sf-navbar ul a:focus > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul a:hover > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul a:active > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul li:hover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-navbar > li > ul {
	padding: 0px; -moz-border-radius-bottomleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-left-radius: 0;
}
.sf-vertical {
	width: 10em;
}
.sf-vertical li {
	width: 10em;
}
.sf-vertical li:hover ul {
	left: 10em; top: 0px; right: 0px;
}
.sf-vertical li.sfHover ul {
	left: 10em; top: 0px; right: 0px;
}
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-vertical a > .sf-sub-indicator {
	
}
.sf-vertical a:focus > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-vertical a:hover > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-vertical a:active > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-vertical li:hover > a > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0px;
}
.sidebars-split .sidebar-last .sf-vertical ul {
	width: 10em;
}
.sidebars-both-last .sidebar-last .sf-vertical ul {
	width: 10em;
}
.sidebars-both-last .sidebar-first .sf-vertical ul {
	width: 10em;
}
.sidebars-split .sidebar-last .sf-vertical li {
	text-align: right;
}
.sidebars-split .sidebar-last .sf-vertical li li {
	text-align: right;
}
.sidebars-both-last .sidebar-last .sf-vertical li {
	text-align: right;
}
.sidebars-both-last .sidebar-last .sf-vertical li li {
	text-align: right;
}
.sidebars-both-last .sidebar-first .sf-vertical li {
	text-align: right;
}
.sidebars-both-last .sidebar-first .sf-vertical li li {
	text-align: right;
}
.sidebars-split .sidebar-last .sf-vertical li:hover ul {
	left: auto; top: 0px; right: 10em;
}
.sidebars-split .sidebar-last .sf-vertical li.sfHover ul {
	left: auto; top: 0px; right: 10em;
}
.sidebar-last.sidebars-both-last .sf-vertical li:hover ul {
	left: auto; top: 0px; right: 10em;
}
.sidebars-both-last .sidebar-last .sf-vertical li.sfHover ul {
	left: auto; top: 0px; right: 10em;
}
.sidebars-both-last .sidebar-first .sf-vertical li:hover ul {
	left: auto; top: 0px; right: 10em;
}
.sidebars-both-last .sidebar-first .sf-vertical li.sfHover ul {
	left: auto; top: 0px; right: 10em;
}
body {
	color: rgb(145, 145, 145); font-size: 75%;
}
a {
	
}
a:link {
	
}
a:visited {
	
}
a:hover {
	
}
a:focus {
	
}
a:active {
	
}
#site-name {
	line-height: 150%; font-size: 300%;
}
.footer-message {
	text-align: center; font-size: 90%;
}
body {
	
}
.header-site-info span {
	display: block;
}
#logo {
	
}
#site-name a:link {
	
}
#site-name a:visited {
	
}
#site-name a:hover {
	
}
#site-name a:active {
	
}
#slogan {
	
}
.page {
	
}
.page-inner {
	padding: 0px; border: 0px currentColor; margin-bottom: 0px;
}
.header-group-wrapper {
	
}
.header-group {
	
}
.header-top-wrapper {
	
}
.header-top {
	
}
.primary-menu {
	
}
.primary-menu-inner ul.sf-menu {
	
}
.primary-menu-inner ul.sf-menu a {
	
}
.primary-menu-inner ul.sf-menu a:visited {
	
}
.primary-menu-inner ul.sf-menu a:hover {
	
}
.primary-menu-inner ul.sf-menu a:active {
	
}
.primary-menu-inner ul.sf-menu a:focus {
	
}
.primary-menu-inner ul.sf-menu li {
	text-transform: uppercase;
}
.primary-menu-inner ul.sf-menu li.last {
	
}
.primary-menu-inner ul.sf-menu ul {
	
}
.primary-menu-inner ul.sf-menu li li {
	background-color: rgb(255, 255, 255);
}
.primary-menu-inner ul.sf-menu li li.last {
	
}
.primary-menu-inner ul.sf-menu li li li {
	
}
.primary-menu-inner ul.sf-menu li ul li:hover {
	
}
.primary-menu-inner ul.sf-menu li ul li.sfHover {
	
}
.secondary-menu {
	
}
.secondary-menu-inner ul.links {
	
}
.secondary-menu-inner ul.links li {
	
}
.secondary-menu-inner ul.links li.last {
	
}
.secondary-menu-inner ul.links li a:link {
	padding: 3px;
}
.secondary-menu-inner ul.links li a:visited {
	padding: 3px;
}
.secondary-menu-inner ul.links li a:hover {
	
}
.secondary-menu-inner ul.links li a:focus {
	
}
.secondary-menu-inner ul.links li a.active {
	
}
.search-box {
	
}
.search-box-inner {
	
}
.search-box-inner form#search-theme-form {
	
}
.search-box-inner input#edit-search-theme-form-header {
	
}
.preface-top-wrapper {
	
}
.preface-top {
	
}
.preface-top-inner {
	
}
.preface-bottom {
	
}
.preface-bottom-inner {
	
}
.main-wrapper {
	
}
.sidebar-first {
	
}
.sidebar-last {
	border-color: rgb(218, 218, 218); border-left-width: 0px; border-left-style: solid; float: right;
}
.content-top {
	
}
.content {
	
}
.content-inner {
	
}
.content-bottom {
	
}
.node-bottom {
	
}
.postscript-top {
	
}
.postscript-top-inner {
	
}
.postscript-bottom-wrapper {
	
}
.postscript-bottom {
	
}
.postscript-bottom-inner {
	
}
.footer-wrapper {
	
}
.footer {
	
}
.footer-inner {
	
}
.footer-message-wrapper {
	
}
.footer-message {
	
}
.footer-message-inner {
	
}
.footer-message-text {
	
}
h1.title {
	color: rgb(214, 155, 9); font-family: sans-serif;
}
.node-unpublished {
	background-color: rgb(255, 244, 244);
}
.preview .node {
	background-color: rgb(255, 255, 234);
}
h2.title {
	
}
h2.title a:link {
	
}
h2.title a:visited {
	
}
h2.title a:hover {
	
}
h2.title a:focus {
	
}
h2.title a:active {
	
}
.teaser {
	
}
.meta {
	
}
.submitted {
	
}
.node ul.links li {
	
}
.node ul.links a {
	
}
div.node .read-more a {
	
}
div.node .more-link a {
	
}
div.content-messages div.messages {
	
}
div.content-help div.help {
	
}
div.content-messages-inner div.status {
	
}
div.content-messages-inner div.warning {
	
}
div.content-messages-inner div.error {
	
}
div.content-help-inner div.help {
	
}
.form-item input.error {
	border: 1px solid rgb(170, 17, 68);
}
.form-item textarea.error {
	border: 1px solid rgb(170, 17, 68);
}
.form-item select.error {
	border: 1px solid rgb(170, 17, 68);
}
.marker {
	color: rgb(170, 17, 68);
}
.form-required {
	color: rgb(170, 17, 68);
}
h2.block-title {
	color: rgb(214, 155, 9); font-family: sans-serif; font-weight: bold;
}
.breadcrumbs {
	
}
.breadcrumbs a:link {
	
}
.breadcrumbs a:visited {
	
}
#content-tabs {
	margin: 20px 0px; padding: 0px; float: left; background-color: transparent;
}
#content-tabs ul.primary {
	margin: 0px; padding: 0px 10px; clear: both; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#content-tabs ul.secondary {
	margin: 0px; padding: 0px 10px; clear: both; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#content-tabs ul.secondary {
	text-transform: lowercase; margin-top: 10px; border-bottom-color: rgb(85, 85, 85); border-bottom-width: 1px; border-bottom-style: solid;
}
#content-tabs ul.primary li {
	list-style: none; margin: 0px 10px; padding: 0px; float: left; display: inline;
}
#content-tabs ul.secondary li {
	list-style: none; margin: 0px 10px; padding: 0px; float: left; display: inline;
}
#content-tabs ul.primary li a:link {
	margin: 0px; padding: 0px 0px 6px; border: currentColor; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; float: left; white-space: nowrap; background-color: transparent;
}
#content-tabs ul.primary li a:visited {
	margin: 0px; padding: 0px 0px 6px; border: currentColor; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; float: left; white-space: nowrap; background-color: transparent;
}
#content-tabs ul.secondary li a:link {
	margin: 0px; padding: 0px 0px 6px; border: currentColor; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; float: left; white-space: nowrap; background-color: transparent;
}
#content-tabs ul.secondary li a:visited {
	margin: 0px; padding: 0px 0px 6px; border: currentColor; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; float: left; white-space: nowrap; background-color: transparent;
}
#content-tabs ul.secondary li a:link {
	color: rgb(85, 85, 85);
}
#content-tabs ul.secondary li a:visited {
	color: rgb(85, 85, 85);
}
#content-tabs ul.primary li a.active:link {
	color: rgb(85, 85, 85); padding-bottom: 2px; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.primary li a.active:visited {
	color: rgb(85, 85, 85); padding-bottom: 2px; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.secondary li a.active:link {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(85, 85, 85); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.secondary li a.active:visited {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(85, 85, 85); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.primary li a:hover {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(119, 119, 119); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.primary li a:focus {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(119, 119, 119); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.secondary li a:hover {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(119, 119, 119); border-bottom-width: 4px; border-bottom-style: solid;
}
#content-tabs ul.secondary li a:focus {
	color: rgb(119, 119, 119); padding-bottom: 2px; border-bottom-color: rgb(119, 119, 119); border-bottom-width: 4px; border-bottom-style: solid;
}
ul.pager {
	
}
ul.pager li {
	
}
ul.pager a {
	border-color: rgb(51, 51, 51);
}
ul.pager li.pager-current {
	border-color: rgb(51, 51, 51);
}
ul.pager li.pager-current {
	color: rgb(255, 255, 255); background-color: rgb(119, 119, 119);
}
ul.pager a:hover {
	border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); background-color: rgb(119, 119, 119);
}
ul.pager a:active {
	border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); background-color: rgb(119, 119, 119);
}
ul.pager a:focus {
	border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); background-color: rgb(119, 119, 119);
}
form input.form-submit {
	margin: 2px; padding: 3px 5px;
}
form input.form-submit:hover {
	
}
form input.hover.form-submit {
	
}
form input.form-submit:focus {
	
}
.form-item input {
	
}
.form-item select {
	
}
.form-item textarea {
	
}
.form-item .form-radio {
	border: currentColor !important;
}
.form-item .form-checkbox {
	border: currentColor !important;
}
fieldset {
	
}
fieldset legend {
	
}
fieldset legend {
	
}
legend.collapse-processed {
	
}
legend.collapse-processed a:link {
	
}
legend.collapse-processed a:visited {
	
}
html.js fieldset.collapsible legend a:link {
	
}
html.js fieldset.collapsible legend a:visited {
	
}
html.js fieldset.collapsed legend a:link {
	
}
html.js fieldset.collapsed legend a:visited {
	
}
table {
	
}
tbody {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
thead th {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 3px; border-bottom-style: solid;
}
th {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 3px; border-bottom-style: solid;
}
tbody th {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
tr.even {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
tr.even td {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
tr.odd {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
tr.odd td {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
td.active {
	
}
tr.drag td {
	color: rgb(0, 0, 0);
}
tr.drag-previous td {
	color: rgb(0, 0, 0);
}
.in-maintenance {
	
}
.book-navigation .menu {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
.book-navigation .page-links {
	border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
div.comment {
	
}
div.comment h3.title {
	
}
div.comment div.links a {
	
}
div.comment ul.links a {
	
}
.comments div.odd {
	background-color: rgb(255, 255, 255);
}
.comments div.even {
	background-color: rgb(238, 238, 238);
}
.comments div.comment-by-author {
	background-color: rgb(221, 221, 221);
}
.signature {
	border-top-color: rgb(214, 221, 185); border-top-width: 1px; border-top-style: solid;
}
.comment-wrapper .picture img {
	
}
#forum .description {
	
}
.forum-topic-navigation {
	border-top-color: rgb(136, 136, 136); border-bottom-color: rgb(136, 136, 136); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
div.poll div.bar {
	background-color: rgb(221, 221, 221);
}
div.poll div.bar div.foreground {
	background-color: rgb(153, 153, 153);
}
.profile .picture {
	float: none;
}
.profile dt {
	background-color: rgb(204, 204, 204);
}
ul.uc-categories {
	
}
.uc-categories li a {
	padding: 0px 5px 0px 3px; font-weight: bold;
}
.catalog-grid-title a:link {
	
}
.catalog-grid-title a:visited {
	
}
.category a:link {
	
}
.category a:visited {
	
}
.catalog-grid-title a:hover {
	
}
.catalog-grid-title a:focus {
	
}
.category a:hover {
	
}
.category a:focus {
	
}
.category-grid-products .catalog-grid-sell-price {
	
}
input.node-add-to-cart {
	
}
input.list-add-to-cart {
	
}
input.node-add-to-cart:hover {
	
}
input.hover.node-add-to-cart {
	
}
input.node-add-to-cart:focus {
	
}
input.list-add-to-cart:hover {
	
}
input.hover.list-add-to-cart {
	
}
input.list-add-to-cart:focus {
	
}
#field-group {
	
}
#price-group {
	
}
.product-image a img {
	
}
.product-image a:hover img {
	
}
.product-image a:focus img {
	
}
.full-node .product-group .uc-price-display {
	
}
.full-node .product-group .attributes {
	
}
#store-footer {
	
}
#store-footer a:link {
	
}
#store-footer a:visited {
	
}
.cart-block-summary-links ul.links li a {
	
}
.cart-block-summary-links ul.links li.cart-block-checkout a:link {
	
}
.cart-block-summary-links ul.links li.cart-block-checkout a:visited {
	
}
#uc-cart-view-form #edit-checkout {
	
}
#uc-cart-checkout-form #edit-continue {
	
}
#uc-cart-checkout-review-form #edit-submit {
	
}
.order-review-table {
	
}
#cart-form-products table th {
	border-bottom-color: rgb(222, 194, 195); border-bottom-width: 3px; border-bottom-style: solid;
}
.fusion-example-stylename .inner {
	padding: 10px; border: 3px solid rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(204, 204, 204);
}
#first-time {
	display: none;
}
.servizio_clienti {
	text-align: left; line-height: 140%; letter-spacing: 0px; font-size: 9px; word-spacing: 0px;
}
.servizio_clienti .content {
	margin-left: 15px;
}
.servizio_clienti span {
	
}
.servizio_clienti img {
	
}
.servizi clienti p {
	
}
.servizio_clienti a {
	color: rgb(214, 155, 9); font-weight: bold;
}
.servizio_clienti a:link {
	color: rgb(214, 155, 9); font-weight: bold;
}
.servizio_clienti a:visited {
	color: rgb(214, 155, 9); font-weight: bold;
}
.ricerca {
	
}
#edit-search-block-form-1-wrapper label {
	display: none;
}
.ricerca #edit-search-block-form-1 {
	border: 1px solid rgb(0, 159, 194); padding-left: 12px; margin-left: 15px;
}
.form-submit {
	border-radius: 7px; border: 0px currentColor; color: rgb(255, 255, 255); background-repeat: no-repeat; background-color: rgb(0, 159, 194); -webkit-border-radius: 7px;
}
.block-menu {
	text-transform: uppercase;
}
.menu-primary a {
	color: rgb(0, 159, 194); font-weight: normal;
}
.menu-primary a:link {
	color: rgb(0, 159, 194); font-weight: normal;
}
.menu-primary a:visited {
	color: rgb(0, 159, 194); font-weight: normal;
}
.menu-secondary a {
	color: rgb(214, 155, 9); font-weight: normal;
}
.menu-secondary a:link {
	color: rgb(214, 155, 9); font-weight: normal;
}
.menu-secondary a:visited {
	color: rgb(214, 155, 9); font-weight: normal;
}
.menu-primary li {
	border-color: rgb(0, 159, 194);
}
.menu-secondary li {
	border-color: rgb(214, 155, 9);
}
.menu-soluzioni {
	text-transform: none;
}
.menu-soluzioni a {
	color: rgb(2, 86, 150); font-weight: bold;
}
.menu-soluzioni a:link {
	color: rgb(2, 86, 150); font-weight: bold;
}
.menu-soluzioni a:visited {
	color: rgb(2, 86, 150); font-weight: bold;
}
.menu-soluzioni li.collapsed {
	list-style-image: url("/sites/default/themes/bnitest1/css/images/bullet_plus.jpg");
}
.menu-soluzioni li.leaf {
	list-style-image: url("/sites/default/themes/bnitest1/css/images/bullet_ball.jpg");
}
.menu-soluzioni li.expanded {
	list-style-image: url("/sites/default/themes/bnitest1/css/images/bullet_arrow.jpg");
}
a {
	color: rgb(214, 155, 9); font-weight: bold;
}
a:link {
	color: rgb(214, 155, 9); font-weight: bold;
}
a:visited {
	color: rgb(214, 155, 9); font-weight: bold;
}
.footer-message-inner {
	color: rgb(0, 159, 194);
}
.sidebar-last .block {
	margin-bottom: -1em;
}
.content-region .title {
	
}
h4 {
	color: rgb(214, 155, 9); text-transform: uppercase;
}
.sidebar-first {
	letter-spacing: -1px; word-spacing: 0px;
}
.front-benvenuto .inner {
	text-align: justify; padding-right: 15px;
}
.front-soluzioni .inner {
	text-align: justify; margin-left: 1px;
}
.front-benvenuto .front-benvenuto-part1 img {
	padding: 3px; float: left;
}
.front-benvenuto .front-benvenuto-part2 img {
	padding: 0px; float: right;
}
.front-benvenuto .front-benvenuto-titolo h2 {
	color: rgb(214, 155, 9); clear: both; font-family: sans-serif; margin-top: 20px; margin-bottom: 10px;
}
.front-benvenuto .area-promotori {
	margin-left: -20px;
}
li {
	
}
.tickercontainer {
	margin: 0px; border: currentColor; left: 10px; top: 140px; width: 688px; height: 30px; position: absolute; z-index: 2;
}
.tickercontainer .mask {
	left: 10px; top: 8px; width: 668px; overflow: hidden; position: relative;
}
ul.newsticker {
	font: bold 10px/normal Verdana; margin: 0px; padding: 0px; left: 700px; color: rgb(0, 159, 194); list-style-type: none; position: relative; font-size-adjust: none; font-stretch: normal;
}
ul.newsticker li {
	background: rgb(255, 255, 255); margin: 0px 30px 0px 0px; padding: 0px; float: left; white-space: nowrap;
}
ul.newsticker a {
	font: bold 10px/normal Verdana; margin: 0px 10px 0px 0px; padding: 0px; color: rgb(214, 155, 9); white-space: nowrap; font-size-adjust: none; font-stretch: normal;
}
ul.newsticker span {
	margin: 0px 5px 0px 0px; color: rgb(2, 86, 150); display: inline; white-space: nowrap;
}
.footer-disclaimer {
	color: rgb(187, 187, 187); line-height: 120%; font-size: 100%;
}
