#pagebody p{
	margin-bottom: 10px;
}
#pagebody ul.bullets{ margin: 20px 0px;}
#pagebody ul.bullets li{
background: url("/themes/vlb2013/images/bullet.gif") no-repeat scroll left 10px rgba(0, 0, 0, 0);
padding-left: 19px;
line-height: 26px;
}

#extra-informatie {
	width: 710px;
	margin-top: 30px;
}

.shoutbox {
	width: 710px;
	height: 570px;
	padding-left: 15px;
	padding-top: 15px;
}

.shoutbox h3 {
	color: #B1B1B1;
	font-size: 1.2em;
	font-style: italic;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.shoutbox ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 420px !important;
	float: left;
}

.shoutbox ul li {
	background: url('/images/assets/ledenwerving/voordeel-tick-small.png')
		no-repeat !important;
	line-height: 20px;
	padding-left: 40px !important;
	padding-top: 6px;
	width: 420px;
	color: #5B9A3C;
	font-weight: bold;
	font-size: 0.9em;
}

.shoutbox ul li hr {
	color: #E7E7E7;
	border: 1px solid #E7E7E7;
	height: 1px;
}

.shoutbox div#maandbedrag {
	background: url("/images/assets/energie/beste-keus/maandbedrag.png")
		no-repeat scroll 0 0/271px 219px rgba(0, 0, 0, 0);
	float: left;
	height: 219px;
	position: relative;
	width: 271px;
	z-index: 100;
}

#peter-en-anette {
	background: url("/images/assets/energie/beste-keus/peter-en-anette-and-more.png")
		no-repeat scroll 0 0/275px 413px rgba(0, 0, 0, 0);
	border-bottom: 2px solid #E7E7E7;
	float: right;
	height: 438px;
	width: 275px;
}

.shoutbox div.aanmelden-button {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 10px 0px;
	float: right;
	margin-right: 50px;
	margin-top: -100px;
}

.shoutbox div.aanmelden-button a {
	background-color: #F8A43B;
	color: white !important;
	border-radius: 6px;
	padding: 10px 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 1.3em;
}
/* hover aanmelden button */
.shoutbox div.aanmelden-button a:hover {
	color: #355A73;
}

.product-info-button a {
	float: right;
	color: #959595 !important;
	margin-right: 67px;
	margin-top: -45px;
	font-weight: bold;
}

div.meer-informatie-button {
	background: #3D67AC; /* Old browsers */
	background: -moz-linear-gradient(top, #3D67AC 0%, #5080CE 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3D67AC),
		color-stop(100%, #5080CE) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3D67AC 0%, #5080CE 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3D67AC 0%, #5080CE 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3D67AC 0%, #5080CE 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #3D67AC 0%, #5080CE 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3D67AC',
		endColorstr='#5080CE', GradientType=0 ); /* IE6-9 */
	float: right;
	border-radius: 8px;
	padding: 6px 10px;
	margin-right: 78px;
	margin-top: -12px;
}
/* meer informatie button */
div.meer-informatie-button a {
	color: white !important;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 0.9em;
}
/* hover meer informatie button */
div.meer-informatie-button a:hover {
	color: #C1C1C1;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}

div.waarom-aanmelden {
	float: left;
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.1em;
}

.waarom-aanmelden div.dark-blue {
	color: #4681AF;
	font-style: italic;
}

.waarom-aanmelden div.blue {
	color: #6FACDB;
	font-style: italic;
}

.waarom-aanmelden div.grey {
	color: #C1C1C1;
}
/* This is for the container. */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab_wrap {
	margin-top: 40px;
	margin-bottom: 20px;
	max-width: 710px;
	width: 100%;
}
/* Add some style for tabs. */
.tabs {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.tabs ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #AFAFAF;
}

.tabs li {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #AFAFAF;
	float: left;
	margin-right: 8px;
	border-bottom: 0px;
}

.tabs li:hover {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #AFAFAF;
	float: left;
	margin-right: 8px;
	border-bottom: 0px;
}

.tabs li a {
	color: #AFAFAF;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: none;
}

.tabs li a:hover {
	color: #7d7d7d;
	background: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tabs li:first-child a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tabs li a.active {
	color: white;
	background: #C4C4C4;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tabs li:first-child a.active {
	
}

.tabs li:last-child a.active {
	
}

.tab_content {
	background: #FFF;
	padding: 0;
	display: none;
}

.tab_content.active {
	display: block;
}

.group-label {
	padding-top: 20px;
	color: #C2C2C2;
	font-weight: bold;
	text-align: left !important;
	width: 120px !important;
}

div#offerte-wrapper {
	margin-top: 40px;
}

div#offerte-wrapper div.rij {
	height: 120px;
	padding-top: 30px;
	padding-bottom: 55px;
	border-bottom: 1px solid #E7E7E7;
}

div#offerte-wrapper div.step {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: left;
	background-color: #8EDC49;
	text-align: center;
	padding-top: 5px;
	margin-right: 30px;
}

div#offerte-wrapper div.step span {
	color: white;
	font-weight: bold;
}

div#offerte-wrapper div.column {
	width: 300px;
	float: left;
}

div#offerte-wrapper div.column-5 {
	width: 100px;
	float: left;
	text-align: center;
}

div#offerte-wrapper div.column-5 img {
	margin-left: -10px;
}

div#offerte-wrapper input[type="text"] {
	border: none;
	border-bottom: 1px solid #E7E7E7;
	height: 35px;
}