/* html5 */

/* alapértelmezett 

#pagewrap{
  position:relative;
  margin:10px auto 0 auto;
  width:20px;
  text-align:left;
}


}
/* oldal felépítése */ 
#content{
  margin: 0px 0 0 0px;
}


#filter{
  float:left;
  display:inline;
}

#filter li{
  float:left;
  display:inline;
  margin:0px 0px 0px 0px;
  padding:10px 20px;
  /*background:white;*/
  background: linear-gradient(#00FF00, #008000, #004000); 
  border:none;
}

#filter li:hover{
  cursor:pointer;
  background:#003700;
  border:none;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:12px;
  -moz-box-shadow: inset 0 0 4px #cfcfcf;
  -webkit-box-shadow: inset 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf inset;
}

#filter .active,
#filter .active:hover{
  cursor:default;
  background:#003700;
  border:1px solid #ccc;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:12px;
  -moz-box-shadow: inset 0 0 4px #cfcfcf;
  -webkit-box-shadow: inset 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf inset;
}

#filter li a {
  color:#D2D2FF;
  text-decoration:none;
}
#filter li a:hover,
#filter li:hover a,
#filter li:hover a:hover{
  color:#D2D2FF;
  text-decoration:none;
}

#photos{
  float:left;
  display:inline;
  margin:0 0 0 16px;
}

#photos li{
  float:left;
  display:inline;
  position:relative;
  margin:10px 32px 0px -30px;
  width:210px;
  height:146px;
  border:1px solid #e3e3e3;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  text-align:center;
}

#photos li:hover{
  border:1px solid #b5b5b5;
  -moz-box-shadow:0 0 4px #b5b5b5;
  -webkit-box-shadow:0 0 4px #b5b5b5;
  box-shadow:0 0 4px #b5b5b5;
}

#photos li img{
  max-width:200px;
  margin:6px auto 0 auto;
}

#photos li .help{
  display:none;
}

#photos li .mask{
  position:absolute;
  display:none;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:10;
  background:rgba(0,0,0,0.7);
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

/* általános */
.clear{
  clear:both;
}

/* videodoboz */
#videocont {
	position:relative;
	float: left;
	width: 224px;
	height: 126px;
}



