/* Háttérszín, általános beállítás */
body {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Rendszerüzenetek */
.alerttext {
  font-family : Arial, Helvetica, sans-serif;
  color : red;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

/* Form elemek, input mezők */
.formelement {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  text-decoration : none;
}

/* Dizájndoboz keretszín */
.boxborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Dizájndoboz fejléc */
.boxhead {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFF5D7;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Oldalak fejléce */
.headertext {
  font-family : Arial, Helvetica, sans-serif;
  color : #CC6600;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Oldalak lábléce */
.footertext {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
}

/* A kisboxok fejléce */
.smallboxhead {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFFFFF;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* A kisboxok törzse */
.smallboxbody {
  background-color : #333333;
  font-weight : normal;
  text-decoration : none;
}

/* Hírek dátuma a főoldalon */
.newstextdate {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

/* Hírek szövege a főoldalon */
.newstext {
  font-family : Arial, Helvetica, sans-serif;
  color : 000000;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

/* Hírekben lévő linkek a főoldalon */
.newstextlink {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFF5D7;
  font-size : 12px;
  font-weight : bold;
  text-decoration : underline;
}

/* A lenyíló termékfa állapotai */
.closedmenu:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFF5D7;
  font-size : 11px;
  font-weight : normal;
  text-decoration : none;
}

.closedmenu:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFF5D7;
  font-size : 11px;
  font-weight : normal;
  text-decoration : none;
}

.closedmenu:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 11px;
  font-weight : normal;
  text-decoration : underline;
}

.openedmenu:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFF5D7;
  font-size : 11px;
  font-weight : normal;
  text-decoration : none;
}

.openedmenu:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFF5D7;
  font-size : 11px;
  font-weight : normal;
  text-decoration : none;
}

.openedmenu:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 11px;
  font-weight : normal;
  text-decoration : underline;
}

.selectedmenu:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : underline;
}

.selectedmenu:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : underline;
}

.selectedmenu:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : underline;
}

.closedmenutop:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFCC66;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

.closedmenutop:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFCC66;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

.closedmenutop:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  text-decoration : underline;
}

.openedmenutop:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFCC66;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

.openedmenutop:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFCC66;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

.openedmenutop:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  text-decoration : underline;
}

.selectedmenutop:link {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

.selectedmenutop:visited {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

.selectedmenutop:hover {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  font-style : italic;
  text-decoration : underline;
}

/* Kategória navigációs sor keretszín */
.catnavbarborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Kategória navigációs sor szöveg háttérszín */
.catnavbarbg {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Kategória navigációs sor nem linkek */
.catnavbartext {
  font-family : Arial, Helvetica, sans-serif;
  color : #684522;
  font-size : 14px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

/* Kategória navigációs sor linkek */
.catnavbarlink {
  font-family : Arial, Helvetica, sans-serif;
  color : #684522;
  font-size : 12px;
  font-weight : normal;
  font-style : italic;
  text-decoration : none;
}

/* Terméklisták keretszíne */
.productlistborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklisták fejléc színe */
.productlisthead {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFF5D7;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Terméklista táblázatok színe */
.productlistbody {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #ffcc66;
  color : #684522;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklistákban a fejlécekben lévő linkek színe */
.productlistheadlink {
  font-family : Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklisták oldallapozó menüje */
.productlistprevnext {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFF5D7;
  font-size : 14px;
  font-weight : normal;
  text-decoration : none;
}

/* Termékbox terméknév */
.pboxprodname {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Termékbox termék kód */
.pboxprodcode {
  font-family : Arial, Helvetica, sans-serif;
  color : #CC6600;
  font-size : 10px;
  font-weight : normal;
  font-style : italic;
  text-decoration : none;
}

/* Termékbox termék ára */
.pboxprodprice {
  font-family : Arial, Helvetica, sans-serif;
  color : #336600;
  font-size : 14px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

/* Termékbox akciós termék eredeti ár */
.pboxprodofferpriceup {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Termékbox akciós termék csökkentett ár */
.pboxprodofferpricedown {
  font-family : Arial, Helvetica, sans-serif;
  color : #FF0000;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Termékbox rövid leírás */
.pboxprodshortdesc {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Termékbox termék akciós szöveg */
.pboxprodoffertext {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Termékbox ármegtakarítás */
.pboxprodofferpricesave {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklap keret szín */
.pdprodboxborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklapi box háttérszín */
.pdprodboxbg {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #ffcc66;
  color : #684522;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklap terméknév */
.pdprodname {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Terméklap termékkód */
.pdprodcode {
  font-family : Arial, Helvetica, sans-serif;
  color : #CC6600;
  font-size : 10px;
  font-weight : normal;
  font-style : italic;
  text-decoration : none;
}

/* Terméklap termék ára */
.pdprodprice {
  font-family : Arial, Helvetica, sans-serif;
  color : #336600;
  font-size : 14px;
  font-weight : bold;
  font-style : italic;
  text-decoration : none;
}

/* Terméklap akciós termék eredeti ár */
.pdprodofferpriceup {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklap akciós termék csökkentett ár */
.pdprodofferpricedown {
  font-family : Arial, Helvetica, sans-serif;
  color : #FF0000;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Terméklap akciós szöveg */
.pdprodoffertext {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Terméklap ármegtakarítás */
.pdprodofferpricesave {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Rendelési folyamat háttérszín */
.cmoborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Rendelési folyamat fejléc cellák */
.cmohead {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFF5D7;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Rendelési folyamat táblázat */
.cmobody {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #ffcc66;
  color : #684522;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Rendelési folyamat kiemelt szövegek */
.cmobodyhigh {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #ffcc66;
  color : #684522;
  font-size : 12px;
  font-weight : bold;
  text-decoration : none;
}

/* Rendelési folyamat linkek */
.cmobodylink {
  font-family : Arial, Helvetica, sans-serif;
  color : #CC6600;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Sitemap keretszín */
.sitemapborder {
  background-color : #ffcc66;
  font-weight : normal;
  text-decoration : none;
}

/* Sitemap fejléc cellák */
.sitemaphead {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #333333;
  color : #FFF5D7;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

/* Sitemap táblázat */
.sitemapbody {
  font-family : Arial, Helvetica, sans-serif;
  background-color : #ffcc66;
  color : #684522;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

/* Sitemap linkek */
.sitemaplink {
  font-family : Arial, Helvetica, sans-serif;
  color : #CC6600;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}

