﻿/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/** body **/
  body
  {
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
	color: #586770;
background: #5bd737;
  }
  
  body.not-front #sidebar-left,
  body.not-front #sidebar-right {
	  display: none;
  }
  
  body.not-front .node-inner,
  body.not-front #content-header,
  body.not-front #content-area {
	  width: 100%;
  }
  
  body.not-front .bookdescription h2.title,
  body.not-front .bookbytheauthor h2.title  {
	  width: auto;
  }
  
/* ML: Smink módosítások - START */
/* Böngésző - kereső felület */
.bongeszo ul.node-preview {
	padding: 10px;
	display: flex;
}

.bongeszo ul.node-preview .node-image {
	width: 30%;
}

.bongeszo ul.node-preview .node-details {
	width: 70%;
}

#content-inner .bongeszo ul.node-preview .node-details li {
	list-style-type: none;
	font-size: 1.2rem;
	width: 30%;
	display: inline-block;
}

#content-inner .bongeszo ul.node-preview .node-details .title {
	width: 100%;
}

#content-inner .bongeszo ul.node-preview .node-details .title:hover {
	/*background-color: #08420b;*/
}

#content-inner .bongeszo ul.node-preview .node-details .title a {
	display: inline-block;
	font-size: 1.8em;
	color: #08420b;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#content-inner .bongeszo ul.node-preview .node-details .title a:hover {
	color: white;
	background-color: #08420b;
}

#content-inner .bongeszo ul.node-preview .node-details .author {
	width: 100%;
	padding: 10px;
	font-size: 1.5em;
}

#content-inner .bongeszo ul.node-preview .node-details .condition,
#content-inner .bongeszo ul.node-preview .node-details .price,
#content-inner .bongeszo ul.node-preview .node-details .type {
	padding: 5px;
}

.bongeszo ul.node-preview .node-details .price {
	margin-bottom: 0;
}

.bongeszo .view-filters {
  padding: 10px;
  background-color: #dbffdb;
  border: solid;
  border-color: green;
}

.bongeszo .view-filters .views-widget .form-item .form-text,
.bongeszo .view-filters .views-widget .form-item .form-select {
  padding: 5px;
  background-color: #fdf9da;
  font-size: 1em;
}

.bongeszo .view-filters #edit-submit-egyszeru-kereso {
	padding: 5px;
	font-size: 1.2em;
	color: #08420b;
}

.bongeszo .view-filters #edit-submit-egyszeru-kereso:hover {
	color: white;
	background-color: #08420b;
}

.bongeszo .uc-price-product.uc-price-cost.uc-price,
.bookbytheauthor .uc-price-product.uc-price-cost.uc-price {
  text-decoration: line-through;
}

@media only screen and (max-width: 600px) {
	.bongeszo ul.node-preview {
		flex-direction: column;
	}
	
	.bongeszo ul.node-preview .node-details,
	.bongeszo ul.node-preview .node-image {
		width: 100%;
		padding-left: 0;
	}
	
	#content-inner .bongeszo ul.node-preview .node-details li {
		width: 100%;
	}
}
/* ML: Smink módosítások - END */
  
  .view-taxonomy-term .view-content li.views-row, .view-akcios .view-content li.views-row, .view-newest-books .view-content li.views-row, .view-ujdonsagok .view-content li.views-row, .view-editorspickbooks .view-content li.views-row, .view-editorspickbookspage .view-content li.views-row {
	  width: auto !important;
  }
  
  .view-similar-product .views-field-title a, .view-booksbyauthor .views-field-title a, .view-booksbyauthor .views-field-field-author-value, .view-akcios .views-field-title a, .view-akcios .views-field-field-author-value, .view-newest-books .views-field-title a, .view-ujdonsagok .views-field-title a, .view-editorspickbooks .views-field-field-author-value, .view-editorspickbooks .views-field-title a, .view-newest-books .views-field-field-author-value, .view-ujdonsagok .views-field-field-author-value, .view-editorspickbookspage .views-field-field-author-value, .view-editorspickbookspage .views-field-title a {
	  font-size: 1.1em !important;
  }
  
  #prodwrapper span.maintitle {
	  font-size: 2em;
  }
  
  body.not-front #bookdata .bookdatablock,
  body.not-front #bookdata span.booknfo  {
	  font-size: 1.2rem;
  }
  
  body.not-front #bookgalleria {
	  width: 25%;
  }
  
  body.not-front #bookdata,
  body.not-front #bookdata .bookdatablock,
  body.not-front .pricewrap {
	  width: 70%;
  }
  
  #user-login #edit-name, #user-register #edit-name-wrapper, #user-register #edit-name, #user-register #edit-mail-wrapper,
  #user-login #edit-pass, #user-register #edit-pass, #user-register #edit-mail {
     max-width: 85%;
  }
  
  #user-register #edit-address-first-name,
  #user-register #edit-address-last-name,
  #user-register #edit-address-phone,
  #user-register #edit-address-company,
  #user-register #edit-address-street1,
  #user-register #edit-address-street2,
  #user-register #edit-address-city,
  #user-register #edit-address-postal-code,
  #user-register #edit-address-address-name,
  #user-register #edit-address-ucxf-adoszam  {
    max-width: 80%;
  }
  
  .logged-in .user-reg {
	  display: none;
  }
  
  .user-reg {
      display: flex;
   }
  
  .user-reg .button {
	  padding: 5px;
	  margin: 5px;
	  border: solid 1px;
	  border-color: #1B9A01;
	  color: #1B9A01;
	  text-decoration: none;
	  text-transform: uppercase;
	  background-color: white;
  }
  
  .user-reg .button:hover {
	  background-color: #1B9A01;
	  color: white;
	  transform: scale(1.125);
  }
  
  body.node-type-story .node-inner {
	  padding: 10px;
	  border: solid;
	  border-color: green;
  }
  
  .view-akcios .views-row .views-field-title,
  .view-akcios .views-row .views-field-field-author-value,
  .view-ujdonsagok .views-row .views-field-title, 
  .view-ujdonsagok .views-row .views-field-field-author-value{
	  width: 60%;
  }
  
  /* Responsive menu */
	#block-block-6 {
		position: absolute;
		right: 5px;
	}
	
	#header #block-block-6 {
		bottom: 73px;
	}
	
	#block-block-6 {
		position: absolute;
		right: 5px;
		top: 28vw;
	}
	
	#block-block-6 a.icon .fa.fa-bars {
	  font-size: 3em;
	  color: #1B9A01;
	}
	
	#block-block-6 {
		display: none;
	}
	
	@media screen and (max-width: 600px) {
	  body.node-type-story .node-inner {
		width: 90% !important;
	  }
	  
	  #block-menu-menu-headermenu2 {
		  display: none;
	  }
	  #block-block-6 {
		display: block;
	  }
	  
	  #block-menu-menu-headermenu2.responsive {
		  display: block;
	  }
	  
	  #block-menu-menu-headermenu2.responsive .menu {
		  float: none;
		  display: block;
		  text-align: left;
	  }
	  
	  #block-menu-menu-headermenu2.responsive .menu .leaf a {
		  font-size: 1.5em;
	  }
	  
	  #header {
		  height: 41vw !important;
	  }
	  
	  #header.responsive {
		  height: 260px !important;
	  }
	}
  /* Responsive menu - END */

  @media only screen and (max-width: 600px) {
	  #sidebar-left, #content-area, #sidebar-right {
		  width: 100% !important;
	  }
	  
	  #sidebar-left h2.title {
		  width: 100% !important;
	  }
	  
	  #sidebar-left ul.menu ul.menu li a, 
	  #sidebar-right ul.menu ul.menu li a, 
	  #sidebar-right ul.menu li a{
		  font-size: 1.5em !important;
	  }
	  
	  #header {
		  width: 100vw !important;
		  /*height: auto !important;*/
		  background-position: 0 50px !important;
	  }
	  
	  #page, #main,
      .bookbytheauthor h2.title, h2.pane-title {
		  width: 100% !important;
	  }
	  
	  .view-taxonomy-term .view-content li.views-row, .view-akcios .view-content li.views-row, .view-newest-books .view-content li.views-row, .view-ujdonsagok .view-content li.views-row, .view-editorspickbooks .view-content li.views-row, .view-editorspickbookspage .view-content li.views-row {
		  height: auto !important;
	  }
	  
	  .views-row .views-field-title, .views-row .views-field-field-subtitle-value {
		  width: auto !important;
		  max-width: 50% !important;
		  margin: 2px 0 0 2px !important;
	  }
	  
	  body.not-front #bookdata, body.not-front #bookdata .bookdatablock, body.not-front .pricewrap {
		  width: 80% !important;
	  }
	  
	  .view-booksbyauthor .view-content li.views-row, .view-similar-product .view-content li.views-row {
		  width: 100% !important;
		  margin: 0 !important;
	  }
	  
	  .views-label.views-label-sell-price {
		  margin-left: 30px;
	  }
	  
	  #block-block-2 {
		  width: 90% !important;
	  }
  } 

  #page
  {
	  width: 1000px; margin-left: auto; margin-right: auto;  }

  #page-inner
  {
  }

/** header **/
  #header
  {
	position: relative; padding-top: 10px; width: 1000px; height: 260px; background: url(images/fejlecuj3.jpg) no-repeat bottom; 
	background-size: 100%;
  }
  #header #logo {
	  padding: 0 0 0 15px; text-align:left; height: 40px; width: 284px; background: url(images/logo.gif) no-repeat left top;
}
  #block-menu-menu-headermenu1 {
	  position: absolute;
	  right: 0px;
	  top:16px;
  }
  #block-menu-menu-headermenu1 li {
  	  /*list-style-image:url(images/topmenu_marker2.gif);*/
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
    display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
    _overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
    padding: 0px; list-style: none; list-style-type: none;
	border-right: 1px solid #ddd;
	margin:0px;

  }
  #block-menu-menu-headermenu1 ul.menu {
	  padding:0px;
	  margin:0px;
  }
  #block-menu-menu-headermenu1 li a {
	  font-family:Tahoma Arial, Helvetica, sans-serif;
	  color:#3F4F04;
	  text-transform:uppercase; text-decoration:none;
	  font-weight:bold;
	  font-size: 12px;
	  padding: 0 15px 0 10px;
	  margin:0px
	  height: 20px;
border-right: 1px solid #ccc;

  }
  #block-menu-menu-headermenu1 li a:hover{
	  font:Tahoma Arial, Helvetica, sans-serif;
  /*color:#e4d8a5;*/ color: #000;
  text-decoration:none;
  font-size: 12px;}
#block-menu-menu-headermenu1 h2.title {
display: none;
}
    #block-block-4 {
	  position: absolute;
	  right: 490px;
	  top: 16px;
	  /* margin-top:16px; */
  }
      #block-block-5 {
	  position: absolute;
	  left:0px;
	  top:16px;
  }
  #block-block-4 li, #block-block-5 li {
  	  /*list-style-image:url(images/topmenu_marker2.gif);*/
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
    display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
    _overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
    padding: 0px; list-style: none; list-style-type: none;
	border-right: 1px solid #ddd;
	margin:0px;

  }
  #block-block-4 ul.menu, #block-block-5 ul.menu {
	  padding:0px;
	  margin: 0px;
  }
  #block-block-5 ul {
	  padding:0px;
	  margin: 0px;
  }
    #block-block-4 ul.menu li.adataim {
/*	  padding-right:150px;*/
  }
  #block-block-4 li a, #block-block-5 li a {
	  font-family:Tahoma Arial, Helvetica, sans-serif;
	  color:#9d3d17;
	  text-transform:uppercase; text-decoration:none;
	  font-weight:bold;
	  font-size: 12px;
	  padding: 0 15px 0 10px;
	  
	  height: 20px;

  }
  #block-block-4 li a:hover, #block-block-5 li a:hover{
	  font:Tahoma Arial, Helvetica, sans-serif;
  /*color:#e4d8a5;*/ color: #000;
  text-decoration:none;
  font-size: 12px;}
  
  
  /* nyitvatartas */
  #block-block-1 {
	position: absolute;
	width: 370px;
	font-size: 10px;
	right: 0px;
	top:10px;
	text-align: right;
	line-height: 1.5em;
	}
#search-block-form label {
	display: none;
}
#block-search-0 {
	position: absolute; bottom: 65px; left: 20px;
}
#block-search-0 h2 { 
	color: #fff; font-size:11px; margin-left: 10px;font-weight:normal;
}
#block-search-0 .form-submit {
	position: relative;
	top: -1px;
	background: #F00;
	width: 30px;
	padding: 0 0 1px 0;
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0px;
}
#block-search-0 #edit-search-block-form-1 {
	height: 13px;
	font-size: 11px;
}

/* fejlec menu 2 */
#block-menu-menu-headermenu2 {
	position: absolute;
	left: 0px;
	bottom: 4px;
}
#block-menu-menu-headermenu2 .menu {
margin: 0px;
padding: 0px;

}

#block-menu-menu-headermenu2 li {
	display: block; float: left;
	/*width: 80px;*/
	/*background:url(images/menu-bg2.png) no-repeat left ;*/
	display:block;
	height:25px;
	padding:0px;
	margin:0px;
	margin-right: 0px;
	color:/*#6c6f65;*/#fff;
	font:bold 11px Tahoma, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

#block-menu-menu-headermenu2 li.kapcsolat, #block-menu-menu-headermenu2 li.linkek {
	margin:0px;
}

#block-menu-menu-headermenu2 li {

}
#block-menu-menu-headermenu2 a {
	margin: 0;
 	padding-top: 2px;
	height: 17px;
	/*width: 80px;*/
	display: block;
	text-align:center;
	text-decoration: none;
	color: #3f4f04;}
#block-menu-menu-headermenu2 li a:visited, #block-menu-menu-headermenu2 li a:active {
	  
  }
#block-menu-menu-headermenu2 li a:hover{}

#block-menu-menu-headermenu2 h2.title {
display: none;
}
  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }



  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
padding-top: 4px;
width: 1000px;
  }

  #main-inner
  {

  }

/** content **/
  #content
  {

  }
  #content-area {
   background: #fff;
}
  #content-inner a  {
	color: #3F4F04;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header {/* Wrapper for breadcrumb, title, messages, tabs, and help */
  width: 562px;
  }
   

  
  #content-header h1.title 
  {/* Wrapper for breadcrumb, title, messages, tabs, and help */
  	  background:#1B9A01;
	  margin:0px;
	  padding:11px 0px 0px 10px;
	  font-size: 12px;
	  font-weight: bold;
	  height: 27px;
	  color: #ffd42d;
	  /*text-transform: uppercase;*/
}
#content-header .messages {
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
	background: #FC3;
	color: #e5e5a0;
	text-align:justify;
	line-height: 18px;
}
#content-header .messages a {
	font-weight: bold;
}
    #content-area /* Wrapper for the actual page content */
  {
	  float: left;
	  width: 560px;
	
  }
  #node-form {
	  width: 140%;
  }
  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }



  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }



  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }
.item-list .pager li  {
 padding: 0px;
margin:0px;
font-size: 11px;
font-weight: bold;
}

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {

  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
	  width: 213px;
	  margin: 0px;
	  padding: 0px;
	  float: left;

border: 1px solid #1e9b04;
  }
/*  #sidebar-left .block-inner
  {
	  border-left: 1px solid #1e9b04;
border-right: 1px solid #1e9b04;
}
  #sidebar-right .block-inner
  {
	  border-left: 1px solid #1e9b04;
	  border-right: 1px solid #1e9b04;
}*/
  #sidebar-left-inner
  {
  }
  #sidebar-left h2.title, #sidebar-right h2.title {
	 background:#1b9a01;
	  margin:0px;
	  padding:11px 0px 0px 10px;
	  font-size: 12px;
	  font-weight: bold;
	  height: 27px;
	  color: #ffd42d;
	  width: 205px;
border-bottom: 1px solid #ffd42d;
  }

  #sidebar-left h2.title a, #sidebar-right h2.title a {
   font-family: Verdana, Arial, sans-serif;
   margin:0px;
   text-transform:uppercase;
   color: #F4D755;
   text-decoration:none;
   }

   #sidebar-left ul.menu, #sidebar-right ul.menu, #bowob-link-block .item-list, #block-uc_pic_cart_block-0 .content, #block-views-randombooks-block_1 .view-content {
   padding:0px;
   margin:0px;
   /*background: url(images/sidebar-bg.png) repeat-y left;*/
   /*width: 180px;*/
   /*border: 1px solid #3F4F04;
   border-top:none;*/
   }
   #block-views-randombooks-block_1 .view-content {
	text-align:center;
	padding: 10px 5px 10px 5px;
	}
#block-views-randombooks-block_1 .field-content {
	margin-left: 35px;

}
#block-views-randombooks-block_1 .views-field-title .field-content, #block-views-randombooks-block_1 .views-field-sell-price .field-content {
	margin-left: 0px;
	padding-bottom: 10px;

}
#block-views-randombooks-block_1 .views-field-title .field-content a {
	display: block;
	font-size: 12px;
	color: #7b2212;
	text-decoration: none;
	font-weight:bold;
	}

   #sidebar-left ul.menu li.expanded, #sidebar-right ul.menu li.expanded {
   list-style-image: none;
   list-style-type: none;
   background: url(images/alkatbg.jpg) repeat-x;
/*	 width: 180px;*/
   margin:0px;
   padding: 7px 0 0px 10px;
   font-size: 11px;
   font-weight: bold;
}
#sidebar-right ul.menu li.bach-vir-geszencia-kever-kek-63, #sidebar-right ul.menu li.bach-vir--gter--pia---rzelmi-csoportok-szerint--39-, #sidebar-right ul.menu li.bach-vir--geszencia--maui--perelandra--moksa---98-, #sidebar-right ul.menu li.bach-vir--geszencia--maui--perelandra--moksa---104-, #sidebar-right ul.menu li.akci--s-deva-vir--gesszenci--k---77-, #sidebar-right ul.menu li.kerti-eszenciasorozat-vagy---vegenk--nt--21-, #sidebar-right ul.menu li.maui-vir--g---s-dr--gak---eszenciasorozat--3-, #sidebar-right ul.menu li.tiens-hagyom--nyos-k--nai-orvosl--s--62-,  #sidebar-right ul.menu li.bach-vir-geszencia-maui-perelandra-moksa-bach-vir-gter-pia-142, #sidebar-right ul.menu li.h-zi-llatok-gy-gy-t-sa-kutya-macska-30, #sidebar-right ul.menu li.bach-vir-gter-pia-rzelmi-csoportok-szerint-39, #sidebar-right ul.menu li.akci-s-deva-vir-gesszenci-k-77, #sidebar-right ul.menu li.tiens-hagyom-nyos-k-nai-orvosl-s-62, #sidebar-right ul.menu li.kerti-eszenciasorozat-vagy-vegenk-nt-perelandra-21, #sidebar-right ul.menu li.maui-vir-g-s-dr-gak-eszenciasorozat-kineziol-gia-3, #sidebar-right ul.menu li.earthlite-massz-zs-gyak-s-felszerel-sek-28, #sidebar-right ul.menu li.zen-massz-zs-gyak-s-felszerel-sek-13, #sidebar-right ul.menu li.bach-vir-geszencia-kever-kek-67, #sidebar-right ul.menu li.h-zi-llatok-gy-gy-t-sa-kutya-macska-47, #sidebar-right ul.menu li.kerti-eszenciasorozat-vagy-vegenk-nt-perelandra-22, #sidebar-right ul.menu li.massz-zsolajok-kr-mek-felszerel-sek-0 {
   background: url(images/alkatbg3.png) repeat-x;

}

#sidebar-right ul.menu li.bach-vir-geszencia-maui-perelandra-moksa-bach-vir-gter-pia-145, #sidebar-right ul.menu li.akupunkt-ra-akupressz-ra-eszk-z-k-felszerel-sek-71, #sidebar-right ul.menu li.maui-vir-g-s-dr-gak-eszenciasorozat-kineziol-gia-3 {
   background: url(images/alkatbg4.png) repeat-x;
}

#bach-vir--geszencia--maui--perelandra--moksa---103- {
	height: 50px;
}

   #sidebar-left ul.menu li.expanded a , #sidebar-right ul.menu li.expanded a {
	font-size: 11px;
   list-style-image: none;
   list-style-type: none;
font-weight: bold;
text-transform: uppercase;
color:#fff8c1;
/*color: #9e2e48;*/
text-decoration: none;
}
   #sidebar-left ul.menu , #sidebar-right ul.menu{

}

#sidebar-left ul.menu li.leaf, #sidebar-right ul.menu li.leaf {
   list-style-image: none;
   list-style-type: none;
   /*width: 180px;*/
   margin:0px;
   padding: 0px;
   font-size: 11px;
   font-weight: bold;
   }
   #sidebar-right ul li{
	   padding: 3px 0 3px 10px;
   }
#sidebar-left ul.menu li.expanded first, #sidebar-right ul.menu li.expanded first {
  /* height:31px;*/
  margin: 2px 0 0 0;
   padding: 7px 0 0 10px;
  /* width: 170px;*/
}
#sidebar-left ul.menu ul.menu li a, #sidebar-right ul.menu ul.menu li a {
   color:#1e9b04;
   text-decoration:none;
   font-size:10px;
   font-weight:bold;
   text-transform:uppercase;

}
#sidebar-left ul.menu li, #sidebar-right ul.menu li {
   margin: 0px 0px 3px 10px;
}
#sidebar-left ul.menu ul.menu, #sidebar-right ul.menu ul.menu {
   margin-top: 8px;
padding-top:0px;
   border: none;
   /*width: 160px;*/
}
#sidebar-left ul.menu ul.menu li, #sidebar-right ul.menu ul.menu li {
   /*margin: 5px 0px 0px 10px;*/
   display: block;
   padding-top: 2px;
   margin: 2px 0 2px 0;

   
}
   #sidebar-left ul.menu ul.menu li.last, #sidebar-right ul.menu ul.menu li.last {
   margin-bottom: 5px;
}
   #sidebar-left ul.menu ul.menu li a, #sidebar-right ul.menu ul.menu li a, #sidebar-right ul.menu li a {
   background: url(images/categories_marker.png) no-repeat bottom left;
   font-weight:normal;
   font-size:11px;
   /*width: 150px;*/
   /*height: 10px;*/
   text-transform:none;
	   padding:0 0 0 10px;
	   
   }
#sidebar-right ul.menu li a {
padding:0px;
background: none;
}
   #sidebar-left menu span {

	   
   }
#content-area {
	margin: 0 4px 0 4px;
}

/** sidebar-right **/
  #sidebar-right
  {
 	  width: 213px;
	  float: right;
border: 1px solid #1e9b04;
  }
 /* #sidebar-right h2.title {
	  background:#5d7f43;
	  margin:0px;
	  padding:9px 0px 0px 10px;
	  font-size: 12px;
	  font-weight: bold;
	  height: 22px;
	  color: #e5e5a0;
	  width: 205px;
  }*/
  #sidebar-left ul.menu ul.menu, #sidebar-right ul.menu ul.menu {
   margin-top: 8px;
   border: none;
   /*width: 160px;*/
}
#sidebar-right #block-user-1 ul.menu, #block-bowob-0 ul, #block-menu-menu-storeadminmenu .block-inner .content ul {
   border-top:1px solid #b1770b;
   margin: 2px 0 2px 0;
}
#sidebar-right #block-user-1 ul.menu li, #block-bowob-0 ul li, #block-menu-menu-storeadminmenu .block-inner .content ul li {
   /*margin: 5px 0px 0px 10px;*/
   display: block;
   padding-top: 2px;
   margin: 2px 0 2px 10px;

   
}

#sidebar-right #block-user-1 ul.menu li.last {
   margin-bottom: 5px;
}
#sidebar-right #block-user-1 ul.menu li a, #block-bowob-0 ul li a, #block-menu-menu-storeadminmenu .block-inner .content ul li a {
   background: url(images/categories_marker.png) no-repeat bottom left;
   font-weight:normal;
   /*width: 150px;*/
   /*height: 10px;*/
   text-transform:none;
	   padding:0 0 0 10px;
	   
   }
#block-uc_pic_cart_block-0 p.uc_pic_cart_block_sort_header {
	font-size: 10px;
	padding:0;
	display: block;
}
#block-uc_pic_cart_block-0 p.uc_pic_cart_block_sort_header a {
	font-size: 10px;
	padding:0;
	margin:0;
}
#block-uc_pic_cart_block-0 p.uc_pic_cart_block_sort_header img {
	display: none;
}
table#uc_pic_cart_block_content {
	width: 200px;
	padding:0px;
	margin:0px;
}
td.uc_pic_cart_block_tdtitle {
		font-size: 10px;
}
td.uc_pic_cart_block_tdtitle a {
	font-weight: bold;
	text-decoration:none;
	color:#9d3d17;
}
#block-uc_pic_cart_block-0 span.uc_pic_cart_block_spansum {
	font-size: 10px;
	width: 50px;
	display: block;
}
#block-uc_pic_cart_block-0 span.uc_pic_cart_block_spanqty {
	font-size:12px;
	font-weight: bold;
}
td.uc_pic_cart_block_summary_tditems {
	font-size: 12px;
}
td.uc_pic_cart_block_summary_tdtotal {
	font-size:12px;
	font-weight:bold;
/*	width: 80px;*/
}
#block-uc_pic_cart_block-0 td.uc_pic_cart_block_tdqty {
/*	width: 30px;
	display: block;*/
}
#block-uc_pic_cart_block-0 {
	/*background:url(images/sidebar-bg.png) repeat-y;*/
}
tr.uc_pic_cart_block_summary_links td a {
	font-size:12px;
}
#block-uc_pic_cart_block-0 tr.odd {
	background:url(images/sidebar-bg.png) repeat;
	border: 1px solid #b1770b;
	margin:0px;
	padding:0px;
}
#block-uc_pic_cart_block-0 tr.even {
	background:url(images/sidebar-bg2.png) repeat;
	border: 1px solid #b1770b;
	margin:0px;
	padding:0px;
}
#block-uc_pic_cart_block-0 table {
	margin-left: 1px;
	width: 210px;
}
#block-uc_pic_cart_block-0 td.uc_pic_cart_block_tdpic {
	margin:0px;
	padding:3px 0 0 3px;
}
	#block-uc_pic_cart_block-0 p {
		font-size: 13px;
		margin:0;
		color: #3F4F04;
		padding: 10px;
	}

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
	  padding: 10px;
  }

  #footer-inner
  {
	  text-align:center;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }
#footer #block-system-0 {
	margin:0 20px 30px 347px;
	float:left;
	display: block;
	width: 80px;
  }
  #footer #block-block-2 {
	width: 80px;
	float: left;
	display: block;

  }
  #footer #block-block-2 p {
	  margin:0px;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
	  padding: 0px;
	  margin: 2px 0 0 0;
	  border: 1px solid #ccc;
	  width: 560px;
  }
    .node-inner .content/* Additional wrapper for node */
  {
	  margin: 5px;
	  padding: 0px;
  }
      .node-inner .content p/* Additional wrapper for node */
  {
	  margin: 0 0 5px 0;
	  padding:0px 0px 5px 0px;
	  font-size: 12px;
  }
  .panel-display {
	  padding: 0px;
	  border: 1px solid #ccc;
	  border-top:none;
	  width: 530px;
  }
  .panel-separator{
	  clear:both; margin:0;
  }
  .panel-2col-bricks .panel-separator {
margin:0;
}
  .node-inner h2.title { margin: 0px;}
  

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner h2.title /* Additional wrapper for block */
  {
	font-size:14px;
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

/*th a:link, th a:visited {
  color: #6f9dbd;
}*/

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

/*tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}*/

/*  li a.active /* The active item in a Drupal menu *
  {
    color: #000;
  }*/


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
div.galleria-nav {
  display: none;
}
#prodwrapper {
	height: 300px;
}
.galleria{ width:200px; float:left; margin: 0px; padding: 0px;}
.galleria li{ border: 1px solid #000; margin: 0px; display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
    display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
    _overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
    padding: 0px; list-style: none; list-style-type: none; }
	.galleria li div{left:40px}
	.galleria li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	.caption {margin: 0px; padding: 0px;}
	.galleria_container { margin:0 auto ; float: left;}
	.galleria_container img { border: 1px solid #000;}
	.galleria li { cursor:pointer; }
	.item-list .galleria { position:absolute; top: 267px; right: 30px; }

.pricewrap  {
/*	background: #f1df59;*/
	/*border: 1px solid #ccc;*/
	float: left;
	display: block;
	width: 230px;
	padding: 10px 0 0 10px;
	font-size: 12px;
}
.price {
	float: left;
	display: block;
	margin-bottom: 10px;
/*	background: #f1df59;*/
}
.price p{ margin:0 0 10px 0;}
.price .price-box {
font-size: 12px;
text-align: left;
border-top: 1px solid #1B9A01;
padding: 25px 0 0 0px;
width: 230px;
}
.price-box .offer-text {

}
.price-box .old-price {
	text-align:center;
	width: 230px;
	display: block;
}
.price .sale-price {
/*font-weight: bold;*/
font-size:18px;
color: #9d3d17;
}

.offer-price2 .sell, .offer-price .cost, .sell-price .sell {
display: inline;
}
span.price-prefixes {
display: none;
}
.price .uc-price-sell {
font-size: 135%;
}
.price .offer-price2 {
font-size: 100%;
font-weight: bold;
}
.price .offer-price {
color: #888;
text-decoration: line-through;
font-size: 135%;
}
.price p {
	text-align:center;
}

.price .offer-text, .price .sell-price {
color: #3F4F04;
margin-top: -10px;
margin-bottom: 0px;
font-weight: normal;
font-size: 125%;
	text-align:center;
	width: 230px;
	display: block;
}

.price .our-price {
color: #888;
font-weight:bold;
}

span.maintitle {
	Font-size:16px;
	color: red;
	text-decoration:none;
	font-weight: bold;
	margin: 7px 10px 0 10px;
	display:block;
}
span.subtitle {
	margin: 0 0 0 10px;
		color: #000;
		font-size: 14px;
		display: block;
}
#bookdata {
	float: left;
	display: block;
	width: 230px;
	padding: 0px 0 0 10px;
	font-size: 12px;
	
	margin: 10px 0 0 0;
}
#bookdata p {
	margin:0px;
	padding:0px;

	display: inline;
}
.uc_out_of_stock_throbbing {
	display: none;
}
#maindatawrapper  {
	height: 150px;
}
#bookgalleria {
	padding-top: 10px;
	width: 270px;
	float: left;
}
.bookpage1 {
	float:left;
	width: 190px;
	
}
.productpage1 {
	float:left;
	/*width: 190px;*/
	
}
.bookpage2, .bookpage3 {
	float: left;
	width: 70px;
	margin-top: 10px;
}
.bookpage3 {
	margin:4px 0 0 0;
}
.bookpage1 img, .bookpage2 img, .bookpage3 img {
	border: 1px solid #ccc;
}
.bookdatablock {
	margin: 2px 0 0 0;
	width: 210px;
	color: #3F4F04;
	font-size: 12px;
	font-weight:normal;
}
span.booknfo {
	font-weight: bold;
	font-size: 11px;
	color: #000;

}
span.booknfobreak {
	font-weight: bold;
	padding: 10 0 10px 0;
}
.bookdescription {
	padding: 10px 0 0 0;
}
.bookdescription h2.title {
	  background:#1B9A01;
	  margin:0px;
	  padding:9px 0px 0px 10px;
	  font-size: 11px;
	  font-weight: bold;
	  height: 22px;
	  color: #F4D755;
	  width: 541px;	
}

.bookdescription .product-body p, .bookbytheauthor .view-empty {
	padding:5px 10px 0 10px;
	text-align:justify;
	font-size: 14px;
	color:#000;
}
.vertical-tab-button a {
	font-size: 12px;
	color: #000;
}
div.vertical-tabs ul.vertical-tab-list li.vertical-tab-button {
background: #cfg;
}
.vertical-tabs-pane .form-item label {
	font-size: 14px;
	/*color:#9d3d17;*/
	color: #000;
	font-weight: bold;
}
.vertical-tabs-pane .description {
	font-size: 11px;
	color: #888;}
#edit-teaser-include-wrapper label {
	font-size: 10px;
}
.edit-body-wrapper {
	font-size: 14px;
}

.img-shadow, .view-taxonomy-term .views-field-field-image-cache-fid, .view-booksbyauthor .views-field-field-image-cache-fid, .view-similar-product .views-field-field-image-cache-fid, .view-akcios .views-field-field-image-cache-fid, .view-newest-books .views-field-field-image-cache-fid, .view-ujdonsagok .views-field-field-image-cache-fid,  .view-editorspickbooks .views-field-field-image-cache-fid, .view-editorspickbookspage .views-field-field-image-cache-fid, #block-views-randombooks-block_1 .views-field-field-image-cache-fid .view-content .field-content a  {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 0 0 5px;
margin-left: 15px;
  }

.img-shadow img, .view-taxonomy-term .views-field-field-image-cache-fid img, .view-booksbyauthor .views-field-field-image-cache-fid img, .view-similar-product .views-field-field-image-cache-fid img, .view-akcios .views-field-field-image-cache-fid img, .view-newest-books .views-field-field-image-cache-fid img, .view-ujdonsagok .views-field-field-image-cache-fid img,  .view-editorspickbooks .views-field-field-image-cache-fid img, .view-editorspickbookspage .views-field-field-image-cache-fid img, #block-views-randombooks-block_1 .view-content img   {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
}
.bookbytheauthor h2.title, h2.pane-title {
	  background:#1B9A01;
	  margin:0px;
	  padding:9px 0px 0px 10px;
	  font-size: 11px;
	  font-weight: bold;
	  height: 22px;
	  color: #F4D755;
	  width: 541px;	
	  font:Arial, Helvetica, sans-serif;
}
 .similar-product h2.title{
 }

.node-inner h2.title a {
	font-size: 16px;
	text-decoration:none;
	padding: 5px 10px 5px 10px;
	}
	.teaserimg {
		padding: 0 0 0 15px;
	}
.view-similar-product .views-field-title, .view-booksbyauthor .views-field-title , .view-booksbyauthor .views-field-field-author-value, .view-akcios .views-field-title , .view-akcios .views-field-field-author-value, .view-newest-books .views-field-title, .view-newest-books .views-field-field-author-value, .view-ujdonsagok .views-field-title, .view-ujdonsagok .views-field-field-author-value, .view-editorspickbooks .views-field-title, .view-editorspickbooks .views-field-field-author-value, .view-editorspickbookspage .views-field-title, .view-editorspickbookspage .views-field-field-author-value {
		text-align: left;
			color: #000;
	}

.view-booksbyauthor .views-field-field-author-value, .view-akcios .views-field-field-author-value, .view-newest-books .views-field-field-author-value, .view-ujdonsagok .views-field-field-author-value,  .view-editorspickbooks .views-field-field-author-value, .view-editorspickbookspage .views-field-field-author-value {
		margin: 3px 0 0 0;
		overflow:hidden;
	}
.view-similar-product .views-field-title a, .view-booksbyauthor .views-field-title a, .view-booksbyauthor .views-field-field-author-value, .view-akcios .views-field-title a, .view-akcios .views-field-field-author-value, .view-newest-books .views-field-title a, .view-ujdonsagok .views-field-title a,  .view-editorspickbooks .views-field-field-author-value, .view-editorspickbooks .views-field-title a, .view-newest-books .views-field-field-author-value, .view-ujdonsagok .views-field-field-author-value,  .view-editorspickbookspage .views-field-field-author-value, .view-editorspickbookspage .views-field-title a{
		font-size: 12px;

	}

.view-similar-product .view-content li, .view-booksbyauthor .view-content li, .view-akcios .view-content li, .view-newest-books .view-content li, .view-ujdonsagok .view-content li, .view-editorspickbooks .view-content li, .view-editorspickbookspage .view-content li {
		display:-moz-inline-stack;/**Firefox need this to simulate display:inline-block*/
		display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
		_overflow:hidden;/*fix IE6 to expanded content*/
		zoom:1;/*trigger hasLayout*/
		display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
		margin:0px; padding: 0px; list-style: none; list-style-type: none; 
	}	
.view-taxonomy-term .view-content li.views-row, .view-akcios .view-content li.views-row, .view-newest-books .view-content li.views-row, .view-ujdonsagok .view-content li.views-row,  .view-editorspickbooks .view-content li.views-row, .view-editorspickbookspage .view-content li.views-row {
		width: 510px;
		height: 155px;
		padding: 10px 20px 10px 20px;
		display: block;
		float:left;
		margin: 0px 0 10px 5px;
	}
.view-booksbyauthor .view-content li.views-row, .view-similar-product .view-content li.views-row {
		width: 480px;
		display: block;
		float:left;
		margin: 10px 0 10px 35px;
	}

.view-booksbyauthor .view-content .views-field-field-author-value, .view-booksbyauthor .view-content .views-field-sell-price, .view-similar-product .view-content .views-field-sell-price {
width: 350px;
text-align: left;
margin-left: 0px;
margin-top: 10px;
}
.view-booksbyauthor .view-content .views-field-title, .view-similar-product .view-content .views-field-title {
margin-left:0px;
width: 350px;
}

#bowob-link-block li a {
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}
	form#system-modules legend a {
		font-size:12px;
	}
	form#system-modules tr td, form#system-modules thead.tableHeader-processed {
		font-size: 12px;
	}
	.uc_pic_cart_block_summary {
		margin:0px;
	}
	.uc_pic_cart_block_summary tr td {
		width: 50px;
	}
	.uc_pic_cart_block_summary_tditems {
		font-size: 10x;
		color: #9d3d17;
		font-weight:bold;
	}
	td.uc_pic_cart_block_summary_tdtotal {
		font-size:11px;
		color: red;
		width: 120px;
	}
	tr.uc_pic_cart_block_summary_links td.uc_pic_cart_block_summary_tdview {
		width: 120px;
		padding:0 20px 5px 4px;
	}
		tr.uc_pic_cart_block_summary_links td.uc_pic_cart_block_summary_tdcheckout {
		width: 40px;
		padding:0 20px 5px 0;
	}
	.uc_pic_cart_block_summary_links td.uc_pic_cart_block_summary_tdview a {
		font-size:11px;

	}
	.uc_pic_cart_block_summary_links td.uc_pic_cart_block_summary_tdcheckout a  {
		font-size: 11px;
	}

	
	  /* localization client/*      /* show a button in the bottom right corner instead of a big blue bar at the bottom of the screen*/
  #l10n-client
  {
    font-size: 14px;            /* lets the translation area occupy a smaller space, but still readable */
  }
  #l10n-client.hidden
  {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 14em;                /* give enough space for the text "TRANSLATE TEXT", but don't occupy the whole viewport-width */
    font-size: 13px;
    font-weight: bold;
    background: transparent;    /* to avoid "shadows" */
  }
  #l10n-client.hidden .labels
  {
    background: transparent;
    color: #9d3d17;
  }
  #l10n-client.hidden .toggle
  {
    background: url(images/categories_main_bg.png) repeat-x;      /* the button face */
    border: 1px outset #9d3d17;  /* show an outset button */
    -moz-border-radius: 5px;    /* nice Mozilla property to show rounded angles */
  }
  .privatemsg-box-fb .left-column {
	  display: none;
  }
  .privatemsg-box-fb .right-column {
	  width: 400px;
	  margin-left: 100px;
  }
    .privatemsg-box-fb .right-column .message-body{
		font-size: 12px;
		text-align:justify;
	}
    .privatemsg-box-fb .middle-column {
	  width: 100px;
  }
  #cartButtons {
	  float: right;
margin-right: 100px;
  }
 #cartButtons .add-to-cart .form-submit { /* hide the submit button and put in a fancy little image, instead */
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/kosar2.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: 150px; /* move the 'Search' text on the button to the right */
word-spacing: 10em; /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: right; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-right: 5px;


}

 #cartButtons .add-to-cart .stock-notify { /* hide the submit button and put in a fancy little image, instead */
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:138px;
background:url(images/kosar3.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: 150px; /* move the 'Search' text on the button to the right */
word-spacing: 10em; /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: right; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-right: 5px;

}

.views-field-addtocartlink .form-submit {
background-color: transparent; /* hide standard button display stuff */
border: none;  /*hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/kosar2.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: 150px; /* move the 'Search' text on the button to the right */
word-spacing: 10em; /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: right; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
float: right;
}

.views-field-addtocartlink .stock-notify {
background-color: transparent; /* hide standard button display stuff */
border: none;  /*hide standard button display stuff */
display:block;
height:50px;
width:138px;
background:url(images/kosar3.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: 150px; /* move the 'Search' text on the button to the right */
word-spacing: 10em; /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: right; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
float: right;
right: 100px;
}
.view-taxonomy-term .views-field-ops, .view-akcios .views-field-ops, .view-ujdonsagok .views-field-ops {
position: absolute;
bottom: 10px;
right: 0px;
}
.view-taxonomy-term .views-field-ops a.flag-action, .view-akcios .views-field-ops a.flag-action, .view-ujdonsagok .views-field-ops a.flag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/polcra.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-top: 0px;
margin-right: 50px;
}

.view-taxonomy-term .views-field-ops a.unflag-action, .view-akcios .views-field-ops a.unflag-action, .view-ujdonsagok .views-field-ops a.unflag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/polcrol.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-top: 0px;
margin-right: 50px;
}
span.flag-flagged-message, span.flag-unflagged-message {
display: none;
}
.views-field-ops span.flag-message {
display: none;
}

.ujdonsag {
	float: right;
}
.ujdonsag a.flag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:40px;
width:40px;
background:url(images/nonew.png) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}

.ujdonsag a.unflag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:40px;
width:40px;
background:url(images/new.png) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}
.ajanlat {
	float: right;
	margin-right: 20px;
}
.ajanlat a.flag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:40px;
width:40px;
background:url(images/nemajanl.png) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}

.ajanlat a.unflag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:40px;
width:40px;
background:url(images/ajanl.png) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}

.polc {
	float: left;
margin-left:100px;

}
.polc a.flag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/polcra.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}

.polc a.unflag-action {
background-color: transparent; /* hide standard button display stuff */
border: none; /* hide standard button display stuff */
display:block;
height:50px;
width:50px;
background:url(images/polcrol.gif) no-repeat;
overflow:hidden;
text-decoration:none;
text-indent: -10000px; /* move the 'Search' text on the button to the right */
/*word-spacing: 10em;*/ /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
text-align: left; /* see above */
color:#fff;
cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
margin-left: 10px;
}
.flag-unflagged-message, .flag-flagged-message {
	display: none;
	text-indent: -10000px;
}
.flag-throbber {
	display: none;
}
.cart-review thead tr th.products, .cart-review thead tr th.qty, .cart-review thead tr th.price {
	font-size: 11px;
	border-bottom: 1px solid #aaa;
	}
#cart-form-products thead tr th {
	font-size: 11px;
	border-bottom: 2px solid #aaa;
	
}
#cart-form-products tbody tr td {
	font-size: 12px;
	vertical-align:middle;
}
#cart-form-products tbody tr td.price {
	font-size: 12px;
	padding-top:27px;
}
#continue-shopping-link a {
	font-size: 12px;
	font-weight:bold;
}
.cart-review thead tr th.price {
		width: 60px;
		padding:5px;
		text-align:right;
		margin:0;
	}
	.cart-review tbody tr td {
	font-size: 11px;
	}
	.cart-review tbody tr td.products {
	width: 224px;
	}
.cart-review tbody tr td.price {
	width: 60px;
	padding:5px;
	}

#uc-cart-checkout-form legend {
	font-size: 12px;
	font-weight:bold;
}
#uc-cart-checkout-form .description {
	font-size: 12px;
}
#uc-cart-checkout-form .field-label {
	font-size: 12px;}
	
#uc-cart-checkout-form #payment_details::after {
	content: "\aHa GLS Csomagpontra vagy Automatába szeretné kérni a küldeményt, \00a0hívjuk az átvételi hely egyeztetés ügyében, \avagy ha tudja az átvételi hely nevét és címét, \00a0 akkor azt megadhatja a 'MEGJEGYZÉS A RENDELÉSHEZ' mezőben.";
	white-space: pre;
}	

.view-content .uc_out_of_stock_html {
display: none;
}
.uc_out_of_stock_html p {
		position: relative;
display: none;
right: 30px;
		width: 190px;
		height: 20px;
		padding:5px 0px 0px 10px;
		margin:12px 10px 0 10px;
		display: block;
		font-size: 12px;
		font-weight:bold;
		text-transform:uppercase;
		/*border: 2px solid #ccc;*/
	}
	#preorder {
		margin: 0px;
		padding:30px 0 0 0;
		float: left;
		border-top: 1px solid #9d3d17
	}
	#preorder span {
		height: auto;
	}
	#preorder span a.flag {
		width:230px;
		display: block;
		text-align:center;
		font-size: 18px;
		font-weight:bold;
		text-transform:uppercase;
	}
	span.dev-memory-usage {
		display: block;
		margin-bottom: 30px;
		font-size: 12px;
		text-align:center;
	}
	#bowobpowered {
		display: none;
	}
	
	/* login block at header */
	#header-inner {
		/*background: #ccc;*/
	}
#header #block-user-0 {
display: block;
margin: 0;
padding: 0;
position: relative;
float:right;
width: 550px;
}
#header #block-user-0 {
/*height: 6em;*/
/*margin-top: -35px;*/
}
#header #block-user-0 .content {
padding: 0;
margin: -10px 0 0 0;
/*background: #f2df5c;*/
}
#header #block-user-0 h2.title {
display: none;
}
#header #block-user-0 #edit-pass-wrapper {
display: block;
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top:5px;
}
#header #block-user-0 #user-login-form {
margin: 0 0 10px 10px;
padding: 0 0 10px 0;
}
#header #block-user-0 #user-login-form label {
color: #4e4e4e;
font-size: 65%;
font-weight: normal;
margin-left: 7px;
position: absolute;
text-align: left;
}
#header #block-user-0 #user-login-form label {
position: static;
margin-left: 2px;
text-align: left;
}
#header #block-user-0 #user-login-form input.form-text {
border: 1px solid #ccc;
padding: 1px;
width: 100px;
}
#header #block-user-0 #edit-name-wrapper {
display: block;
margin-top:5px;
float: left;
}
#header #block-user-0 #user-login-form input.form-submit {
clear: none;
float: none;
margin: 12px 0 0 0;
}
#header #block-user-0 #user-login-form input.form-submit {
clear: none;
margin: 15px 0 0 0;
zindex: 999;
}
#header #block-user-0 .item-list {
/*float: right;
margin: 2px 0 -15px 0;*/
padding: 0px 0 0 0;
text-align: left;
width: 220px;
/*width: auto;*/
}
#header #block-user-0 .item-list {
position: absolute;
right: 15px;
top: -4px;
}
#header #block-user-0 .item-list ul {
margin: 0;
padding: 0;
}
#header #block-user-0 .item-list li {
	display: block;
	float: right;
margin: 14px 0 0 0;
padding: 0 0 0 10px;
list-style: none;
font-size: 10px;
}
#header #block-user-0 .item-list li.first {
	margin-top:8px;
}
#header #block-user-0 .item-list li.first a {
	display: block;
	height: 25px;
	width: 100px;
	font-size: 8px;
	background: url(images/reg.png) top right no-repeat;
	text-indent:-3000px;
    overflow:hidden;
    text-decoration:none; 
}
#block-block-3 {

}
.corner-1 {
  z-index: 10; 
  width: 108px;
  height:102px;
}
.corner-top-left img ,
.corner-top-right img {
  top: 0;
}
.corner-bottom-left ,
.corner-bottom-right {
  bottom: 0;
}

.corner-top-left,
.corner-bottom-left {
  left: 0;
}
.corner-top-right img,
.corner-bottom-right {
  right: 0;
}
#content-inner h2.pane-title a {
	color: #F4D755;
	text-decoration:none;
}

#node-457 h2.title {
	display: none;
}
.messages-label {
	font-size:10px;
	padding-left: 10px;
}

.view-akcios .views-field-cost .uc-price-cost {
  font-size: 12px;
  text-decoration: line-through;
  display:block;
  text-align:right;
}
.view-akcios .views-field-sell-price .uc-price-sell_price, .view-editorspickbookspage .views-field-sell-price .uc-price-sell_price, .view-ujdonsagok .views-field-sell-price .uc-price-sell_price, .view-newest-books .views-field-sell-price .uc-price-sell_price, .view-editorspickbooks .views-field-sell-price .uc-price-sell_price, .view-randombooks .views-field-sell-price .uc-price-sell_price {
font-size: 14px;
font-weight: bold;
display:block;
color: red;
text-align:right;
}
.views-field-field-image-cache-fid {
float: left;

}

.views-row .views-field-title, .views-row .views-field-field-subtitle-value {
float: left;
width: 340px;
margin: 6px 0 0 10px;
}
.views-row .views-field-field-subtitle-value {
font-size: 11px;
color: red;
margin-top:3px; 
}
#content-inner .views-field-title a {
color: red;
}
.views-row .views-field-title span.field-content a {
text-decoration: none;
}
.views-field-field-author-value {
width: 250px;
font-size: 11px;
font-weight:bold;
font-style: italic;
color: green;
margin: 6px 0 0 10px;
float:left;
}

.views-field-field-bookintro-value   {
float: left;
font-size: 10px;
width: 250px;
text-align: justify;
margin: 5px 0 0 10px;
color:green;
min-height: 50px;
}
.views-field-sell-price, .views-field-cost, .views-field-field-bookstate-value, .views-field-field-pdiscount-value {
width:80px;
display: block;
}

.views-field-sell-price, .views-field-cost, .views-field-field-pdiscount-value {
text-align:right;
float:right;
padding:0px;
margin-right:0px;
}
.views-field-field-pdiscount-value {

}
.views-field-cost {
margin: 6px 0 0 0;
/*text-decoration: line-through;*/
font-size: 11px;
}
.views-field-field-pdiscount-value {
font-size: 15px;
color: red;
font-weight: bold;
}
.views-field-sell-price {
color: green;
font-weight: bold;
font-size: 14px;
margin: 5px 0 0 0;
}
 .views-field-view-node, .views-field-field-bookstate-value {
float:left;
font-size: 10px;
width: 250px;
text-align:left;
margin:10px 0 0 10px;
}
.views-field-field-bookstate-value {
font-weight: bold;
}
#content-inner .views-field-view-node span.field-content a {
color:red;
}
.views-row .views-field-addtocartlink {
text-align: right;
display: block;
}

/*.views-field-field-bookintro-value {
height:75px;
padding-left: 20px;
}*/

/*.views-field-field-bookstate-value   {
margin: 6px 20px 6px 0;
font-size: 10px;
text-align:right;
text-decoration: underline;
font-weight: bold;
position: absolute;
bottom: 40px;
right:0px;
}*/
.views-field-field-pdiscount-value {
margin: 6px 0px 6px 0;
font-size:14px;
}
.views-row {
position:relative;
border: 1px solid #ccc;
background: #fff8c1;
}
.views-field-addtocartlink {
position: absolute;
bottom:10px;
right: 150px;
/*height: 25px;*/
font-size: 11px;
}

.help {
margin:0;
}

.term-intro {
width: 520px;
margin: 0 0 0 5px;
border-bottom: 1px;
}
.term-intro p {
margin: 5px 0 5px 0;
font-size: 12px;
text-align: justify;
}
.term-intro p a {
font-size: 11px;
text-transform: uppercase;
}
.term-intro-edit-link {
font-size: 10px;
}
#block-menu-menu-headermenu2 li.leaf, #block-menu-menu-headermenu2 li.leaf a {
margin-right: 3px;
}
#block-menu-menu-headermenu2 li.leaf a {
border-right: 1px solid #1c9a02;
padding-right: 8px;
}
#block-menu-menu-headermenu2 li.kezd--lap {
margin-left: 10px;
}
#block-menu-menu-headermenu2 li.linkek a {
margin-right:0px;
padding-right: 0px;
border-right: none;
}

#block-menu-menu-headermenu2 li.keres--s, #block-menu-menu-headermenu2 li.akci--k, #block-menu-menu-headermenu2 li.linkek, #block-menu-menu-headermenu2 li.keres--s a, #block-menu-menu-headermenu2 li.akci--k a, #block-menu-menu-headermenu2 li.linkek a {

}
#frontmenu {
width: 910px;
margin: 100px 0 0 45px;
}
.fooldali {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 910px;
	height: 400px;
}
.fooldali li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 450px;
	height: 400px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	list-style-type:none;
	list-style-image:none;
}
.fooldali.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 3px; /*Set to same as spacing option. */	
	float: left;
	list-style-type:none;
	list-style-image:none;
}
.fooldali.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#dakinikonyvek { 
	background: url(images/dakinivalaszto.jpg) no-repeat;
}
#dakinikonyvek.active {
	background-color: #86e6bb;
}
#teslapc {
	background: blue;
}
#tgyk {
	background: url(images/tgykvalaszto.jpg) no-repeat;
	
}
#block-simplenews-261 .content p {
font-size: 12px;
margin: 5px 10px;
}

.finder-1 .prefix, .finder-1 .suffix, .finder-2 .prefix, .finder-2 .suffix {
font-size: 12px;
margin: 10px;
}
.finder-1 .form-item, .finder-2 .form-item {
font-size: 13px;
margin: 10px;
}
.finder-1 .form-submit, .finder-2 .form-submit {
margin:10 px;
}
#block-menu-menu-keletigyogyaszat ul.menu li ul.menu li {
width: 190px;
}

.view-akcios .views-field-sell-price {
text-align:right;
float:right;
}

.panels-flexible-region-inside {
padding: 0px;
}	
.panel-pane h2 {
				margin-left:5px;
}
.rotor-items {
width: 540px;
height: 120px;
margin:0 0 5px 5px;
padding:0 11px 0 10px;
background: #1b9a01;
}
.view-content .views-field-field-author-value {
font-size: 11px;
margin-left: 10px;
}
.views-field-field-test-image-fid, .field-content, .views-row {
line-height: none;
}
#sidebar-left, #sidebar-right {
background: #fff;
}
.panel-flexible .panel-separator {
margin:0px;
}
.pane-content .views-field-field-pdiscount-value {
}
#content-header .messages {
color: #000;
}

#terms-of-use {
height: 70px;
}

#terms-of-use p {
margin: 10px 0 0 0;
}

.nyitomsg, .nyitomsg3 {
color: #000;
display: block;
text-align: center;
margin-bottom: 5px;
}
.nyitomsg3 {
font-size: 12px;
margin: 10px 0 10px 0;
text-align: justify;
}

#views-exposed-form-ujdonsagok-page .views-exposed-widget label {
float: left;
width: 500px;
color: #1b9a01;
}
#views-exposed-form-ujdonsagok-page .views-widget {
width: 120px;
float: left;
}

.views-exposed-form .views-exposed-widget .form-submit {
margin: 0px;
}

#views-exposed-form-ujdonsagok-page .views-exposed-widget {
float: left;
}
#block-block-2 {
width: 980px;
padding: 10px;
margin: 0px auto;
font-size: 12px;
color: red /*#3f4f04*/;
background: #fdd22d;
text-align: center;
font-weight: bold;
line-height: 18px;
margin-top:4px;
}

.order-review-table {
table-layout: fixed; width: 562px;}
.order-review-table td.title-col {
overlay: hidden;
}
.order-review-table td.data-col {

}

#finder-page-2 tr {
width: 520px;
}
#finder-page-2 td.views-field-field-image-cache-fid {
clear: both;
}

#finder-page-2 td.views-field-title {
float: left;

width:400px;
}
#finder-page-2 thead {
display: none;
}

.fan_box .connect_action span.name  {
font-size: 11px;
}