span.metageg {display: block; color: #aaa;}

/* css for movie */
.moviecontent { width: 400px; } /* a default value will be replaced by movie width */
.moviecontent ul {border: 0;overflow:hidden;margin:0;padding:0 0 1px 0; list-style:none; }
.moviecontent li {background-image:none;padding:0;margin:0;border:0;}

.moviecontent h3 { border-bottom:1px solid #dedede; color: #000; margin: 0; padding: 0; font-size: 100%;}
.moviecontent li h3 a {border: 1px solid #FFF; color: #000;}

.moviecontent li a {display: block; padding: 2px 15px 3px 0; font-weight: bold; border-bottom:1px solid #dedede; background:url("images/pijl.gif") right top no-repeat;height:1%; text-decoration: none; color: #000;}
.moviecontent li li a { font-weight: normal; padding: 2px 15px 3px 0;}
.moviecontent li a:hover {border-bottom: 1px solid #000; background:url("images/pijl-hover.gif") right top no-repeat;}

.moviecontent li p a {display: inline; text-decoration: underline; color: blue; background: #FFF; border: 0; padding: 0; margin: 0; font-weight: normal;}
.moviecontent li p a:hover {display: inline; text-decoration: underline; color: blue; background: #FFF; border: 0; padding: 0; margin: 0;}

.moviecontent li img { margin-bottom: -4px;}

.moviecontent li a.open { background:url("images/pijl-open.gif") right top no-repeat; }
.moviecontent li a.open:hover { background:url("images/pijl-open-hover.gif") right top no-repeat; }
.moviecontent ul.open, .moviecontent div.open, .moviecontent p.open {display: block; }
.moviecontent li a.close { background:url("images/pijl.gif") right top no-repeat; }
.moviecontent li a.close:hover { background:url("images/pijl-hover.gif") right top no-repeat; }
.moviecontent ul.close, .moviecontent div.close, .moviecontent p.close  {display:none;}
