/*

	Stylesheet for Go Get Global
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stijn De Lathouwer stijn@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #101010;
	background: #FFF;
}

/*
	topbar
*/

#topbar {
	background: url('../images/topLine.jpg') no-repeat;
	float: right;
	width: 860px;
}

#language ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	float: right;
	margin: 0 50px 0 0;
	padding: 0 12px 0 33px;
}

#language li {
	float: left;
	line-height: 1em;
	margin: 2px 18px 0 0;
	display: inline;
}

#language a {
	border: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	color: #f8982d;
}

#language li.selected a {
	color: #cf2027;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 17px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a {
	color: #CF2027;
	border-color: #CF2027;
}
a:hover {
	color: #F3C11B;
	border-color: #F3C11B;
}

a:active {
	color: #0033CC;
	border-color: #0033CC;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	/*background: url('../images/temp_grid.jpg') repeat-y;*/
}

	/* General */

	/* Header */

	/* Navigation */

	#navigation {
		width: 230px;
		float: left;
		margin: 16px 0 0 0;
		padding: 0 20px 0 0;
		overflow: hidden;
	}
	
	#navigation ul {
		clear: right;
		float: right;
	}
	
	#navigation li {
		clear: right;
		float: right;
		/*width: 186px;*/
		width: 204px;
		padding: 0 13px;
		margin: 0 0 13px 0;
	}
	
		#navigation li li {
			padding: 0;
			color: #5b798c;
			margin: 0 0 2px 0;
		}
		
		#navigation li.selected li a {
			display: block;
			color: #5b798c;
			font-size: 12px;
			font-weight: normal;
			background: none;
		}
		
		#navigation li.selected li.selected a {
			font-weight: bold;
			background: #bae3fc;
			border: 1px solid #9FD4F4;
		}
	
	#navigation li.selected {
		background: url('../images/menuSelected.gif') 0 5px repeat-x;
	}
	
	#navigation li.selected a {
		background: #fff;
		color: #cf2027;
	}
	
	#navigation a {
		float: right;
		text-align: right;
		font-size: 14px;
		color: #360000;
		font-weight: 700;
		border: 0;
		padding: 0 10px;
		white-space: pre-wrap;
		margin: 0 0 8px 0;
	}
	
	#navigation a:hover {
		color: #cf2027;
	}
	
	#navigation a#newsletterSubscribe {
		width: 160px;
		padding: 9px 0 0 0;
		background: url('../images/newsletterButton_top.gif') no-repeat 0 0;
		white-space: normal;
		cursor: pointer;
	}
	
	#navigation a#newsletterSubscribe:hover {
		background: url('../images/newsletterButton_top.gif') no-repeat -160px 0;
	}
	
	#navigation a#newsletterSubscribe span {
		padding: 0;
		margin: 0;
		background: url('../images/newsletterButton_bottom.gif') no-repeat 0 bottom;
		float: right;
		width: 140px;
		padding: 0 10px 9px 10px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		cursor: pointer;
	}
	
	#navigation a#newsletterSubscribe:hover span {
		background: url('../images/newsletterButton_bottom.gif') no-repeat -160px bottom;
		color: #FFFDB5;
	}
	
	/* Logo */

	#navigation h1 {
		width: 131px;
		height: 121px;
		background: url('../images/logo.gif') no-repeat;
		text-indent: -9999px;
		float: right;
		padding: 0;
		margin: 0 0 29px 0;
	}

	#navigation h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
		text-indent: -9999px;
		float: none;
		text-align: left;
	}
	
	#navigation h1 a:hover {
		border: 0;
	}
	
	#newsletterSidebar {
		width: 189px;
		clear: both;
		float: right;
		padding: 0 0 23px 0;
		margin: 16px 0 0 0;
		text-align: right;
	}
	
	#newsletterSidebar label {
		display: none;
	}
	
	#newsletterSidebar input {
		width: 134px;
		margin: 0 0 10px 0;
		padding: 3px;
		height: 14px;
		border: 1px solid #afbdc6;
	}
	
	/* Content */

	#main {
		width: 940px;
	}

	#content {
		float: left;
		width: 690px;
		overflow: hidden;
		margin: 0;
	}

	#homeActivities {
		width: 720px;
		margin: 0 0 54px 0;
	}
	
	#homeActivities li {
		float: left;
		margin: 0 30px 0 0;
		display: inline;
		width: 194px;
		background: url('../images/homeActivities.jpg') repeat-x;
		padding: 0 8px 0 8px;
	}

	#homeActivities li h2 {
		color: #cf2027;
		text-transform: uppercase;
		font-size: 18px;
		padding: 145px 0 0 0;
	}
	
	#reIntegration h2 {
		background: url('../images/reintegration.jpg') no-repeat;
	}
	
	#outplacement h2 {
		background: url('../images/outplacement.jpg') no-repeat;
	}
	
	#recruitment h2 {
		background: url('../images/recruitment.jpg') no-repeat;
	}
	
	#homeActivities li p {
		color: #5b798c;
		font-weight: 700;
	}
	
	#bookPromo {
		float: left;
		width: 494px;
		display: inline;
	}

	#bookPromo img {
		float: left;
	}
	
	#bookPromo .priceInfo {
		float: left;
		margin: 112px 0 0 18px;
		width: 302px;
		overflow: hidden;
	}
	
	#bookPromo .priceInfoText {
		color: #5b798c;
		font-weight: 700;
	}
	
	#bookPromo .priceInfo h3 {
		text-transform: uppercase;
		color: #360000;
		font-weight: 700;
		font-size: 24px;
	}
	
	#bookPromo .priceInfo h3 a {
		text-decoration: none;
		border: 0;
		color: #360000;
	}
	
	#bookPromo .priceInfo h3 a:hover {
		color: #CF2027;
	}
	
	#bookPromo .price {
		float: left;
		background: url('../images/priceBox.gif') no-repeat;
		width: 61px;
		height: 30px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		padding: 10px 0 0 0;
		line-height: 1em;
		margin: 0 0  0;
	}
	
	#bookPromo .justLikeButtons {
		margin: 9px 0 0 13px;
		float: left;
	}
	
	#bookPromo h3 {
		float: left;
	}
	
	#quotesHome {
		float: left;
		width: 189px;
		margin: 10px 0;
	}

	#quotesHome li {
		clear: left;
		float: left;
		width: 189px;
		overflow: hidden;
	}
	
	#quotesHome li p {
		background: url('../images/quote_top.gif') no-repeat;
		padding: 12px 11px 4px 11px;
		color: #5b798c;
		font-weight: bold;
	}
	
	#quotesHome li h3 {
		background: url('../images/quote_bottom.gif') no-repeat;
		padding: 37px 0 0 9px;
		font-weight: 700;
		font-size: 11px;
		color: #101010;
	}
	
	#quotesHome li img {
		float: left;
		border: 1px solid #a7a7a7;
	}
	
	#quotesHome li span {
		float: left;
		margin: 0 0 0 10px;
		display: inline;
		width: 110px;
	}
	
	#quotesHome li h3 a {
		float: left;
		clear: left;
		color: #CF2027;
		border-bottom: 1px solid #CF2027;
	}
	
	#quotesHome li h3 a:hover {
		color: #F3C11B;
		border-bottom: 1px solid #F3C11B;
	}
	
	#quotesDetail {
		float: left;
		width: 189px;
		margin: 105px 0 0 60px;
	}

	#quotesDetail li {
		clear: left;
		float: left;
		width: 189px;
		overflow: hidden;
		margin: 0 0 38px 0;
	}

	#quotesDetail li p {
		background: url('../images/quote_top.gif') no-repeat;
		padding: 12px 11px 4px 11px;
		color: #5b798c;
		font-weight: bold;
	}

	#quotesDetail li h3 {
		background: url('../images/quote_bottom.gif') no-repeat;
		padding: 37px 0 0 9px;
		font-weight: 700;
		font-size: 11px;
		color: #101010;
	}

	#quotesDetail li img {
		float: left;
		border: 1px solid #a7a7a7;
	}

	#quotesDetail li span {
		float: left;
		margin: 0 0 0 10px;
		display: inline;
		width: 150px;
	}

	#quotesDetail li h3 a {
		float: left;
		clear: left;
		color: #CF2027;
		border-bottom: 1px solid #CF2027;
	}

	#quotesDetail li h3 a:hover {
		color: #F3C11B;
		border-bottom: 1px solid #F3C11B;
	}
	
	#socialLinksBar {
		clear: left;
		float: left;
		width: 666px;
		background: url('../images/socialLinksBar.jpg') no-repeat;
		padding: 7px 12px;
		margin: 0 0 20px 0;
	}
	
	#socialLinksBar dt {
		float: left;
		font-size: 12px;
		font-weight: 700;
		color: #5b798c;
		padding: 4px 23px 0 0;
		line-height: 1em;
	}
	
	#socialLinksBar dt.short {
		padding: 4px 10px 0 0;
	}
	
	#socialLinksBar dd {
		float: left;
		margin: 0 28px 0 0;
		line-height: 1em;
		display: inline;
	}
	
	#socialLinksBar .facebook a {
		background: url('../images/facebook.gif') no-repeat;
		text-indent: -9999px;
		width: 49px;
		height: 20px;
		float: left;
		border: 0;
	}
	
	#socialLinksBar .xing a {
		background: url('../images/xing.gif') no-repeat;
		text-indent: -9999px;
		width: 44px;
		height: 20px;
		float: left;
		border: 0;
	}
	
	#socialLinksBar .linkedin a {
		background: url('../images/linkedin.gif') no-repeat;
		text-indent: -9999px;
		width: 60px;
		height: 20px;
		float: left;
		border: 0;
	}
	
	#socialLinksBar .eacademy a {
		background: url('../images/eacademy.gif') no-repeat;
		text-indent: -9999px;
		width: 48px;
		height: 19px;
		float: left;
		border: 0;
	}
	
	#blogHome {
		clear: left;
		float: left;
		width: 690px;
	}
	
	#blogHome h3 {
		padding: 0 0 0 12px;
		background: url('../images/titleArrow.gif') no-repeat 0 2px;
		line-height: 1em;
		margin: 0 0 18px 0;
	}
	
	#blogArticleHome {
		float: left;
		width: 449px;
		padding: 0 0 0 12px;
	}
	
	#blogArticleHome h4, #blog .blogpost h2 {
		padding: 0;
		font-size: 14px;
		color: #cf2027;
		font-weight: 700;
		line-height: 1em;
		text-transform: none;
	}
	
	#blogArticleHome h4 a, #blog h2 a {
		border: 0;
	}
	
	#blogArticleHome p.meta .date, #blog p.meta .date {
		font-weight: 700;
		
	}
	
	#blogSideBarHome {
		float: left;
		width: 189px;
		margin: 0 0 0 40px;
		display: inline;
	}
	
	#blogSideBarHome h4 {
		background: url('../images/sidebarheader.gif') no-repeat 0 8px;
		padding: 0 10px 15px 11px;
	}
	
	#blogSideBarHome h4 a {
		color: #7BA4BD;
		border: 0;
		background: #fff;
	}
	
	#blogSideBarHome h4 a span {
		background: url('../images/extraSidebarHeader.gif') no-repeat right 6px;
		padding: 0 5px 8px 5px;
		line-height: 1em;
	}
	
	#blogSideBarHome ul {
		border: 1px solid #d8f0ff;
		border-top: 0;
		padding: 0 18px 0 18px;
		margin: 0 0 20px 0;
	}
	
	#blogSideBarHome li {
		padding: 0 0 18px 0;
		font-size: 11px;
		color: #f8982d;
	}

	#blogSideBarHome li a {
		display: block;
		border: 0;
		color: #5b798c;
	}

	#blogSideBarHome li a:hover {
		color: #CF2027;
	}
	
	.blogpost-content {
		margin: 0 0 60px 0;
	}
	
	#blogdetail .meta {
		margin: 0 0 30px 0;
	}

	.blogcomments h3, .blogform h3 {
		background: url(../images/menuSelected.gif) repeat-x 0 5px;
		padding: 0 10px;
		margin: 36px 0 18px 0;
		height: 29px;
	}
	
	.blogcomments h3 span, .blogform h3 span {
		padding: 0 10px;
		background: #fff;
		margin: 0 0 8px;
		float: left;
		font-size: 14px;
	}

	.blogcomment img.gravatar {
		float: left;
		margin: 0 10px 10px 0;
	}

	.blogcomment h4.commenttitle a {
		border: 0;
	}
	
	.blogcomment h4.commenttitle a:hover {
		color: #CF2027;
	}
	
	.blogcomment {
		margin: 0 0 36px 0;
	}

	#extraHome {
		clear: left;
		float: left;
		width: 690px;
	}
	
	#mainText {
		float: left;
		width: 440px;
		margin: 20px 0 0 0;
		overflow: hidden;
	}
	
	#mainText h2 {
		text-transform: uppercase;
		color: #cf2027;
		font-size: 16px;
		font-weight: bold;
	}

	#mainText h3 {
		color: #cf2027;
		font-size: 16px;
		font-weight: bold;
	}
	
	#mainText h4 {
		text-transform: uppercase;
		color: #cf2027;
		font-size: 14px;
		font-weight: bold;
	}

	#mainText h5 {
		font-size: 14px;
		font-weight: bold;
	}
	
	#mainText h6 {
		color: #cf2027;
		font-size: 12px;
		font-weight: bold;
	}
	
	#mainText li {
		padding: 3px;
		background: #d8f0ff;
		padding: 3px 3px 3px 15px;
		margin: 0 0 2px 0;
	}
	
	#mainText ul li {
		background: #d8f0ff url('../images/li.gif') no-repeat 4px 8px;
	}
	
	#mainText img {
		padding: 6px;
		border: 1px solid #e4e1e1;
	}
	
	
	#bookboxBottom {
		clear: left;
		float: left;
		width: 420px;
		background: url(../images/menuSelected.gif) repeat-x 0 5px;
		padding: 0 10px;
		margin: 35px 0 0 0;
	}
	
	#bookboxBottom dt {
		color: #8ec0df;
		float: left;
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 8px;
		padding: 0 10px;
		background: #fff;
	}
	
	#bookboxBottom dd {
		clear: left;
		float: left;
		padding: 0 0 15px 0;
	}
	
	#bookboxBottom dd ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		width: 420px;
	}
	
	#bookboxBottom dd li {
		float: left;
		clear: none;
		background: none;
		padding: 0 20px 0 10px;
		white-space: nowrap;
	}
	
	#bookboxBottom dd li a {
		font-size: 12px;
		font-weight: bold;
	}
	
	
	/* shop */
	
	#mainText ul#shopSteps {
		margin: 20px 0 20px 0;
	}
	
	#mainText ul#shopSteps li {
		float: left;
		background: none;
		padding: 3px 15px 3px 15px;
		margin: 0 20px 0 0;
		display: inline;
		background: #EDF7FE;
		color: #D0E1DE;
	}
	
	#mainText ul#shopSteps li a {
		color: #D0E1DE;
		border-bottom: 1px solid #D0E1DE;
	}
	
	#mainText ul#shopSteps li a:hover {
		color: #CF2027;
		border-bottom: 1px solid #CF2027;
	}
	
	#mainText ul#shopSteps li.selected {
		padding: 3px 15px 3px 15px;
		background: #D8F0FF url(../images/li.gif) no-repeat 4px 8px;
		font-weight: 700;
		color: #101010;
	}
	
	/* Footer */

	#footer {
		clear: both;
		float: right;
		background: url('../images/footer.gif') no-repeat right bottom;
		width: 690px;
		margin: 20px 0 0 0;
	}
	
	#footer ul {
		float: right;
		display: inline;
		background: #fff;
		margin: 0 90px 0 0;
		padding: 0 18px 6px 30px;
	}

	#footer li {
		float: left;
		font-size: 11px;
		color: #CF2027;
		padding: 0 16px 0 0;
	}

	#footer a {
		color: #CF2027;
		border: 0;
	}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form style */

input, textarea, select, button { 
	font-family: Arial, sans-serif;
}

input.input-submit {

}

input.input-text {
	border: 1px solid #AFBDC6;
	height: 14px;
	margin: 0 0 10px;
	padding: 3px;
	width: 234px;
}

select {
	margin: 0 0 10px 0;
}

input#frm1_street {
	float: left;
	width: 190px;
	display: inline;
}

input#frm1_number {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	width: 31px;
}

input#frm1_zip{
	float: left;
	display: inline;
	width: 50px;
}

input#frm1_city {
	margin: 0 0 0 5px;
	float: left;
	width: 171px;
	display: inline;
}


button#btnNext {
	margin: 20px 0 0 0;
}

#orderForm dt {
	clear: left;
}

#acceptSalesConditions {
	clear: left;
	float: left;
	margin: 40px 0 0 0;
	width: 440px;
}

#acceptSalesConditions input {
	clear: left;
	float: left;
}

#acceptSalesConditions label {
	float: left;
	line-height: 1em;
	padding: 4px 0 0 5px;
}

#termsText {
	clear: left;
	margin: 30px 0 0 0;
	padding: 5px;
	background: #D7D7D7;
}

#mainText #termsText h3 {
	color: #360000;
	font-size: 12px;
}

#mainText #termsText p {
	font-size: 11px;
}

#mainText #termsText ul {
	list-style-type: disc;
	list-style-position: inside;
}

#mainText #termsText ul li {
	background: none;
	font-size: 11px;
}

#acceptSalesConditions button {
	clear: left;
}

textarea {
	border: 1px solid #AFBDC6;
	margin: 0 0 10px;
	padding: 3px;
	width: 234px;
}

input:focus,
textarea:focus {

}


button.standardButton {
	border: 0;
	position: relative;
	background: url('../images/standardButton_right.gif') no-repeat right 0;
	color: #fff;
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0 13px 0 0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

button.newsletter {
	float: right;
}

button.standardButton span {
	background: url('../images/standardButton_left.gif') no-repeat;
	float:left;
	height: 19px;
	text-align: center;
	padding: 4px 7px 0 14px;
	line-height: 1em;
}

button.standardButton:hover {
	color: #FFFDB5;
	background: url('../images/standardButton_right.gif') no-repeat right -21px;
}

button.standardButton:hover span {
	background: url('../images/standardButton_left.gif') no-repeat 0 -21px;
}

button::-moz-focus-inner{padding:0;border:none}

span.form-error {
	clear: left;
	display: block;
	padding: 4px;
	background: #CF2027;
	color: #fff;
	width: 234px;
	margin: 0 0 25px 0;
}

span.form-success {
	display: block;
	padding: 4px;
	background: #539910;
	color: #DEFFC9;
}


p.justLikeButtons a {
	border: 0;
	position: relative;
	background: url('../images/standardButton_right.gif') no-repeat right 0;
	color: #fff;
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0 13px 0 0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

p.justLikeButtons a:hover {
	color: #FFFDB5;
	background: url('../images/standardButton_right.gif') no-repeat right -21px;
}

p.justLikeButtons a span {
	background: url('../images/standardButton_left.gif') no-repeat;
	float:left;
	height: 19px;
	text-align: center;
	padding: 4px 7px 0 14px;
	line-height: 1em;
}

p.justLikeButtons a:hover span {
	background: url('../images/standardButton_left.gif') no-repeat 0 -21px;
}


p.justLikeButtonsExtra a {
	border: 0;
	position: relative;
	background: url('../images/extraButton_right.gif') no-repeat right 0;
	color: #5b798c;
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0 13px 0 0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

p.justLikeButtonsExtra a:hover {
	color: #5aaadd;
	background: url('../images/extraButton_right.gif') no-repeat right -21px;
}

p.justLikeButtonsExtra a span {
	background: url('../images/extraButton_left.gif') no-repeat;
	float:left;
	height: 19px;
	text-align: center;
	padding: 4px 7px 0 14px;
	line-height: 1em;
}

p.justLikeButtonsExtra a:hover span {
	background: url('../images/extraButton_left.gif') no-repeat 0 -21px;
}







/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
	margin: 0 0 10px 10px;
}

/* ADDED BY ANNELIES */
.overviewMeta {
	margin-bottom: 60px;
}
