/**
 * Drupal theme for Gabroni.com
 *
 * @file main stylesheet.
 *
 * @copyright Copyright (C) 2011, Attila Beregszaszi
 *   attila [at] frontseed [dot] com
 *   All rights reserved!
 */

/****************************************
 * HTML element styles
 ****************************************/
body {
  font-size: 13px;
  font-family: PTSans, Arial, sans-serif;
  line-height: 1.4em;
  text-align: left;
}
/* Links */
a {
  color: #039;
  text-decoration: none;
}
a:hover {
  color: #06b;
  text-decoration: underline;
}
/* Drupal active links */
a.active {
  color: #000;
}
/* Headers */
h1, h2, h3, h4 {
  font-weight: bold;
  line-height: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 1em;
}
h5 {
  font-weight: bold;
}
h6 {
  font-size: .9em;
  font-weight: bold;
}

/* Lists */
ul, ol {
  margin: .65em 1.5em;
  padding: 0 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl {
  margin: .65em 0;
}
dt {
  font-weight: bold;
  color: #369;
}
dd {
  padding-left: 2em;
}

/* Miscellaneous elements */
p {
  margin: .65em 0;
}
strong, b {
 font-weight: bold;
}
em, i {
 font-style: italic;
}
pre,
code {
  font: 500 1em/1.5em Consolas, 'Lucida Console', 'Courier New', monospace;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #369;
}
del,
strike {
  text-decoration: line-through;
}
big {
  font-size: 1.12em;
}
small {
  font-size: .88em;
}
cite {
  font-style: italic;
}

/* Images */
img.float-right {
  margin: 5px 0 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0;
}
img.print-icon,
img.editor-image-button,
th.active img,
.separator img,
.icon img {
  background: none;
  border: none;
  padding: 0;
}

/* Tables */
table {
  border-collapse: collapse;
  border-width: 0 1px;
  border-color: #ccc;
}
tr.odd {
  background: #fff;
}
tr.even {
  background: #f1f2f2;
}
th, td {
  border-width: 1px 0;
  border-style: solid;
}
th {
  background: #fff;
  padding: .35em .5em .15em;
  border-color: #cdd;
}
thead th {
  border-bottom: 3px solid #c4c4c4;
  border-top: 0;
  font-weight: bold;
}
tbody th {
  border-bottom: 1px solid #c4c4c4;
}
tbody .odd th {
  background: #e4e4e4;
}
tbody .even th {
  background: #d4d4d4;
}
td {
  border-color: #cdd;
  padding: .35em .5em;
}
tr.odd td.active {
  background: #eee;
}
tr.even td.active {
  background: #ddd;
}
caption {
  text-align: left;
  padding: 0 0 .25em .5em;
  font-size: .9em;
}
.node table {
  margin-top: .5em;
}

/* Form elements */
form {
  margin: .5em 0;
  padding: 0;
}
form p {
  padding: 0;
  margin: 0;
}
.form-item .description {
  color: #555;
  line-height: 140%;
  white-space: normal;
}
.form-required {
  font-size: smaller;
  line-height: 50%;
}
label,
.form-item label {
  color: #000;
  font-weight: bold;
  line-height: 120%;
}
input, select, textarea {
  background: #fff;
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #666;
  font: 12px PTSans, Arial, sans-serif;
  margin: .25em 0;
  padding: .25em;
}
input:focus, select:focus, textarea:focus {
  background: #fff;
  border-color: #a9a9a9;
  box-shadow: 0 0 4px rgba(0,0,0,.21);
  color: #000;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.21);
}
input.form-checkbox,
input.form-radio,
option {
  background: transparent;
  border: none;
}
input.button,
input.form-submit {
  background: url('../images/ui.png') no-repeat scroll -20px -280px #fff;
  border: 1px solid #bbb;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.21);
  color: #333;
  font-weight: normal;
  padding: 4px 8px 2px;
  text-shadow: 0 1px #fff;
}
input.button:hover,
input.form-submit:hover {
  background-position: -370px -280px;
  color: #000;
}
input.form-text, input.form-textarea {
  width: auto;
}
.form-item label.option {
  padding-bottom: 2px;
}
input.form-radio {
  border-width: 0;
  margin: 0 4px 0 8px;
}
fieldset {
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: .35em .75em;
}
fieldset legend {
  color: #0072c4;
  font-size: 1.14em;
  font-weight: normal;
  padding: 0 1em;
}
fieldset legend a {
  color: #0072c4;
}
.form-item {
  margin: .5em 0;
}
.form-checkboxes,
.form-radios {
  margin: .5em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 0;
  margin-top: 2px;
}
form .description {
  color: #888;
  font-size: 88%;
}

/* JavaScript enhanced forms */
html.js fieldset.collapsible legend a {
  background: url('../images/icons/menu-expanded.png') no-repeat scroll 5px 51% transparent;
}
html.js fieldset.collapsed legend a {
  background-image: url('../images/icons/menu-collapsed.png');
}
html.js input.form-autocomplete {
  background-image: url('../images/icons/throbber.gif');
  background-position: 99% 3px;
}
html.js input.throbbing {
  background-position: 99% -17px;
}
#autocomplete li.selected {
  background: #345;
  color: #fff;
}

html.js fieldset.collapsed {
  padding: 0 .5em .5em;
}

.resizable-textarea .grippie {
/*  background: #edf0f3 url('../images/grippie.png') no-repeat center 2px;	*/
}

/* Form errors */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  background: #fcc;
  border: 1px solid #f66;
  color: #000;
}

.progress {
  font-weight: normal;
}

#name, #email, #message, #website {
  width: 380px;
}

/* Generic classes */
.hidden-text {
  left: -9999px;
  position: absolute;
}
.clean-table tr.odd,
.clean-table tr.even {
  background: transparent;
  border: 0;
}
.clean-table th,
.clean-table td {
  border-width: 0;
  padding: 0;
}

/* Extended form overrides */
.filefield-element {
  margin: .35em 0;
}
.filefield-element .widget-preview {
  border-right: 1px solid #999;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

/****************************************
 * Layout styles, main colors
 ****************************************/
body {
  background: #666;
  color: #fff;
}
#page-wrapper {
  color: #484848;
}

/* Header */
#header-wrapper {
  /*background: #eee;*/
  background: url('../images/bgs.png') repeat-x top left #fff;
}
#header {
  position: relative;
}
#logo {
  margin-bottom: 10px;
}
#logo a {
  background: url('../images/ui.png') no-repeat scroll 0 -100px transparent;
  display: block;
  height: 93px;
}
#logo a:hover {
  background-position: -300px -100px;
}
#logo span {
  position: absolute;
  left: -999em;
}

/* Middle */
#middle-wrapper {
  background: #fff;
  height: auto;
  padding-bottom: 2em;
}
#middle-wrapper .container-16 {
  min-height: 400px;
}
.breadcrumb {
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.breadcrumb .here {
  color: #999;
  margin: 0;
}
.breadcrumb a {
  color: #000;
}
#page-title {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Bottom */
#bottom-wrapper {
  color: #ddd;
  padding: 1em 0;
}

/* Footer message */
#footer-message {
  padding: 1em 0 3em;
  text-align: left;
  font-size: 88%;
}
#footer-message a {
  color: #fff;
}
#footer-region .content {
  text-align: center;
}


/****************************************
 * Block region styles
 ***************************************/
/* Header region */
#header-region {
  margin-top: 40px;
}

#node-top-region,
#node-bottom-region {
  clear: both;
}
.sidebar .block {
  margin-top: 1em;
}


/****************************************
 * Block styles
 ***************************************/
/* search block */
#search-block-form {
  margin: 0;
}
#search-block-form .form-item,
#search-block-form .form-text {
  margin: 0;
}
#search-block-form .form-text {
  /*background: url('../images/sprite1.png') no-repeat scroll 0 -128px transparent;*/
  font-size: 11px;
  padding-left: 22px;
  width: 73px;
}
#search-block-form .form-text:focus {
  background-position: -320px -128px;
}
#search-block-form .form-submit {
  position: absolute;
  left: -9999px;
}

/* user login block */
#block-user-0 #user-login-form {
  font-size: 11px;
  margin: 0;
  position: relative;
  text-align: right;
}
#block-user-0 .form-item {
  display: inline;
  padding-right: 1em;
}
#block-user-0 input {
  font-size: 11px;
}
#block-user-0 .item-list,
#block-user-0 ul,
#block-user-0 li {
  display: inline;
}
#block-user-0 #user-login-info {
  top: -20px;
  position: absolute;
}

/* user menu (motehu) block */
#block-motehu-0 {
  margin-top: 8px;
  text-align: right;
}
#block-motehu-0 .welcome {
  display: inline;
  margin: 0;
}
#block-motehu-0 .menu {
  display: inline;
  padding: 0;
}
#block-motehu-0 .menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

/* language selector block */
#block-locale-0 {
  margin-top: 8px;
}
#block-locale-0 ul {
  padding: 0;
  text-align: right;
}
#block-locale-0 li {
  float: right;
  list-style: none;
  position: relative;
}
#block-locale-0 a {
  background: url('../images/ui.png') no-repeat scroll 0 0 transparent;
  display: block;
  height: 16px;
  margin: 0 10px 0 0;
  overflow: hidden;
  width: 28px;
}
#block-locale-0 .first a {
  margin: 0;
}
#block-locale-0 .hu a                                     {background-position:   0px   0px;}
#block-locale-0 .hu a.active, #block-locale-0 .hu a:hover {background-position:   0px -30px;}
#block-locale-0 .en a                                     {background-position: -40px   0px;}
#block-locale-0 .en a.active, #block-locale-0 .en a:hover {background-position: -40px -30px;}
#block-locale-0 .de a                                     {background-position: -80px   0px;}
#block-locale-0 .de a.active, #block-locale-0 .de a:hover {background-position: -80px -30px;}
#block-locale-0 span {
  position: absolute;
  left: -9999px;
}
.language-hover {
  color: #666;
  /*display: block;*/
  font-size: 10px;
  margin-left: -16px;
  position: absolute;
  text-align: center;
  top: -18px;
  width: 60px;
}

/* motematika block styles */
.motematika {
  margin: 1em 0;
}
.motematika .title {
  background: url('../images/ui.png') no-repeat scroll -120px -60px transparent;
  height: 26px;
  margin: 0;
  padding: 0;
  top: 6px;
  width: 135px;
}
.motematika .hidden {
  position: absolute;
  text-indent: -999em;
}
.i18n-en .motematika .title {
  background-position: -340px -60px;
}
.i18n-de .motematika .title {
  background-position: -560px -60px;
}
.motematika ul {
  list-style: none;
  padding: 0;
}
.motematika a {
  background: url('../images/ui.png') no-repeat scroll 3px -193px transparent;
  display: block;
  font-size: 12px;
  padding: 7px 0 4px 23px;
}
.motematika a:hover {
  background-color: #eee;
  background-position: 3px -233px;
  text-decoration: none;
}

.sidebar .block {
  margin-bottom: 1em;
}
.sidebar .block .content {
  margin: 1em 0;
}
/* Block menu @ sidebar */
.sidebar .block-menu {
  background: transparent;
}
.sidebar .block-menu .block-inner {
  padding-top: 20px;
}

/* Frontpage slideshow styles */
.slide {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 700px;
}
.slide a {
  text-decoration: none;
}
.slide-text {
  line-height: 18px;
  position: absolute;
}
.slide-text .title {
  font-size: 22px;
  line-height: 1.4em;
}
.slide-text .text {
  font-size: 13px;
}
.slide-text p {
  margin: 0;
}
.block-slideshow {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.block-slideshow .slideshow-pager {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 10;
}
.block-slideshow .pager-item {
  display: inline;
}
.block-slideshow .pager-item a {
  background: url('../images/ui.png') no-repeat -40px -60px;
  display: block;
  float: left;
  height: 20px;
  margin-right: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 18px;
}
.block-slideshow .pager-item a:hover {
  background-position: -60px -60px;
}
.block-slideshow .activeSlide a {
  background-position: -80px -60px;
}
.block-slideshow .activeSlide a:hover {
  background-position: -100px -60px;
}



/* primary links at bottom */
#bottom-wrapper .block ul {
  padding: 0;
}
#bottom-wrapper .block-menu li.leaf {
  color: #aaa;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0 10px 0 6px;
  width: 178px;
}
#bottom-wrapper a {
  color: #e5e5e5;
}
#bottom-wrapper a.active {
  color: #fff;
}


/* custom forms */
/* hirlevel */
.hirlevszoft table {
  border: 0;
}
.hirlevszoft td {
  border: 0;
  padding: 0;
}


/****************************************
 * Navigation styles
 ****************************************/
#navigation {
  /*background: #eee;*/
}

#search .form-submit {
  /*display: none;*/
}
#search form {
  padding-left: 10px;
}
#search .form-item,
#search .form-text,
#search .form-submit {
  display: inline;
  font-size: 12px;
  margin: 0;
}
#search .form-submit {
  border-radius: 5px;
  margin-left: .75em;
  padding: 2px 8px 0;
}

/* Primary links menu */
#primary-links {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
#primary-links li {
  display: inline;
}
#primary-links a {
  color: #000;
  float: left;
  font-size: 13px;
  height: 38px;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 1px 1px #fff;
  text-transform: uppercase;
}
#primary-links a:hover {
  background: #ddd;
  border-radius: 9px 9px 0 0;
  text-decoration: none;
}
#primary-links .first a {
  margin-left: 0;
}
#primary-links .last a {
  margin-right: 0;
}
#primary-links .active-trail a,
#primary-links a.active {
  background: #fff;
  border-radius: 9px 9px 0 0;
  color: #000;
  text-shadow: none;
}


/* Footer menu */
#footer-region {
  font-size: 11px;
  position: relative;
}
#footer-region .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer-region li,
#footer-region li.leaf {
  background: none;
  display: inline;
  margin: 0;
}
#footer-region li {
  border-right: 1px solid #fff;
  padding: 0 1em 0 .7em;
}
#footer-region a {
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}
#footer-region a:hover {
  text-decoration: underline;
}
#footer-region .active-trail a,
#footer-region a.active {
  color: #bac0c9;
}
#footer-region li.first {
  padding: 0 1em 0 0;
}
#footer-region li.last {
  padding: 0 0 0 .7em;
  border-right: none;
}

/* Tabs */
ul.primary {
  padding: .15em 0 .15em 1em;
}
ul.primary li a {
  background: #ddd;
  color: #000;
  padding: .15em 1em;
}
ul.primary li.active a {
  background: #f1f2f2;
  border-color: #bbb #bbb #f1f2f2;
}

/* Book navigation */
.book-navigation .menu {
  border-top: 1px solid #888;
  margin: 1em 0 2em;
  padding: 1em 0 0 3em;
}


/****************************************
 * Messages
 ****************************************/
.messages {
  background: #def;
  border: 1px solid #9ab;
  margin: 1em 0;
  padding: 1em;
}
div.warning {
  padding: 1em;
}


/****************************************
 * Node styles
 ***************************************/
/* Generic */
.node-unpublished {
  background-color: #ffd;
  border: 1px dotted #ddd;
}

/* Webforms */
#content-output .webform-client-form {
  margin: 1em auto 0;
  width: 80%;
}
#content-output .webform-component-select {
  margin: 1.5em 0 .5em;
}
#content-output .webform-client-form .form-radios {
  margin: 0 0 0 1.5em;
}

.product-table {
  font-size: 11px;
}

/****************************************
 * Views styles
 ***************************************/

/*  Referenciak view  */
.view-referenciak .image,
.view-referenciak-hu .field-items,
.view-referenciak-en .field-items,
.view-referenciak-de .field-items {
  float: right;
  margin-left: 1em;
}
.view-referenciak .views-row,
.view-referenciak-hu .views-row,
.view-referenciak-en .views-row,
.view-referenciak-de .views-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}


/****************************************
 * Pager styles
 ***************************************/
.item-list .pager {
  margin: 1em;
  text-align: center;
}
.item-list .pager li {
  margin: 0;
  padding: 0;
}
.item-list .pager li.first {
  margin-left: 0;
}
.item-list .pager li.last {
  margin-right: 0;
}
.item-list .pager li.pager-current,
.item-list .pager li a {
  font-weight: bold;
  margin: 0;
  padding: 2px 6px 0;
  text-decoration: none;
}
.item-list .pager li.pager-current {
  border: 1px solid #fff;
  background: transparent;
  color: #000;
  font-weight: bold;
  padding: .35em .1em;
}
.item-list .pager li a {
  border: 1px solid #333;
  background: #666;
  color: #fff;
  text-shadow: 0px 1px #333;
}
.item-list .pager li a:hover {
  color: #ddd;
  border: 1px solid #000;
  background: #333;
  text-shadow: 0px 1px #000;
}


/****************************************
 * User profile styles
 */

#user-register-side ul.actions {
  margin-top: 1em;
}
#user-register-side .image {
  background: #eee;
  height: 400px;
}
#user-register input.form-text {
  max-width: 20em;
}
#user-register {
  font-size: 92%;
  line-height: 120%;
}
#user-register input.required,
#user-register select.required {
  background-color: #f7f7f7;
}

#user-register .group-opc,
#user-register .group-opc fieldset {
  clear: both;
}
#user-register .group-opc label {
  clear: left;
  color: #666;
  margin: .25em 0;
  padding: .6em .5em .25em 0;
  text-align: right;
  width: 40%;
}
#user-register .group-opc label,
#user-register .group-opc .form-select {
  float: left;
}

#user-pass-page ul.actions {
  margin-top: 0;
  padding-top: 0;
}
#user-pass-side .image {
  background: #eee;
  height: 400px;
}

#user-login-page ul.actions {
  margin-top: 0;
  padding-top: 0;
}
#user-login-side .image {
  background: #eee;
  height: 400px;
}


/****************************************
 * User profile styles
 */
.ubox {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  min-height: 200px;
}
.ubox .content {
  padding: 0 10px;
}
.ubox h2 {
  background: #eee;
  font-size: 120%;
  margin: 0;
  padding: 5px 10px;
}
.ubox h3 {
  font-size: 112%;
  line-height: 130%;
  margin: .25em 0;
}

.box-account table {
  width: 100%;
}
.box-account .clean-table td {
  padding: 5px 10px 0 0;
}
.box-account td.field {
  width: 100px;
}
.box-account td.value {
  overflow: hidden;
}
.ubox .info {
  margin-left: 20px;
}
.ubox span.balance,
.ubox span.rate {
  /*color: #000;*/
  font-size: 1.35em;
}

ul.actions {
  margin: .5em 0;
  padding: .5em 0 .4em;
}
ul.actions li {
  list-style: none;
}
ul.actions a {
  background: url('../images/icons/bullet-go.png') no-repeat 1% 35% #f4f4f4;
  display: block;
  padding: 4px 0 3px 20px;
}
ul.actions a:hover {
  background-color: #f0f0f0;
}

/****************************************
 * Galleria
 */
.views-view-grid th,
.views-view-grid td {
  border-width: 0;
}
.galleria_wrapper,
.galleria-nav {
  text-align: center;
}
#galleria-content .caption {
  display: block;
  text-align: center;
}

/****************************************
 * TinyMCE, IMCE overrides
 */
body#tinymce,
body.mceContentBody {
  background: #fff;
  color: #000;
  text-align: left;
}

/****************************************
 * clean table
 */
table.clean,
table.clean th,
table.clean td,
table.clean tr,
table.clean tbody th,
table.clean tbody tr,
table.clean tr.odd td,
table.clean tr.odd th,
table.clean tr.even td,
table.clean tr.even th,
table.clean
{
  background: transparent;
  border: 0;
  padding: 2px;
  margin: 0;
}

/**
 * Credits styles
 */
#fsl {
  color: #aaa;
  float: right;
  font-size: 11px;
  margin: 0;
  text-align: right;
}
#fsl a {
  background: transparent;
  color: #aaa;
  padding: 0;
}
#fsl a:hover {
  color: #fff;
  text-decoration: none;
}

#order-pane-products table {
	width:100%;
}
#order-pane-products table tr td {
	white-space: normal;
}
table tr.ucOrderClick-processed td {
	min-width: 70px;
}

.jcarousel-skin-tango .jcarousel-container {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 100%;
}
.jcarousel-skin-tango .jcarousel-container ul {
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:650px;
}
.block-uc_catalog ul.catalog li.expanded {
	background: url("../images/arrow.gif") no-repeat scroll 95% center #EEEEEE;
}
.block-uc_catalog ul.catalog li:hover {
	background-color: #d8d8d8;
}
.view-simplenews .views-field-created {
    float: left;
    margin-right: 7px;
}
.uszt img {
  padding-left: 10px;
}
.uszt {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
.view-letoltes table {
  margin-top:13px;
}
.view-letoltes table caption {
  font-weight: bold;
}
#mote-worksheet-form .form-fieldset div.form-item {
  float: left;
  margin: 5px 20px;
}
#mote-worksheet-form  .deadline {
  font-weight: bold;
  color:red;
}
#user-register #edit-notify-wrapper {
  margin-top:20px;
}
.embedpanorama {
	display: none;
}
img.panorama {
	width:100%;
}
#block-menu-secondary-links ul {
	margin:0;
	padding:0;
}
#block-menu-secondary-links {
	position: relative;
  top: 10px;
	margin-bottom: 20px;
}
#block-menu-secondary-links ul li.leaf {
	list-style-type: none;
	list-style-image: none;
	background-color:#eeeeee;
	margin: 0;
	padding: 6px 0;
}
#block-menu-secondary-links ul li.leaf:hover {
	background-color:#d8d8d8;
}
#block-menu-secondary-links ul li.leaf a {
	color:#000000;
	padding: 6px 92px 6px 10px;
}
#block-menu-secondary-links ul li.leaf a:hover {
	text-decoration: none;
	color:#003399;
}
input.level1 {
  
}
input.level2 {
  margin-left:20px;
}
.view-id-hirek .views-field-title a {
  font-size: 19px;
  font-weight: bold;
}
.view-hirek .views-row {
  background: url('../images/separator.png') no-repeat scroll center bottom transparent;
  clear: both;
  margin: 5px 0;
  padding-bottom: 35px;
}
.view-hirek .views-row-last {
  background:none;
  padding-bottom: 5px;
}
.view-hirek .views-field-view-node {
  margin-right: 100px;
  text-align:right;
}

ul.een {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;  
}

.wscol1 {
  background: url("../images/rightarrow.png") no-repeat scroll 230px center #FFFFFF;
  clear: left;
  float: left;
  width: 40%;
}
.wscol1 .form-item {
  margin:0;
}
.wscol2 {
  
}
.wsfull {
  clear: both;
}
#mote-worksheet-export-form .date-clear-block {
  display:inline;
}
#mote-worksheet-export-form .wscheckboxes div.form-item {
  display: inline-table;
  min-width: 100px;
}
.container-12 form.push-1 {
  left: 0px;
}
.sliding-popup-bottom,
.sliding-popup-top
{
  background:#fff url("../images/bgs.png") repeat-x scroll left top;
}
#sliding-popup .popup-content {
  width: 1000px;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  color: #000;  
}
ul.front-alu {
  margin-top:10px;
  padding:0;
}
ul.front-alu li {
  display: inline;
  margin: 0 20px;
  list-style-type:circle;
}
ul.front-alu li.first {
  margin-left:2px;
}
ul.front-alu li.third {
  margin-right:2px;
}
ul.front-alu li a {
  font-size:20px;
  color:#7f7f7f;
  text-transform: uppercase;
}
ul.front-alu li a:hover {
  color:#06b;
  text-decoration:none;
}
.front-alu-image:hover {
  box-shadow: 5px 5px 3px #d8d8d8;
  margin-left:-1px;
  margin-top:-1px;
}
.lamp-minlength {
  margin-bottom:25px;
}
#uc-alu-settings-form option:checked,
#uc-alu14-settings-form option:checked,
#uc-alutable-settings-form option:checked,
#uc-alulm-settings-form option:checked,
#uc-aluls-settings-form option:checked
{
  background-color: #d8d8d8;
}