html, body {
	margin: 0;
	padding: 0;
	
	background: #f00;
	color: #000;
	font-family: helvetica, arial;  /* "Myriad Pro", sans-serif;  ZD  */
	font-size: 12px;  /* 14px; ZD */
}

h1, h2, h3, h4, h5, p, ul, li, form, object, embeded, img {
	margin: 0;
	padding: 0;
    border: 0;
}

img
{
}

a {
	color: #f00;
}

a:hover {
	color: #9a0000;
}


.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.cart-inputs {
	padding: 24px;
}

.warning {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding: 3px 0 5px;
  color: red;
}

.forbidden {
  color: lightgrey;
  cursor: pointer;
}

.centered {
	width: 877px;
	margin: auto;
  position: relative;	
	background: #fff;
}

input {
	height: 23px;
	vertical-align: middle;
}

input.field {
	height: 20px;
	padding: 3px 3px 0;
}

input[type="radio"] {
	height: auto;
}

div.overlabel {
  position: relative;
}

.overlabel label {
  display: block;
  position: absolute;
  z-index: 1;
  cursor: text;
}

table {
	width: 100%; /* 90 ZD */
}

thead {
	font-weight: bold;
}

td
{
	vertical-align: top;
	padding: 1ex;
}

thead tr
{
	background-color: #b0b0b0;
	color: #ffffff;
	font-weight: normal;
}

thead tr td
{
	text-align: center;
    vertical-align: middle;
}

.altrow
{
	background-color: #e0e0e0;
}

.in-cart
{
  background-color: #a0ffa0;
}

.order_btn {
font-size:18px;
padding-left:580px;
}

.img-wrapper
{
	margin-left: 2ex;
	margin-bottom: 2ex;
	text-align: center;
	float: left;
}

.group-nav-left .group {
  color: #ff0000;
}

.group-nav-right {
  margin: 1em 0;
}

.group-nav-right a.other {
  font-size: 80%;
  color: #b0b0b0;
}
.group-nav-right .group-nav-right-cat a {
  font-size: 100%;
}

#under_construction {
  position: absolute;
  left: 200px;
  top: 26px;
  padding: 10px;
  font-family: helvetica;
  font-size: 20px;
  background-color: transparent;
}

#language_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* loading throbber */
#loading .background {
  position: fixed !important;
  position: absolute; /* for IE */
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: gray;
  opacity: 0.7;
  filter: alpha(opacity=80);
  z-index: 1000;
}
#loading .foreground  {
  position: fixed !important;
  position: absolute; /* for IE */
  top: 35%;
  height: 6em;
  left: 30%;
  width: 40%;
  background-color: #D6D9D9;
  border: 1px solid #5D6161;
  padding: 2em 5px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  font-variant: small-caps;
  z-index: 1001;
}
#loading img {
  display: block;
  margin: 1em auto;
}

/*	HEADER	*/
#header {
	height: 104px;
	
	background: #fff;
}

#header .logo {
	float: left;
	margin: 26px 0 0 2px;
}

.header-panel {
  position: relative;
	float: right;
	width: 300px;
  clear: right;
  margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#user_panel {
	height: 94px;
  margin-top: 10px;
	background-image: url(../img/abraboro-kosar.png);
}

#user_panel form {
height: 50px;
margin-top: 0;
padding-top: 35px;
}

#search_panel {
	height: 69px;
  z-index: 100;
	background: transparent url(../img/abraboro-kereses.png) no-repeat left bottom;
}

#search_panel form {
margin-top: 5px;
}

.header-panel h3 {
  display: block;
  position: absolute;
  top: 12px;
  left: 35px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}

.header-panel form {
	margin: 35px 0 0 35px;
  padding: 0;
}
#user_panel .cart-inputs {
	margin: 15px 0 0 35px;
  padding: 0;
}
#user_panel .cart-inputs form {
	margin: 0;
  padding: 0;
}

.header-panel .overlabel {
  float: left;
}
.header-panel .overlabel label {
  padding: 3px 0 0 4px;
  font-size: smaller;
}

.header-panel input.field {
	margin-right: 10px;
	width: 106px;
  height: 18px;
  border: 1px solid #ccc;
  padding: 2px 2px 0;
}

.header-panel input.submit {
  float: none;
	width: auto;
  height: auto;
	margin-right: 10px;
  vertical-align: sub;
}

#user_panel .links, .feedback, .feedback-name {
	margin: 8px 100px 0 46px;
	font-size: 10px;
	text-align: right;
  color: #fff;
}

.feedback-name {
  font-size: 12px;
}

.header-panel p {
  padding-top: 5px;
}

#user_panel a {
  font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
  color: #fff;
}

#user_panel .cart-inputs {
  color: #fff;
  font-size: 12px;
}

#user_panel div.controls {
  padding-top: 12px;
}

#user_panel form.button {
  display: inline;
}

#user_panel form.button input.submit {
  width: 230px;
  padding: 0 3px;
}

#user_panel #cartButton {
  margin: 0 auto;
}

#cart-content-summary {
margin-left: 6px;
}

/*	MENU	*/
#menu-bg {
	position: relative;
	height: 32px;
	background: #000000;
	font-size: 15px;
}

#menu {
	position: relative;
	height: 32px;
	background: #000000;
	font-size: 15px;
}

#menu .centered {
	background: none;
}

#menu ul {
	list-style: none;
	padding-top:5px;
	margin-left: 0px;
	margin-bottom: 3px;
}

#menu div h3 {
display: block;
color: #ffffff;
font-weight:normal;
font-size: 12px;
padding-left:27px;
padding-top:6px;
}

#menu li {
	padding:6px 0 4px 23px;
	line-height: 23px;
	display: inline;
}

#menu div.search {
background: transparent url(../img/search-icon.png) no-repeat scroll 0 bottom;
color:#FFFFFF;
display:block;
float:right;
padding-top:4px;
position:relative;
z-index:315;
margin-right: 194px;
height: 23px;
} 

* html #menu li {
  display: inline; /* IE6 double margin bug */
}

#menu a,
#menu span {
	color: #ccc;
	text-decoration: none;
  padding-right: 23px;
  border-right: 1px solid #555;
  font-weight: bold;
}
#menu .last a {
  border-right: none;
}

#menu-bg .gradient {
	position: absolute;
	top: 31px;
	left: 0px;
	height: 17px;
	width: 100%;
  z-index: 1;
	
	background: url(../img/menu-bottom.png) repeat-x;
}

* html #menu-bg .gradient {
	top: 32px;
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menu-bottom.png', sizingMethod='scale');
}

/* search */
#menu .search {
	padding-top: 4px;
}
#menu .search span {
  padding-left: 5px;
  position: relative; /* FIXME */
  top: 2px;
}

#menu .search input.field {
	vertical-align: middle;
  background-color: #000;
	border: 1px solid #555;
  color: #006400;
	width: 120px;
	margin-right: 6px;
}

#menu .search div.overlabel {
  float: left;
}
#menu .search .overlabel label {
  padding: 1px 0 0 5px;
  color: #006400;
}

/*	POST-HEADER	*/
#post-header {
	height: 113px;
	background-image: url(../img/abraboro-szerszam-alkatresz.jpg);
}

.centered #post-post
{
	color: #ffffff;
	position: absolute;
	top: 150px;
	left: 630px;
	padding-left: 15em;
}


/*	CONTENT	*/
#content {
	padding: 30px 52px 16px;
}

h1 {
	width: 471px;
	/* margin: 0 0 20px -52px;
	padding-left: 52px; */
	margin-bottom: 20px;
  
	/* border-bottom: 2px solid #f00; */
  border-left: 2px solid #f00;
  padding: 0.2em 0 0 1em;
  
	font-family: "Myriad Pro", helvetica, arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
}

h1.with-menu {
  padding-left: 1.8em;
}

h1 span {
	padding-right: 28px;
	background: url(../img/h1-darr.gif) right no-repeat;
}

h5 {
	color: #f00;
	font-size: inherit;
	font-weight: normal;
}

p {
	clear: both;
	margin-bottom: 1em;
	
	line-height: 21px;
}

ul
{
	margin-left: 2em;
    margin-bottom: 1em;
}

li
{
	line-height: 150%;
}

.subtext {
	padding: 21px 10px 0 10px;
}

h1 a
{
	text-decoration: none;
}

table.products {
  width: auto;
}

table.products td {
  width: 170px;
  text-align: left;
  padding: 0 4ex 2ex 0;
}

/* Kezdolap formazas */

.fronttables {
width: 100%;
text-align: left;
line-height: 21px;
}

.product-categ {
	width: 162px;
	margin-top: 1px;
	display: block;
}

.boxhead {
  display: block;
  margin: 0;
  padding: 4px;  
  border: 1px dotted #fff;
  border-bottom: 1px solid #f00;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px; /* 14px ZD */
  text-align: center;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  text-decoration: none;
}
* html .boxhead {
  border: 1px solid #f00;
}
/* sup pushes lines on each other in IE */
* html .boxhead sup {
  vertical-align: baseline;
  font-size: 90%;
  position: relative;
  top: -1ex;
}
*:first-child+html .boxhead sup {
  vertical-align: baseline;
  font-size: 130%;
  position: relative;
  top: -5px;
}

.product-categ .boxhead {
	background: #f00;
	border-left-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-top-color: #d6d6d6;
	color: #fff;
}

.product-categ .boximg {
  display: block;
  margin: 0;
  height: 160px;
  padding-top: 10px;
	border: 1px solid white;
  text-align: center;
  vertical-align: middle;
}

.product-categ:hover .boximg,
.product-categ.hover .boximg {
	border-bottom: 1px dotted #d6d6d6;
	border-left: 1px dotted #d6d6d6;
	border-right: 1px dotted #d6d6d6;
}

img.pimg {
    max-width: 160px;
    max-height: 160px;
    _width: expression(Math.max(this.clientWidth,this.clientHeight) > 160 ?  this.clientWidth * 160 / Math.max(this.clientWidth,this.clientHeight): this.clientWidth);
    _height: expression(Math.max(this.clientWidth,this.clientHeight) > 160 ?  this.clientHeight * 160 / Math.max(this.clientWidth,this.clientHeight): this.clientHeight);
}

.product-descr .categ-descr {
  margin-top: 2em;
  clear: both;
  overflow-y: hidden;
}
.product-descr .group-descr {
  margin-bottom: 1em;
  margin-left: 1em;
  clear: both;
}
.product-descr .empty {
  float: left;
  clear: none;
  width: 45%;
}
.product-descr .img-wrapper {
  float: right;
}
.product-descr .img-wrapper a {
  text-decoration: none;
  color: black;
}
.product-descr .descr-title {
  text-decoration: none;
  font-weight: bold;
}
.product-descr .categ-descr .descr-title {
  font-size: 120%;
}
.product-descr p {
  clear: none;
}

.help-tip {
  font-size: smaller;
}

#pikt td { 
  width: 260px; 
  padding: 0; 
}

#pikt img { 
  margin: 0 5px 0 0; 
  float: left; 
}

.pikt-small {
  width: 25px;
}

/* news */

.news-item p {
  clear: none;
}

.news-item .img-wrapper {
  float: right;
}

a.pdf {
  padding-right: 23px;
  background: url(/new/img/fileicon-pdf.gif) no-repeat right;
}

/*	REGISTER	*/
form.register {
	padding-top: 50px;
	background: #ebebeb;
}

form.register label {
  display: inline-block;
  width: 250px;
  text-align: right;
  margin-right: 1em;
}

form.register .input input {
	width: 170px;
	height: 16px;
	padding: 2px 0 0 2px;
	margin-left: 10px;
	
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	background: #fff;
	color: #b5b5b3;
	font-weight: normal;
}

form.register .submit input {
	width: 96px;
	height: 21px;
  margin: 10px auto 5px 100px;
	
	background: url(../img/register_btn.gif) no-repeat;
	font-size: 11px;
}

form.register input.form-error {
	background: #f00;
}

form.register .error-message {
  color: #f00;
  display: inline-block;
  margin-left: 1em;
}

/* ORDER */

.orderedby {
  font-style: italic;
}
#delivery_cond p {
  margin: 1em 0 0;
}
#delivery_cond ul ul {
  margin-bottom: 0;
}
#delivery_comment label {
  display: block;
  margin-top: 1em;
}
#delivery_comment input {
  width: 745px;
}
#delivery_cond_show span {
  color: #f00;
  text-decoration: underline;
  cursor: pointer;
}

/*	FOOTER	*/
#footer {
	clear: both;
	
	border-bottom: 32px solid #666;
}

#footer .contact {
	width: 651px;
	margin: auto;
	padding: 8px 0 4px;
	
	border-top: 1px solid #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#footer .detail {
	padding-left: 25px;
	
	background: url(../img/bullet-square.gif) 8px center no-repeat;
	white-space: nowrap;
}

.hilite
{
	color: #ffffff;
	background-color: #ff0000;
}

/* PRODUCT TABLE */

table.product-tbl {
  background-color: white; /* néha kilóg a #content blokkból */
}

.product-tbl td.orderno {
  width: 15ex;
}
.product-tbl td.quantity {
  width: 14ex;
}
.product-tbl td.order {
  width: 7ex;
}

.product-tbl input.quantity {
    height: 18px;
    
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    text-align: right;
}

.product-tbl table {
  width: auto;
}

.price {
  text-align: right;
}

.product-tbl tr.searchresult {
  background-color: #3473b6;
}

/* IE alatt is látsszon a kurzor */
* html .product-tbl input.quantity {
    padding-right: 2px;
}
*:first-child+html .product-tbl input.quantity {
    padding-right: 2px;
}

/* about page */
#iso_image {
  float: right;
}
#about_content p {
  clear: none;
}

/* AJAX message */
#flash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  font-weight: bold;
  background: #FFFF88;
	z-index: 9999;
}

input.wrong {
  background-color: #f99;
}

/* Category navigation dropdown */

#category_menu  {
  position: absolute;
  width: 20px;
  /* font-size: 21px; */
  margin: 0.4em 0 0 0.5em;
}

#category_menu  * {
  font-size: 14px;
}

#category_menu  #category_button {
  height: auto;
  text-align: center;
  padding: 0;
  line-height: 21px;
}

#category_menu  a {
  height: 20px;
  background-color: red;
  display: block;
  color: white;
  text-decoration: none;
  padding: 1px 0.3em;
}

#category_menu  li a {
  height: auto;
}

#category_menu a:hover,
#category_menu a.hover {
  background: gray !important;
}
#category_menu li:hover a,
#category_menu li.hover a {
  background-color: gray;
}
#category_menu li:hover li a,
#category_menu li.hover li a {
  background-color: red;
}

#category_menu a.current,
#category_menu li:hover li a.current,
#category_menu li.hover li a.current {
  background-color: black;
}
#category_menu a.current:hover {
  background-color: darkgreen !important;
}

#category_menu ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#category_menu:hover ul,
#category_menu.hover ul {
  display: block;
}

#category_menu li {
  width: 15em;
  border-bottom: 1px dotted red;
  margin: 0;
}

#category_menu li.last-child {
  border-bottom: none !important;
}

#category_menu li ul {
  position: absolute;
  width: 30em;
  display: none;
  margin: -23px 0 0 15em;
  border-left: 2px solid white;
}

#category_menu:hover li ul,
#category_menu.hover li ul {
  display: none;
}

#category_menu li:hover ul,
#category_menu li.hover ul {
  display: block;
}

#category_menu li li {
  width: 100%;
}

/* totop and tobottom for userfriendly */

#tobottom  {
  margin-top: 10px;
  margin-bottom: 10px;
}

#totop {
  position: fixed;
  margin-left: 20px; 
  margin-top: 29px;
}

#totop a {
  text-decoration: none;
}

/* IE inserts a 3px space between list items for some reason */
* html #category_menu li {
  margin: -3px;
}
*:first-child+html #category_menu li {
  margin-bottom: -3px;
}
* html #category_menu li ul {
  padding: 0;
}
*:first-child+html #category_menu li ul {
  padding: 0;
}

/* IE7 hover ghosts bug */
*:first-child+html #category_menu li li {
  border: 0;
}
*:first-child+html #category_menu li:hover li {
  border-bottom: 1px dotted red;
}

/* IE6 screws up hovers, even with JS help */
* html #category_menu li {
  border-bottom: 0;
}
* html #category_menu li a{
  width: 100%;
}

/* FancyConfirm */
#modalbox_ok {
  float: left;
  margin-left: 5.5em;
}
#modalbox_cancel {
  float: left;
  margin-left: 0.5em;
}

