div#package-header
{
	width: 100%;
	height: 320px;
	background: #E11F1F url('/data/images/2/6/0/Pakketselector-achtergrond.png') no-repeat top right;
	margin-bottom: 17px;
	position: relative;
}

div#package-image
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 619px;
	height: 300px;
	overflow: hidden;
}

div#package-intro
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 350px;
	height: 300px;
	color: #FFF;
}

div#package-intro h1,
div#package-intro h2
{
	color: #FFF;
	line-height: 30px;
	font-size: 16pt;
	font-weight: normal;
}

div#package-leftcolumn
{
	float: left;
	width: 720px;
	margin-top: 14px;
	margin-bottom: 100px;
	position: relative;
}

div#package-rightcolumn
{
	width: 250px;
	float: right;
	margin-top: 14px;
	margin-bottom: 100px;
}

ul#package-tabset
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #CCCBCB;
	height: 32px;
}

ul#package-tabset li
{
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #CCCBCB;
	padding: 5px 12px;
	background: #F2F2F2;
	cursor: pointer;
	height: 21px;
	float: left;
}

li#package-tab-reason
{
	margin-left: 10px !important;
}

ul#package-tabset li.active
{
	border-bottom: 1px solid #FFF;
	background: #FFF;
}

/* IE6 needs:
 * 1) float because it has problems with inline-block,
 * 2) a negative margin bottom for layout,
 * 3) a higher z-index to render the li border-bottom over the ul border-bottom.
 */
* html ul#package-tabset li 
{
	float: left;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

div#package-content
{
	width: 698px;
	border: 1px solid #CCCBCB;
	border-top: none;
	padding: 40px 10px 10px 10px;
	color: #000;
}

div#package-content p
{
	margin-top: 0;
}

div#package-content h1
{
	font-size: 18pt;
	color: #E11F1F;
	font-weight: normal;
	margin: 20px 0 20px 0;
	line-height: 35px;
}

div#package-content h2
{
	font-size: 13pt;
	color: #E11F1F;
	margin: 5px 0 5px 0;
	font-weight: normal;
}

div#package-content h3
{
	font-size: 11pt;
	color: #E11F1F;
	margin: 5px 0 5px 0;
	font-weight: normal;;
}

div.package-content
{
	display: none;
}

div#package-content-reason
{
	display: block;
}

div#package-content table
{
	width: 100%;
}

div#package-content td
{
	vertical-align: top;
	padding-bottom: 10px;
}

div#package-content a
{
	color: #E11F1F;
}

div#package-component-icons
{
	position: absolute;
	/*top: 45px;*/
	top: 79px;
	right: 10px;
	cursor: pointer;
}

div#package-component-icons img
{
	margin-right: 5px;
}

div#calculator
{
	width: 100%;
	background: #E11F1F;
	color: #FFF;
	position: relative;
}

div#calculator fieldset
{
	border: none;
	margin: 0;
	padding: 10px;
}

div#calculator form
{
	margin: 0;
}

div#calculator label
{
	display: inline-block;
}

div#calculator ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#calculator li
{
	margin-bottom: 8px;
}

div#calculator li.components
{
	margin: 0;
}

div#calculator li.components label
{
	position: relative;
	top: -2px;
	margin-left: 2px;
}

div#calculator h3
{
	font-weight: normal;
	font-size: 14pt;
	margin: 0;
	padding: 5px 0;
}

div#calculator-result-premium
{
	font-size: 30pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	line-height: 30pt;
}

div#calculator input.submit
{ 
	cursor: pointer; 
	margin: 20px 0px 0px 0px; 
	line-height: 34px;
	width: 100%;
	background: #E11F1F url("/data/images/3/6/9/Submit-knop-calculator-achtergrond.png"); 
	color: #FFF; 
	font-size: 12pt; 
	border: none;
	letter-spacing: 1px;
	height: 34px;
	outline: none;
}

div#calculator div.ajaxloader
{
	position: absolute;
	bottom: 80px;
	right: 10px;
	display: none;
}

div#calculator a
{
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	outline: none;
}

div#package-buttons
{
	width: 100%;
	margin-top: 10px;
}

div#package-buttons p
{
	margin: 0;
}

div#package-banners
{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

div#package-banners p
{
	margin: 0px 0px 0px 20px;
float: left;
}

div#package-banners p:first-child
{
	margin: 0;
}

div#social-bookmarking
{
	margin-top: 10px;
	float: right;
	font-size: 9pt;
	height: 24px;
}

div#social-bookmarking iframe
{
	margin-right: 10px;	
}

div#social-bookmarking span
{
	margin-right: 5px;
}

div#social-bookmarking a
{
	text-decoration: none;
	color: #58585A;
}

div.visible
{
	display: block;
}

div.invisible
{
	display: none;
}



/* PACKAGE SWITCHER */

#package-switcher
{
	/* margin top to account for the breadcrumb */
	margin-top: 34px;
	height: 32px;
}

#package-switcher select
{
	width: 250px;
}

#package-content-costs table 		
{ 
	background-color: #fafafa;
	border: 1px solid #7B7B7B;
	border-collapse: collapse;
	border-spacing: 0px;
}
#package-content-costs tr th 	
{ 
	background-color: #E11F1F;
	color: #FFF;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: 400;
	font-size:12pt;
	padding: 8px 0 8px 8px;
	margin:0;
}

#package-content-costs table tr td	
{ 
	border: 1px solid #7B7B7B;
	text-align: left;
	color: #404040;
	background-color: #fafafa;
	padding: 8px 0 8px 8px;
	margin:0;
	font-size: 10pt;
}

#package-content-costs table tr td p	
{ 
	margin: 0; padding: 0; 
}




/*
 * BREADCRUMB NAVIGATION
 */

#breadcrumb		{ margin: 0 10px 14px 10px; height: 20px; color: #58585A; }
#breadcrumb a		{ color: #58585A; text-decoration: none; }
#breadcrumb a:hover	{ text-decoration: underline; }

