/* ---- Üldised --- */

body, ul, li, form, input, select {
  padding: 0;
  margin: 0;
} 

/* div { border: 1px solid red; } */

body, html { 
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  background-color: #FFFFFF; 
}


.clearFix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


form { margin: 0; padding: 0; }

p { color: #000000; font-family: Arial; font-size: 10pt;}

td {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
}

.left-aligned td {
  text-align: left;
}

a { 
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}

a:link    { color: #6EAD29; }
a:visited { color: #6EAD29; }
a:hover   { color: #FFD800; }
a:active  { color: #FFD800; }
a img {
  border-style: none
}

.mny_i {
  color: #FFFFFF; 
  background-color: #6EAD29; 
}
.mny_i:link     { color: #FFFFFF; }
.mny_i:visited  { color: #FFFFFF; }
.mny_i:hover    { color: #FFD800; }
.mny_i:active   { color: #FFD800; }

.bckg { 
  color: #AAAAAA; 
  background-color: #CCFFCC; 
}

.toon { 
  color: #000000; 
  background-color: #F9F9F9; 
}

.raam_toon { 
  color: #000000; 
  background-color: #EFC700; 
}

.hidden {
  display: none;
}
/* ----------------------------------- */

.float-end {
  position: absolute; 
  clear: both; 
  top: -100px; 
  left: -1000px; 
  margin-bottom: -5px;
}

.required,
.kohustuslik {
  color: #FF0000;
}

.nb {
  font-weight: bold;
  color: #FF0000;
}

.bold {
  font-weight: bold;
}

.readonly {
  color: #CCCCCC;
  /*background-color: #F0F0F0;*/
}

.date { width: 65px;}
.time { width: 35px;}

.center { margin-left: auto; margin-right: auto; }

/* ---- Konteiner ---- */

#konteiner {
  width: 98%;
  margin: 0 auto;  
  /*border: 1px solid #AAAAAA;*/
}

/* ---- Otsing ja väljumise nupp ---- */

#valjuNupp {
  float: right;
  line-height: 28px;
}

#valjuNupp a {
 padding: 6px 10px;
 color: #AA0000;
}

#valjuNupp a, 
#valjuNupp a:visited {
  color: #AA0000;
}
#valjuNupp a:hover, 
#valjuNupp a:active {
  color: #FFFFFF;
  background-color: #AA0000;
}

#valjuNupp #kasutajanimi {
  margin-right: 15px;
  color: #CCCCCC;
}

#otsing {
  float: right;
  margin-right: 15px;
  line-height: 28px;
}

/* ---- Menüü paigutus ja fondid ---- */

#menyy {
  margin-bottom: 10px;
  background-color: #F0F0F0;
}

#menyy ul {

}

#menyy ul li {
  display: inline;
  list-style: none;
}

#menyy ul li a{
  line-height: 27px;  
  font-size: 15px;
  padding: 5px 10px;
}

/* ---- Toolbar ---- */

#toolbar {
  clear: both;
  padding: 1px;
  border-width: 0;
  border: 1px solid #AAAAAA;
  background-color: #F0F0F0;
}

#toolbar ul {
  margin: 1px 0;
}

#toolbar ul li {
  /*float: left;*/
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 1px;
}

#toolbar ul li a{
  /*display: block;
  padding: 1px 5px;
  margin: 0; */
}

/* ---- Teade ---- */

#teade {
  height: 20px;
  color: #FF0000;
  font-weight: bold;
}

/* ---- Nuppude ala ---- */

.nuppudeAla {
  text-align: right; 
  margin-bottom: 10px;
}

/* ---- Nupp ---- */

.nupp  {
  /*position: relative;
  z-index: 1;*/
  padding: 0 4px;
  color: #FFFFFF; 
  background-color: #6EAD29; 
  border-top: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.nupp:link                              { color: #FFFFFF; }
.nupp:visited                        { color: #FFFFFF; }
.nupp:hover                            { color: #FFD800; }
.nupp:active                          { color: #FFD800; }

/* ---- Raam ---- */

.raam {
  margin: 0 auto 15px;
  padding: 15px;
  border: 1px solid #AAAAAA;
  
  text-align: left;
}

.raam>h1,
.raam>h2,
.raam>h3,
.raam>h4 {
  margin: -15px -15px 15px -15px;
  padding: 5px 10px;
  background-color: #EFC700; 
  border-bottom: 1px solid #AAAAAA;
}

.raam>h1 {  font-size: 14px; }
.raam>h2 {  font-size: 13px; }
.raam>h3 {  font-size: 12px; }
.raam>h4 {  font-size: 11px; }

/* ---- Vormi paigutamiseks kasutatav tabel ---- */
.rant {
  border: 1px solid #AAAAAA;
  margin: 0 auto 15px;
  padding: 10px;
}

.rant .pealkiri {
  position: relative;
  top: -19px;
  left:  0px;
  margin-bottom: -14px;
}

.rant .pealkiri span{
  padding: 0 5px;
  background-color: #FFFFFF;
}

/*
.raam+.raam,
.rant+.raam,
.raam+.rant,
.rant+.rant {
  margin-top: 10px;
}
*/

/* ---- Vormi paigutamiseks kasutatav tabel ---- */

label,
span.label {
  margin-right: 5px;
  color: #666666;
  font-style: italic;
}

/* ----  ---- */

.form-table td {
  vertical-align: top;
  padding: 2px;
}

.form-table label {
  /*float: right;
  text-align: right;
  top: 2px;
  width: 120px;*/
}

/* ----  ---- */

.data-table,
.kalender {
  border-collapse: collapse;
}

.data-table thead, 
.kalender thead,
.table-header {
  background-color: #EFC700;
  font-weight: bold;
  text-align: center;
}

.data-table tbody tr:hover,
.data-table tbody tr.toon:hover,
.hovering tbody tr:hover {
  background-color: #FFFFDD;
}

.data-table td {
 padding: 0 5px;
 border: 1px solid #CCCCCC;
}

.data-table .toon {
  background-color: #F0F0F0;
}

/* ----  ---- */

.compact-table {
  border-collapse: collapse;
}

.compact-table  td {
  font-size: 9px;
  border: 1px solid #FFFFFF;
  margin: 0;
  padding: 0 2px;
}

/*.compact-table  td +td {
  border-left: 1px solid #CCCCCC;
}*/

.black-border td {
  border-bottom: 1px solid #000000;
}

.largerTableHorPadding td {
  padding-left: 10px;
  padding-right: 10px;
}

/* ----  ---- */

.smallCheckbox {
  margin: 0;
  padding: 0;
  width: 9px;
  height: 9px;
}

/* ----  ---- */

.kalender {
  border-collapse: collapse;
}

.kalender td {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
}

.kalender td.toon {
  
}

.kalender a:hover {
  color: #FFFFFF;
}

.kalender tbody td:hover {
  background-color: #AAAAAA}

.kalender td a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
}

.cal_tana {
  background-color: #FFFF60;
}

.cal_laupaev a {
  color: #000000;
}

.cal_pyhapaev a {
  color: #DD0000;
}

/* ----  ---- */

.avar-loetelu {
  list-style: none;
}

.avar-loetelu li {
  margin: 5px 10px;
}

/* ----  ---- */

.compact 
{ 
  font-size: 10px;
}

.compact * {
  font-size: 10px;
  margin: 0; 
  padding: 0;
}

.compact .toon {
  background-color: #F0F0F0;
}

.log-table {
  border-collapse: collapse;
}

.log-table td {
  vertical-align: top;
}


/* ----  ---- */

#vMalupuu-box {
  /*border-style: none;*/
  border-color: #AAAAAA;
  background-color: #FFFFFF;
}

#vMalupuu-box .node, 
#vMalupuu-box .last {
  background-color: #FFFFFF;
}

#vMalupuu-box .node.selected {
  background-color: #3399FF;
}

/* ----  ---- */

.teated {
  margin: 10px 0;
  padding: 10px 10px 5px;
  border: 1px solid #000000;
  background-color: #FFFFDF;
}

.teated  li {
  margin: 0 0 5px 15px;
}

.teated  li.teade {
  color: #00CC00;
}

.teated  li.viga {
  color: #FF0000;
}

.teated  li.hoiatus {
  color: #FFAA00;
}

/* ---- Töö tabeli värvid ---- */

.lopetatud td {
  color: #AAAAAA;
}

.ok {
  color: #00BB00;
}

/* ----  ---- */
input.readonly {
  color: #AAAAAA
}

/* ---- TabControl ---------------- */

.tabArea {
  margin: 10px 0;
}

.tabButtons {
  box-sizing: content-box;
  margin-bottom: -1px;
  line-height: 24px;
}

.tabButtons ul {
}

.tabButtons ul li {
  display: inline;
  list-style: none;
}

.tabButtons a {
  font-size: 12px;
  padding: 4px 6px;  
  
  border: 1px solid #AAAAAA; 
}

.tabButtons .open a {
  color: black;
  background-color: #EFC700;
  border-bottom: 1px solid #FFFFFF;   
  
  position: relative;  
  z-index: 1;
}

.tabContent {
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}

/* ----------------------------------- */

.FeDate {
  width: 70px;
  text-align: center;
}

.FeTime {
  width: 40px;
  text-align: center;
}

.FeDate-button {
  margin-left: 5px;
}

/* ----------------------------------- */

.FeTreeSelect {
  overflow: auto;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.FeTreeSelect.readonly {
  border-color: #CCCCCC;
}

.FeTreeSelect.menu {
  position: absolute;
  margin-top: 21px;
  z-index: 2;
}

.FeTreeSelect ul {
  font-size: 12px;
}

.FeTreeSelect ul ul {
  padding-left: 15px;
  background: url('../_pildid/punktiir-hor.png') repeat-y 8px 0;  
}

.FeTreeSelect ul li {
  list-style: none;
  cursor: default;
  margin: 1px 0 0 -10px;
  padding-left: 10px;
  background: url('../_pildid/punktiir-ver.png') no-repeat 5px 10px; 
}

.FeTreeSelect ul li.last {
  background: #FFFFFF url('../_pildid/punktiir-nurk-va.png') no-repeat -13px -3px; 
}

.FeTreeSelect div.node {
  padding: 1px 4px;
  background-color: #FFFFFF;
}

.FeTreeSelect div.node:hover {
  border: 1px dotted #555555;
  padding: 0 3px;
}

.FeTreeSelect div.node.selected {
  background-color: #3399FF;
  color: #FFFFFF;
}

.FeTreeSelect .closed ul {
  display: none;
}

/* ----------------------------------- */

.FeCollapsibleArea {
  border: 1px solid #CCCCCC;
  margin: 20px auto 5px;
  padding: 10px;
}

.FeCollapsibleArea+.FeCollapsibleArea,
.FeCollapsibleArea+.rant,
.rant+.FeCollapsibleArea,
.rant+.rant
{
  margin-top: 20px
}

.FeCollapsibleArea.collapsed {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  /*margin: 2px auto 10px;*/
  padding: 10px 0 0 11px;
}

.FeCollapsibleArea .FeCollapsibleAreaTitle {
  position: relative;
  top: -19px;
  left:  0px;
  margin-bottom: -14px;
}

.FeCollapsibleArea .FeCollapsibleAreaTitle span{
  padding: 0 5px;
  background-color: #FFFFFF;
}

.FeCollapsibleArea .FeCollapsibleAreaButton{
  background: url('../_pildid/arrow-up.gif') no-repeat 0 1px;
}

.FeCollapsibleArea.collapsed .FeCollapsibleAreaButton{
  background: url('../_pildid/arrow-down.gif') no-repeat 0 1px;
}

/* ----------------------------------- */

/* ---- TabControl ---------------- */

.FeOverlayArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../_pildid/trans25-black.png');
  z-index: 10;
}

/* ----------------------------------- */

.CategoryTree {
  overflow: auto;
  background-color: #FFFFFF;
}

.CategoryTree.readonly {
  border-color: #CCCCCC;
}

.CategoryTree.menu {
  position: absolute;
  margin-top: 21px;
  z-index: 2;
}

.CategoryTree ul {
  font-size: 12px;
}

.CategoryTree ul ul {
  padding-left: 15px;
  background: url('../_pildid/punktiir-hor.png') repeat-y 8px 0;  
}

.CategoryTree ul li {
  list-style: none;
  cursor: default;
  margin: 1px 0 0 -10px;
  padding-left: 10px;
  background: url('../_pildid/punktiir-ver.png') no-repeat 5px 10px; 
}

.CategoryTree ul li.last {
  background: #FFFFFF url('../_pildid/punktiir-nurk-va.png') no-repeat -13px -4px; 
}

.CategoryTree div.node {
  padding: 1px 4px;
  background-color: #FFFFFF;
}

.CategoryTree div.node:hover {
}

.CategoryTree .open>div.node {
  background: #FFFFFF url('../_pildid/minus.png') no-repeat 4px 4px;
}

.CategoryTree .closed>div.node {
  background: #FFFFFF url('../_pildid/plus.png') no-repeat 4px 4px;
}

.CategoryTree div.node.selected {
  background-color: #3399FF;
  color: #FFFFFF;
}

.CategoryTree .closed ul {
  display: none;
}

.CategoryTree .empty>a {
  color: #CCCCCC;
}

.CategoryTree .open>a {
  color: #000000;
}
.hMenyy {
  list-style: none;
  margin : 10px;
}

.hMenyy li {
  margin-left: 15px;
  margin-bottom: 5px;
}

.hMenyy .hmLoiguPealkiri {
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 5px;
}

.hMenyy .hmTyhiRida {
  height: 1em;
  margin-bottom: -5px;
}
.FloreanaProductTable  input[type=text] {
  width: 40px;
  text-align: right;
}

.FloreanaProductTable  input[type=text].changed {
  background-color: #FFEEAA;
}

.FloreanaProductTable  span.FPT_PreorderChangedIndicator,
.FloreanaProductTable  span.FPT_SpecialPriceChangedIndicator,
.FloreanaProductTable  span.FPT_DiscountChangedIndicator,
.FloreanaProductTable  span.FPT_ActiveChangedIndicator {
  display: none;
}

.FloreanaProductTable  span.FPT_PreorderChangedIndicator.changed,
.FloreanaProductTable  span.FPT_SpecialPriceChangedIndicator.changed,
.FloreanaProductTable  span.FPT_DiscountChangedIndicator.changed,
.FloreanaProductTable  span.FPT_ActiveChangedIndicator.changed {
  display: inline;
  color: #FF0000;
}

.FloreanaProductTable  a.mitteaktiivne {
  color: #AAAAAA;
}

.FloreanaProductTable  tr.erihind {
  background-color: #FFDDDD;
}

.FloreanaProductTable  tr.erihind.toon {
  background-color: #FFBBBB;
}

.FloreanaProductTable  tr.erihind.toon.highlight,
.FloreanaProductTable  tr.highlight {
  background-color: #FAEEB3;
}

#FPT_picBox {
  position: fixed;
  left: 50%;
  top: 50%;
  border: 1px solid #AAAAAA;
  box-shadow: 5px 5px 3px rgba(0.5, 0.5, 0.5, 0.3);
}

#FPT_picBoxClose {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
}

#FPT_picBoxContent {
  z-index: -1;
}
#tellimuseTootluseTeade {
  width: 400px;
  margin: 100px auto 0; 
  padding: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #FFCF44;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
/* ----  ---- */

#dUusAadress.hidden {
  display: none;
}

.kategooriaNimi {
	font-weight: bold;
	background-color: #AAAAAA;
}

#print-konteiner table.data-table td {
	padding: 0 1px;
}

/* largest */
#print-konteiner table.print-table-size-xl td {
  font-size: 12px;
}

/* larger font */
#print-konteiner table.print-table-size-l td {
  font-size: 10px;
}

/* smallerer font */
#print-konteiner table.print-table-size-s td {
  font-size: 9px;
}

/* ---- Min koguste lahtrid toote lehel ---- */

.minKogusAktiivne, .minKogusPassiivne
{
	padding: 2px; 
	color: #FFFFFF;
	font-weight: bold;
}
	
.minKogusAktiivne
{
	background-color: #008800;
}

.minKogusPassiivne
{
  background-color: #CCCCCC;
}


/* ------------------------------ */

#uusAadress { 
  display: block;
  padding: 10px; 
  margin-bottom: 20px;
  border: 1px solid #FFD800; 
  background-color: #FFFF9F; 
  text-align: center;
  font-weight: normal;
  color: #000000;
}

#uusAadress a {
  color: #000000;
}

/* ------------------------------ */

.korviToodeteInfo {
  float: right;
  line-height: 28px;
  margin-right: 30px;
}

/* ------------------------------ */

.hinnavalikuNupuKast {
  width: 200px;
  
  margin: 0 auto;
  float: left;
  padding: 10px;
  
  font-size: 14px;
  text-align: center;
  
  opacity: 0.7;
}

.hinnavalikuNupuKast:hover {
  opacity: 1;
}

.hinnavalikuNupuKast a.nupp {
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px; 
}

/* ------------------------------ */
/* ----  ---- */

table.mooneTellimusteTabel {
  border-collapse: separate;
  margin: 10px auto;
}

table.mooneTellimusteTabel td {
  border: none;
  padding: 5px;
  vertical-align: top;
}

table.mooneTellimusteTabel td>table td {
  border: none;
  padding: 0px;
}

.kampaaniaKast {
  width: 801px; 
  margin: 50px auto;"
}

.kampaaniaKast .tekst {
  margin: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.kampaaniaEdasiNupp {
  float: right;
  margin: 15px;
  padding: 10px 20px !important;
  font-size: 20px;
  font-weight: bold;
}

.kampaaniaPealkiri {
  margin: 20px 0 10px;
  padding: 15px 20px 10px;
  font-size: 44px;
  font-weight: bold;
  
  color: #FFFFFF;
  background-color: #FFCF44;
}

.kampaaniaToode {
  float: left;
  width: 227px;
  height: 300px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  background-color: #F8F8F8;
}

.kampaaniaToode .pilt {
  height: 227px;
  overflow: hidden;
  vertical-align: middle;
}

.kampaaniaToode .nimi {
  font-size: 16px;
  font-weight: bold;
}

.kampaaniaToode .hind {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
}

/* ------------------------------ */
