/* CSS Template */

body {
	background-color: #42424B;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

h1 {
  font-family: Tahoma;
  font-size: 26px;
  font-weight: lighter;
  color: #000000;
  text-align: left;
  height: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  vertical-align: middle;
}

h2 {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: lighter;
  color: #575762;
  text-align: left;
  height: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin: 0px;
}
p {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  /* Ne adj neki align-t! */
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#WRAP {
  margin: 0 auto ;
  padding:0;
  text-align: left;
  background-color: #C5C4C8;
  width: 900px;
}
#CONTENTWRAP {
  clear:both;
  margin:0; padding:0;
  width: 900px;
}
#HEADER {
  position: relative;
  clear:left;
  width: 900px;
  height: 167px;
  margin: 0; padding: 0;
  background: #000 url(/images/headerbg.jpg) no-repeat left bottom;
}
#HEADER #HEADERTABS {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 25px;
  font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
}
#HEADERTABS #nameday {
  position: absolute;
  font: normal 11px Tahoma;
  letter-spacing: 1px;
  color: white;
  text-transform: none;
  bottom: 0px; right: 5px;
}
#HEADERTABS ul {
   margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#HEADERTABS li {
   display:inline;
   margin:0;
   padding:0;
}
#HEADERTABS a {
   float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#HEADERTABS a span {
   float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
   float:none;
}
#HEADERTABS a:hover span {
  color:#FFF;
  background-position: 100% -42px;
}
#HEADERTABS a:hover {
  background-position:0% -42px;
}
#HEADERTABS #current a {
   background-position:0% -42px;
}
#HEADERTABS #current a span {
   background-position:100% -42px;
   color: #FFF;
}
#LEFTBLOCK {
	float: left;
	width: 210px;
	background-color: #83818B;
}
#BLOCK {
	margin-top: 10px;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
#BLOCK p {
}
#BLOCK #TOP {
	width: 192px;
	height: 6px;
	overflow: hidden;
	background-image: none!important;
	background-repeat: no-repeat;
	background-color: #FE7501;
}
#BLOCK #HEADER {
	width: 174px;
	height: 20px;
	padding: 0px 0px 0px 18px;
	font-size: 12px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FE7501;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Tahoma;
	font-weight: bold;
	color: #FAF1D4;
}
#BLOCK #BODY {
	width: 192px;
    background-color: #C5C4C8;
}
#BLOCK #BODY ul {
  list-style:none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#BLOCK #BODY li {
	height: 29px;
}
#BLOCK #BODY ul a {
	display: block;
	font-weight: bold;
	color: #FAF1D4;
	text-decoration:none;
	height: 23px;
	background-image: url(../images/body-a.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FE7501;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#BLOCK #BODY ul a:hover {
	display: block;
	font-weight: bold;
	text-decoration:none;
	background-image: url(/images/body-a%20hover.jpg);
	background-repeat: no-repeat;
}
#BLOCK #BOTTOM {
	width: 192px;
	height: 6px;
	overflow: hidden;
	margin-top: 0px;
	background-image: none!important;
	background-repeat: no-repeat;
	background-color: #FE7501;
}
#CONTENT {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
	background-color: inherit;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: -210px top;
}

#CONTENT img {
  border: 0px;
}
#CONTENT #STAFF {
	background-color: #E8E8E8;
	width: 400px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CONTENT #STAFF td{
	padding-left: 10px;
}
#FOOTER {
	clear: both;
	height: 20px;
	color: #FCF3D6;
	background: #000;
    font-size: 92%;
	padding: 10px;
}
#FOOTER a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}
#FOOTER a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FCF3D6;
}
#FOOTER #FOOTER-left {
	width: 75%;
	float: left;
	text-align: left;
}
#FOOTER #FOOTER-right {
  width: 15%;
  float: right;
  text-align: right;
}

input[type=text]{
	border: 1px solid black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
input[type=file]{
	border: 1px solid black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

select{
  background: #FEFAF3;
  border: 1px solid black;
  padding: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}
input[type=password]{
  background: #FEFAF3;
  border: 1px solid black;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}
textarea{
  background: #FEFAF3;
  border: 1px solid black;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #671915;
}
input[type=button] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FE7501;
}
input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FE7501;
}
.line0 {
  background-color: yellow;
}
.line1 {
}

/* cikk stílusai */
#CONTENT #ARTICLE p {
  margin-top:0;
  margin-bottom:0;
}

#CONTENT #ARTICLE img {
  margin: 2px;
  border: 1px solid black;
}

#CONTENT #ARTICLE #INDEXKEP {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid black;
  float: left;
}

#CONTENT #ARTICLE #LEAD {
	font-family: Tahoma;
	font-size: 12px;
}

#CONTENT #ARTICLE #TORZS {
	font-family: Tahoma;
	font-size: 12px;
}

#CONTENT #ARTICLE #KEPALAIRAS {
	font-family: Tahoma;
	font-size: 10px;
}

#CONTENT #ARTICLE #VIDEOKEPALAIRAS {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}

#CONTENT #ARTICLE ul {
	font-family: Tahoma;
	font-size: 12px;
}

#CONTENT #ARTICLE ol {
	font-family: Tahoma;
	font-size: 12px;
}


/* Shop modul stílusai */
#PRODUCTS_SHORTLIST {
  margin-bottom: 6px;
  margin-left:15px;
  border-collapse: collapse;
}

#PRODUCTS_SHORTLIST td {
  padding: 3px;
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
  vertical-align: top;
}

#PRODUCTS_SHORTLIST a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
  text-decoration:none;
  color: black;
}

#PRODUCTS_SHORTLIST a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
  text-decoration:none;
  color: blue;
}

#PRODUCT_NOT_IN_DEPO {
	font-family: Tahoma;
	font-size: 14px;
  text-transform: none;
  background-color: #ABCDEF;
}

#PRODUCT_SHORTDESC {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;	
	margin: 0; padding: 0;
}

#PRODUCT_LONGDESC {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;	
	margin: 0; padding: 0;
}

#PRODUCT_DETAILTABLE {
  margin-bottom: 6px;
  margin-left:15px;
  border-collapse: collapse;
}



#PRODUCT_DETAILTABLE td {
  padding: 3px;
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}

#PRODUCT_DETAILTABLE img {
  border: 1px dotted #AAA;
}


/*  Pizza modul stílusai */
#CLIENTFORM {
  text-align: left;
  border: 1px solid #FCEEDC;
  font: 12px Tahoma;
  border-collapse: collapse;
  border: 1px solid gray;
  margin-left: 25px;
  width: 630px;
}
#CLIENTFORM th {
	color: #FFF1D0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 14px;
	background-color: #FE7501;
	line-height: normal;
	font-weight: bold;
}

#CLIENTFORM td {
  font: 12px Tahoma;
  padding: 4px;
  background-color: #FDF4EC;
}
#ETLAPTABLE {
	text-align: left;
	font: 12px Tahoma;
	border-collapse: collapse;
	margin-left: 25px;
	width: 90%;
	margin-top: 5px;
}
#ETLAPTABLE th {
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-family: Tahoma;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #661B18;
	background-color: #FE7501;
	margin-top: 12px;
}
#ETLAPTABLE td {
	font: 12px Tahoma;
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #661B18;
}
#ETLAPTABLE #ETELNEV1 {
  background-color: #FCEEDC;
}
#ETLAPTABLE #ETELNEV2 {
  background-color: #83818B;
}
#KOSARTABLE {
	text-align: left;
	border: 2px solid #661B18;
	margin-left: 25px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 90%;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FEFAF3;
}
#KOSARTABLE th {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #661B18;
	font-family: Tahoma;
	font-size: 14px;
	background-color: #FE7501;
	color: #FCEEDC;
}
#KOSARTABLE td {
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #661B18;
	color: #661B18;
}
#KOSARTABLE #ETELNEV1 {
  background-color: #FCEEDC;
}
#KOSARTABLE #ETELNEV2 {
  background-color: #F7D7B1;
}
#TEXTTABLE{
	margin-left: 25px;
}
#TEXTTABLE TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #671915;
	text-align: left;
	spacing: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.etelcsoport {
	color: #661B18;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	white-space: nowrap;
	background-image: url(../images/menu-inactive.png);
	padding: 6px;
	height: 28px;
	background-position: center center;
	background-repeat: repeat-x;
	font-weight: bold;
}
.etelcsoport:hover {
	color: #FFFFFF;
	background-image: url(../images/menu-active.png);
	background-repeat: repeat-x;
}

