h1 {
	font-size: 1.8em;
	color: #3a3a3a;
}

div.hide {
	display: none;
}

/* start frameWork markup */
div.frameWork {
	position:relative;
	width: 770px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#fff;
	border:3px solid #fff;
}

div.topImage {
	float: left;
	position: relative;
	width: 100%;
	border-top:1px solid White;
	border-bottom:1px solid White;
	z-index: 1;
	margin-top: 5px;
}

div.topImage h1,
div.topImage h2 {
	font-size: 21px;
	font-weight: bold;
	color: #484848;
	width:550px;
	position:absolute;
	top: 36px;
	left: 337px;
	line-height:130%;
	font-style: italic;
	margin: 0;
}

div.topImage h1 span.firstLine {
	font-size: 1.1em;
}

div.topImage h1 span.secondLine {
	padding-left: 10px;
}

div#topSearch {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

div#topSearch table td {
	padding: 2px;
}


/* Common */
#container {
	margin: 0 auto;
	text-align: left;
	width: 915px;
}

#container.plain {
	width: auto;
}

div#header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 12px;
	z-index: 200;
	position: relative;
}

div#header h1 {
	float: left;
	margin: 26px 0 0 0;
}

div.breadCrumb {
	overflow: auto;
	width: 99.5%;
	margin: 2px 0 15px 0.5%;
}

div.home div.breadCrumb {
	margin-bottom: 7px;
}

div.breadCrumb a {
	float: left;
	color: #868686;
	font-size: 0.9em;
	text-decoration: none;
}

div.breadCrumb a:hover {
	text-decoration: underline;
}

div.breadCrumb span.bcSeparator {
	background: url(../images/framework/breadcrumb_spacer.png) no-repeat 0 50%;
	text-indent: -9999px;
	float: left;
	width: 5px;
	margin: 0 4px 0 3px;
}

div.mainContent {
	float: left;
	width: 100%;
	position:relative;
	padding-top: 1px;
	background:#fff;
}

div.mainContent p.message {
	line-height: 160%;
}

div.mainContent div.twoColumn div.blockOdd {
	float: left;
	display: inline;
	position: relative;
	width: 70%;
}

div.mainContent div.twoColumn div.blockEven {
	float: left;
	display: inline;
	position: relative;
	width: 29%;
}

div.mainContent div.twoColumn div.blockEven h2 {
	margin-top: 40px;
	font-size: 1.2em;
}

div.mainContent div.twoColumn div.blockEven form#contactForm {
	background: #fbfbfb;
}

div.mainContent div.twoColumn div.blockEven form#contactForm td {
	float: left;
	clear: both;
}

div.mainContent div.twoColumn div.blockEven form#contactForm input,
div.mainContent div.twoColumn div.blockEven form#contactForm textarea {
	width: 245px;
	background: #f3f3f3;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #f9f9f9;
}

div.mainContent div.twoColumn div.blockEven form#contactForm input.button {
	background: none;
	border: none;
}

div.mainContent div.bodyContent {
	float: left;
	width: 65%;
}

div.mainContent div.rightColumn {
	float: left;
	width: 35%;
	background: url(../images/framework/rightColumnBanner.jpg) no-repeat;
	padding-top: 116px;
}

div.footer {
	width: 770px;
	background-color:#295F99;
	font-size:10px;
	text-align:center;
	color:White;
	padding-top:4px;
	padding-bottom:4px;
}

div.footer a {
	text-decoration:none;
	color:White;
}
/* end frameWork table */

/* Start homeButtons */
table#homeButtons {
	margin: 1px 0 0px 0;
	width: 770px;
	table-layout:fixed;
	border: 1px solid #5389B8;
	border-right-width: 0;
}

table#homeButtons a {
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #E4F1EA;
	height: 2.3em;
	line-height: 2.3em;
	font-weight: bold;
	color: #5389B8;
	font-size: 1.1em;
	border-right: 1px solid #5389B8;
}
table#homeButtons a.b2 { background-color: #DFECE5; }
table#homeButtons a.b3 { background-color: #DAE7E0; }
table#homeButtons a.b4 { background-color: #D5E2DB; }

/* Start menuBox markup */
div.menuBox  {
	float: right;
	position: relative;
	z-index: 2;
	margin: 26px 0 0 0;
}

ul.mainMenu {
	float: left;
	background: url(../images/framework/menu_bg.png) no-repeat;
	width: 656px;
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	padding: 0 0 0 10px;
}

ul.mainMenu li {
	float: left;
	padding: 2px 0 3px 0;
	position: relative;
}

ul.mainMenu li a {
	float: left;
	height: 22px;
	color: #565656;
	background: url(../images/framework/menu_item_bg.png) no-repeat top right;
	font-size: 1.15em;
	padding: 5px 12px 2px 9px;
	text-decoration: none;
	margin: 0 2px 0 0;
}

ul.mainMenu a.itemOn,
ul.mainMenu a:hover,
ul.mainMenu a.selected {
	background: #2a2a2a url(../images/framework/menu_item_on_bg.png) repeat-x;
	color: #FFFFFF;
}


ul.hide {
	display: none;
}

ul.mainMenu li.hasChildren ul.subSubMenu {
	display: block;
	position: relative;
	top: 1px;
	background:transparent;
}

ul.mainMenu li.hasChildren ul.subSubMenu li{
	background:transparent url(../images/framework/sub_sub_menu_bg.gif) no-repeat 17px center;
}

ul.mainMenu li.hasChildren ul.subSubMenu li:HOVER {
	background: #2a2a2a url(../images/framework/menu_item_on_bg.png) repeat-x;
}

ul.mainMenu li.hasChildren ul.subSubMenu a:HOVER,
ul.mainMenu li.hasChildren ul.subSubMenu a.itemOn,
ul.mainMenu li.hasChildren ul.subSubMenu a.selected {
	background:url(../images/framework/sub_sub_menu_bg_hover.gif) no-repeat 17px center;
}

ul.mainMenu li.hasChildren ul.subSubMenu a {
	padding-left: 32px;
}

ul.mainMenu li.hasChildren ul {
	position: absolute;
	top: 34px;
	left: 0;
	margin: 0;
	padding: 0;
	background: #b6b6b6 url(../images/framework/sub_menu_bg.png) repeat-x top left;
	width: 250px;
	z-index: 3;
	overflow: auto;
	max-height: 400px;
	overflow-x: hidden;
}

ul.mainMenu li ul li {
	list-style-type: none;
	border-bottom: 1px solid #aeaeae;
	border-top: 1px solid #e9e9e9;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.mainMenu li ul li a {
	display: block;
	color: #565656;
	background: none;
	width: 92%;
	padding: 7px 2% 7px 6%;
	margin: 0;
	height: auto;
}
ul.mainMenu li ul li a:hover,
ul.mainMenu li ul li a.itemOn  {
	color: #ffffff;
}
/* End menuBox markup */

div.topMenu {
	position: absolute;
	top: 2px;
	right: 10px;
}

ul.topMenu {
	float: left;
	margin: 0;
}

ul.topMenu li {
	float: left;
	list-style-type: none;
}

ul.topMenu li a {
	color: #000000;
	margin: 0 5px 0 5px;
	font-size: 0.9em;
	text-decoration: none;
}

div.topMenu form.cartForm {
	float: left;
}

div.topMenu a.shoppingCartButton {
	background: url(../images/framework/cart.gif) no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
	cursor: pointer;
}

/* Start follow us markup */
.followUs {
	position: absolute;
	right: 7px;
	top: 5px;
	z-index: 5;
}

.followUs a {
	display: inline;
	text-decoration: none;
}

.followUs img {
	width: 24px;
	height: 24px;
}

/* Start domReg table markup */
table#domReg {
	width:100%;
	margin-bottom:5px;
}
table#domReg th,
table#domReg td {
	padding:3px;
	text-align:left;
	vertical-align:top;
	line-height:160%;
}
table#domReg th {
	font-size:11px;
	font-weight:800;
	color:#fff;
	background:url(/images/icons/blockTitle.gif) 5px 6px no-repeat;
	padding:3px;
	padding-left:24px;
	background-color:#3169B3;
}
table#domReg span.textActive {
	color:#FF7717;
	font-weight:800;
}
table#domReg span.TableTop {
	color:White;
	font-weight:800;
	font-size:11px;
}
table#domReg span.Error {
	color:Red;
}
/* End domReg table markup */

/* Start tarieven markup */
table.tarieven {
	width:100%;
	overflow:hidden;
	float: left;
	background: url(../images/framework/prices_bg.gif) no-repeat;
}

table.tarieven th {
	padding: 7px 5px;
	color: #3B3B3B;
	font-size: 1.15em;
}

table.tarieven th a {
	color: #3B3B3B;
}

table.tarieven th img {
	margin-left:5px;
}

table.tarieven td {
	padding:3px 3px 3px 5px;
	border-bottom:1px dotted #F0E8F0;
}

table.tarieven div.descHidden {
	display:none;
	visibility:hidden;
}
table.tarieven div.descVisible {
	position:absolute;
	display:block;
	float:left;
	width:360px;
	background:#EEF2F6;
	border:1px solid #D7DEF3;
	padding:3px;
	color:#000;
	font-size:11px;
}
table.tarieven a.info {
	display:block;
	width:100%;
}
table.tarieven div.descVisible span.title {
	display:block;
	font-weight:800;
}
/* End tarieven markup */

/* Start domainoverview markup */
table#default {
	width:100%;
	overflow:hidden;
}
table#default th {
	padding:5px;
}
table#default th a {

}
table#default th img {
	margin-left:5px;
}
table#default td {
	padding:3px;
	border-bottom:1px dotted #F0E8F0;
}
/* End domainoverview markup */

/* Start infomodule markup */
table.infomodule {
	width:100%;
	overflow:hidden;
	margin: 4px;
}

table.infomodule th {
	background: gray;
	padding:2px;
	color:#fff;
}
table.infomodule th a {
	color:#F6E4DE;
}
table.infomodule td {
	padding:3px;
	border-bottom:1px dotted #F0E8F0;
}

/* End infomodule markup */
table#contentLogin {
	background: url("../images/framework/login_bg.png") no-repeat scroll 0 30px #F7F7F7;
	width: 650px;
	text-align: center;
	overflow:hidden;
	margin: 60px auto;
}

table#contentLogin {
	border-collapse: collapse;
}

table#contentLogin tr th,
table#contentLogin tr td {
	border-left: 1px solid #EFEFEF;
}

table#contentLogin tr td.notice {
	color: #606060;
	padding-left: 10px;
}

table#contentLogin tr td button {
	margin: 5px 0;
}

table#contentLogin th {
	padding:5px;
}
table#contentLogin td {
	padding: 2px;
	padding-left: 5px;
}

table#contentlogin input.loginField {
	width: 150px;
}

table.pps_issue {
	width: 100%;
}
table.pps_issue td.pps_issue_field {
	font-style: italic;
	width: 125px;
	vertical-align: top;
}

table.infoBox {
	width: 60%;
	border:1px solid gray;
}

table.infoBox input.frontend {
	width: 97%;
}

button.contentLogin, input.contentLogin {
	background:#F6F5F3 none repeat scroll 0 0;
	border:1px solid #DFDFDF;
	color:#000000;
	font-weight:800;
	padding:3px;
	cursor: pointer;
}

ul.contentLogin {
	list-style-type: none;
	padding: 0;
}

p.lostPasswordMessage {
	line-height: 140%;
}

input.loginField {
	float: left;
	width: 180px;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 10px !important;
}

div.footerLinks {
	width: 98%;
	clear: both;
	margin: 6px auto;
	padding: 1% 1%;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #fafafa;
	line-height: 157%;
}

div.footerLinks h2 {
	background: none;
	padding: 2px 0;
	color: #808080;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0;
	margin: 0 0 5px 0;
}

div.footerLinks div.block,
div.footerLinks div.block div {
	color: #808080 !important;
}

div.footerLinks div.block a,
div.footerLinks div.block div a {
	color: #808080;
	text-decoration: underline;
}

form#contactForm {
	width: 100%;
}

form#contactForm table {
	margin: 10px 0;
}

form#contactForm td.key {
	width: 43%;
}

form#contactForm td.value {
	width: 67%;
}

form#contactForm input,
form#contactForm textarea {
	width: 300px;
}

form#contactForm input.readonly {
	background: lightgray;
}

form#contactForm table tr.submitRow td {
	text-align: right;
}

form#contactForm input.button {
	width: 310px;
	background: none;
	border: none;
	color: #FF7947;
	text-align: left;
	cursor: pointer;
}

div.contactForm p.message {
	padding: 10px 0;
}

div.loginScreen {
	background: #FFFFFF;
	float: left;
	width: 100%;
}

div.tldRegulations {
	overflow: hidden;
	width: 100%;
}

div.tldRegulations ul.tldMenu {
	overflow: hidden;
	margin: 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

div.tldRegulations ul.tldMenu li {
	float: left;
	width: 33%;
}

div.tldRegulations ul.tldMenu li a {
	text-decoration: underline;
  	padding-left: 12px;
	background: url(../images/icons/list-item.png) no-repeat left 50%;
}

div.tldRegulations ul.tldMenu li a:hover {

}

div.paymentMessage {
	padding: 1px 0 10px 0;
}

div.paymentMessage a {
	text-decoration: underline;
}

form.searchForm {
	padding: 5px 2% !important;
	margin: 5px 0;
	background: #f6f6f6 !important;
}

form.searchForm table tbody tr td {
	vertical-align: middle;
}

form.searchForm table tbody tr td.key {
	padding: 0 10px 0 0;
}

div.topNavigation {
	border-top: 2px solid #EAEAEA;
}

div.navigation {
	border-bottom: 2px solid #EAEAEA;
}

table#searchResults tr.description {
	border-bottom: 1px solid #EAEAEA;
}

table#searchResults tr td {
	padding: 4px 1px 4px 1px;
}

div.pager {
	margin: 5px 0;
}

div.pager a {
	text-decoration: none;
	color: #045dc0;
}

div.pager span.pagerLeft {
	margin-right: 5px;
}

div.pager span.pagerLeft a span,
div.pager span.pagerRight a span {
	text-decoration: underline;
}

div.pager span.pagerLeft a.inactive span,
div.pager span.pagerRight a.inactive span {
	text-decoration: none;
	color: #757575;
}

div.pager span.pagerLeft span.small {
	padding-right: 3px;
}

div.pager span.pagerRight {
	margin-left: 2px;
}

div.pager span.pagerRight span.small {
	padding-left: 3px;
}

div.pager span.pagerMain a {
	text-decoration: underline;
	margin-right: 3px;
}

div.pager span.pagerMain a.selected {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* General tooltips */

#tooltip {
	border: 2px solid #045DC0;
	position: absolute;
	z-index: 3000;
	background-color: #fdfdfd;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	max-width: 400px;
}

.home .contentTextTwoColumns {
	margin-bottom: 32px;
	margin-top: 10px;
}

