
Body {
SCROLLBAR-FACE-COLOR: #F5E9D0; 
SCROLLBAR-HIGHLIGHT-COLOR: #DEC799; 
SCROLLBAR-SHADOW-COLOR: #DEC799;   
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #FFFFFF; 
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
}

.tr_color1 {
  background: #F8F2E4;
}

.tr_color2 {
  background: #F5E9D0;
}

.tr_color3 {
  background: #F5E9D0;
}

TD,P {
  font-family: arial;
  font-size: 11px;
  color: #4A5C4A;
}

LI{
  font-family: arial;
  font-size: 11px;
  color: #4A5C4A;
  text-align: justify;	
}

A {
  font-family: arial;
  font-size: 11px;
  color: #C3A871;
  text-decoration: underline;
  
}

A:hover {
  font-family: arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.cim {
  font-family: arial;
  font-size: 22px;
  color: #CB1A14;
}

IMG {
  border: 0px;
}


.menu {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;  
  color: #4A5C4A;
  text-decoration: none;
  background: url(images/menu_off.gif) no-repeat;
}

.menu:hover {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;  
  color: #4A5C4A;
  text-decoration: none;
  background: url(images/menu_on.gif) no-repeat;
}

.button {
  font-family: arial;
  font-size: 7pt;
  font-weight: normal;
  color: #4A5C4A;
  height: 15px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px #72914F solid;
  border-right: 1px #72914F solid;
  border-bottom: 1px #72914F solid;
  border-left: 1px #72914F solid;
}


.input {
  font-family: verdana;
  font-size: 7pt;
  font-weight: normal;
  color: #72914F;
  height: 15px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top;
  width: 150px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px #72914F solid;
  border-right: 1px #72914F solid;
  border-bottom: 1px #72914F solid;
  border-left: 1px #72914F solid;
}

.textinput {
  font-family: verdana;
  font-size: 7pt;
  font-weight: normal;
  color: #72914F;
  height: 64px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top;
  width: 150px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px #72914F solid;
  border-right: 1px #72914F solid;
  border-bottom: 1px #72914F solid;
  border-left: 1px #72914F solid;
}

.areainput {
  font-family: verdana;
  font-size: 7pt;
  font-weight: normal;
  color: #72914F;
  height: 64px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top;
  width: 150px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px #72914F solid;
  border-right: 1px #72914F solid;
  border-bottom: 1px #72914F solid;
  border-left: 1px #72914F solid;
}

/*Áruház classok*/
table.list {
	width: 100%;
	border: 0;
	margin: 0;
	padding:0;
	font-size: 0.8em;
	background-color: #fff;
}

tr.incart {
	background-color: #000;	
	color: #fff;
}

tr.l0 {
	background-color: #f5e9d0;
	color: #222;
}
tr.l1 {
	background-color: #f8f2e4;
	color: #222;
}

tr.l0 td.price,tr.l1 td.price {
	background-color: #fff;
}

td.name {
		padding: 1px 3px;
}

tr.incart td.name {
	color: White;
}

tr.incart td.price {
	color: White;
}

td.button {
	background-color: #fff;
	width: 18px;
	border: 0px;
	text-align: center;
}

td.price {
	text-align: right;
	white-space: nowrap;
	width: 9em;
	padding: 1px 3px 1px 2px;
}

#endprice {
	font-size: larger;
	font-weight: bold;
	color: #FF7F00;
}

#error {
	color: Red;
	font-weight: bold;
}