/*
** HTML elements
*/

html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  font: 14px Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

.keret img {
  display: block;

}

ul.links li {
  display: inline;
  list-style-type: none;
  padding-top: 0pt;
  padding-right: 0.5em;
  padding-bottom: 0pt;
  padding-left: 0.5em;
}

h1 {
  font-size: 18pt;
  padding-bottom: 15px;
}

h2 {
  margin: 10px;
  font-size: 1.5em;
}

h3 {
  margin: 5px;
  font-size: 1em;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

hr {
  color: #404040;
  height: 0;
  border-width: 1px 0 0 0;
  clear: right;
}

a, a:visited {
  color: #904000;
  text-decoration: none;
}

a:hover {
  color: #CC0000;
}

b {
  font-weight: bold;
}

p {

  line-height: 150%;
}

td.left {
  text-align: left;
}

#main-table {
  width: 100%;
  background: url(/../images/racs.png) repeat-x;
}

#main-content {
  margin: 10px;
}

#main-content-table {
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 500;
  display: block; /*	Opera 	*/
}

#container {
  display: inline-table;
  width: 100%;
}

#iv-left {
  background: url(/../images/iv_left.gif) no-repeat;
  width: 687px;
  height: 131px;
  top: 75px;
  position: absolute;
}

#iv-container {
  height: 131px;
  top: 75px;
  position: absolute;
  overflow: hidden;
  display: table;
  width: 100%;
  z-index: 20;
}

#iv-right {
  background: url(/../images/iv_right.gif) repeat-x;
  width: 100%;
  height: 131px;
  margin-left: 687px;
}

.breadcrumb {
  margin-bottom: 10px;
}

.sidebar-left {
  vertical-align: top;
  width: 20%;
  padding: 10px;
  /*
	position: relative;
	z-index: 200;
	*/
}

/********************  SEARCH BOX **********************/


#search-box {
  background: url(/../images/topmenu/tmenu-tr.gif) no-repeat;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
  width: 439px;
}

#search_form input[type=text] {
  background: none;
  border: none;
  width: 128px;
}

#search_form {
  margin-right: 26px;
}

#search_form input[type=submit] {
  margin-left: 10px;
  border: none;
  background: none;
  color: #FFCC00;
  font-size: 1.1em;
  width: 80px;
}


/**********************  HEADER ************************/



#primary-links-table {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 10px;
}

#primary-links-cell {
  vertical-align: middle;
  background: url(/../images/topmenu/tmenu-l.gif) repeat-x;
}

#primary-links-container {
}

#primary-links-container0 {
  position: absolute;
  width: 200px;
}

#primary-links-left {
  background: url(/../images/topmenu/tmenu-l.gif) repeat-x;
  width: 50%;
  height: 45px;
  float: left;
}

#primary-links-right {
  background: url(/../images/topmenu/tmenu-r.gif) repeat-x;
  width: 50%;
  height: 45px;
  float: right;
}

#primary-links {
  /*
	background: url(/../images/topmenu/tmenu-cent.gif) no-repeat;
	background-position: center;
	*/
  color: #FFCC00;
}

#primary-links a {
  color: #FFCC00;
}

#primary-links a:hover {
  color: #FFCCAA;
}

.header-table {
  width: 100%;
}

.header-row {
  vertical-align: bottom;
  white-space: nowrap
}

/***	NODE	***/

.node {
  margin-top: 30px;
  width: 100%;
}

td.oru {
  background: url(/../images/lg-u.png);
}

td.ord {
  background: url(/../images/lg-d.png);
}

td.orl {
  background: url(/../images/lg-l.png);
  width: 1px;
}

td.orr {
  background: url(/../images/lg-r.png);
  width: 1px;
}

td.orcnt {
  width: 100%;
  background: #E4E4E4;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  vertical-align: top;
}


/**********************  MENU ************************/

td.menu-u {
  background: url(/../images/menu/menu-u.gif);
}

td.menu-d {
  background: url(/../images/menu/menu-d.gif);
}

td.menu-l1 {
  background: url(/../images/menu/menu-l1.gif);
}

td.menu-r1 {
  background: url(/../images/menu/menu-r1.gif);
}

td.menu-l2 {
  background: url(/../images/menu/menu-l2.gif);
}

td.menu-r2 {
  background: url(/../images/menu/menu-r2.gif);
}

td.menu-cnt {
  background: url(/../images/menu/menu-cd.gif);
  white-space: normal;
}

td.menu-hdr {
  background: url(/../images/menu/menu-cu.gif);
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  vertical-align: top;
  letter-spacing: 0.1em;
}


/**********************  BODY ************************/

td.lgu {
  background: url(/../images/wh-u.png);
}

td.lgd {
  background: url(/../images/wh-d.png);
}

td.lgl {
  background: url(/../images/wh-l.png);
}

td.lgr {
  background: url(/../images/wh-r.png);
}

td.lgcnt {
  /*  background: #E4E4E4;*/
  background: white;
  white-space: normal;
  vertical-align: top;
}

td.lgcntnw {
  background: #E4E4E4;
}

/******************************/

table {
  border-collapse: separate;
}

.nowrap {
  white-space: nowrap;
}

input[type="hidden"] {
  display: none;
}


/*************/

.field-label {
  font-weight: bold;
  display: inline;
  padding-right: 0.4em;
}

.field-items, .field-item {
  display: inline;
}

.view-field-ec-product-price, .view-field-ec-product-brutto {
  white-space: nowrap;
}

table.center, img.center {
  margin-left: auto;
  margin-right: auto;
}

img.center, div.center, p.center, ul.center, td.center, tr.center, form.center {
  text-align: center;
}

.right {
  text-align: right;
}

td {
  vertical-align: top;
}

th {
  text-align: left;
}


/********			Products		********/
#fooldal_info {
  border: 1px solid #CE4609;
  margin-top: 2em;
  padding: 0.5em;
  text-align: justify;
  background-color: #FFFFCC;
}

.product-info-table th {
  text-align: left;
  padding-right: 1em;
}

.odd td {
  background-color: #f4c18e;
}

.view-projektor-lampa table, .view-termeklista table {
  background-color: #FFFFCC;
  margin: 10px auto;
}

.view-projektor-lampa td, .view-termeklista td {
  padding: 2px 10px;
}

#views-filters td {
  vertical-align: bottom;
}

#checkout-form .form-radio {
  margin: 0px 20px;
}

#checkout-form td {
  vertical-align: middle;
}

.form-radio, .form-checkbox {
  border: none;
  background: none;
}

/********			node termek		********/

.pda-title {
  font-weight: bold;
}

.pda-cikksz {
  font-size: 0.7em;
}

.pda-nettoar {
  color: #CE4609;
  font-weight: bold;
}

.pda-bruttoar {
  font-size: 0.8em;
  font-weight: bold;
}

.node-add-to-cart {
  border: none;
  background: url(/../images/btn_cart.gif) no-repeat;
  width: 100px;
  height: 18px;
  color: white;
  font-weight: bold;
  font-size: 10px;
}



input {
  background-color: #E78E54;
  border: 1px solid black;
  color: black;
}


.pager {
  clear: both;
  padding-top: 15px;
  font-size: 0.9em;
  text-align: center;
}

.pager div {
  padding: 0em;
  display: inline;
}

.pager strong, .pager a, .pager a:visited {
  padding: 2px 5px;
  margin: 0px 0.25em 0px 0.25em;
  background: #DA441F;
  border: 1px solid #E78E54;
  color: #fff;
}


.pager a:hover {
  text-decoration: none;
  background: #E7AE59;
}

.pager strong {
  background: #931600;
}



.view-uc-products td {
  padding: 5px;
}
