.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
#node-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#node-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}
td.revision-current {
    background: #ffc;
}
.node-form .form-text {
    display: block;
    width: 95%;
}
.node-form .container-inline .form-text {
    display: inline;
    width: auto;
}
.node-form .standard {
    clear: both;
}
.node-form textarea {
    display: block;
    width: 95%;
}
.node-form .attachments fieldset {
    float: none;
    display: block;
}
.terms-inline {
    display: inline;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}
form {
    margin: 0;
    padding: 0;
}
hr {
    height: 1px;
    border: 1px solid gray;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
} /*_\*/
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
} /* End hide from IE-mac */

body.drag {
    cursor: move;
}
th.active img {
    display: inline;
}
tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}
tr.drag {
    background-color: #fffff0;
}
tr.drag-previous {
    background-color: #ffd;
}
td.active {
    background-color: #ddd;
}
td.checkbox,
th.checkbox {
    text-align: center;
}
tbody {
    border-top: 1px solid #ccc;
}
tbody th {
    border-bottom: 1px solid #ccc;
}
thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.breadcrumb {
    padding-bottom: 0.5em;
}
div.indentation {
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}
div.tree-child {
    background: url(//misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(//misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
    background: url(//misc/tree.png) no-repeat -11px center;
}
.error {
    color: #e55;
}
div.error {
    border: 1px solid #d77;
}
div.error,
tr.error {
    background: #fcc;
    color: #200;
    padding: 2px;
}
.warning {
    color: #e09010;
}
div.warning {
    border: 1px solid #f0c020;
}
div.warning,
tr.warning {
    background: #ffd;
    color: #220;
    padding: 2px;
}
.ok {
    color: #008000;
}
div.ok {
    border: 1px solid #00aa00;
}
div.ok,
tr.ok {
    background: #dfd;
    color: #020;
    padding: 2px;
}
.item-list .icon {
    color: #555;
    float: right;
    padding-left: 0.25em;
    clear: right;
}
.item-list .title {
    font-weight: bold;
}
.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
    list-style: disc;
}
ol.task-list li.active {
    font-weight: bold;
}
.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
tr.merge-down,
tr.merge-down td,
tr.merge-down th {
    border-bottom-width: 0 !important;
}
tr.merge-up,
tr.merge-up td,
tr.merge-up th {
    border-top-width: 0 !important;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}
.form-item .description {
    font-size: 0.85em;
}
.form-item label {
    display: block;
    font-weight: bold;
}
.form-item label.option {
    display: inline;
    font-weight: normal;
}
.form-checkboxes,
.form-radios {
    margin: 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.marker,
.form-required {
    color: #f00;
}
.more-link {
    text-align: right;
}
.more-help-link {
    font-size: 0.85em;
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}
dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
    width: 10em;
}
dl.multiselect dt,
dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}
dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}
.container-inline div,
.container-inline label {
    display: inline;
}
ul.primary {
    border-collapse: collapse;
    padding: 0 0 0 1em;
    white-space: nowrap;
    list-style: none;
    margin: 5px;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}
ul.primary li {
    display: inline;
}
ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}
ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}
ul.secondary li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}
ul.secondary a {
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: 4px solid #999;
}
#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}
#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}
#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}
html.js input.form-autocomplete {
    background-image: url(//misc/throbber.gif);
    background-repeat: no-repeat;
    background-position: 100% 2px;
}
html.js input.throbbing {
    background-position: 100% -18px;
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 0;
    height: 1em;
}
html.js fieldset.collapsed * {
    display: none;
}
html.js fieldset.collapsed legend {
    display: block;
}
html.js fieldset.collapsible legend a {
    padding-left: 15px;
    background: url(//misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
    background-image: url(//misc/menu-collapsed.png);
    background-position: 5px 50%;
}
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* 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 {
    height: 9px;
    overflow: hidden;
    background: #eee url(//misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
}
html.js .resizable-textarea textarea {
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    margin-top: 4px;
    height: 13px;
    width: 13px;
    background: url(//misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
    background-position: 0 -20px;
}
.joined + .grippie {
    height: 5px;
    background-position: center 1px;
    margin-bottom: -2px;
}
.teaser-checkbox {
    padding-top: 1px;
}
div.teaser-button-wrapper {
    float: right;
    padding-right: 5%;
    margin: 0;
}
.teaser-checkbox div.form-item {
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
}
textarea.teaser {
    display: none;
}
html.js .no-js {
    display: none;
}
.progress {
    font-weight: bold;
}
.progress .bar {
    background: #fff url(//misc/progress.gif);
    border: 1px solid #00375a;
    height: 1.5em;
    margin: 0 0.2em;
}
.progress .filled {
    background: #0072b9;
    height: 1em;
    border-bottom: 0.5em solid #004a73;
    width: 0%;
}
.progress .percentage {
    float: right;
}
.progress-disabled {
    float: left;
}
.ahah-progress {
    float: left;
}
.ahah-progress .throbber {
    width: 15px;
    height: 15px;
    margin: 2px;
    background: transparent url(//misc/throbber.gif) no-repeat 0px -18px;
    float: left;
}
tr .ahah-progress .throbber {
    margin: 0 2px;
}
.ahah-progress-bar {
    width: 16em;
}
#first-time strong {
    display: block;
    padding: 1.5em 0 0.5em;
}
tr.selected td {
    background: #ffc;
}
table.sticky-header {
    margin-top: 0;
    background: #fff;
}
#clean-url.install {
    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 {
    padding: 0 2px;
    margin: 4px 0 0 0;
    font-size: 0.85em;
    max-width: 500px;
}
div.password-description ul {
    margin-bottom: 0;
}
.password-parent {
    margin: 0 0 0 0;
}
input.password-confirm {
    margin-right: 10px;
}
.confirm-parent {
    margin: 5px 0 0 0;
}
span.password-confirm {
    visibility: hidden;
}
span.password-confirm span {
    font-weight: normal;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
li.expanded {
    list-style-type: circle;
    list-style-image: url(//misc/menu-expanded.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.collapsed {
    list-style-type: disc;
    list-style-image: url(//misc/menu-collapsed.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.leaf {
    list-style-type: square;
    list-style-image: url(//misc/menu-leaf.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li a.active {
    color: #000;
}
td.menu-disabled {
    background: #ccc;
}
ul.links {
    margin: 0;
    padding: 0;
}
ul.links.inline {
    display: inline;
}
ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}

#permissions td.module {
    font-weight: bold;
}
#permissions td.permission {
    padding-left: 1.5em;
}
#access-rules .access-type,
#access-rules .rule-type {
    margin-right: 1em;
    float: left;
}
#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
    margin-top: 0;
}
#access-rules .mask {
    clear: both;
}
#user-login-form {
    text-align: center;
}
#user-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#user-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}
#user-admin-settings fieldset .description {
    font-size: 0.85em;
    padding-bottom: 0.5em;
}
.profile {
    clear: both;
    margin: 1em 0;
}
.profile .picture {
    float: right;
    margin: 0 1em 1em 0;
}
.profile h3 {
    border-bottom: 1px solid #ccc;
}
.profile dl {
    margin: 0 0 1.5em 0;
}
.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}
.profile dd {
    margin: 0 0 1em 0;
}

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
    font-weight: bold;
}
.field .field-label-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: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
    padding-right: 0.5em;
}
.node-form .content-add-more .form-submit {
    margin: 0;
}
.node-form .number {
    display: inline;
    width: auto;
}
.node-form .text {
    width: auto;
}
.form-item #autocomplete .reference-autocomplete {
    white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
    display: inline;
    font-weight: normal;
}
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
    margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
    font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
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: 0;
}
table#content-field-overview .content-new {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6 {
    margin: 1em 0 0.5em 0;
}
.advanced-help-topic dd {
    margin-bottom: 0.5em;
}
.advanced-help-topic span.code {
    background-color: #edf1f3;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
    font-size: 0.9em;
    padding: 1px;
}
.advanced-help-topic .content-border {
    border: 1px solid #aaa;
}

.filefield-icon {
    margin: 0 2px 0 0;
}
.filefield-element {
    margin: 1em 0;
    white-space: normal;
}
.filefield-element .widget-preview {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ccc;
    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: 0 0 1em 0;
}
.filefield-element input.form-submit,
.filefield-element input.form-file {
    margin: 0;
}
.filefield-element input.progress-disabled {
    float: none;
    display: inline;
}
.filefield-element div.ahah-progress,
.filefield-element div.throbber {
    display: inline;
    float: none;
    padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
    display: none;
    margin-top: 4px;
    width: 28em;
    padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
    margin: 0;
}

.caps {
    font-size: 0.9em;
}
.dquo {
    margin-left: -0.5em;
}
h1 .amp,
h2 .amp,
h3 .amp,
h4 .amp,
h5 .amp,
h6 .amp {
    font-size: 1em;
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua",
        serif;
    font-style: italic;
}

#forum .description {
    font-size: 0.9em;
    margin: 0.5em;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
    white-space: nowrap;
}
#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
    text-align: center;
}
#forum tr td.forum {
    padding-left: 25px;
    background-position: 2px 2px;
    background-image: url(//misc/forum-default.png);
    background-repeat: no-repeat;
}
#forum tr.new-topics td.forum {
    background-image: url(//misc/forum-new.png);
}
#forum div.indent {
    margin-left: 20px;
}
.forum-topic-navigation {
    padding: 1em 0 0 3em;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
    text-align: right;
    float: left;
    width: 46%;
}
.forum-topic-navigation .topic-next {
    text-align: left;
    float: right;
    width: 46%;
}

div.fieldgroup {
    margin: 0.5em 0 1em 0;
}
div.fieldgroup .content {
    padding-left: 1em;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}
.views-exposed-form label {
    font-weight: bold;
}
.views-exposed-widgets {
    margin-bottom: 0.5em;
}
.views-align-left {
    text-align: left;
}
.views-align-right {
    text-align: right;
}
.views-align-center {
    text-align: center;
}
html.js a.views-throbbing,
html.js span.views-throbbing {
    background: url(../../../all/modules/views/images/status-active.gif)
        no-repeat right center;
    padding-right: 18px;
}
div.view div.views-admin-links {
    font-size: xx-small;
    margin-right: 1em;
    margin-top: 1em;
}
.block div.view div.views-admin-links {
    margin-top: 0;
}
div.view div.views-admin-links ul {
    margin: 0;
    padding: 0;
}
div.view div.views-admin-links li {
    margin: 0;
    padding: 0 0 2px 0;
    z-index: 201;
}
div.view div.views-admin-links li a {
    padding: 0;
    margin: 0;
    color: #ccc;
}
div.view div.views-admin-links li a:before {
    content: "[";
}
div.view div.views-admin-links li a:after {
    content: "]";
}
div.view div.views-admin-links-hover a,
div.view div.views-admin-links:hover a {
    color: #000;
}
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
    background: transparent;
}
div.view div.views-hide {
    display: none;
}
div.view div.views-hide-hover,
div.view:hover div.views-hide {
    display: block;
    position: absolute;
    z-index: 200;
}
div.view:hover div.views-hide {
    margin-top: -1.5em;
}
.views-view-grid tbody {
    border-top: none;
}

#edit-openid-identifier {
    background-image: url(//modules/openid/login-bg.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}
div#edit-openid-identifier-wrapper {
    display: block;
}
html.js #user-login-form div#edit-openid-identifier-wrapper,
html.js #user-login div#edit-openid-identifier-wrapper {
    display: none;
}
html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
    display: block;
    list-style: none;
}
#user-login-form ul {
    margin-top: 0;
}
#user-login ul {
    margin: 0 0 5px;
}
#user-login ul li {
    margin: 0;
}
#user-login-form li.openid-link,
#user-login-form li.user-link,
#user-login li.openid-link,
#user-login li.user-link {
    display: none;
}
#user-login-form li.openid-link a,
#user-login li.openid-link a {
    background: transparent url(//modules/openid/login-bg.png) no-repeat 0 2px;
    padding: 0 20px;
}

html,
body,
div,
span,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea {
    margin: 0;
    padding: 0;
}
img,
abbr,
acronym {
    border: 0;
}
p {
    margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em 0;
}
ul,
ol,
dd {
    margin-bottom: 1.5em;
    margin-left: 2em;
}
li ul,
li ol {
    margin-bottom: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a:link,
a:visited {
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
blockquote {
}
hr {
    height: 1px;
    border: 1px solid gray;
}
table {
    border-spacing: 0;
    width: 100%;
}
caption {
    text-align: left;
}
th {
    margin: 0;
    padding: 0 10px 0 0;
}
th.active img {
    display: inline;
}
thead th {
    padding-right: 10px;
}
td {
    margin: 0;
    padding: 3px;
}
td.block {
    border: none;
    float: none;
    margin: 0;
}
tr.drag td,
tr.drag-previous td {
    background: #ffffdd;
    color: #000;
}
#skip a,
#skip a:hover,
#skip a:visited {
    height: 1px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
#skip a:active,
#skip a:focus {
    background-color: #fff;
    color: #000;
    height: auto;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 99;
}
#skip a:hover {
    text-decoration: none;
}
.hide {
    display: none;
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clearfix:after,
.clearfix .inner:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: auto;
    visibility: hidden;
}
.page,
.row {
    margin: 0 auto;
}
.row,
.nested,
.block {
    overflow: hidden;
}
div.full-width {
    width: 100%;
}
.nested {
    float: left;
    margin: 0;
    width: 100%;
}
#sidebar-first.nested,
#sidebar-last.nested,
div.superfish {
    overflow: visible;
}
.sidebars-both-first .content-group {
    float: right;
}
.sidebars-both-last .sidebar-first {
    float: right;
}
#grid-mask-overlay {
    display: none;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 997;
}
#grid-mask-overlay .row {
    margin: 0 auto;
}
#grid-mask-overlay .block .inner {
    background-color: #e3fffc;
    outline: none;
}
.grid-mask #grid-mask-overlay {
    display: block;
}
.grid-mask .block {
    overflow: visible;
}
.grid-mask .block .inner {
    outline: #f00 dashed 1px;
}
#grid-mask-toggle {
    background-color: #777;
    border: 2px outset #fff;
    color: #fff;
    cursor: pointer;
    font-variant: small-caps;
    font-weight: normal;
    left: 0;
    -moz-border-radius: 5px;
    padding: 0 5px 2px 5px;
    position: absolute;
    text-align: center;
    top: 22px;
    -webkit-border-radius: 5px;
    z-index: 998;
}
#grid-mask-toggle.grid-on {
    border-style: inset;
    font-weight: bold;
}
#header-site-info {
    width: auto;
}
#site-name-wrapper {
    float: left;
}
#site-name,
#slogan {
    display: block;
}
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
    text-decoration: none;
}
#site-name a {
    outline: 0;
}
#header-group {
    overflow: visible;
}
.node-bottom {
    margin: 1.5em 0 0 0;
}
#header-top-wrapper,
#header-group-wrapper,
#preface-top-wrapper,
#main-wrapper,
#preface-bottom,
#content-top,
#content-region,
#content-bottom,
#postscript-top,
#postscript-bottom-wrapper,
#footer-wrapper,
#footer-message-wrapper {
    clear: both;
}
.item-list ul li {
    margin: 0;
}
.block ul,
.block ol {
    margin-left: 2em;
    padding: 0;
}
.content-inner ul,
.content-inner ol {
    margin-bottom: 1.5em;
}
.content-inner li ul,
.content-inner li ol {
    margin-bottom: 0;
}
.block ul.links {
    margin-left: 0;
}
ul.menu li,
ul.links li {
    margin: 0;
    padding: 0;
}
#primary-menu {
    overflow: visible;
}
#primary-menu.block ul {
    margin-left: 0;
}
.primary-menu ul li {
    float: left;
    list-style: none;
    position: relative;
}
.primary-menu ul li a,
.primary-menu ul li .nolink {
    display: block;
    padding: 0.75em 1em;
    text-decoration: none;
}
.primary-menu ul li .nolink {
    cursor: default;
}
.primary-menu ul li:hover,
.primary-menu ul li.sfHover,
.primary-menu ul a:focus,
.primary-menu ul a:hover,
.primary-menu ul a:active {
    outline: 0;
}
.secondary-menu-inner ul.links {
    margin-left: 0;
}
.fusion-clear {
    clear: both;
}
div.fusion-right {
    float: right;
}
div.fusion-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.fusion-center-content .inner {
    text-align: center;
}
.fusion-center-content .inner ul.menu {
    display: inline-block;
    text-align: center;
}
.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: 0;
}
.fusion-inline-menu .inner ul.menu li {
    border-right-style: solid;
    border-right-width: 1px;
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.fusion-inline-menu .inner ul.menu li a {
    padding: 0 8px 0 5px;
}
.fusion-inline-menu .inner ul li.last {
    border: none;
}
.fusion-inline-menu .inner ul li.expanded ul {
    display: none;
}
.fusion-multicol-menu .inner ul {
    margin-left: 0;
    text-align: left;
}
.fusion-multicol-menu .inner ul li {
    border-right: none;
    display: block;
    font-weight: bold;
}
.fusion-multicol-menu .inner ul li.last {
    border-right: none;
}
.fusion-multicol-menu .inner ul li.last a {
    padding-right: 0;
}
.fusion-multicol-menu .inner ul li.expanded,
.fusion-multicol-menu .inner ul li.leaf {
    float: left;
    list-style-image: none;
    margin-left: 50px;
}
.fusion-multicol-menu .inner ul.menu li.first {
    margin-left: 0;
}
.fusion-multicol-menu .inner ul li.expanded li.leaf {
    float: none;
    margin-left: 0;
}
.fusion-multicol-menu .inner ul li.expanded ul {
    display: block;
    margin-left: 0;
}
.fusion-multicol-menu .inner ul li.expanded ul li {
    border: none;
    margin-left: 0;
    text-align: left;
}
.fusion-multicol-menu .inner ul.menu li ul.menu li {
    font-weight: normal;
}
.fusion-2-col-list .inner .item-list ul li,
.fusion-2-col-list .inner ul.menu li {
    float: left;
    width: 50%;
}
.fusion-3-col-list .inner .item-list ul li,
.fusion-3-col-list .inner ul.menu li {
    float: left;
    width: 33%;
}
.fusion-2-col-list .inner .item-list ul.pager li,
.fusion-3-col-list .inner .item-list ul.pager li {
    float: none;
    width: auto;
}
.fusion-list-bottom-border .inner ul li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
.fusion-list-bottom-border .inner ul li,
.fusion-list-bottom-border .view-content div.views-row {
    padding: 0 0 0 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 216.7%;
}
.fusion-list-bottom-border .inner ul {
    margin: 0;
}
.fusion-list-bottom-border .inner ul li ul {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.fusion-list-bottom-border .inner ul li ul li.last {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: -1px;
    margin-top: -1px;
}
.fusion-list-vertical-spacing .inner ul,
.fusion-list-vertical-spacing div.views-row-first {
    margin-left: 0;
    margin-top: 10px;
}
.fusion-list-vertical-spacing .inner ul li,
.fusion-list-vertical-spacing div.views-row {
    line-height: 133.3%;
    margin-bottom: 10px;
    padding: 0;
}
.fusion-list-vertical-spacing .inner ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: 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,
.fusion-float-imagefield-left .image-insert,
.fusion-float-imagefield-left .imagecache {
    float: left;
    margin: 0 15px 15px 0;
}
.fusion-float-imagefield-left .views-row {
    clear: left;
}
.fusion-float-imagefield-right .field-type-filefield,
.fusion-float-imagefield-right .image-insert,
.fusion-float-imagefield-right .imagecache {
    float: right;
    margin: 0 0 15px 15px;
}
.fusion-float-imagefield-right .views-row {
    clear: right;
}
.sf-menu li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
.superfish-vertical {
    position: relative;
    z-index: 9;
}
ul.sf-vertical {
    background: #fafafa;
    margin: 0;
    width: 100%;
}
ul.sf-vertical li {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    line-height: 200%;
    padding: 0;
    width: 100%;
}
ul.sf-vertical li a:link,
ul.sf-vertical li a:visited,
ul.sf-vertical li .nolink {
    margin-left: 10px;
    padding: 2px;
}
ul.sf-vertical li a:hover,
ul.sf-vertical li a.active {
    text-decoration: underline;
}
ul.sf-vertical li ul {
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-left: 0;
    width: 150px;
}
ul.sf-vertical li ul li.last {
    border-top: 1px solid #ccc;
    margin-bottom: -1px;
    margin-top: -1px;
}
ul.sf-vertical li ul {
    border-top: none;
    padding: 4px 0;
}
ul.sf-vertical li ul li {
    border-bottom: none;
    line-height: 150%;
}
ul.sf-vertical li ul li.last {
    border-top: none;
}
ul.sf-vertical li ul li ul {
    margin-top: -4px;
}
ul.pager {
    margin: 20px 0;
}
ul.pager li {
    margin: 0;
    white-space: nowrap;
}
ul.pager a,
ul.pager li.pager-current {
    border-style: solid;
    border-width: 1px;
    padding: 3px 6px 2px 6px;
    text-decoration: none;
}
ul.pager a:link,
ul.pager a:visited {
    color: inherit;
}
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
    border-style: solid;
    border-width: 1px;
}
ul.pager span.pager-ellipsis {
    padding: 0 4px;
}
.item-list .pager li {
    padding: 0;
}
.form-text {
    padding: 2px;
}
form input.form-submit {
    cursor: pointer;
    font-weight: bold;
    margin: 2px;
    padding: 3px 5px;
}
form input.form-submit:hover {
    cursor: pointer;
}
fieldset {
    margin: 15px 0;
    padding: 10px;
}
html.js fieldset.collapsed {
    margin-bottom: 15px;
}
textarea,
.form-item input,
.form-item select,
#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,
.page-admin #content-group,
.page-admin #content-region,
.page-admin #content-inner {
    margin-bottom: 1.5em;
    overflow: visible;
}
.page-admin .content-inner-inner {
    z-index: 10;
}
form#system-theme-settings select,
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,
div.admin .right {
    margin-left: 1%;
    margin-right: 1%;
}
.block-region {
    background-color: #f3f3f3;
    border: 3px dashed #cccccc;
    color: #555555;
    font-weight: bold;
    margin: 1px;
    padding: 3px;
    text-align: center;
    text-shadow: 1px 1px #fdfdfd;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#user-login-form {
    text-align: left;
}
#user-login-form .item-list {
    margin-top: 1em;
}
#user-login-form .item-list ul {
    margin-left: 0;
}
#user-login-form div.item-list ul li {
    list-style-type: none;
    margin: 0;
}
#user-login-form li.openid-link a,
#user-login li.openid-link a {
    background-position: 0 0;
    padding: 0 0 0 20px;
}
.fusion-horiz-login#block-user-0 {
    float: right;
    margin: 20px 0 10px 0;
    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,
.fusion-horiz-login#block-user-0 #user-login-form input.form-submit,
.fusion-horiz-login#block-user-0 .item-list {
    float: left;
    margin: 0 10px 0 0;
    text-align: 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 0 0 2px;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form label {
    display: block;
    font-weight: normal;
    margin: 0 0 0 7px;
    position: absolute;
    top: 2px;
}
.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: 0;
    padding: 0;
}
.fusion-horiz-login#block-user-0 .item-list li {
    list-style: none;
    margin: 0;
}
.fusion-horiz-login#block-user-0 .item-list li a {
    text-decoration: none;
}
.fusion-horiz-login#block-user-0 .item-list li a:hover,
.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,
.fusion-horiz-login#block-user-0 #user-login-form li.user-link {
    background: none;
    padding: 6px 0 0 0;
}
.fusion-horiz-login#block-user-0
    #user-login-form
    div#edit-openid-identifier-wrapper {
    margin: 0 10px 0 0;
    width: 145px;
}
.fusion-horiz-login#block-user-0
    #user-login-form
    input#edit-openid-identifier.form-text {
    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 {
    padding-right: 5px;
    text-align: right;
}
.block {
    float: left;
    margin-bottom: 1.5em;
    width: 100%;
}
#content-content .inner {
    margin-left: 0;
    margin-right: 0;
}
.block .inner {
    position: relative;
}
.block .fusion-edit {
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 10;
}
.block:hover > .inner > .fusion-edit {
    display: block;
}
.block .fusion-edit a {
    background-color: #fff;
    border: 1px solid #333;
    display: block;
    float: left;
    outline: 0;
    padding: 2px 2px 2px 6px;
    text-indent: -9999px;
    width: 16px;
}
.block .fusion-edit a:hover {
    background-color: #eee;
    text-decoration: none;
}
.block .fusion-block-config,
.block .fusion-block-edit {
    background: url(../../../all/themes/fusion/fusion_core/images/emblem-system.png)
        center center no-repeat;
}
.block .fusion-edit-menu {
    background: url(../../../all/themes/fusion/fusion_core/images/text-x-generic-menu.png)
        center center no-repeat;
}
div.node {
    margin-bottom: 1.5em;
}
a.feed-icon img,
ul.links img,
th img {
    border: 0;
    margin: 0 5px;
}
#content-content .node ul.links li.comment_forbidden a {
    padding-right: 0;
}
div.comment {
    margin: 15px 0;
    padding: 10px;
}
div.comment h3.title {
    font-weight: bold;
    margin: 0 0 5px 0;
}
div.comment div.links a,
div.comment ul.links a {
    text-align: right;
}
.comment-folded {
    margin: 1em 0 1em 1em;
}
.comment-folded .subject {
    font-weight: bold;
    padding-right: 5px;
    text-transform: uppercase;
}
.comment-folded .subject a {
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}
.signature {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 10px 0;
    padding: 0;
}
.profile {
    clear: none;
    margin: 12px 0;
}
.profile h2.title {
    margin-top: 15px;
    border-bottom: 1px solid;
}
.profile dt {
    float: left;
    margin-bottom: -10px;
    margin-right: 5px;
    padding: 0 5px;
    text-align: left;
    width: 185px;
}
#forum .description {
    margin: 5px;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
    white-space: nowrap;
}
#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
    text-align: center;
}
.forum-topic-navigation {
    padding: 10px 0 0 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
    padding: 5px;
}
.forum-topic-navigation .topic-previous {
    text-align: right;
    float: left;
    width: 46%;
}
.forum-topic-navigation .topic-next {
    text-align: left;
    float: right;
    width: 46%;
}
.book-navigation .menu {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px 0 0 30px;
}
.book-navigation .page-links {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
    padding: 5px;
}
div.content-messages div.messages,
div.content-help div.help {
    border-style: solid;
    border-width: 6px;
    font-weight: bold;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 14px;
}
div.content-messages-inner div.status {
    background-color: #eaf8e4;
    border-color: #8dc478;
    color: #3e642f;
}
div.content-messages-inner div.warning {
    background: #ffffdd;
    border-color: #eed300;
    color: #745500;
}
div.content-messages-inner div.error {
    background-color: #fff2f2;
    border-color: #cc0000;
    color: #b20000;
}
.help,
div.content-help-inner div.help {
    background-color: #e4eef8;
    border-color: #57718a;
    color: #292929;
}
div.messages ul,
div.content-help .help ul {
    list-style-position: inside;
}
div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
    color: #333;
    text-decoration: underline;
}
div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active,
div.messages em {
    color: #333;
    text-decoration: none;
}
#content-region ul.tips li {
    background: transparent;
    list-style: disc;
    list-style-image: none;
    list-style-position: inside;
}
#first-time p {
    clear: both;
}
.in-maintenance .page #logo {
    float: none;
}
.in-maintenance .page .header-site-info {
    margin-bottom: 10px;
    margin-top: 10px;
}
.db-offline .page .header-group-inner,
.db-offline .page .main-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.block-poll .poll div.title {
    font-weight: bold;
    margin-bottom: 10px;
}
.view {
    margin: 0;
}
.views-edit-view input,
.views-edit-view textarea {
    max-width: 95%;
}
.block-wrapper .block-views .views-row-last .node {
    margin-bottom: 0;
}
div.view div.views-admin-links {
    width: auto;
}
div.view div.views-admin-links li {
    background: transparent;
}
div.view div.views-admin-links ul.links,
div.view div.views-admin-links ul.links li,
div.view div.views-admin-links ul.links li a:link,
div.view div.views-admin-links ul.links li a:visited,
div.view div.views-admin-links ul.links li a:hover,
div.view div.views-admin-links ul.links li a:focus {
    background-image: none;
    border: 0;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
div.view div.views-admin-links ul.links li {
    list-style: none;
    list-style-image: none;
}
div.view div.views-admin-links ul.links li a:link,
div.view div.views-admin-links ul.links li a:visited {
    background-color: #fff;
    color: #000;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    padding: 3px;
}
div.view div.views-admin-links ul.links li a:hover,
div.view div.views-admin-links ul.links li a:focus {
    text-decoration: underline;
}
#cart-form-products,
.cart-review {
    border: 0;
}
#cart-form-buttons,
#checkout-form-bottom,
.review-button-row {
    border: 0;
}
.product-image {
    border-left: 0;
    clear: left;
    float: none;
    margin-left: 0;
    padding-left: 0;
}
.add-to-cart .form-text[name="qty"] {
    width: 25px;
}
.category-grid-products table {
    border: none;
    clear: both;
    margin: 5px 0;
    table-layout: fixed;
}
.category-grid-products table tbody {
    border-top: none;
}
.category-grid-products td {
    background: none;
    border: none;
    padding: 5px;
    vertical-align: top;
}
.category-grid-products .catalog-grid-image {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.category-grid-products #edit-qty-wrapper {
    display: block;
}
.category-grid-products .form-item label {
    display: inline;
}
.category-grid-products .form-item .form-text {
    margin: 0;
}
.category-grid-products .catalog-grid-title {
    display: block;
    width: 100%;
}
.catalog-grid-title a {
    display: block;
    padding: 10px;
}
.category td,
.category-grid-products td,
.cart-block-summary-table tr.cart-block-summary-tr td {
    text-align: center;
}
.uc-price-list_price,
.uc-price-list {
    text-decoration: line-through;
}
.vertical-tabs {
    margin-left: 0;
}
.vertical-tabs-list {
    border: none;
    left: -1.5em;
}
.vertical-tabs ul li {
    border-left: none;
    list-style-image: none;
}
.vertical-tabs ul li.last {
    border-bottom: none;
}
.vertical-tabs-list li a:link,
.vertical-tabs-list li a:visited,
.vertical-tabs-list li a:hover,
.vertical-tabs-list li a:active {
    background-color: transparent;
    background-image: none;
    border: none;
}
.quicktabs .block {
    float: none;
}
.block div.view div.views-admin-links {
    margin-top: 0;
}
html.js span.preview-icon {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/skinr-image-preview.png)
        no-repeat bottom right;
    cursor: help;
    display: inline-block;
    height: 20px;
    margin: 0 0 -6px 3px;
    width: 20px;
}
span.preview-icon {
    display: block;
    text-indent: -9000px;
}
#screenshot {
    background: #333;
    color: #333;
    display: block;
    height: 190px;
    padding: 5px 5px 0 5px;
    position: absolute;
    z-index: 100;
    box-shadow: 3px 3px 3px #999;
    -moz-border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 3px 3px 3px #999;
}
#screenshot .screenshot-caption {
    bottom: 0;
    color: #fff;
    height: 30px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 -3px -5px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    z-index: 100;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#screenshot .screenshot-preview {
    background: #333;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 100;
}
#screenshot .fusion-general-styles-fusion-callout {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-callout.png)
        no-repeat;
}
#screenshot .fusion-general-styles-fusion-padding {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-padding.png)
        no-repeat;
}
#screenshot .fusion-general-styles-fusion-border {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-fusion-border.png)
        no-repeat;
}
#screenshot .fusion-general-styles-bold-links {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-bold-links.png)
        no-repeat;
}
#screenshot .fusion-general-styles-equal-heights {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-general-styles-equal-heights.png)
        no-repeat;
}
#screenshot .list-styles-bottom-border {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/list-styles-bottom-border.png)
        no-repeat;
}
#screenshot .list-styles-extra-vertical-spacing {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/list-styles-extra-vertical-spacing.png)
        no-repeat;
}
#screenshot .fusion-menu-fusion-inline-menu {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-menu-fusion-inline-menu.png)
        no-repeat;
}
#screenshot .fusion-menu-fusion-multicol-menu {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-menu-fusion-multicol-menu.png)
        no-repeat;
}
#screenshot .fusion-superfish-superfish-vertical {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-superfish-superfish-vertical.png)
        no-repeat;
}
#screenshot .fusion-login-fusion-horiz-login {
    background: url(../../../all/themes/fusion/fusion_core/images/skinrpreviews/fusion-login-fusion-horiz-login.png)
        no-repeat;
}

body {
    font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 81.25%;
    line-height: 150%;
}
.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,
.terms {
    font-size: 95%;
}
.terms {
    line-height: 130%;
}
.node .read-more,
.node .more-link,
.node .links {
    font-size: 95%;
}
div.comment div.links a,
div.comment ul.links a {
    font-size: 90%;
}
.signature {
    font-size: 91.6%;
}
.breadcrumbs {
    font-size: 90%;
    line-height: 100%;
}
ul.pager {
    font-size: 90%;
    line-height: 150%;
}
ul.pager li {
    line-height: 250%;
}
li,
li.leaf,
ul.menu li,
.item-list ul li {
    line-height: 150%;
}
.form-submit {
    font-size: 80%;
}
.form-item .description {
    font-size: 95%;
    line-height: 130%;
}
.block-region {
    font-size: 130%;
}
#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited {
    font-size: 110%;
    line-height: 120%;
}
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
    font-size: 100%;
    line-height: 110%;
}
.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 {
    font-size: 95%;
    line-height: 105%;
}
.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-sans-serif-sm .form-text {
    font-family: Arial, Helvetica, "Nimbus Sans L", FreeSans, sans-serif;
}
.font-family-sans-serif-lg,
.font-family-sans-serif-lg .form-text {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.font-family-serif-sm,
.font-family-serif-sm .form-text {
    font-family: Garamond, Perpetua, "Nimbus Roman No9 L", "Times New Roman",
        serif;
}
.font-family-serif-lg,
.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 .form-text {
    font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica,
        sans-serif;
}
.font-family-lucida,
.font-family-lucida .form-text {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana,
        Geneva, sans-serif;
}
.font-family-tahoma,
.font-family-tahoma .form-text {
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.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,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.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,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
}
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 0.75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../../../all/themes/fusion/fusion_core/images/arrows-ffffff.png)
        no-repeat -10px -100px;
}
a > .sf-sub-indicator {
    top: 0.8em;
    background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-shadow ul {
    background: url(../../../all/themes/fusion/fusion_core/images/shadow.png)
        no-repeat bottom right;
    padding: 0 8px 9px 0;
    -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 {
    background: transparent;
}

.sf-navbar {
    background: #bdd2ff;
    height: 2.5em;
    padding-bottom: 2.5em;
    position: relative;
}
.sf-navbar li {
    background: #aabde6;
    position: static;
}
.sf-navbar a {
    border-top: none;
}
.sf-navbar li ul {
    width: 44em;
}
.sf-navbar li li {
    background: #bdd2ff;
    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,
.sf-navbar a:visited {
    border: none;
}
.sf-navbar li.current {
    background: #bdd2ff;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus,
.sf-navbar a:hover,
.sf-navbar a:active {
    background: #bdd2ff;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus,
.sf-navbar ul a:hover,
.sf-navbar ul a:active {
    background: #d1dfff;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus,
.sf-navbar ul li li a:hover,
.sf-navbar ul li li a:active {
    background: #e6eeff;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
    left: 0;
    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: 0 -100px;
}
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-navbar > li > ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.sf-vertical,
.sf-vertical li {
    width: 10em;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 10em;
    right: 0;
    top: 0;
}
.sf-vertical .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-vertical a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
.sidebars-split .sidebar-last .sf-vertical ul,
.sidebars-both-last .sidebar-last .sf-vertical ul,
.sidebars-both-last .sidebar-first .sf-vertical ul {
    width: 10em;
}
.sidebars-split .sidebar-last .sf-vertical li,
.sidebars-split .sidebar-last .sf-vertical li li,
.sidebars-both-last .sidebar-last .sf-vertical li,
.sidebars-both-last .sidebar-last .sf-vertical li li,
.sidebars-both-last .sidebar-first .sf-vertical li,
.sidebars-both-last .sidebar-first .sf-vertical li li {
    text-align: right;
}
.sidebars-split .sidebar-last .sf-vertical li:hover ul,
.sidebars-split .sidebar-last .sf-vertical li.sfHover ul,
.sidebars-both-last.sidebar-last .sf-vertical li:hover ul,
.sidebars-both-last .sidebar-last .sf-vertical li.sfHover ul,
.sidebars-both-last .sidebar-first .sf-vertical li:hover ul,
.sidebars-both-last .sidebar-first .sf-vertical li.sfHover ul {
    left: auto;
    right: 10em;
    top: 0;
}

body {
    font-size: 75%;
}
a,
a:link,
a:visited {
}
a:hover,
a:focus,
a:active {
}
#site-name {
    font-size: 300%;
    line-height: 150%;
}
.footer-message {
    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 {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
.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 {
}
.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: #fff;
}
.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,
.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 {
}
.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 {
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
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 {
}
h2.block-title {
}
.breadcrumbs {
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #aa1144;
}
.marker,
.form-required {
    color: #aa1144;
}
#content-tabs {
    background-color: transparent;
    float: left;
    margin: 20px 0;
    padding: 0;
}
#content-tabs ul.primary,
#content-tabs ul.secondary {
    border-bottom: 1px solid #000;
    clear: both;
    float: left;
    margin: 0;
    padding: 0 10px;
}
#content-tabs ul.secondary {
    border-bottom: 1px solid #555;
    margin-top: 10px;
    text-transform: lowercase;
}
#content-tabs ul.primary li,
#content-tabs ul.secondary li {
    border-style: none;
    display: inline;
    float: left;
    list-style: none;
    margin: 0 10px;
    padding: 0;
}
#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
    background-color: transparent;
    border: none;
    color: #000;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0 0 6px 0;
    text-decoration: none;
    white-space: nowrap;
}
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
    color: #555;
}
#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
    border-bottom: 4px solid #000;
    color: #555;
    padding-bottom: 2px;
}
#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
    border-bottom: 4px solid #555;
    color: #777;
    padding-bottom: 2px;
}
#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
    border-bottom: 4px solid #777;
    color: #777;
    padding-bottom: 2px;
}
ul.pager {
}
ul.pager li {
}
ul.pager a,
ul.pager li.pager-current {
    border-color: #333;
}
ul.pager li.pager-current {
    background-color: #777;
    color: #fff;
}
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
    background-color: #777;
    border-color: #333;
    color: #fff;
}
.form-submit {
    margin: 2px;
    padding: 3px 5px;
}
.form-submit:hover,
.form-submit.hover,
.form-submit:focus {
}
.form-item input,
.form-item select,
.form-item textarea {
}
.form-item .form-radio,
.form-item .form-checkbox {
    background: none;
    border: none !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: 1px solid #ccc;
}
thead th,
th {
    border-bottom: 3px solid #ccc;
}
tbody th {
    border-bottom: 1px solid #ccc;
}
tr.even,
tr.even td {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
tr.odd,
tr.odd td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
td.active {
}
tr.drag td,
tr.drag-previous td {
    color: #000;
}
.in-maintenance {
}
.book-navigation .menu {
    border-top: 1px solid #ccc;
}
.book-navigation .page-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.comment {
}
div.comment h3.title {
}
div.comment div.links a,
div.comment ul.links a {
}
.comments div.odd {
    background-color: #fff;
}
.comments div.even {
    background-color: #eee;
}
.comments div.comment-by-author {
    background-color: #ddd;
}
.signature {
    border-top: 1px solid #d6ddb9;
}
.comment-wrapper .picture img {
}
#forum .description {
}
.forum-topic-navigation {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
div.poll div.bar {
}
div.poll div.bar {
    background-color: #ddd;
}
div.poll div.bar div.foreground {
    background-color: #999;
}
.profile .picture {
    float: none;
}
.profile dt {
    background-color: #ccc;
}
#cart-form-products table th {
    border-bottom: 3px solid #dec2c3;
}
.add-to-cart {
}
.catalog-grid-title a,
.category a {
}
.catalog-grid-title a:hover,
.catalog-grid-title a:focus,
.category a:hover,
.category a:focus {
}
.category-grid-products .catalog-grid-sell-price {
}
.fusion-example-stylename .inner {
    background-color: #ccc;
    color: #000;
    border: 3px solid #000;
    padding: 10px;
}
