body{
  background-color:#ffffff;
  color: #000033;
  font-weight: normal;
  font-size: 11px;
  text-align: justify;
  font-family: Verdana, Trebuchet Ms;
  margin: 0px;
}

a {
  color: #3E679B;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    color: #000033;
}


/* layout */

div#container{
  margin: auto;
}

.defaultphptbl {
    background: #ffffff;
    width:899px;
    border: 2px solid #5F8DBF;
}

/* category item */

div.catitem {
  border: 1px dotted white;
  padding: 10px;
}

div.catitem div.name{
  font-size:18px;
}

/* subcat */

div.subcat_item {
  border-bottom:1px solid yellow;
  margin:10px;
  padding:10px;
}

/* products */

div.products{
  float:left;
  width: 684px;
  margin-left:5px;
}

div.products div.product {
  margin:5px 0px 10px 0px;
  clear:both;
  float:left;
  width:100%;
}

div.bwimage {
  float:left;
  padding:0px 10px;
  width:500px;
}

div.products div.product .name, 
div.products div.product .box_name, 
div.products div.product .prodnum, 
div.products div.product .price, 
div.products div.product .description, 
div.products div.product .description2 {
  float:left;
  clear:both;
}

span.prodnum{
  font-weight:bold;
}

div.products div.product .name{
  font-style:italic;
}

span.box_name {
  font-style:italic;
  font-weight:bold;
}


div.products div.product img.left {
  float:left;
  border: 1px solid #3E679B;
}

div.products div.product img.right {
  float:right;
  border: 1px solid #3E679B;
}

/* srcform */

div.searchform input#src{
  width:130px;
}

/* tree menu */

div.treemenu {
  width:200;
  float:left;
}

ul.menu {
  list-style-type: none;
  padding:0px;
  margin:0px;
}

li.menu {
  position:relative;
  margin: 3px 0; 
}

li.menu a {
  color: #3E679B;
  text-decoration:none;
}

li.menu ul.menu {
  position: absolute;
  display: none;
  top:0px;
  left:200px;
  white-space: nowrap;
}

li.menu:hover ul.menu {
  background-color: #DADADA;
  display: block;
  z-index:100;
}

/* felso szint */

ul.menulvl0 {
  width:200px;
  text-align:left;
}

li.menulvl1 {
  background-color: #ffffff;
  padding:5px;
  border-bottom: 1px solid #3E679B;
}

li.menulvl2 {
  border-bottom:1px solid #333333;
}

li.menulvl2:last-child {
  border:none;
}

/* almenu */

ul.menu li.menu ul.menu li.menu {
  margin:5px;
}

/* fejlec */

table#header {
/*  border: 2px;*/
}

table#header td#logo {
  width: 200px;
  text-align: center;
/*  margin: 10px;*/
  background: #5A88BA;
}

table#header td#intro {
  width: 699px;
  text-align: center;
/*  margin: 10px;*/
  background: #5A88BA;
  color: white;
}

table#header td#intro a {
    color: white;
}

/* breadcumb */

h3.breadcumb {
  text-align:left;
  margin-top:0px;
  color: #3E679B;
}

span.nowrap {
  white-space: nowrap;
  text-align:left;
}

