/**
 * layout css
 * hierin staan de posities van de hoofd-blokken beschreven en de achtergronden
 * fonts, kleuren e.d. staan in content.css
 */

/* ** algemeen ** */
body, 
html,
form
{
	margin: 0;
	padding: 0;
}

img{
	border: none 0;
}

br.close, br.clear{
	clear: both;
}

br.clearleft
{
	clear: left;
}

br.clearright
{
	clear: right;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.invisible
{
	/*visibility: hidden;*/
	height: 0px;
	width: 0px;
	position: absolute;
	line-height: 0px;
	top: -2000px;
}

/* ** hoofd blokken ** */
div#wrapper{
	position: relative;
	width: 987px;
	margin: 0 auto;
	padding: 0;
}
	div#header{
		position: relative;
		background-image: url(/media/image/layout/cbheader.jpg);
		background-repeat: no-repeat;
		height: 87px;
	}
	
	div#maincontent{
		position: relative;
		background-image: url(/media/image/layout/header_incl_side.jpg);
		background-position: 2px 3px;
		background-repeat: no-repeat;
		overflow: hidden;
		width: 100%;
	}
	
		div#maincontent div.left{
			margin: 28px 0 0 0;
			position: relative;
			float: left;
			width: 170px;
			height: 400px;
			background-image: url(/media/image/layout/leftshadow.jpg);
			background-position: bottom right;
			background-repeat: no-repeat;
		}

		div#maincontent div.right{
			position: relative;
			float: right;
			width: 215px;
			margin: 5px 0 0 0;
			padding: 0px 0px 25px 0px;
			
			background-image: url(/media/image/layout/side_footer.jpg);
			background-repeat: no-repeat;
			background-position: center bottom;
			z-index : 2;
			/*overflow: hidden;*/
/*			border : 1px solid green;*/
		}
		div#maincontent div.right .poll
		{
			overflow	: hidden;
			width		: 170px;
		}
		
		div#maincontent div.center
		{
			position: relative;
			margin: 25px 215px 0 170px;
			padding: 0;			
			z-index : 1;
		}
		
	div#footer{
		position: relative;
		padding: 80px 0 10px 0;
		background-image: url(/media/image/layout/footer.jpg);
		background-repeat: no-repeat;
		text-align: center;
	}

/* ** menu ** */
div.left div#navigation
{
	position: absolute;
	right: 13px;
	top: 105px;
}

div.left div#navigation div.navitem
{
	width: 150px;
	line-height: 25px;
	margin-bottom: 4px;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
}

div.left div#navigation div.active
{
	line-height: 40px;	
	background-image: url(/media/image/layout/menuitem_active.gif);
	background-color: #e9f7fe;
	background-position: left;
	background-repeat: repeat-y;
}

div.left div#navigation div.navitem a
{
	font-size: 13px;
}

div.left div#navigation div.active a
{
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	color: #06537F;
	font-size: 14px;
}

div.left div#navigation div.navline
{
	position: relative;
	height: 1px;
	background-image: url(/media/image/layout/menuline.gif);
	background-color: #e7e7e7;
	background-repeat: no-repeat;
}

/* ** rechter bar ** */
div.right div.item
{
	position: relative;
	background-image: url(/media/image/layout/seperator_middle.jpg);
	background-repeat: no-repeat;
	margin: 10px 7px;
	padding: 30px 15px 0 15px;
}

div.right div.itemcontact
{
	position: relative;
	margin: 0 7px;
	padding: 0 15px 0 15px;
}

div.right div.first
{
	background: url(/media/image/layout/bg_groen.jpg) top center no-repeat;
	margin	: 0px
	padding	: 0px;
	
	
	/*margin-left : 7px;
	margin-right : 5px;*/
	margin-top: 2px;
	padding-top: 10px;
}


div.right div.clearfirst
{
	background-image: none;
	margin-top: 2px;
	padding-top: 10px;
}

div.right p.user
{
	overflow: auto;
	padding: 3px 0 3px 0;
	line-height: 16px;
}

	div.right p.user img
	{
		margin: 0 5px 5px 0;
	}

div.right div.buttons
{
	position: relative;
	padding: 10px 0 0 0;
}

div.right div.centertext
{
	position: relative;
	margin: 0 auto;
	width: 109px;
	text-align: center;
	overflow: hidden;
}

/* ** center ** */
div.center div.header
{
	padding: 0 10px 20px 10px;	
	background-image: url(/media/image/layout/header_people);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 153px;
}

div.center div.header p
{
	padding: 0px;
	float: right;
	margin-right: 100px;
	margin-top: 5px;
}
div.center div.header h2
{
	padding: 40px 0px 10px 0px;
	font-size: 28px; 
	color: #000;
	padding-left: 20px;
}
div.center div.header h3
{
	padding: 0px 0px 0px 20px;
	font-size: 16px;
	font-weight: normal;
}

div.center div.item
{
	position: relative;
	background-image: url(/media/image/layout/hr.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 10px 10px 15px;
}

div.center div.searchitem
{
	position: relative;
	padding: 0 10px 10px 15px;
}


div.center div.item.unsubscribe
{
	background: 0;
	padding: 10px 10px 0px 15px;
}

div.center div.moveup
{
	margin-top: -44px;	
	margin-bottom: 10px;
}

div.center div.row
{
	position: relative;
	overflow: auto;
	background-image: url(/media/image/layout/fullcontent.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 590px;
}

	div.center div.row div.item
	{
		float: left;
		width: 250px;
		margin-left: 20px !important;
		margin-left: 10px;
		padding-bottom: 20px;
		background-image: none;
	}

	div.center div.row div.item h3,
	div.right h3
	{
		margin: 10px 0px;
	}


	div.center div.row div.messageoverview h3
	{
		margin: 10px 0px 10px -17px;
	}
	
	div.center div.buttons
	{
		position: relative;
		padding: 10px 0 0 0;
		/*overflow: auto;*/
	}
	
	div.center div.centertext
	{
		position: relative;
		margin: 0 auto;
		width: 109px;
		text-align: center;
		overflow: hidden;
	}

div.padder
{
	margin: 0px 50px 0px 20px;
}
div.toppadder
{
	margin: -27px 50px 0px 20px;
}

div.toppaddernosearch
{
	margin: 30px 50px 0px 20px;
}

img.headericon
{
	margin-bottom: -10px;
}

/* ** modal melding voor gebruik bij ajax-calls ** */
div#cover{
	display: none;
}

body.ajaxprogress div#cover{
	position: fixed !important;
	position: absolute;
	display: block;
	top: 0px !important;
	top: auto;
	top: expression( parseInt( document.documentElement.scrollTop || document.body.scrollTop ) );
	left: 0px;
	width: 100% !important;
	width: expression( parseInt( parentNode.offsetWidth ) );
	height: 100%;
	cursor: wait;
	z-index: 9;
}

	div#cover div.back{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100% !important;
		height: 800px;
		background-color: #000;
		opacity: 0.5;
		-moz-opacity: 0.5;
		-konq-opacity: 0.5;
		filter: alpha( opacity=50 );
		z-index: 9;
	}
	
	div#cover div.indicator
	{
		background-color: #eee;
		position: absolute;
		display: block;
		margin: -50px 0 0 -190px;
		left: 50%;
		top: 50% !important;
		top: 300px;
		padding: 30px;
		text-align: center;
		z-index: 10;
	}

	div#cover div.indicator h2
	{
		padding: 0;
		margin: 0;
	}

/* ** search box ** */
form#booksearchform p
{
	margin-top: 10px;
}

div.search
{
    position: relative;
    
}

div.search input.searchterms
{
    width: 210px;
    float: left;
    height: 17px;
    margin-top: 2px; 
    padding-top:5px;
    border: 1px solid #ccc;
    color:#c0c0c0;
}

div.banner
{
	position: relative;
	background-image: url(/media/image/layout/bg_plain_oranje.png);
	background-position: 3px 0;
	background-repeat: no-repeat;
	padding: 13px 0 0px 20px; /* nog weghalen ooit denk ik */
	min-height: 100px;
	height: auto !important; 
	height: 100px;
}

div.banner div.bookimagelink
{
	position: absolute; 
	width: 200px; 
	height: 150px; 
	right: 50px; 
	top: 45px;
	cursor: pointer;
}

	div.banner h2{
		margin-bottom: 12px;
	}
	
	div.banner a.video
	{
		position: absolute;
		display: block;
		width: 190px;
		height: 130px;	
		left: 20px;
		top: 60px;
		border: 1px solid #F9941E;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		overflow: hidden;
	}
	div.banner a.video img
	{
		filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string"  ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/image/layout/play_knop.png')" + (this.src="/media/image/clear.gif").substr(0,0) : "") ) : "");
		margin: 52px 0px 0px 89px;
	}

	div.banner div.videolink
	{
		position: absolute;
		top: 203px;
		height: 10px;
		width: 190px;
		text-align: center;
		font-weight: bold;
	}

	div.banner div.content
	{
		position: relative;
		left: 220px;
		width: 280px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	div.banner ul li
	{
		color: #3595c5;
		font-size: 14px;
	}

	div.banner ul li span
	{
		color: #666;
	}

	div.banner p
	{
		margin: 5px 0;
	}
	
	div.banner div.buttons
	{
		bottom: 15px;
		left: 217px;
		width: 120px;
		height: 30px;
	}

	div.banner img.floatright
	{
		margin-right: 60px;
	}

div.searchbanner{
	position: relative;
	background-image: url(/media/image/layout/bg_zoek_glas.png);
	background-position: 3px 0;	
	background-repeat: no-repeat;
	height: 150px;
	padding: 10px 180px 0 20px;
}

div.searchbig{
	position: relative;
	background-image: url(/media/image/layout/bg_zoek_large.png);
	background-position: 3px 0;	
	background-repeat: no-repeat;
	height: 220px;
	padding: 10px 240px 0 20px;
}

	div.searchbig div.booksearch
	{
		margin-bottom: 15px;
	}
	
	div.searchbig div.booksearch input#searchterms
	{
		width: 250px;
		margin-bottom: 15px;  
	}
	
	div.searchbig div.booksearch a#searchbutton
	{
		margin-left: 150px;
	}
	
	div.searchbig div#boekbestel
	{
		position: absolute;
		top: 220px;
		left: 360px;
		height: 25px;
		width: 120px;
	}

div.searchsmall
{
	position: relative;
	background-image: url(/media/image/layout/bg_zoek_small.png);
	background-color: #fff;
	background-position: 3px 0;
	background-repeat: no-repeat;
	height: 58px;
	padding: 10px 0 0 20px;
}

	div.searchsmall p
	{
		float: left;
		padding: 8px 5px 0 0;
	}

	div.searchsmall form p
	{
		padding: 0px;
	}
	
	div.searchsmall form#booksearchform p
	{
		margin-top: 5px;
	}

	div.searchsmall div.booksearch{
		height: 27px;
	}

	div.searchsmall div.booksearch input#searchterms
	{
		width: 180px;
	}	

div.searchmedium{
	position: relative;
	background-image: url(/media/image/layout/bg_zoek_medium.png);
	background-position: 3px 0;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 170px;
	padding: 10px 180px 0 20px;
}
	div.searchmedium div#boekbestel
	{
		position: absolute;
		top: 160px;
		left: 390px;
		height: 25px;
		width: 120px;
	}
	div.searchmedium p
	{
		font-size: 14px;
	}
	div.booklink
	{
		position: absolute;
		right: 45px;
		bottom: 30px;
		width: 150px;
		height: 130px;
		cursor: pointer;
	}

div#searchbookimg
{
	position: absolute;
	left: 320px !important;
	left: 265px;
	top: 0px;
	width: 250px;
	height: 133px;
}

div#searchbookimg img
{
	filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string"  ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/image/boek_los.png')" + (this.src="/media/image/clear.gif").substr(0,0) : "") ) : "");
}

div#searchbookimg div
{
	position: absolute;
	top: 100px;
	left: 140px;
}

div#searchresults
{
	position: relative;
	margin-top: 35px;	
}

div#searchresult
{
 	margin: 0px 0px;
}

div#searchresults h3
{
	font-size: 13px;
}

/* ** theme ** */
div.themelarge div.themeintro
{
	position: relative;
	width: 550px;
	overflow: auto;
	padding-bottom : 10px;
}

	div.themelarge div.themeintro p.image
	{
		float: left;
		padding-right: 10px;
		width: 225px;
		overflow: hidden;
		text-align: center;
	}

	div.themeintro p.image
	{
		width: 225px;
		overflow: hidden;
		text-align: center;
	}

div.page_thema div.padder p
{
	padding: 2px 0px;
}

/* ** tip ** */
div.video
{
	margin: 15px 0 15px 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

div.video a
{
	color: #459E21;
}

div.video p.othervideo
{
	text-align: right;
	padding: 10px 75px 0 0;
}

/* message */
div#message, 
div.feedback
{
	font-weight: bold;
	height: 40px;
}

/* message error */
.error, span#error
{
	color: #ed1c24;
}

.error a, span#error a
{
	color: #ed1c24;
}

/* message info */
div.info
{
	color: #459E21;
}

form input.formerror
{
	border: 1px solid #f00;
	background-color: #fdd;
	height: 17px;
}

label.formerror
{
	background-color: #fdd;
}

textarea.formerror
{
	border: 1px solid #f00;
	background-color: #fdd;
}

div.formerror
{
	border: 1px solid #f00;
	background-color: #fdd;
}

/* form elements */
form fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form label
{
	float: left;
	width: 110px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

form label.big
{
	width: 200px;
}

form label.sub
{
	line-height: 20px;
	margin-bottom: 0px;
	width: 42px !important;
	width: 39px;
	font-weight: normal;
}

form input,
form textarea,
form select,
font
{
	color:#666666;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
}

form input.text
{
	height: 14px;
	width: 210px;
	margin-bottom: 5px;
	border: 1px solid #BABABA;
	padding: 3px;
}

form input.file
{
	height: 21px;
	width: 218px;
	margin-bottom: 5px;
	border: 1px solid #bababa;
	padding: 3px;
}

form textarea
{
	color:#666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: 1px solid #BABABA;
	width: 214px;
	height: 50px;
	margin-bottom: 5px;
}

form input.small
{
	width: 60px;
}

form input.medium
{
	width: 168px;
}

form select
{
	height: 22px;
	width: 218px;
	margin-bottom: 6px;
	border: 1px solid #BABABA;
	padding: 2px;
}

form label.checkbox,
form label.radio
{
	width: auto;
	font-weight: normal;
}

form input.radio,
form input.checkbox
{
	float: left;
}

form textarea
{
	padding: 3px;
	width: 210px;
	border: 1px solid #BABABA;
}

div#profiledata div.avatar 
{
	width: 70px;
}

div#profiledata div.options
{
	line-height: 20px;
	margin-top: 10px;
}

div#profiledata div.avatar img
{
	width: 60px;
	height: 60px;
}

div#profiledata div.new span
{
	position: relative;
	top: -6px;
}

div.page_index div.messageoverview div.message
{
	margin: 0px;
	height: 30px;
	background: none;
	overflow: hidden; 
}

div.page_index div.messageoverview div.message div.content
{
	display: none;
}

div.page_index div.myreaction
{
	margin: 10px 10px 10px 0px;
	font-weight: bold;
}

div.page_index div.reaction
{
	margin: 10px 10px 10px 0px;
}

div.page_index div.themesmall
{
	margin-left: 20px;
}

div.conversation
{
	margin: 4px 0px;

}

div#searchconversationspaging
{
	margin-bottom: 4px;
}

div.page_boek ol,
div.page_boek ul
{
	padding-left: 10px;
}

div.page_boek table
{
	border-collapse: collapse;
	margin: 10px 0px;
	width: 99%;
	table-layout: fixed;
}

div.page_boek table th,
div.page_boek table td
{
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
	padding: 2px 5px;
}

div.page_boek table.noborder th,
div.page_boek table.noborder td,
div.page_boek table th.noborder,
div.page_boek table td.noborder
{
	border: 0;
}

div.page_boek table.fourcolumn th,
div.page_boek table.fourcolumn td
{
	width: 25%;
}

div.page_boek table.threecolumn th,
div.page_boek table.threecolumn td
{
	width: 33%;
}

div.page_boek table th
{
	background-color: #459E21;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	color: #FFF;
}

div.show
{
	display: block;
}

div.hide
{
	display: none;
}

/* FASE 2 */
div.bookcontainer
{
     width:100%;
     text-align: center;
}

div.usercollection div.contacts
{
    width: 20px;
}

div.contactcontainer img
{
     border:1px solid #c0c0c0;
     padding:3px;
}

div#massmessage
{
 	height:800px;
 	width: 555px;
 	
}

div#massmessage div.contactpersons
{
     width:485px;
     height:250px;
     overflow: auto;
     border:1px solid #ccc;
     padding: 10px;
     margin: 5px 0 0 0;
}

div#massmessage div.massmessagepreview
{
     width: 485px;
     overflow: auto;
     border:1px solid #ccc;
     padding: 10px;
     margin: 5px 0 0 0;
}

div#massmessage div.contactpersons div.contactrow
{
     padding: 10px 0 2px 0;
     height:40px;
     width:100%;       
     background-image: url(/media/image/layout/message_top.jpg);
     background-repeat: repeat-x;
}

div#massmessage div.contactpersons div.contactrow div.avatar
{
     width: 50px; 
     padding: 5px 0 0 0;   
}

div#massmessage div.contactpersons div.contactrow div.check
{
     width: 30px; 
     padding: 10px 0 0 0;          
}

div#massmessage .message
{
     width: 500px;
     height:110px;
     border:1px solid #000;
     border:1px solid #ccc; 
}

div#massmessage div.info
{
      color: #459E21;
      font-weight:bold;
      padding: 15px 15px 15px 15px;
      background-color: #f0f0f0;
      width:477px;
}

div.tooltip
{
    padding : 0;
    width : 343px ;   
    z-index : 200 ;       
    position : absolute ; 
    display : none ;    
    color: #fff;                            
}

img.tooltip
{
    float: left;
}

div.ttbgup
{
     height:162px;
     width: 317px;
     background : url( /media/image/layout/tekst_vlak.png ) center no-repeat ; 
     margin: -8px 0 0 103px;       
}       

div.intooltip
{ 
    padding : 20px 35px 10px 25px;   
    margin-bottom : 20px ; 
}

div#div#tooltipbtn div.intooltip div,
div#tooltip div.intooltip div
{
    display : block ;    
}

div.optional
{
     width: 100%;
}

div.optional div.workhistory
{
     width: 217px;
}

div.optional div.education
{
     width: 217px;
     padding: 0 0 0 40px;
}

a.searchbutton
{
     margin: 0 0 0 10px;
}

div#searchresult div.tabbar
{
    height:36px;
    width: 505px;
    margin: 15px 0 0 8px;
}

div#searchresult div.tabbar a.tab
{
    color: #fff;
    width: 125px;
    height: 26px;
    background-image: url(/media/image/button/tabblad.png);
    background-position: 0px -35px;
    padding: 10px 15px 0 0;
    color: #459E21;
    margin: 0 0 0 0px;
}

div#searchresult div.tabbar a.active
{
     background-position: 0px 2px;
     color: #fff;
}

div#searchresult div.tabbar a.noresults
{
     color: #c0c0c0;
     cursor: default; 
}

div#searchuserslist
{
 	margin: 0 0 0 15px;
	width: 500px;
}

div#searchresult div#searchuserslist div.user
{
     width:90px;
    
     text-align:center;
     height: 128px;
	 overflow: hidden;
     padding: 0 60px 10px 0;
     float:left;
}

div#searchresult div#searchuserslist div.spacer
{
     margin: 0 0 0 15px;
}

div#searchresult div.total
{
 	margin: 5px 0 0 0;
}

div.displaynone
{
     visibility: none;
     display:none;
}

div.displayblock
{
     display: block;
}

div.searchall,
div.searchalltext
{
    position: relative;
    background-image: url(/media/image/layout/zoek_balk.jpg);
    background-color: #fff;
    background-position: 0px 0;
    background-repeat: no-repeat;
    height:58px;
    padding: 20px 0 0 30px;    
}

div.searchall div.search input#searchterms
{
    width: 340px;
}

div.searchall .abouthrm
{
    display:none;
}

div.searchalltext .abouthrm
{
     font-size:16px;
     color: #000;     
     float:left;
     margin: 5px 0 0 0 ;
     padding: 0 10px 0 0 ;
     height:30px;
     font-weight:bold;
} 

div.searchalltext div.search input#searchterms
{
    width: 230px;
}

div.informationcollection,
div.conversationcollection
{                
    overflow: hidden;  
    margin: 0 0 0 10px;
    background-image: url(/media/image/layout/message_top.jpg);
    background-repeat: repeat-x;
    padding: 15px 0 0 0;
}

div#searchusercollection
{
	overflow: hidden;  
    margin: 0 0 0 10px;
    padding: 15px 0 0 0; 
}

div.colleagues 
{
    background-image: url(/media/image/layout/message_top.jpg);
    background-repeat: repeat-x;
    position: relative;
    margin: 0 0 0 10px;
    padding: 10px 10px 15px 10px;
}

div.center div.itemnohr
{  
    padding: 0px 0px 10px 0; 
}

div.center div.itemempty
{  
    padding: 40px 10px 10px 0; 
}

div.center div.movedown
{
 	padding: 30px 0 10px 0;
}

div#massmessage div.buttons
{
 	margin: 0 0 0 35px;
}

div#searcharchivelist
{
 	position:relative;
}

div.archiveitem
{
	background-image: url(/media/image/layout/message_top.jpg);
    background-repeat: repeat-x;
    position: relative;
    padding: 15px 0px 15px 0px;
	height: 180px;
}

div.archiveitem div.date
{
 	margin-top:-21px;
}

form .fieldinfo
{
    color:#666666; 
    font-style: italic;
    font-size:10px;
    margin: 0 0 0 90px;
}

div#randomprofiles
{
 	height: 81px;
 	clear:both;
	overflow: hidden;
}

div.homevariant
{
	margin-top:10px;
}
div.standalone
{
	margin-top:40px;
}

div.moveupuserdata
{
 	margin-top: 0px;
}

div.searchblock
{
 	text-align:right;
}

a.nocursor
{
 	cursor: default;
}

div.profilefb
{
	float:left;
	margin:15px 0 0 0px;
	width: 180px;
	height:40px;
}

form#accountdataform div.submitrow,
form#mailsettingsform div.submitrow,
form#backgrounddataform div.submitrow,
form#profilepersonaldataform div.submitrow,
form#companydataform div.submitrow
{
 	width:422px;
 	height:30px;
}

form#accountdataform div.submitrow div.account,
form#mailsettingsform div.submitrow div.mailsettings
{
	margin:15px 0 0 0;
	width: 180px;	
}

div#contactname 
{
 	height: 15px;
 	display:none;
 	border:1px solid #c0c0c0;
 	background-color: #f1f1f1;
 	position: absolute !important;
 	padding:2px 3px 2px 3px;
 	z-index: 5000;
 	white-space:nowrap;
}

/* news items css */
div#newscontent p
{
	margin: 5px 0px;
}
div#newscontent h1
{
	color:#459E21;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	margin-top: 10px;
}

/* addthis */
div.addthis_toolbox
{
	height: 50px;
}