html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html
{
	overflow-y:scroll;
}

body, html
{
	padding:0px;
	margin:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#434343;
}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.bold
{
	font-weight:700;
}

.floatright
{
	float:right;
}

.floatleft
{
	float:left;
}


.clear
{
	clear:both;
}

.hide
{
	display:none;
}

.load
{
	display:none;
	height:16px;
	width:16px;
	background:url(images/load.gif);
	margin:0 0 7px 0;
}

.bluetext
{
	color:#10A8E6;
	font-weight:700;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.greytext
{
	color:#999999;
}

#pagenum
{
	float:left;
	width:685px;
	text-align:center;
	margin:20px 0 0 20px;
	display:block;
}

/* Pagina nummering *************************************/
#pagenum a.pagenumdisplay
{
	display:inline-block;
	padding:2px 5px;
	background:#a4a4a4;
	color:#FFF;
	margin:0 5px;
	text-decoration:none;
}

#pagenum a.pagenumdisplay:hover
{
	background:#10A8E6;
}

#pagenum a.pagenumdisplayactive
{
	display:inline-block;
	padding:2px 5px;
	background:#10A8E6;
	color:#FFF;
	margin:0 5px;
	text-decoration:none;
}

#pagenum a.pagenumlink
{
	color:#10a8e6;	
	text-decoration:none;
	font-weight:700;
}

#pagenum a.pagenumlink:hover
{
	color:#10a8e6;
	
	text-decoration:underline;
}

/* Formulieren **************************************/
#errormessage
{
	background:#FFAFB2 url(images/error.png) no-repeat top left;
	padding:9px 10px 9px 40px;
	margin:0 335px 10px 0;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	width:300px;
	
	min-height:28px;
	height:auto !important;
	height:28px;
	
	float:left;
	clear:both;
	
	color:#0D0D0D;
	font-weight:700;
}

#succesmessage
{
	background:#B3FFAF url(images/succes.png) no-repeat top left;
	padding:9px 10px 5px 40px;
	margin:0 335px 10px 0;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	width:300px;
	
	min-height:28px;
	height:auto !important;
	height:28px;
	
	float:left;
	clear:both;
	
	color:#0D0D0D;
	font-weight:700;
}

#errormessage ul
{
	margin:5px 0 0 15px;
}

.formsubmit
{
	width:685px;
	float:left;
	margin:10px 0 0 0;
}

.submitbutton
{
	background:url(images/button.png) no-repeat;
	border:none;
	width:92px;
	height:23px;
	color:#FFF;
	font-weight:700;
	padding:0 0 3px;
	cursor:pointer;
}

.submitbutton:hover
{
	background:url(images/button.png) 0 -23px no-repeat;
	border:none;
	width:92px;
	height:23px;
	color:#FFF;
	font-weight:700;
	padding:0 0 3px;
	cursor:pointer;
}

.inputmini
{
	border:1px solid #CCC;
	
	width:100px;
	height:16px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	color:#999999;
}

.inputsmall
{
	border:1px solid #CCC;
	
	width:203px;
	height:16px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	color:#999999;
}

.inputbig
{
	border:1px solid #CCC;
	
	width:450px;
	height:16px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	color:#999999;
}

.textareasmall
{
	border:1px solid #CCC;
	
	width:350px;
	height:80px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	font-size:13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.textareasmallest
{
	border:1px solid #CCC;
	
	width:350px;
	height:20px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	font-size:13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.textareabig
{
	border:1px solid #CCC;
	
	width:450px;
	height:170px;
	padding:5px 5px;
	
	margin:0 0 5px 0;
	font-size:13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.inputblock
{
	width:450px;
	margin:4px 0 8px 0;
	font-weight:700;
}

.blacktext
{
	color:#434343;
}

.antirobot
{
	margin:0 6px -9px 0;
}

/* Content *************************************/
#twitter-follow { border: 0;position: fixed;  top: 150px; right:0;}

#facebook-follow { border: 0;position: fixed;  top: 300px; right:0;}

#wrapper
{
	width:960px;	
	margin:0 auto;
	
}

#header
{
	width:960px;
	float:left;
}

#logo
{
	width:960px;
	height:100px;
	float:left;
	margin:25px 0 5px 0;
	display:inline-block;
}

ul#menu
{
	clear:both;
	float:left;
	list-style:none;
	margin:0 0 0 20px;
	width:960px;
	height:38px;
}

ul#menu li
{
	float:left;
	margin:0 10px 0 0;
	padding:7px 10px;
	background:#10a8e6;
	
	display:block;
	
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}

ul#menu li.external
{
	float:right;
	margin:0 20px 0 0;
	padding:7px 5px;
	background:#963683;
}

ul#menu li.external:hover
{
	background:#634e42;
}

ul#menu li.external2
{
	float:left;
	font-size:20px;
	margin:0 10px 0 0;
	padding:7px 10px;
	background:#10a8e6;
}

ul#menu li.external2:hover
{
	background:#ff2b9d;
}

ul#menu li:hover
{
	background:#ff2b9d;
}

ul#menu li.categoryactive
{
	background:#ff2b9d;
}

ul#menu li a
{
	color:#FFF;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#submenuholder
{
	width:960px;
	height:48px;
	float:left;
	background:#000;
	
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

ul#submenu
{
	float:left;
	list-style:none;
	margin:16px 0 0 20px;
}

ul#submenu li
{
	float:left;
}

ul#submenu li.submenudivider
{
	color:#FFF;
	font-weight:700;
	margin:0 5px;
}


ul#submenu li a
{
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	font-weight:700;
}

ul#submenu li a:hover
{
	color:#ff2b9d;
}

#searchform
{
	float:right;
	margin:0 10px 0 0;
}

#searchstring
{
	float:left;
	width:240px;
	border:1px solid #bcbdbd;
	border-right:none;
	
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	
	color:#999999;
	
	height:16px;
	margin:10px 0 0;
	padding:6px 0 5px 15px;
}

#searchbutton
{
	width:67px;
	height:29px;
	float:left;
	background:url(images/search.png) no-repeat;
	border:none;
	margin:10px 0 0 0;
}

#breadcrumbs
{
	float:left;
	width:940px;
	height:17px;
	font-size:11px;
	color:#999999;
	margin:5px 0 4px 20px;
}

#breadcrumbs a
{
	color:#999999;
	text-decoration:none;
}

#breadcrumbs a:hover
{
	color:#10A8E6;
	text-decoration:none;
	background:url(images/border.gif) bottom repeat-x;
}

#content
{
	float:left;
	width:960px;
}

#content #contentleft
{
	float:left;
	width:685px;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin:10px 0 0 20px;
	font-size:13px;
}

/* Medewerkers pagina *************************************/
.member
{
	float:left;
	width:320px;
	margin:20px 0 20px 0;
}

.member .member_photo
{
	height:74px;
	width:74px;
	border:3px solid #CCC;
	float:left;
}

.member .member_info
{
	width:220px;
	float:left;
	margin:0 0 0 10px;
	font-size:11px;
}

.member .member_info .member_info_title
{
	width:70px;
	float:left;
	margin:0 0 5px 0;
}

.member .member_info .member_info_text
{
	width:150px;
	float:left;
	margin:0 0 5px 0;
}

.member_divider
{
	float:left;
	width:640px;
	height:1px;
	border-bottom:1px solid #CCC;
}

/* Linkerkolom *************************************/
#content #contentleft h1
{
	font-size:20px;
	color:#fc1a93;
	margin:0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#content #contentleft h2
{
	font-size:16px;
	color:#fc1a93;
	margin:2px 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#content #contentleft h3
{
	font-size:16px;
	color:#10a8e6;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0;
}

#content #contentleft h4
{
	display:inline-block;
	width:665px;
	font-size:18px;
	padding:7px 0 7px 20px;
	margin:0 0 10px 0;
	
	color:#FFFFFF;
	background:#10a8e6;
	
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}

#content #contentleft h5
{
	font-size:14px;
	color:#FF2B9D;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0;
}

#content #contentleft form
{
	margin:20px 0 0 0;
	width:685px;
}

#content #contentleft a, #content #contentright #pollinfo a
{
	color:#10a8e6;	
	text-decoration:none;
	font-weight:700;
}

#content #contentleft a:hover, #content #contentright #pollinfo a:hover
{
	color:#10a8e6;
	
	text-decoration:underline;
}

#content #register
{
	float:right;
	
	width:215px;
	
	background:#ff2b9d;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	text-align:center;
	
	padding:17px 0;
	
	color:#FFF;
	font-size:16px;
	
	cursor:pointer;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
}

#content #leftregister
{
	width:455px;
	float:left;
}

/* Rechterkolom *************************************/
#content #contentright
{
	width:215px;
	float:right;
}

#content #contentright .righthead
{
	display:inline-block;
	width:200px;
	font-size:14px;
	padding:7px 0 7px 15px;
	margin:20px 0 5px 0;
	color:#FFFFFF;
	background:#10a8e6;
	font-weight:700;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}



#content #contentright #loginform
{
	font-size:11px;
}

#content #contentright .loggedin
{
	font-size:12px;
}

#content #contentright #loginform a
{
	color:#10a8e6;
	text-decoration:none;
}

#content #contentright #loginform a:hover
{
	background:url(images/border.gif) bottom repeat-x;
}

#content #contentright #userpw
{
	display:none;
}

#content #contentright #twitter
{
	float:left;
	width:200px;
}

#content #contentright #twitter #twitload
{
	float:left;
	width:200px;
	height:16px;
	text-align:center;
}



#content #contentright #twitter ul.tweet_list
{
	float:left;
	width:200px;
	list-style:none;
}

#content #contentright #twitter ul.tweet_list li
{
	float:left;
	width:200px;
	font-size:11px;
	padding:5px 0 10px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #CCCCCC;
}

#content #contentright #twitter ul.tweet_list li a
{
	color:#999999;
	text-decoration:none;
}

#content #contentright #twitter ul.tweet_list li a.twitblue
{
	color:#10a8e6;	
	text-decoration:none;
	font-weight:700;
}

#content #contentright #twitter ul.tweet_list li a.twitblue:hover
{
	color:#10a8e6;
}

#content #contentright #twitter ul.tweet_list li .tweet_avatar
{
	height:48px;
	width:48px;
	float:left;
	margin:0 10px 0 0;
	display:inline-block;
}

#content #contentright #twitter ul.tweet_list li .tweet_text
{
	width:142px;
	float:left;
}

#content #contentright #twitter ul.tweet_list li .tweettime
{
	width:142px;
	float:left;
	display:inline-block;
	margin:5px 0 0 0;
}

#content #contentright .poll_question
{
	float:left;
	width:200px;
	margin:5px 0 0 0;
	font-weight:700;
}

#content #contentright .poll_vote
{
	color:#10a8e6;	
	font-weight:700;
	cursor:pointer;
}

#content #contentright .poll_vote:hover
{
	color:#10a8e6;
	text-decoration:underline;
}

#content #contentright .poll_text
{
	float:left;
	width:200px;
}

#content #contentright .poll_awnser_holder
{
	background:#F0F0F0;
	margin:3px 0 3px 0;
	float:left;
	width:200px;
}

#content #contentright .poll_awnserinfo
{
	float:left;
	width:200px;
	font-size:11px;
	margin:0 0 2px 0;
}

#content #contentright .poll_awnser_holder .poll_awnser
{
	background:#90C6E6;
	height:14px;
	color:#FFF;
	font-weight:700;
}

/* Footer *************************************/
#footer
{
	float:left;
	width:960px;
	height:145px;
	
	background:url(images/logo_gray.png) 0% 50% no-repeat;
	
	border-top:1px solid #CCCCCC;
	
	margin:50px 0 0 0;
	
	font-size:11px;
}

#footer #copyright
{
	color:#999999;
	float:left;
	margin:27px 0 0 125px;
}

#footer #misclist
{
	float:left;
	margin:27px 0 0 45px;
}

#footer a
{
	color:#999999;
	text-decoration:none;
}

#footer a:hover
{
	color:#434343;
	text-decoration:none;
}

#footer #misclist ul.ulmisclist
{
	float:left;
	list-style:none;
	margin:0 45px 0 0;
}

#footer #socialholder
{
	float: right;
	margin:-100px 0 0 0;
}

#footer ul#social
{
	
	list-style:none;
}

#footer ul#social li
{
	float:left;
	margin:8px 10px 0 0;
}

#footer ul#social li .socialbutton
{
	display:inline-block;
}
/* Home *************************************/
#content #contentleft #highlight
{
	float:left;
	width:685px;
	height:218px;
	margin:0 0 20px 0;
	cursor:pointer;
}

#content #contentleft #highlight ul li
{
	width:685px;
	height:218px;
}

#content #contentleft #highlight ul li .moviehightitle
{
	float:left;
	clear:both;
	color:#FFF;
	font-weight:700;
	background:#000;
	padding:5px 10px;
	margin:23px 0 0 8px;
}

#content #contentleft #highlight ul li .categoryhightitle
{
	float:left;
	clear:both;
	color:#FFF;
	font-weight:700;
	background:#10a8e6;
	padding:5px 10px;
	margin:3px 0 0 8px;
}

#content #contentleft #highlight #highbuttons
{
	position:relative;
	height:20px;
	width:672px;
	z-index:99;
	top:190px;
	left:9px;
	color:#FFFFFF;
	text-align:center;
	
}

#content #contentleft #highlight #highbuttons .highbutton
{
	width:20px;
	height:20px;
	background:#000;
	color:#FFF;
	margin:0 5px;
	text-decoration:none;
	float:left;
	line-height:19px;
}

#content #contentleft #highlight #highbuttons .highbutton:hover
{
	background:#10a8e6;
}

#content #contentleft .homeblocks
{
	width:685px;
	float:left;
	margin:0 0 20px 0;
}

#content #contentleft .alsotop
{
	float:left;
	width:350px;
	height:80px;
	padding:2px 0 0 20px;
	overflow:hidden;
}

#content #contentleft .movietopimage
{
	border:4px solid #CCCCCC;
	cursor:pointer;
	float:left;
	height:169px;
	overflow:hidden;
	width:301px;
}

#content #contentleft .movietopimage:hover
{
	border:4px solid #FF2B9D;
}

#content #contentleft .movietopimagesmall
{
	width:93px;
	height:51px;
	border:3px solid #CCC;
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:0 15px 0 0;
}

#content #contentleft .movietopimagesmall:hover
{
	border:3px solid #FF2B9D;
}

#content #contentleft .movietopimage .movietoptitle
{
	float:left;
	color:#FFF;
	font-weight:700;
	background:#000;
	padding:5px 10px;
	margin:109px 0 0 8px;
	clear:both;
}

#content #contentleft .movietopimage .movietopcattitle
{
	float:left;
	color:#FFF;
	font-weight:700;
	background:#10A8E6;
	padding:5px 10px;
	margin:3px 0 0 8px;
	clear:both;
}

#content #contentleft .movietopdesc
{
	float:left;
	width:350px;
	height:70px;
	padding:0 0 0 20px;
	overflow:hidden;
	font-size:11px;
}

#content #contentleft .movietopwatch
{
	font-size:11px;
	float:left;
	width:174px;
	height:16px;
	padding:0 0 0 20px;
	margin:10px 0 9px 0;
}

#content #contentleft .movietoprating
{
	font-size:11px;
	float:left;
	width:174px;
	height:16px;
	margin:5px 0 9px 0;
}

#content #contentleft .newstopholder
{
	width:342px;
	float:left;
	margin:10px 0 0 0;
	overflow:hidden;
}

#content #contentleft .newswatch
{
	font-size:11px;
	float:left;
	width:174px;
}

#content #contentleft .newstitle
{
	float:left;
	color:#FFF;
	font-weight:700;
	background:#000;
	padding:5px 10px;
	margin:0 0 3px 0;
}

#content #contentleft .newsdesc
{
	width:185px;
	height:90px;
	float:left;
}

#content #contentleft .newsimage
{
	width:130px;
	height:130px;
	border:4px solid #CCC;
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:0 15px 0 0;
}

#content #contentleft .newsimage:hover
{
	border:4px solid #FF2B9D;
}

#content #contentleft .newsimagesmall
{
	width:25px;
	height:25px;
	border:3px solid #CCC;
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:0 15px 0 0;
}

#content #contentleft .newsimagesmall:hover
{
	border:3px solid #FF2B9D;
}

#content #contentleft .newstitlesmall
{
	float:left;
	width:270px;
	font-weight:700;
}

#content #contentleft .newswatchsmall
{
	font-size:11px;
	float:left;
	width:270px;
	height:16px;
}

#content #contentleft #firsttownews
{
	float:left;
	width:342px;
}

#content #contentleft #restofnews
{
	float:left;
	width:320px;
	margin:0 0 0 20px;
}

#content #contentleft .newsrestholder
{
	float:left;
	width:320px;
	margin:5px 0 10px 0;
}

/* Category movie overview *************************************/
.movieholder
{
	width:685px;
	height:171px;
	float:left;
	margin:0 0 25px 0;
}

.movieholder .moviepreviewimage
{
	width:301px;
	height:169px;
	border:4px solid #CCC;
	float:left;
	cursor:pointer;
}

.movieholder .moviepreviewimage:hover
{
	border:4px solid #FF2B9D;
}

.movieholder .moviepreviewimage .movietitle
{
	float:left;
	color:#FFF;
	font-weight:700;
	background:#000;
	padding:5px 10px;
	margin:23px 0 0 8px;
}

.movieholder .moviepreviewimage .moviebonus
{
	background:url(images/bonusvideo.png) top right no-repeat;
	width:302px;
	height:115px;
	
	float:right;
}

.movieholder .moviedescription
{
	float:left;
	width:350px;
	height:150px;
	padding:0 0 0 20px;
}

.movieholder .moviewatch
{
	float:left;
	width:170px;
	height:20px;
	padding:0 0 0 20px;
}

.movieholder .movierating
{
	float:left;
	width:180px;
	height:20px;
}

.movieholder a
{
	display:inline-block;
	padding:4px 0 0 0;
}

/* Watch movie *************************************/

#movie
{
	width:685px;
	height:365px;
	float:left;
	background:#white;
}

#vote
{
	float:left;
	text-align:right;
	width:640px;
	font-size:11px;
	color:#999;
}

#vote img
{
	cursor:pointer;
}

#vote a
{
	background:none;
}

#movie_description
{
	margin:10px 0 30px 0;
	float:left;
	width:640px;
}

#sharethis
{
	height:17px;
	width:125px;
	margin:10px 0 0 0;
	float:left;
}

/* Related vids ******************************/

#related_vid
{
	margin:10px 0 0 0;
	float:left;
	width:685px;
}

.related_vid_wrap
{
	font-size:10px;
	color:#999;
	float:left;
	margin:0 15px 0 0;
	width:93px;
}

#related_vid a
{
	float:left;
	display:block;
	height:51px;
	overflow:hidden;
	width:93px;
	border:3px solid #CCCCCC;
}

#related_vid a:hover
{
	border:3px solid #FF2B9D;
}

/* Reply *************************************/

#reply
{
	margin:10px 0 0 0;
	float:left;
	width:685px;
}

.replies
{
	float:left;
	width:685px;
	padding:0 0 5px 0;
}

.replies .replytext
{
	float:left;
	width:685px;
	padding:5px 0 0 0;
	border-bottom:1px solid #CCCCCC;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}

.replies .spam
{
	cursor:pointer;
}

.replies .spam:hover
{
	color:#10A8E6;
	cursor:pointer;
}

/* Sitemap *************************************/
#contentleft #sitemap
{
	margin:0 0 0 15px;
}

#contentleft #sitemap .sitemaptitle
{
	font-weight:700;
	list-style:none;
	margin:10px 0 3px -15px;
}

/* Movie Div, flash or HTML *************************************/

#video-box {
	overflow:hidden;
	width:640px;
	height:360px;
	background:white;
}

/* Embed button */
#embed-button {
	height: 21px;
	width: 65px;
	float: right;
	margin-right: 45px;
	margin-top: -30px;
}

/* tabs
*************************/

ul.tabs_embed
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: absolute;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	margin-left: 2px;
	padding: 10px;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background-color: #10A8E6;
	width: 200px;
	height: 50px;
	/*border: 1px solid #757575;*/
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	font-weight: bold;
	color: #fff;
	 -moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;

}

ul.dropdown li a
{
	display: block;
}


/*clickable embed door Guido Rus */
#embed_triggerblock {
	width: 65px;
	height: 21px;
	float: right;
	margin-right: 45px;
}

.embed_panel {
	position: absolute;
	margin-left: -160px;
	display: none;
	background: #10A8E6;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 200px;
	height: auto;
	font-weight: bold;
	color: #fff;
	 -moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	padding: 10px;
}

.embed_panel a{
	color: #fff !important;
}


.embed_trigger{
	width: 65px;
	height: 21px;
	float: right;
}
