body{
  background-color:#ffffff;
  color: #6D6E72;
  font-weight: normal;
  font-size: 10px;
  text-align: justify;
  font-family: Verdana;
  margin: 0px;
}

a {
  color: #91C000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    color: #F48A02;
}


/* layout */

div#container{
  margin: auto;
}

.defaultphptbl {
    background: #ffffff;
    width:899px;
}

/* 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 #D81827;
}

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

/* 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: #6D6E72;
  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: #ECECEC;
  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 #BDDB84;
  color: #6D6E72;
}

/* almenu */
/*
ul.menu li.menu ul.menu li.menu {
  margin:5px;
}
*/
ul.menulvl1 {
  background-color: #BDDB84;
}

li.menulvl2 {
  border-bottom:1px solid #9C9BA0;
  padding:5px;
  background-color:#BDDB84;
  margin:0px;
}

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

/* fejlec */

table#header {
  border: 2px;
    background-image: url('/resellers/pic/szinkep_fejlec2.jpg');
    background-repeat: no-repeat;
    background-position: top left;  
}

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

table#header td#intro {
    width: 699px;
    text-align: center;
/*    background-image: url('/resellers/pic/szinkep_fejlec.jpg');
    background-repeat: no-repeat;
    background-position: top left;*/
    height: 300px; 
    vertical-align: top;
    color: white; 
}

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

/* breadcumb */

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

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

